Skip to content

Commit aa5d36a

Browse files
authored
chore(ci): update st pinned versions (#14640)
update ST related to DataDog/system-tests#5291 ## Checklist - [x] PR author has checked that all the criteria below are met - The PR description includes an overview of the change - The PR description articulates the motivation for the change - The change includes tests OR the PR description describes a testing strategy - The PR description notes risks associated with the change, if any - Newly-added code is easy to change - The change follows the [library release note guidelines](https://ddtrace.readthedocs.io/en/stable/releasenotes.html) - The change includes or references documentation updates if necessary - Backport labels are set (if [applicable](https://ddtrace.readthedocs.io/en/latest/contributing.html#backporting)) ## Reviewer Checklist - [x] Reviewer has checked that all the criteria below are met - Title is accurate - All changes are related to the pull request's stated goal - Avoids breaking [API](https://ddtrace.readthedocs.io/en/stable/versioning.html#interfaces) changes - Testing strategy adequately addresses listed risks - Newly-added code is easy to change - Release note makes sense to a user of the library - If necessary, author has acknowledged and discussed the performance implications of this PR as reported in the benchmarks PR comment - Backport labels are set in a manner that is consistent with the [release branch maintenance policy](https://ddtrace.readthedocs.io/en/latest/contributing.html#backporting)
1 parent e2bc7d1 commit aa5d36a

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
@@ -47,7 +47,7 @@ jobs:
4747
persist-credentials: false
4848
repository: 'DataDog/system-tests'
4949
# Automatically managed, use scripts/update-system-tests-version to update
50-
ref: '53608020d1f5cc57eb8c86f302d41c156bce091d'
50+
ref: '4bece37901d6241526eb788bdac6f2887251cdcd'
5151

5252
- name: Download wheels to binaries directory
5353
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
@@ -94,7 +94,7 @@ jobs:
9494
persist-credentials: false
9595
repository: 'DataDog/system-tests'
9696
# Automatically managed, use scripts/update-system-tests-version to update
97-
ref: '53608020d1f5cc57eb8c86f302d41c156bce091d'
97+
ref: '4bece37901d6241526eb788bdac6f2887251cdcd'
9898

9999
- name: Build runner
100100
uses: ./.github/actions/install_runner
@@ -283,7 +283,7 @@ jobs:
283283
persist-credentials: false
284284
repository: 'DataDog/system-tests'
285285
# Automatically managed, use scripts/update-system-tests-version to update
286-
ref: '53608020d1f5cc57eb8c86f302d41c156bce091d'
286+
ref: '4bece37901d6241526eb788bdac6f2887251cdcd'
287287
- name: Download wheels to binaries directory
288288
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
289289
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: "53608020d1f5cc57eb8c86f302d41c156bce091d"
17+
SYSTEM_TESTS_REF: "4bece37901d6241526eb788bdac6f2887251cdcd"
1818

1919
default:
2020
interruptible: true

0 commit comments

Comments
 (0)