Skip to content

Commit f6b2883

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 ef1f5f6 commit f6b2883

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
@@ -28,12 +28,12 @@ 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/builds:/fileserver-builds
36-
- /srv/gh-runners/quic-yocto/downloads:/fileserver-downloads
35+
- /efs/qli/metaqcom/gh-runners/quic-yocto/builds:/fileserver-builds
36+
- /efs/qli/metaqcom/gh-runners/quic-yocto/downloads:/fileserver-downloads
3737
options: --privileged
3838
steps:
3939
# 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)