Skip to content

Commit ac495a2

Browse files
authored
ci: update system-tests commit (#14525)
## 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 - [ ] 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 241bac2 commit ac495a2

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: 'de83dd5f4888e7f9fd6ad5efcc932e31b85131d0'
50+
ref: '04070bed4dd644284690650abe291e632eb27cd9'
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: 'de83dd5f4888e7f9fd6ad5efcc932e31b85131d0'
97+
ref: '04070bed4dd644284690650abe291e632eb27cd9'
9898

9999
- name: Build runner
100100
uses: ./.github/actions/install_runner
@@ -279,7 +279,7 @@ jobs:
279279
persist-credentials: false
280280
repository: 'DataDog/system-tests'
281281
# Automatically managed, use scripts/update-system-tests-version to update
282-
ref: 'de83dd5f4888e7f9fd6ad5efcc932e31b85131d0'
282+
ref: '04070bed4dd644284690650abe291e632eb27cd9'
283283
- name: Download wheels to binaries directory
284284
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
285285
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: "de83dd5f4888e7f9fd6ad5efcc932e31b85131d0"
17+
SYSTEM_TESTS_REF: "04070bed4dd644284690650abe291e632eb27cd9"
1818

1919
default:
2020
interruptible: true

0 commit comments

Comments
 (0)