From 97c8ced1d14f3968ddbbc97ed60359e79ee32ccf Mon Sep 17 00:00:00 2001 From: NikolaMilosa Date: Thu, 5 Sep 2024 11:46:38 +0200 Subject: [PATCH] using tip --- .github/workflows/release-testing.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release-testing.yml b/.github/workflows/release-testing.yml index 07832fe59b9..2c7129f2a50 100644 --- a/.github/workflows/release-testing.yml +++ b/.github/workflows/release-testing.yml @@ -258,7 +258,7 @@ jobs: steps: - name: Checkout uses: actions/checkout@v4 - - name: Run qualification for version ${{ matrix.version }} + - name: Run qualification for version ${{ matrix.version }} from the tip of the branch shell: bash run: | - bazel test //rs/tests/dre:guest_os_qualification --config=systest --cache_test_results=no --test_timeout=7200 --test_env=OLD_VERSION=${{ matrix.version }} --test_env=NEW_VERSION=${{ github.sha }} + bazel test //rs/tests/dre:guest_os_qualification --config=systest --cache_test_results=no --test_timeout=7200 --test_env=OLD_VERSION=${{ matrix.version }}