Skip to content

Commit 5a98f8c

Browse files
committed
Replace EFS workspace with S3 bucket as Workspace
1 parent 686c66c commit 5a98f8c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/debos-aws.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,13 +31,13 @@ concurrency:
3131
jobs:
3232
build-debos:
3333
runs-on:
34-
- codebuild-QualcommLinux-Arm64-${{ github.run_id }}-${{ github.run_attempt }}
34+
- codebuild-QualcommLinux-Arm64-S3-${{ github.run_id }}-${{ github.run_attempt }}
3535
- instance-size:arm1.medium
3636
- buildspec-override:true # This tells our self-hosted runner to upload artifacts
3737
container:
3838
image: public.ecr.aws/docker/library/debian:trixie
3939
volumes:
40-
- /efs/qli/metaqcom/gh-runners/quic-yocto/builds:/fileserver-builds
40+
- /s3efs/qli/metaqcom/gh-runners/quic-yocto/builds:/fileserver-builds
4141
options: --privileged
4242
steps:
4343
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)