Skip to content

Commit 48961a1

Browse files
avara1986VianneyRuhlmannchristophe-papazian
authored andcommitted
ci: update system-tests ref [backport 3.10] (#14087)
Backport #14063 to 3.10 Update the system-tests github action ref ## 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) --------- Co-authored-by: vianney <[email protected]> Co-authored-by: Christophe Papazian <[email protected]>
1 parent 0c4b8bd commit 48961a1

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/system-tests.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
persist-credentials: false
4343
repository: 'DataDog/system-tests'
4444
# Automatically managed, use scripts/update-system-tests-version to update
45-
ref: 'e317348e48d9e934bb0f743e1537126447199dc4'
45+
ref: '13b08f0faf7673656bd68dad5c142ad04eddee69'
4646

4747
- name: Checkout dd-trace-py
4848
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
@@ -96,7 +96,7 @@ jobs:
9696
persist-credentials: false
9797
repository: 'DataDog/system-tests'
9898
# Automatically managed, use scripts/update-system-tests-version to update
99-
ref: 'e317348e48d9e934bb0f743e1537126447199dc4'
99+
ref: '13b08f0faf7673656bd68dad5c142ad04eddee69'
100100

101101
- name: Build runner
102102
uses: ./.github/actions/install_runner
@@ -277,7 +277,7 @@ jobs:
277277
persist-credentials: false
278278
repository: 'DataDog/system-tests'
279279
# Automatically managed, use scripts/update-system-tests-version to update
280-
ref: 'e317348e48d9e934bb0f743e1537126447199dc4'
280+
ref: '13b08f0faf7673656bd68dad5c142ad04eddee69'
281281
- name: Checkout dd-trace-py
282282
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
283283
with:
@@ -316,4 +316,4 @@ jobs:
316316
run: exit 0
317317
- name: Fails if anything else failed
318318
if: needs.parametric.result != 'success' || needs.system-tests.result != 'success'
319-
run: exit 1
319+
run: exit 1

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ Homepage = "https://github.com/DataDog/dd-trace-py"
7979
"Source Code" = "https://github.com/DataDog/dd-trace-py/"
8080

8181
[tool.setuptools_scm]
82-
version_scheme = "release-branch-semver" # Must be "release-branch-semver" for now in main, see https://github.com/DataDog/dd-trace-py/issues/8801
82+
version_scheme = "guess-next-dev"
8383
write_to = "ddtrace/_version.py"
8484

8585
[tool.cython-lint]

0 commit comments

Comments
 (0)