Skip to content

Commit b1d866a

Browse files
committed
ci: Move to new self-hosted runners
We have a new set of self-hosted runners that IT is providing. This change updates the labels to choose the correct self-hosted work along with updating the mount points for the persistent NFS volume Signed-off-by: Andy Doan <[email protected]>
1 parent 321612d commit b1d866a

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/workflows/debos.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,11 @@ jobs:
2828
build-debos:
2929
outputs:
3030
url: ${{ steps.upload_artifacts.outputs.url }}
31-
runs-on: [self-hosted, arm64, debbuilder]
31+
runs-on: [self-hosted, qcom-u2404, arm64]
3232
container:
3333
image: debian:trixie
3434
volumes:
35-
- /srv/gh-runners/quic-yocto/downloads:/fileserver-downloads
35+
- /efs/qli/metaqcom/gh-runners/quic-yocto/downloads:/fileserver-downloads
3636
options: --privileged
3737
steps:
3838
# make sure we have latest packages first, to get latest fixes and to

.github/workflows/linux.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,13 +28,13 @@ concurrency:
2828
jobs:
2929
build-linux-deb:
3030
# for cross-builds
31-
runs-on: [self-hosted, x86]
31+
runs-on: [self-hosted, qcom-u2404, amd64]
3232
# alternative for native builds, but overkill to do both
3333
#runs-on: [self-hosted, arm64, debbuilder]
3434
container:
3535
image: debian:trixie
3636
volumes:
37-
- /srv/gh-runners/quic-yocto/downloads:/fileserver-downloads
37+
- /efs/qli/metaqcom/gh-runners/quic-yocto/downloads:/fileserver-downloads
3838
steps:
3939
- uses: actions/checkout@v4
4040
with:

.github/workflows/u-boot.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,13 @@ concurrency:
2525
jobs:
2626
build-u-boot-rb1:
2727
# for cross-builds
28-
runs-on: [self-hosted, x86]
28+
runs-on: [self-hosted, qcom-u2404, amd64]
2929
# alternative for native builds, but overkill to do both
3030
#runs-on: [self-hosted, arm64, debbuilder]
3131
container:
3232
image: debian:trixie
3333
volumes:
34-
- /srv/gh-runners/quic-yocto/downloads:/fileserver-downloads
34+
- /efs/qli/metaqcom/gh-runners/quic-yocto/downloads:/fileserver-downloads
3535
steps:
3636
- uses: actions/checkout@v4
3737
with:

0 commit comments

Comments
 (0)