Skip to content

Commit b46e22d

Browse files
authored
Merge pull request #5140 from DataDog/auto-generate/update-system-tests
[🤖] Update System Tests
2 parents 792b0b3 + 6195caf commit b46e22d

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@c8d5bd017a341100fcc0e116220c6a15af3cf580 # Automated: This reference is automatically updated.
80+
uses: DataDog/system-tests/.github/workflows/system-tests.yml@3eba8d6de5cab3a6d925601220d5bbc55674c883 # 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: c8d5bd017a341100fcc0e116220c6a15af3cf580 # Automated: This reference is automatically updated.
94+
ref: 3eba8d6de5cab3a6d925601220d5bbc55674c883 # 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
@@ -146,7 +146,7 @@ requirements_json_test:
146146

147147
configure_system_tests:
148148
variables:
149-
SYSTEM_TESTS_REF: c8d5bd017a341100fcc0e116220c6a15af3cf580 # Automated: This reference is automatically updated.
149+
SYSTEM_TESTS_REF: 3eba8d6de5cab3a6d925601220d5bbc55674c883 # Automated: This reference is automatically updated.
150150
SYSTEM_TESTS_SCENARIOS_GROUPS: "simple_onboarding,lib-injection"
151151

152152
save_versions:

0 commit comments

Comments
 (0)