Skip to content

Commit 82bee51

Browse files
committed
Update system tests versions
Signed-off-by: Juanjo Alvarez <[email protected]>
1 parent f8a7456 commit 82bee51

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/system-tests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
persist-credentials: false
4646
repository: 'DataDog/system-tests'
4747
# Automatically managed, use scripts/update-system-tests-version to update
48-
ref: '6be22a6418b86c3be4920790dfa121149aed2903'
48+
ref: '58543d139f808509bc70e7ea4c7d969557ba3757'
4949

5050
- name: Download wheels to binaries directory
5151
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
@@ -90,7 +90,7 @@ jobs:
9090
persist-credentials: false
9191
repository: 'DataDog/system-tests'
9292
# Automatically managed, use scripts/update-system-tests-version to update
93-
ref: '6be22a6418b86c3be4920790dfa121149aed2903'
93+
ref: '58543d139f808509bc70e7ea4c7d969557ba3757'
9494

9595
- name: Build runner
9696
uses: ./.github/actions/install_runner
@@ -275,7 +275,7 @@ jobs:
275275
persist-credentials: false
276276
repository: 'DataDog/system-tests'
277277
# Automatically managed, use scripts/update-system-tests-version to update
278-
ref: '6be22a6418b86c3be4920790dfa121149aed2903'
278+
ref: '58543d139f808509bc70e7ea4c7d969557ba3757'
279279
- name: Download wheels to binaries directory
280280
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
281281
with:

.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: "6be22a6418b86c3be4920790dfa121149aed2903"
17+
SYSTEM_TESTS_REF: "58543d139f808509bc70e7ea4c7d969557ba3757"
1818

1919
default:
2020
interruptible: true

0 commit comments

Comments
 (0)