Skip to content

Commit e5c0f99

Browse files
1 parent a097724 commit e5c0f99

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@35cec2e0f264b8fde65092f494241ff105f7b3e8 # Automated: This reference is automatically updated.
114+
uses: DataDog/system-tests/.github/workflows/system-tests.yml@8383de55e9b995701d9a0528ec9d127d8645e9c9 # 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: 35cec2e0f264b8fde65092f494241ff105f7b3e8 # Automated: This reference is automatically updated.
127+
ref: 8383de55e9b995701d9a0528ec9d127d8645e9c9 # 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: 35cec2e0f264b8fde65092f494241ff105f7b3e8 # Automated: This reference is automatically updated.
144+
SYSTEM_TESTS_REF: 8383de55e9b995701d9a0528ec9d127d8645e9c9 # Automated: This reference is automatically updated.
145145
SYSTEM_TESTS_SCENARIOS_GROUPS: "simple_onboarding,lib-injection"
146146

147147
save_versions:

0 commit comments

Comments
 (0)