From 99e65b8c0526f13ab918e780c4512043e9ea912e Mon Sep 17 00:00:00 2001 From: "dd-octo-sts[bot]" <200755185+dd-octo-sts[bot]@users.noreply.github.com> Date: Fri, 23 Jan 2026 17:21:58 +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 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/run-system-tests.yaml b/.github/workflows/run-system-tests.yaml index e5a8716c2ce..9de701c841a 100644 --- a/.github/workflows/run-system-tests.yaml +++ b/.github/workflows/run-system-tests.yaml @@ -63,7 +63,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@8d3613c18208b3b1af705dd4a341351d850b5ba1 # system tests are pinned for releases only + uses: DataDog/system-tests/.github/workflows/system-tests.yml@5d6059eff048ca67d3c29ac7c5f29d9c679941cd # system tests are pinned for releases only secrets: inherit permissions: contents: read @@ -72,7 +72,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: 8d3613c18208b3b1af705dd4a341351d850b5ba1 # system tests are pinned for releases only + ref: 5d6059eff048ca67d3c29ac7c5f29d9c679941cd # system tests are pinned for releases only binaries_artifact: binaries desired_execution_time: 900 # 15 minutes scenarios_groups: tracer-release From 7c5831cf8d5ee8d368895eaef1caf11d86eaacda Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alejandro=20Gonz=C3=A1lez=20Garc=C3=ADa?= Date: Mon, 2 Feb 2026 19:15:45 +0100 Subject: [PATCH 2/2] Update system tests reference to a new commit --- .github/workflows/run-system-tests.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/run-system-tests.yaml b/.github/workflows/run-system-tests.yaml index 9de701c841a..63c888b40fe 100644 --- a/.github/workflows/run-system-tests.yaml +++ b/.github/workflows/run-system-tests.yaml @@ -63,7 +63,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@5d6059eff048ca67d3c29ac7c5f29d9c679941cd # system tests are pinned for releases only + uses: DataDog/system-tests/.github/workflows/system-tests.yml@3b281e70d1fc9b51687f50e1c7e0811e3a626b55 # system tests are pinned for releases only secrets: inherit permissions: contents: read @@ -72,7 +72,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: 5d6059eff048ca67d3c29ac7c5f29d9c679941cd # system tests are pinned for releases only + ref: 3b281e70d1fc9b51687f50e1c7e0811e3a626b55 # system tests are pinned for releases only binaries_artifact: binaries desired_execution_time: 900 # 15 minutes scenarios_groups: tracer-release