diff --git a/.github/workflows/system-tests.yml b/.github/workflows/system-tests.yml index ce0af5f36ee..e351965a320 100644 --- a/.github/workflows/system-tests.yml +++ b/.github/workflows/system-tests.yml @@ -45,7 +45,7 @@ jobs: persist-credentials: false repository: 'DataDog/system-tests' # Automatically managed, use scripts/update-system-tests-version to update - ref: '94529f681dcaf74382ed47c3b0c85acdb775b6c9' + ref: '30e17ba7009b84998c0ada3b3a17f39c0037faba' - name: Download wheels to binaries directory uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0 @@ -90,7 +90,7 @@ jobs: persist-credentials: false repository: 'DataDog/system-tests' # Automatically managed, use scripts/update-system-tests-version to update - ref: '94529f681dcaf74382ed47c3b0c85acdb775b6c9' + ref: '30e17ba7009b84998c0ada3b3a17f39c0037faba' - name: Build runner uses: ./.github/actions/install_runner @@ -287,7 +287,7 @@ jobs: persist-credentials: false repository: 'DataDog/system-tests' # Automatically managed, use scripts/update-system-tests-version to update - ref: '94529f681dcaf74382ed47c3b0c85acdb775b6c9' + ref: '30e17ba7009b84998c0ada3b3a17f39c0037faba' - name: Download wheels to binaries directory uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0 with: diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 905ce32e8fb..325ea20a3fb 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -14,7 +14,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: "94529f681dcaf74382ed47c3b0c85acdb775b6c9" + SYSTEM_TESTS_REF: "30e17ba7009b84998c0ada3b3a17f39c0037faba" default: interruptible: true