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
This commit is contained in:
2
.github/workflows/ci-tests.yaml
vendored
2
.github/workflows/ci-tests.yaml
vendored
@@ -173,7 +173,7 @@ jobs:
|
|||||||
# merged. The 'testlib-quick-execution' is a matrix job which runs all the
|
# 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
|
# the testlib quick tests. This job is therefore a stub which will pass if
|
||||||
# all the testlib-quick-execution jobs pass.
|
# all the testlib-quick-execution jobs pass.
|
||||||
runs-on: [self-hosted, linux, x64]
|
runs-on: ubuntu-22.04
|
||||||
needs: testlib-quick-execution
|
needs: testlib-quick-execution
|
||||||
steps:
|
steps:
|
||||||
- run: echo "This job's status is ${{ job.status }}."
|
- run: echo "This job's status is ${{ job.status }}."
|
||||||
|
|||||||
Reference in New Issue
Block a user