Skip to content

Commit 3b8e85d

Browse files
dd-octo-sts[bot]github-actions[bot]PerfectSlayer
authored
Pin system tests for release branch (#11065)
* chore: Pin system-tests for release branch Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> * fix(ci): Add sampling fix to 1.61.x 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: Bruce Bujon <bruce.bujon@datadoghq.com>
1 parent aa7c70f commit 3b8e85d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.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@main # system tests are pinned on release branches only
65+
uses: DataDog/system-tests/.github/workflows/system-tests.yml@b935670e7942779f509e0d2e589a3d96f6249ea3 # system tests are pinned on release branches only
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: "main" # system tests are pinned on release branches only
73+
ref: "b935670e7942779f509e0d2e589a3d96f6249ea3" # system tests are pinned on release branches only
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
@@ -1045,7 +1045,7 @@ publishing-gate:
10451045

10461046
configure_system_tests:
10471047
variables:
1048-
SYSTEM_TESTS_REF: "main" # system tests are pinned on release branches only
1048+
SYSTEM_TESTS_REF: "b935670e7942779f509e0d2e589a3d96f6249ea3" # system tests are pinned on release branches only
10491049
SYSTEM_TESTS_SCENARIOS_GROUPS: "simple_onboarding,simple_onboarding_profiling,simple_onboarding_appsec,docker-ssi,lib-injection"
10501050

10511051
create_key:

0 commit comments

Comments
 (0)