File tree Expand file tree Collapse file tree 1 file changed +9
-7
lines changed Expand file tree Collapse file tree 1 file changed +9
-7
lines changed Original file line number Diff line number Diff line change 1- name: Build debos recipe
1+ name: Build debos recipe in AWS
22
33on:
44 # run on pull requests to the main branch
@@ -31,12 +31,14 @@ concurrency:
3131
3232jobs:
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"
You can’t perform that action at this time.
0 commit comments