From 6f14dd534f82be25bb4a8f63a823be0589e858a6 Mon Sep 17 00:00:00 2001 From: "dd-octo-sts[bot]" <200755185+dd-octo-sts[bot]@users.noreply.github.com> Date: Wed, 8 Apr 2026 12:44:42 +0000 Subject: [PATCH 1/2] chore: Pin system-tests for release branch Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- .github/workflows/run-system-tests.yaml | 4 ++-- .gitlab-ci.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/run-system-tests.yaml b/.github/workflows/run-system-tests.yaml index f48f6c14fa4..851e762c659 100644 --- a/.github/workflows/run-system-tests.yaml +++ b/.github/workflows/run-system-tests.yaml @@ -62,7 +62,7 @@ jobs: needs: - build # If you change the following comment, update the pattern in the update_system_test_reference.sh script to match. - uses: DataDog/system-tests/.github/workflows/system-tests.yml@main # system tests are pinned on release branches only + uses: DataDog/system-tests/.github/workflows/system-tests.yml@ec74ba8b7647f5d48432da42295cdf39211fbf6c # system tests are pinned on release branches only permissions: contents: read id-token: write @@ -70,7 +70,7 @@ jobs: with: library: java # If you change the following comment, update the pattern in the update_system_test_reference.sh script to match. - ref: "main" # system tests are pinned on release branches only + ref: "ec74ba8b7647f5d48432da42295cdf39211fbf6c" # system tests are pinned on release branches only binaries_artifact: binaries desired_execution_time: 900 # 15 minutes scenarios_groups: tracer-release diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 939a9025109..1f319c2a9ae 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1045,7 +1045,7 @@ publishing-gate: configure_system_tests: variables: - SYSTEM_TESTS_REF: "main" # system tests are pinned on release branches only + SYSTEM_TESTS_REF: "ec74ba8b7647f5d48432da42295cdf39211fbf6c" # system tests are pinned on release branches only SYSTEM_TESTS_SCENARIOS_GROUPS: "simple_onboarding,simple_onboarding_profiling,simple_onboarding_appsec,docker-ssi,lib-injection" create_key: From d1d243ff955fde09aac9c3be7052d621e6603624 Mon Sep 17 00:00:00 2001 From: Bruce Bujon Date: Thu, 9 Apr 2026 14:11:29 +0200 Subject: [PATCH 2/2] fix(ci): Add sampling fix to 1.61.x branch --- .github/workflows/run-system-tests.yaml | 4 ++-- .gitlab-ci.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/run-system-tests.yaml b/.github/workflows/run-system-tests.yaml index 851e762c659..ca9ccadb08d 100644 --- a/.github/workflows/run-system-tests.yaml +++ b/.github/workflows/run-system-tests.yaml @@ -62,7 +62,7 @@ jobs: needs: - build # If you change the following comment, update the pattern in the update_system_test_reference.sh script to match. - uses: DataDog/system-tests/.github/workflows/system-tests.yml@ec74ba8b7647f5d48432da42295cdf39211fbf6c # system tests are pinned on release branches only + uses: DataDog/system-tests/.github/workflows/system-tests.yml@b935670e7942779f509e0d2e589a3d96f6249ea3 # system tests are pinned on release branches only permissions: contents: read id-token: write @@ -70,7 +70,7 @@ jobs: with: library: java # If you change the following comment, update the pattern in the update_system_test_reference.sh script to match. - ref: "ec74ba8b7647f5d48432da42295cdf39211fbf6c" # system tests are pinned on release branches only + ref: "b935670e7942779f509e0d2e589a3d96f6249ea3" # system tests are pinned on release branches only binaries_artifact: binaries desired_execution_time: 900 # 15 minutes scenarios_groups: tracer-release diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 1f319c2a9ae..9be355a9c7b 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1045,7 +1045,7 @@ publishing-gate: configure_system_tests: variables: - SYSTEM_TESTS_REF: "ec74ba8b7647f5d48432da42295cdf39211fbf6c" # system tests are pinned on release branches only + SYSTEM_TESTS_REF: "b935670e7942779f509e0d2e589a3d96f6249ea3" # system tests are pinned on release branches only SYSTEM_TESTS_SCENARIOS_GROUPS: "simple_onboarding,simple_onboarding_profiling,simple_onboarding_appsec,docker-ssi,lib-injection" create_key: