Skip to content

Commit e78f2d0

Browse files
test: update system tests
1 parent 390118c commit e78f2d0

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/system-tests.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
persist-credentials: false
4747
repository: 'DataDog/system-tests'
4848
# Automatically managed, use scripts/update-system-tests-version to update
49-
ref: '30e17ba7009b84998c0ada3b3a17f39c0037faba'
49+
ref: '9417552bee3dd45313249fc8bf889a008c88ebb4'
5050

5151
- name: Download wheels to binaries directory
5252
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
@@ -91,7 +91,7 @@ jobs:
9191
persist-credentials: false
9292
repository: 'DataDog/system-tests'
9393
# Automatically managed, use scripts/update-system-tests-version to update
94-
ref: '30e17ba7009b84998c0ada3b3a17f39c0037faba'
94+
ref: '9417552bee3dd45313249fc8bf889a008c88ebb4'
9595

9696
- name: Build runner
9797
uses: ./.github/actions/install_runner
@@ -292,7 +292,7 @@ jobs:
292292
persist-credentials: false
293293
repository: 'DataDog/system-tests'
294294
# Automatically managed, use scripts/update-system-tests-version to update
295-
ref: '30e17ba7009b84998c0ada3b3a17f39c0037faba'
295+
ref: '9417552bee3dd45313249fc8bf889a008c88ebb4'
296296
- name: Download wheels to binaries directory
297297
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
298298
with:
@@ -402,4 +402,4 @@ jobs:
402402
run: exit 0
403403
- name: Fails if anything else failed
404404
if: needs.parametric.result != 'success' || needs.system-tests.result != 'success' || needs.serverless-system-tests.result != 'success'
405-
run: exit 1
405+
run: exit 1

.gitlab-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ variables:
1414
DD_VPA_TEMPLATE: "vpa-template-cpu-p70-10percent-2x-oom-min-cap"
1515
# CI_DEBUG_SERVICES: "true"
1616
# Automatically managed, use scripts/update-system-tests-version to update
17-
SYSTEM_TESTS_REF: "30e17ba7009b84998c0ada3b3a17f39c0037faba"
17+
SYSTEM_TESTS_REF: "9417552bee3dd45313249fc8bf889a008c88ebb4"
1818

1919
default:
2020
interruptible: true

0 commit comments

Comments
 (0)