Skip to content

Commit 1fdc59c

Browse files
authored
Merge pull request #5330 from DataDog/auto-generate/update-system-tests
[🤖] Update System Tests
2 parents 2ef0fc4 + 2826558 commit 1fdc59c

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@107798bd55a6d4ca247b88d01a1316549b8bafe9 # Automated: This reference is automatically updated.
80+
uses: DataDog/system-tests/.github/workflows/system-tests.yml@faabbe56b8148a9ac11583cfe92ebd015e2c7a7e # 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: 107798bd55a6d4ca247b88d01a1316549b8bafe9 # Automated: This reference is automatically updated.
94+
ref: faabbe56b8148a9ac11583cfe92ebd015e2c7a7e # Automated: This reference is automatically updated.
9595
force_execute: ${{ needs.build.outputs.forced_tests }}
9696
parametric_job_count: 8
9797
push_to_test_optimization: ${{ github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name == github.repository }}

.gitlab-ci.yml

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

149149
configure_system_tests:
150150
variables:
151-
SYSTEM_TESTS_REF: 107798bd55a6d4ca247b88d01a1316549b8bafe9 # Automated: This reference is automatically updated.
151+
SYSTEM_TESTS_REF: faabbe56b8148a9ac11583cfe92ebd015e2c7a7e # Automated: This reference is automatically updated.
152152
SYSTEM_TESTS_SCENARIOS_GROUPS: "simple_onboarding,simple_onboarding_appsec,lib-injection,docker_ssi"
153153
SYSTEM_TEST_BUILD_ATTEMPTS: 3
154154

0 commit comments

Comments
 (0)