We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f76c5c commit 6d02fc0Copy full SHA for 6d02fc0
1 file changed
.github/workflows/dev.yml
@@ -197,15 +197,14 @@ jobs:
197
198
system-tests:
199
needs: build-system-tests-artifact
200
- uses: DataDog/system-tests/.github/workflows/system-tests.yml@1e5d6b7096279ca43ce4826fda3cc805635b63c1
+ uses: DataDog/system-tests/.github/workflows/system-tests.yml@main
201
secrets:
202
TEST_OPTIMIZATION_API_KEY: ${{ secrets.DD_CI_VIS_API_KEY }}
203
permissions:
204
contents: read
205
id-token: write
206
with:
207
library: cpp
208
- ref: 1e5d6b7096279ca43ce4826fda3cc805635b63c1
209
binaries_artifact: system_tests_binaries
210
parametric_job_count: 8 # dedicated parameter to speed up parametric job
211
scenarios: PARAMETRIC
0 commit comments