Skip to content

Commit 21db747

Browse files
authored
Merge pull request #5002 from DataDog/auto-generate/update-system-tests
[🤖] Update System Tests
2 parents 5a1bda1 + 46a4bae commit 21db747

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@38d5f42dd9e6e0629d01d475a245eca7a13aeac7 # Automated: This reference is automatically updated.
80+
uses: DataDog/system-tests/.github/workflows/system-tests.yml@bd28672d98576c2b07b6885ef18c6086c357d2e9 # 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: 38d5f42dd9e6e0629d01d475a245eca7a13aeac7 # Automated: This reference is automatically updated.
94+
ref: bd28672d98576c2b07b6885ef18c6086c357d2e9 # 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: 38d5f42dd9e6e0629d01d475a245eca7a13aeac7 # Automated: This reference is automatically updated.
146+
SYSTEM_TESTS_REF: bd28672d98576c2b07b6885ef18c6086c357d2e9 # Automated: This reference is automatically updated.
147147
SYSTEM_TESTS_SCENARIOS_GROUPS: "simple_onboarding,lib-injection"
148148

149149
save_versions:

0 commit comments

Comments
 (0)