diff --git a/.github/workflows/system-tests.yml b/.github/workflows/system-tests.yml index 554bb55fa62..0379cd8bcc3 100644 --- a/.github/workflows/system-tests.yml +++ b/.github/workflows/system-tests.yml @@ -90,7 +90,7 @@ jobs: persist-credentials: false repository: 'DataDog/system-tests' # Automatically managed, use scripts/update-system-tests-version to update - ref: 'f65241afd4c85b958e114bae5317645c9a6ade30' + ref: '11885e2b9f37cefdf700936b4a47e1d91900f478' - name: Download wheels to binaries directory uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7.0.0 @@ -143,7 +143,7 @@ jobs: persist-credentials: false repository: 'DataDog/system-tests' # Automatically managed, use scripts/update-system-tests-version to update - ref: 'f65241afd4c85b958e114bae5317645c9a6ade30' + ref: '11885e2b9f37cefdf700936b4a47e1d91900f478' - name: Build runner uses: ./.github/actions/install_runner @@ -358,7 +358,7 @@ jobs: persist-credentials: false repository: 'DataDog/system-tests' # Automatically managed, use scripts/update-system-tests-version to update - ref: 'f65241afd4c85b958e114bae5317645c9a6ade30' + ref: '11885e2b9f37cefdf700936b4a47e1d91900f478' - name: Download wheels to binaries directory uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7.0.0 with: @@ -504,4 +504,4 @@ jobs: needs.integration-frameworks-system-tests.result == 'cancelled'|| needs.tracer-release.result == 'failure' || needs.tracer-release.result == 'cancelled' - run: exit 1 + run: exit 1 \ No newline at end of file diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index c67331a9be2..1ac29846123 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -15,7 +15,7 @@ variables: DD_VPA_TEMPLATE: "vpa-template-cpu-p70-10percent-2x-oom-min-cap" # CI_DEBUG_SERVICES: "true" # Automatically managed, use scripts/update-system-tests-version to update - SYSTEM_TESTS_REF: "f65241afd4c85b958e114bae5317645c9a6ade30" + SYSTEM_TESTS_REF: "11885e2b9f37cefdf700936b4a47e1d91900f478" # Profiling native build image (built from dd/images/dd-trace-py/profiling_native) PROFILING_NATIVE_IMAGE: "registry.ddbuild.io/dd-trace-py:v96371602-f288245-profiling_native"