Skip to content

Commit 873a407

Browse files
chore(ci): fix version for system tests (#14887)
- fix version computation for backports on 3.16 - update ST version to fix a problem related to changes in the agent.
1 parent cbc429c commit 873a407

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
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: '6be22a6418b86c3be4920790dfa121149aed2903'
50+
ref: 'e2ed3829e49bdeda8dad48ec3dce42d8c0fc01d2'
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: '6be22a6418b86c3be4920790dfa121149aed2903'
97+
ref: 'e2ed3829e49bdeda8dad48ec3dce42d8c0fc01d2'
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: '6be22a6418b86c3be4920790dfa121149aed2903'
282+
ref: 'e2ed3829e49bdeda8dad48ec3dce42d8c0fc01d2'
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: "6be22a6418b86c3be4920790dfa121149aed2903"
17+
SYSTEM_TESTS_REF: "e2ed3829e49bdeda8dad48ec3dce42d8c0fc01d2"
1818

1919
default:
2020
interruptible: true

pyproject.toml

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

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

9494
[tool.cython-lint]

0 commit comments

Comments
 (0)