From bf1c10d4b2df4bbe56c6a834e138c7f400ef8940 Mon Sep 17 00:00:00 2001 From: "Bobby R. Bruce" Date: Thu, 12 Oct 2023 07:37:11 -0700 Subject: [PATCH] tests,misc: Update CI Tests 'testlib-quick' runs-on Here it's more sensible to use a GitHub hosted runner. This job is miniscule and is used to check the other tests have completed successfully. It makes sense for this not to be on our own self-hosted runner. Change-Id: I5377e025334d43eaedd0fc61e5c708ba61255d28 --- .github/workflows/ci-tests.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-tests.yaml b/.github/workflows/ci-tests.yaml index b1905c30ec..08ec318660 100644 --- a/.github/workflows/ci-tests.yaml +++ b/.github/workflows/ci-tests.yaml @@ -173,7 +173,7 @@ jobs: # merged. The 'testlib-quick-execution' is a matrix job which runs all the # the testlib quick tests. This job is therefore a stub which will pass if # all the testlib-quick-execution jobs pass. - runs-on: [self-hosted, linux, x64] + runs-on: ubuntu-22.04 needs: testlib-quick-execution steps: - run: echo "This job's status is ${{ job.status }}."