Skip to content

Commit 715b448

Browse files
authored
Merge pull request #5050 from DataDog/auto-generate/update-system-tests
[🤖] Update System Tests
2 parents 49cee89 + f5cf6fe commit 715b448

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

149149
save_versions:

0 commit comments

Comments
 (0)