From d00178b7bca799d68fe71bd9adda79ce15c07c63 Mon Sep 17 00:00:00 2001 From: NikolaMilosa Date: Thu, 5 Sep 2024 11:11:48 +0200 Subject: [PATCH] changing to bazel command --- .github/workflows/release-testing.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release-testing.yml b/.github/workflows/release-testing.yml index f108abe4781..07832fe59b9 100644 --- a/.github/workflows/release-testing.yml +++ b/.github/workflows/release-testing.yml @@ -261,4 +261,4 @@ jobs: - name: Run qualification for version ${{ matrix.version }} shell: bash run: | - ict t //rs/tests/dre:guest_os_qualification -- --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 }} --test_env=NEW_VERSION=${{ github.sha }}