We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 597043b + 32588fe commit 4c95bb0Copy full SHA for 4c95bb0
1 file changed
.github/workflows/system-tests.yml
@@ -43,16 +43,16 @@ jobs:
43
main:
44
needs:
45
- build-artifacts
46
- uses: DataDog/system-tests/.github/workflows/system-tests.yml@main
+ uses: DataDog/system-tests/.github/workflows/system-tests.yml@1e5d6b7096279ca43ce4826fda3cc805635b63c1
47
secrets:
48
TEST_OPTIMIZATION_API_KEY: ${{ secrets.DD_API_KEY_CI_APP }}
49
DD_API_KEY: ${{ secrets.DD_API_KEY_CI_APP }}
50
permissions:
51
contents: read
52
id-token: write
53
- packages: write
54
with:
55
library: cpp_httpd
+ ref: 1e5d6b7096279ca43ce4826fda3cc805635b63c1
56
binaries_artifact: system_tests_binaries
57
desired_execution_time: 300 # 5 minutes
58
scenarios_groups: tracer-release
0 commit comments