test: add runner to more jobs
This commit is contained in:
parent
7c5666eaeb
commit
ece6f5030a
|
@ -109,7 +109,7 @@ jobs:
|
||||||
setup-without-cached-state:
|
setup-without-cached-state:
|
||||||
name: Setup ${{ inputs.test_id }} test
|
name: Setup ${{ inputs.test_id }} test
|
||||||
if: ${{ !inputs.needs_zebra_state }}
|
if: ${{ !inputs.needs_zebra_state }}
|
||||||
runs-on: ubuntu-latest
|
runs-on: zfnd-runners
|
||||||
permissions:
|
permissions:
|
||||||
contents: 'read'
|
contents: 'read'
|
||||||
id-token: 'write'
|
id-token: 'write'
|
||||||
|
@ -204,7 +204,7 @@ jobs:
|
||||||
needs: [ setup-without-cached-state ]
|
needs: [ setup-without-cached-state ]
|
||||||
# If creating the Google Cloud instance fails, we don't want to launch another docker instance.
|
# If creating the Google Cloud instance fails, we don't want to launch another docker instance.
|
||||||
if: ${{ !cancelled() && !failure() && !inputs.needs_zebra_state }}
|
if: ${{ !cancelled() && !failure() && !inputs.needs_zebra_state }}
|
||||||
runs-on: ubuntu-latest
|
runs-on: zfnd-runners
|
||||||
permissions:
|
permissions:
|
||||||
contents: 'read'
|
contents: 'read'
|
||||||
id-token: 'write'
|
id-token: 'write'
|
||||||
|
@ -268,7 +268,7 @@ jobs:
|
||||||
setup-with-cached-state:
|
setup-with-cached-state:
|
||||||
name: Setup ${{ inputs.test_id }} test
|
name: Setup ${{ inputs.test_id }} test
|
||||||
if: ${{ inputs.needs_zebra_state }}
|
if: ${{ inputs.needs_zebra_state }}
|
||||||
runs-on: ubuntu-latest
|
runs-on: zfnd-runners
|
||||||
outputs:
|
outputs:
|
||||||
cached_disk_name: ${{ steps.get-disk-name.outputs.cached_disk_name }}
|
cached_disk_name: ${{ steps.get-disk-name.outputs.cached_disk_name }}
|
||||||
permissions:
|
permissions:
|
||||||
|
@ -448,7 +448,7 @@ jobs:
|
||||||
needs: [ setup-with-cached-state ]
|
needs: [ setup-with-cached-state ]
|
||||||
# If creating the Google Cloud instance fails, we don't want to launch another docker instance.
|
# If creating the Google Cloud instance fails, we don't want to launch another docker instance.
|
||||||
if: ${{ !cancelled() && !failure() && inputs.needs_zebra_state }}
|
if: ${{ !cancelled() && !failure() && inputs.needs_zebra_state }}
|
||||||
runs-on: ubuntu-latest
|
runs-on: zfnd-runners
|
||||||
permissions:
|
permissions:
|
||||||
contents: 'read'
|
contents: 'read'
|
||||||
id-token: 'write'
|
id-token: 'write'
|
||||||
|
|
Loading…
Reference in New Issue