Skip to content

Commit ebb9846

Browse files
authored
ci: pin system-tests commit hash (#13337)
2.21 is not compatible with the latest changes in `system-tests`, this PR pins to the last know commit in `system-tests` which passes for this version of the code. ## 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 c7cf17f commit ebb9846

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: '41b5ebf2ba153c06c0020b396923dec0d6b1e5bf'
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: '41b5ebf2ba153c06c0020b396923dec0d6b1e5bf'
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: '41b5ebf2ba153c06c0020b396923dec0d6b1e5bf'
121124

122125
- name: Build runner
123126
uses: ./.github/actions/install_runner
@@ -291,6 +294,7 @@ jobs:
291294
with:
292295
persist-credentials: false
293296
repository: 'DataDog/system-tests'
297+
ref: '41b5ebf2ba153c06c0020b396923dec0d6b1e5bf'
294298
- name: Checkout dd-trace-py
295299
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
296300
with:

0 commit comments

Comments
 (0)