From 7504c7cf37cdc8522c0824f46dac3a8aad9f1990 Mon Sep 17 00:00:00 2001 From: Sarah Chen Date: Tue, 3 Mar 2026 09:05:48 -0500 Subject: [PATCH] Pin system tests to 1.60.x release branch --- .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 678c7e9acd5..2a79bdec3cf 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 for releases only + uses: DataDog/system-tests/.github/workflows/system-tests.yml@61f7ee29e7432cba821a4d303c95929160bd23fd # system tests are pinned for releases only secrets: TEST_OPTIMIZATION_API_KEY: ${{ secrets.DATADOG_API_KEY_PROD }} permissions: @@ -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: main # system tests are pinned for releases only + ref: 61f7ee29e7432cba821a4d303c95929160bd23fd # system tests are pinned for releases only binaries_artifact: binaries desired_execution_time: 900 # 15 minutes scenarios_groups: tracer-release