Skip to content

Commit 924ad3f

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 e6fa544 commit 924ad3f

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

.github/workflows/debos.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,12 +32,12 @@ concurrency:
3232

3333
jobs:
3434
build-debos:
35-
runs-on: [self-hosted, arm64, debbuilder]
35+
runs-on: [self-hosted, qcom-u2404, arm64]
3636
container:
3737
image: debian:trixie
3838
volumes:
39-
- /srv/gh-runners/quic-yocto/builds:/fileserver-builds
40-
- /srv/gh-runners/quic-yocto/downloads:/fileserver-downloads
39+
- /efs/qli/metaqcom/gh-runners/quic-yocto/builds:/fileserver-builds
40+
- /efs/qli/metaqcom/gh-runners/quic-yocto/downloads:/fileserver-downloads
4141
options: --privileged
4242
steps:
4343
# make sure we have latest packages first, to get latest fixes and to

.github/workflows/linux.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,14 +28,14 @@ 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/builds:/fileserver-builds
38-
- /srv/gh-runners/quic-yocto/downloads:/fileserver-downloads
37+
- /efs/qli/metaqcom/gh-runners/quic-yocto/builds:/fileserver-builds
38+
- /efs/qli/metaqcom/gh-runners/quic-yocto/downloads:/fileserver-downloads
3939
steps:
4040
- uses: actions/checkout@v4
4141
with:

.github/workflows/u-boot.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,14 +25,14 @@ 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/builds:/fileserver-builds
35-
- /srv/gh-runners/quic-yocto/downloads:/fileserver-downloads
34+
- /efs/qli/metaqcom/gh-runners/quic-yocto/builds:/fileserver-builds
35+
- /efs/qli/metaqcom/gh-runners/quic-yocto/downloads:/fileserver-downloads
3636
steps:
3737
- uses: actions/checkout@v4
3838
with:

0 commit comments

Comments
 (0)