Skip to content

Commit 7f95de2

Browse files
dd-octo-sts[bot]github-actions[bot]sarahchen6
authored
Pin system tests for release branch (#11754)
* Pin system-tests to sarahchen6/dd-trace-java-1.63.2-release branch --------- Co-authored-by: dd-octo-sts[bot] <200755185+dd-octo-sts[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Sarah Chen <sarah.chen@datadoghq.com>
1 parent 7ed9344 commit 7f95de2

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/run-system-tests.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,15 +62,15 @@ jobs:
6262
needs:
6363
- build
6464
# If you change the following comment, update the pattern in the update_system_test_reference.sh script to match.
65-
uses: DataDog/system-tests/.github/workflows/system-tests.yml@520d79a6eb2522aa90f62d1bae705337f3967d90 # system tests are pinned on release branches only
65+
uses: DataDog/system-tests/.github/workflows/system-tests.yml@sarahchen6/dd-trace-java-1.63.2-release # ensure the branch is open at https://github.com/DataDog/system-tests/pull/7221
6666
permissions:
6767
contents: read
6868
id-token: write
6969
packages: write
7070
with:
7171
library: java
7272
# If you change the following comment, update the pattern in the update_system_test_reference.sh script to match.
73-
ref: "520d79a6eb2522aa90f62d1bae705337f3967d90" # system tests are pinned on release branches only
73+
ref: "sarahchen6/dd-trace-java-1.63.2-release" # ensure the branch is open at https://github.com/DataDog/system-tests/pull/7221
7474
binaries_artifact: binaries
7575
desired_execution_time: 900 # 15 minutes
7676
scenarios_groups: tracer-release

.gitlab-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1164,7 +1164,7 @@ publishing-gate:
11641164

11651165
configure_system_tests:
11661166
variables:
1167-
SYSTEM_TESTS_REF: "520d79a6eb2522aa90f62d1bae705337f3967d90" # system tests are pinned on release branches only
1167+
SYSTEM_TESTS_REF: "sarahchen6/dd-trace-java-1.63.2-release" # ensure the branch is open at https://github.com/DataDog/system-tests/pull/7221
11681168
SYSTEM_TESTS_SCENARIOS_GROUPS: "simple_onboarding,simple_onboarding_profiling,simple_onboarding_appsec,docker-ssi,lib-injection"
11691169

11701170
create_key:

0 commit comments

Comments
 (0)