Skip to content

Commit c404f36

Browse files
committed
fix(ci): setting all the github action jobs to run on the edera runners
1 parent 4153237 commit c404f36

6 files changed

Lines changed: 27 additions & 9 deletions

File tree

.github/workflows/buildenv-diff.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,9 @@ permissions:
1313
jobs:
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

.github/workflows/buildenv.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,9 @@ jobs:
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
@@ -84,7 +86,9 @@ jobs:
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

.github/workflows/digestabot.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,9 @@ permissions:
1717
jobs:
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

.github/workflows/lint.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,9 @@ concurrency:
1111
cancel-in-progress: true
1212
jobs:
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"

.github/workflows/matrix.yml

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,9 @@ concurrency:
1919
jobs:
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
@@ -60,7 +62,9 @@ jobs:
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 }}"

.github/workflows/refresh-nvidia.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,9 @@ permissions:
1010
jobs:
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

0 commit comments

Comments
 (0)