Skip to content

Commit 2539011

Browse files
1 parent f060ebf commit 2539011

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

‎.github/workflows/system-tests.yml‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777
test:
7878
needs:
7979
- build
80-
uses: DataDog/system-tests/.github/workflows/system-tests.yml@bd28672d98576c2b07b6885ef18c6086c357d2e9 # Automated: This reference is automatically updated.
80+
uses: DataDog/system-tests/.github/workflows/system-tests.yml@604799da17ce482fbfa9ce748cda84f6d5cc7d30 # Automated: This reference is automatically updated.
8181
secrets:
8282
TEST_OPTIMIZATION_API_KEY: ${{ secrets.DD_API_KEY }} # key used to pushed test results to test optim
8383
DD_API_KEY: ${{ secrets.DD_API_KEY }} # key used in tests runs
@@ -91,7 +91,7 @@ jobs:
9191
desired_execution_time: 300 # 5 minutes
9292
scenarios_groups: tracer_release
9393
skip_empty_scenarios: true
94-
ref: bd28672d98576c2b07b6885ef18c6086c357d2e9 # Automated: This reference is automatically updated.
94+
ref: 604799da17ce482fbfa9ce748cda84f6d5cc7d30 # Automated: This reference is automatically updated.
9595
force_execute: ${{ needs.build.outputs.forced_tests }}
9696
parametric_job_count: 8
9797
push_to_test_optimization: true

‎.gitlab-ci.yml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ requirements_json_test:
143143

144144
configure_system_tests:
145145
variables:
146-
SYSTEM_TESTS_REF: bd28672d98576c2b07b6885ef18c6086c357d2e9 # Automated: This reference is automatically updated.
146+
SYSTEM_TESTS_REF: 604799da17ce482fbfa9ce748cda84f6d5cc7d30 # Automated: This reference is automatically updated.
147147
SYSTEM_TESTS_SCENARIOS_GROUPS: "simple_onboarding,lib-injection"
148148

149149
save_versions:

0 commit comments

Comments
 (0)