Skip to content

Commit

Permalink
Forced parametric test
Browse files Browse the repository at this point in the history
  • Loading branch information
vpellan committed Jun 7, 2024
1 parent fae9b17 commit 3650f3a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/parametric-system-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ env:
REGISTRY: ghcr.io
REPO: ghcr.io/datadog/dd-trace-rb
ST_REF: main
FORCE_TESTS: -F tests/test_telemetry.py::Test_TelemetrySCAEnvVar

jobs:
build-runner:
Expand Down Expand Up @@ -57,7 +58,7 @@ jobs:
path: 'binaries/${{ matrix.library.path }}'
fetch-depth: 2
- name: Run parametric system tests
run: TEST_LIBRARY=ruby ./run.sh PARAMETRIC
run: TEST_LIBRARY=ruby ./run.sh PARAMETRIC ${{ env.FORCE_TESTS }}
- name: Compress logs
id: compress_logs
if: always()
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/system-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ env:
REGISTRY: ghcr.io
REPO: ghcr.io/datadog/dd-trace-rb
ST_REF: main
FORCE_TESTS: -F tests/test_telemetry.py::Test_TelemetrySCAEnvVar
FORCE_TESTS:

jobs:
build-harness:
Expand Down

0 comments on commit 3650f3a

Please sign in to comment.