Skip to content

Commit 04ae100

Browse files
chore(CI): update system tests (#14431)
update system tests pin version. ## 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 3ec641e commit 04ae100

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
@@ -40,7 +40,7 @@ jobs:
4040
persist-credentials: false
4141
repository: 'DataDog/system-tests'
4242
# Automatically managed, use scripts/update-system-tests-version to update
43-
ref: '333b66edb27dfece508f5c6c73730564553f2670'
43+
ref: 'fef0bc7c0ba5f74babbb1ac3419291dbd4b65e5e'
4444

4545
- name: Checkout dd-trace-py
4646
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
@@ -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: '333b66edb27dfece508f5c6c73730564553f2670'
93+
ref: 'fef0bc7c0ba5f74babbb1ac3419291dbd4b65e5e'
9494

9595
- name: Build runner
9696
uses: ./.github/actions/install_runner
@@ -273,7 +273,7 @@ jobs:
273273
persist-credentials: false
274274
repository: 'DataDog/system-tests'
275275
# Automatically managed, use scripts/update-system-tests-version to update
276-
ref: '333b66edb27dfece508f5c6c73730564553f2670'
276+
ref: 'fef0bc7c0ba5f74babbb1ac3419291dbd4b65e5e'
277277
- name: Checkout dd-trace-py
278278
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
279279
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: "333b66edb27dfece508f5c6c73730564553f2670"
17+
SYSTEM_TESTS_REF: "fef0bc7c0ba5f74babbb1ac3419291dbd4b65e5e"
1818

1919
default:
2020
interruptible: true

0 commit comments

Comments
 (0)