From cbd2ef88b53422d2a6f4b3d297d60b383a1289d5 Mon Sep 17 00:00:00 2001 From: "dd-apm-ecosystems-autobot[bot]" <214617597+dd-apm-ecosystems-autobot[bot]@users.noreply.github.com> Date: Sun, 21 Dec 2025 00:06:59 +0000 Subject: [PATCH] =?UTF-8?q?[=F0=9F=A4=96]=20Update=20System=20Tests:=20htt?= =?UTF-8?q?ps://github.com/DataDog/dd-trace-rb/actions/runs/20401907816?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/system-tests.yml | 4 ++-- .gitlab-ci.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/system-tests.yml b/.github/workflows/system-tests.yml index 7fa6d805be2..215a55a8008 100644 --- a/.github/workflows/system-tests.yml +++ b/.github/workflows/system-tests.yml @@ -77,7 +77,7 @@ jobs: test: needs: - build - uses: DataDog/system-tests/.github/workflows/system-tests.yml@0032fc1c262ec50dc0858d106d038858a266865c # Automated: This reference is automatically updated. + uses: DataDog/system-tests/.github/workflows/system-tests.yml@43fcd80e6531f07b928b467e72cc89e9752042db # Automated: This reference is automatically updated. secrets: TEST_OPTIMIZATION_API_KEY: ${{ secrets.DD_API_KEY }} # key used to pushed test results to test optim DD_API_KEY: ${{ secrets.DD_API_KEY }} # key used in tests runs @@ -91,7 +91,7 @@ jobs: desired_execution_time: 300 # 5 minutes scenarios_groups: tracer_release skip_empty_scenarios: true - ref: 0032fc1c262ec50dc0858d106d038858a266865c # Automated: This reference is automatically updated. + ref: 43fcd80e6531f07b928b467e72cc89e9752042db # Automated: This reference is automatically updated. force_execute: ${{ needs.build.outputs.forced_tests }} parametric_job_count: 8 push_to_test_optimization: ${{ github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name == github.repository }} diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 3c0f1a71324..4629122e31f 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -146,7 +146,7 @@ requirements_json_test: configure_system_tests: variables: - SYSTEM_TESTS_REF: 0032fc1c262ec50dc0858d106d038858a266865c # Automated: This reference is automatically updated. + SYSTEM_TESTS_REF: 43fcd80e6531f07b928b467e72cc89e9752042db # Automated: This reference is automatically updated. SYSTEM_TESTS_SCENARIOS_GROUPS: "simple_onboarding,lib-injection,docker_ssi" save_versions: