Skip to content

Commit ad4587e

Browse files
authored
chore: update system tests ref sha [4.6 branch] (#17533)
## Description update system tests ref sha (4.6 branch) Signed-off-by: Juanjo Alvarez <juanjo.alvarezmartinez@datadoghq.com>
1 parent 72f1299 commit ad4587e

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/system-tests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ jobs:
133133
persist-credentials: false
134134
repository: 'DataDog/system-tests'
135135
# Automatically managed, use scripts/update-system-tests-version to update
136-
ref: '71b7b0d4df30f7330af20c0e773c94f2a789c90c'
136+
ref: 'adcd0e88eecd59a179f9470d76a5bc48eed14524'
137137

138138
- name: Download wheels to binaries directory
139139
uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7.0.0
@@ -186,7 +186,7 @@ jobs:
186186
persist-credentials: false
187187
repository: 'DataDog/system-tests'
188188
# Automatically managed, use scripts/update-system-tests-version to update
189-
ref: '71b7b0d4df30f7330af20c0e773c94f2a789c90c'
189+
ref: 'adcd0e88eecd59a179f9470d76a5bc48eed14524'
190190

191191
- name: Build runner
192192
uses: ./.github/actions/install_runner
@@ -403,7 +403,7 @@ jobs:
403403
persist-credentials: false
404404
repository: 'DataDog/system-tests'
405405
# Automatically managed, use scripts/update-system-tests-version to update
406-
ref: '71b7b0d4df30f7330af20c0e773c94f2a789c90c'
406+
ref: 'adcd0e88eecd59a179f9470d76a5bc48eed14524'
407407
- name: Download wheels to binaries directory
408408
uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7.0.0
409409
with:

.gitlab-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ variables:
1515
DD_VPA_TEMPLATE: "vpa-template-cpu-p70-10percent-2x-oom-min-cap"
1616
# CI_DEBUG_SERVICES: "true"
1717
# Automatically managed, use scripts/update-system-tests-version to update
18-
SYSTEM_TESTS_REF: "71b7b0d4df30f7330af20c0e773c94f2a789c90c"
18+
SYSTEM_TESTS_REF: "adcd0e88eecd59a179f9470d76a5bc48eed14524"
1919

2020
# Profiling native build image (built from dd/images/dd-trace-py/profiling_native)
2121
PROFILING_NATIVE_IMAGE: "registry.ddbuild.io/dd-trace-py:v96371602-f288245-profiling_native"

0 commit comments

Comments
 (0)