Skip to content

Commit b257ad4

Browse files
authored
ci: pin system-tests version [3.7] (#13436)
## 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 c1b7d44 commit b257ad4

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/system-tests.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ jobs:
2020
with:
2121
persist-credentials: false
2222
repository: 'DataDog/system-tests'
23+
ref: '605be581d163b86ebe855143c7615b1718b7ab6e'
2324

2425
- name: Build agent
2526
run: ./build.sh -i agent
@@ -66,6 +67,7 @@ jobs:
6667
with:
6768
persist-credentials: false
6869
repository: 'DataDog/system-tests'
70+
ref: '605be581d163b86ebe855143c7615b1718b7ab6e'
6971

7072
- name: Checkout dd-trace-py
7173
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
@@ -118,6 +120,7 @@ jobs:
118120
with:
119121
persist-credentials: false
120122
repository: 'DataDog/system-tests'
123+
ref: '605be581d163b86ebe855143c7615b1718b7ab6e'
121124

122125
- name: Build runner
123126
uses: ./.github/actions/install_runner
@@ -299,6 +302,7 @@ jobs:
299302
with:
300303
persist-credentials: false
301304
repository: 'DataDog/system-tests'
305+
ref: '605be581d163b86ebe855143c7615b1718b7ab6e'
302306
- name: Checkout dd-trace-py
303307
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
304308
with:

0 commit comments

Comments
 (0)