Skip to content

Commit ddecdc2

Browse files
authored
ci: update system-tests version (#15587)
## Description <!-- Provide an overview of the change and motivation for the change --> ## Testing <!-- Describe your testing strategy or note what tests are included --> ## Risks <!-- Note any risks associated with this change, or "None" if no risks --> ## Additional Notes <!-- Any other information that would be helpful for reviewers -->
1 parent 01850f2 commit ddecdc2

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: '94529f681dcaf74382ed47c3b0c85acdb775b6c9'
48+
ref: '30e17ba7009b84998c0ada3b3a17f39c0037faba'
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: '94529f681dcaf74382ed47c3b0c85acdb775b6c9'
93+
ref: '30e17ba7009b84998c0ada3b3a17f39c0037faba'
9494

9595
- name: Build runner
9696
uses: ./.github/actions/install_runner
@@ -287,7 +287,7 @@ jobs:
287287
persist-credentials: false
288288
repository: 'DataDog/system-tests'
289289
# Automatically managed, use scripts/update-system-tests-version to update
290-
ref: '94529f681dcaf74382ed47c3b0c85acdb775b6c9'
290+
ref: '30e17ba7009b84998c0ada3b3a17f39c0037faba'
291291
- name: Download wheels to binaries directory
292292
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
293293
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: "94529f681dcaf74382ed47c3b0c85acdb775b6c9"
17+
SYSTEM_TESTS_REF: "30e17ba7009b84998c0ada3b3a17f39c0037faba"
1818

1919
default:
2020
interruptible: true

0 commit comments

Comments
 (0)