Skip to content

Commit 49e395a

Browse files
1 parent 1acdf59 commit 49e395a

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
@@ -111,7 +111,7 @@ jobs:
111111
TELEMETRY_METRIC_GENERATION_DISABLED
112112
needs:
113113
- build
114-
uses: DataDog/system-tests/.github/workflows/system-tests.yml@1fc343b8835463376056ad83d6e1bd5dddefb777 # Automated: This reference is automatically updated.
114+
uses: DataDog/system-tests/.github/workflows/system-tests.yml@b457fd40ebb0db049fcbd605206e2dd9a5a2925f # Automated: This reference is automatically updated.
115115
secrets: inherit # zizmor: ignore[secrets-inherit]
116116
permissions:
117117
contents: read
@@ -124,7 +124,7 @@ jobs:
124124
scenarios: ${{ matrix.scenarios }}
125125
weblogs: ${{ matrix.weblogs }}
126126
skip_empty_scenarios: true
127-
ref: 1fc343b8835463376056ad83d6e1bd5dddefb777 # Automated: This reference is automatically updated.
127+
ref: b457fd40ebb0db049fcbd605206e2dd9a5a2925f # Automated: This reference is automatically updated.
128128
force_execute: ${{ needs.build.outputs.forced_tests }}
129129
parametric_job_count: 8
130130

‎.gitlab-ci.yml‎

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

142142
configure_system_tests:
143143
variables:
144-
SYSTEM_TESTS_REF: 1fc343b8835463376056ad83d6e1bd5dddefb777 # Automated: This reference is automatically updated.
144+
SYSTEM_TESTS_REF: b457fd40ebb0db049fcbd605206e2dd9a5a2925f # Automated: This reference is automatically updated.
145145
SYSTEM_TESTS_SCENARIOS_GROUPS: "simple_onboarding,lib-injection"
146146

147147
save_versions:

0 commit comments

Comments
 (0)