mirror of
https://github.com/open-telemetry/opentelemetry-python-contrib.git
synced 2025-08-03 04:10:48 +08:00
Do not run benchmark tests in CI (#2660)
* Do not run benchmark tests in CI Fixes #2659 * Add benchmark skip * Update .github/workflows/test.yml Co-authored-by: Riccardo Magliocchetti <riccardo.magliocchetti@gmail.com> --------- Co-authored-by: Riccardo Magliocchetti <riccardo.magliocchetti@gmail.com>
This commit is contained in:
2
.github/workflows/instrumentations_0.yml
vendored
2
.github/workflows/instrumentations_0.yml
vendored
@ -127,4 +127,4 @@ jobs:
|
||||
~/.cache/pip
|
||||
key: v7-build-tox-cache-${{ env.RUN_MATRIX_COMBINATION }}-${{ hashFiles('tox.ini', 'gen-requirements.txt', 'dev-requirements.txt') }}
|
||||
- name: run tox
|
||||
run: tox -f ${{ matrix.python-version }}-${{ matrix.package }} -- -ra --benchmark-json=${{ env.RUN_MATRIX_COMBINATION }}-benchmark.json
|
||||
run: tox -f ${{ matrix.python-version }}-${{ matrix.package }} -- -ra --benchmark-skip
|
||||
|
2
.github/workflows/instrumentations_1.yml
vendored
2
.github/workflows/instrumentations_1.yml
vendored
@ -60,4 +60,4 @@ jobs:
|
||||
~/.cache/pip
|
||||
key: v7-build-tox-cache-${{ env.RUN_MATRIX_COMBINATION }}-${{ hashFiles('tox.ini', 'gen-requirements.txt', 'dev-requirements.txt') }}
|
||||
- name: run tox
|
||||
run: tox -f ${{ matrix.python-version }}-${{ matrix.package }} -- -ra --benchmark-json=${{ env.RUN_MATRIX_COMBINATION }}-benchmark.json
|
||||
run: tox -f ${{ matrix.python-version }}-${{ matrix.package }} -- -ra --benchmark-skip
|
||||
|
Reference in New Issue
Block a user