Skip to content

Commit fafd3af

Browse files
authored
ci: unpin system-tests (back to @main) (#59)
Remove temporary system-tests pin (1e5d6b7 → @main) to activate dd-sts test optimization. Tested [here](https://github.com/DataDog/httpd-datadog/actions/runs/24564575733)
1 parent 32588fe commit fafd3af

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/system-tests.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
main:
4444
needs:
4545
- build-artifacts
46-
uses: DataDog/system-tests/.github/workflows/system-tests.yml@1e5d6b7096279ca43ce4826fda3cc805635b63c1
46+
uses: DataDog/system-tests/.github/workflows/system-tests.yml@main
4747
secrets:
4848
TEST_OPTIMIZATION_API_KEY: ${{ secrets.DD_API_KEY_CI_APP }}
4949
DD_API_KEY: ${{ secrets.DD_API_KEY_CI_APP }}
@@ -52,7 +52,6 @@ jobs:
5252
id-token: write
5353
with:
5454
library: cpp_httpd
55-
ref: 1e5d6b7096279ca43ce4826fda3cc805635b63c1
5655
binaries_artifact: system_tests_binaries
5756
desired_execution_time: 300 # 5 minutes
5857
scenarios_groups: tracer-release

0 commit comments

Comments
 (0)