File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -13,7 +13,9 @@ permissions:
1313jobs :
1414 diff :
1515 name : package diff
16- runs-on : ubuntu-latest
16+ runs-on :
17+ group : Self Hosted
18+ labels : edera-24
1719 steps :
1820 - name : Harden the runner (Audit all outbound calls)
1921 uses : step-security/harden-runner@b09bb98e06d4d774595224525879c09bc6e98c40 # v2.20.1
Original file line number Diff line number Diff line change 3535 - arch : arm64
3636 platform : linux/arm64
3737 runner : ubuntu-24.04-arm
38- runs-on : " ${{ matrix.runner }}"
38+ runs-on :
39+ group : Self Hosted
40+ labels : edera-24
3941 steps :
4042 - name : Harden the runner (Audit all outbound calls)
4143 uses : step-security/harden-runner@b09bb98e06d4d774595224525879c09bc6e98c40 # v2.20.1
8486 merge :
8587 name : merge and publish
8688 needs : build
87- runs-on : ubuntu-latest
89+ runs-on :
90+ group : Self Hosted
91+ labels : edera-24
8892 steps :
8993 - name : Harden the runner (Audit all outbound calls)
9094 uses : step-security/harden-runner@b09bb98e06d4d774595224525879c09bc6e98c40 # v2.20.1
Original file line number Diff line number Diff line change @@ -17,7 +17,9 @@ permissions:
1717jobs :
1818 image-update :
1919 name : Image digest update
20- runs-on : ubuntu-latest
20+ runs-on :
21+ group : Self Hosted
22+ labels : edera-24
2123
2224 permissions :
2325 contents : write # to push the updates
Original file line number Diff line number Diff line change @@ -11,7 +11,9 @@ concurrency:
1111 cancel-in-progress : true
1212jobs :
1313 format :
14- runs-on : ubuntu-latest
14+ runs-on :
15+ group : Self Hosted
16+ labels : edera-24
1517 env :
1618 SHFMT_VERSION : " 3.12.0"
1719 BLACK_VERSION : " 26.5.1"
Original file line number Diff line number Diff line change @@ -19,7 +19,9 @@ concurrency:
1919jobs :
2020 matrix :
2121 name : matrix
22- runs-on : ubuntu-latest
22+ runs-on :
23+ group : Self Hosted
24+ labels : edera-24
2325 steps :
2426 - name : Harden the runner (Audit all outbound calls)
2527 uses : step-security/harden-runner@b09bb98e06d4d774595224525879c09bc6e98c40 # v2.20.1
6062 strategy :
6163 fail-fast : false
6264 matrix : ${{ fromJSON(needs.matrix.outputs.builds) }}
63- runs-on : " ${{ matrix.builds.runner }}"
65+ runs-on :
66+ group : Self Hosted
67+ labels : edera-24
6468 env :
6569 KERNEL_PUBLISH : " ${{ inputs.publish }}"
6670 KERNEL_VERSION : " ${{ matrix.builds.version }}"
@@ -177,7 +181,9 @@ jobs:
177181 strategy :
178182 fail-fast : false
179183 matrix : ${{ fromJSON(needs.matrix.outputs.merges) }}
180- runs-on : ubuntu-latest
184+ runs-on :
185+ group : Self Hosted
186+ labels : edera-24
181187 env :
182188 KERNEL_PUBLISH : " ${{ inputs.publish }}"
183189 KERNEL_VERSION : " ${{ matrix.merges.version }}"
Original file line number Diff line number Diff line change @@ -10,7 +10,9 @@ permissions:
1010jobs :
1111 refresh :
1212 name : Open PR if NVIDIA versions changed
13- runs-on : ubuntu-latest
13+ runs-on :
14+ group : Self Hosted
15+ labels : edera-24
1416 steps :
1517 - name : Harden the runner (Audit all outbound calls)
1618 uses : step-security/harden-runner@b09bb98e06d4d774595224525879c09bc6e98c40 # v2.20.1
You can’t perform that action at this time.
0 commit comments