Skip to content

Commit 82c3b62

Browse files
committed
ci: Changes required for AWS runner
Signed-off-by: Andy Doan <[email protected]>
1 parent a84a749 commit 82c3b62

File tree

1 file changed

+9
-7
lines changed

1 file changed

+9
-7
lines changed

.github/workflows/debos-aws.yml.dis

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Build debos recipe
1+
name: Build debos recipe in AWS
22

33
on:
44
# run on pull requests to the main branch
@@ -31,12 +31,14 @@ concurrency:
3131

3232
jobs:
3333
build-debos:
34-
runs-on: [self-hosted, arm64, debbuilder]
34+
runs-on:
35+
- codebuild-QualcommLinux-Arm64-${{ github.run_id }}-${{ github.run_attempt }}
36+
- instance-size:arm1.medium
3537
container:
36-
image: debian:trixie
38+
image: public.ecr.aws/docker/library/debian:trixie
3739
volumes:
38-
- /srv/gh-runners/quic-yocto/builds:/fileserver-builds
39-
- /srv/gh-runners/quic-yocto/downloads:/fileserver-downloads
40+
- /efs/qli/metaqcom/gh-runners/quic-yocto/builds:/fileserver-builds
41+
- /efs/qli/metaqcom/gh-runners/quic-yocto/downloads:/fileserver-downloads
4042
options: --privileged
4143
steps:
4244
# make sure we have latest packages first, to get latest fixes and to
@@ -122,5 +124,5 @@ jobs:
122124
flash_rb1*
123125
# instruct fileserver to publish this directory
124126
url="${FILESERVER_URL}/${BUILD_ID}/"
125-
curl -X POST -H 'Accept: text/event-stream' "${url}"
126-
127+
# curl -X POST -H 'Accept: text/event-stream' "${url}"
128+
echo "TODO - get github action for artifact publishing in place"

0 commit comments

Comments
 (0)