File tree Expand file tree Collapse file tree 1 file changed +13
-3
lines changed Expand file tree Collapse file tree 1 file changed +13
-3
lines changed Original file line number Diff line number Diff line change @@ -144,12 +144,22 @@ jobs:
144144 disk-sdcard.img2 \
145145 flash_qrb2210-*
146146
147- - name : Upload private artifacts
147+ # upload to a cloud storage space accessible by LAVA and developers
148+ - name : Upload private artifacts (GCP)
148149 uses : qualcomm-linux/upload-private-artifact-action@v1
149- id : upload_artifacts
150+ id : upload_artifacts_gcp
150151 with :
151152 path : debos-artifacts
152153
154+ # upload to a cloud storage space accessible by Axiom
155+ - name : Upload private artifacts (S3)
156+ uses : qualcomm-linux/upload-private-artifact-action@aws-v2
157+ with :
158+ s3_bucket : qcom-prd-gh-artifacts
159+ # should be the default in that action, or ought to reuse BUILD_ID
160+ destination : ${{ github.repository_owner }}/${{ github.event.repository.name }}/${{ github.run_id }}-${{ github.run_attempt }}/
161+ path : debos-artifacts
162+
153163 - name : Unpack rootfs to generate SBOM
154164 run : mkdir -v rootfs && tar -C rootfs -xf rootfs.tar.gz
155165
@@ -200,7 +210,7 @@ jobs:
200210 path : sboms
201211 - name : " Print output"
202212 env :
203- build_url : ${{ steps.upload_artifacts .outputs.url }}
213+ build_url : ${{ steps.upload_artifacts_gcp .outputs.url }}
204214 run : |
205215 echo "Downloads URL: ${build_url}"
206216 echo "url=\"${build_url}\"" >> $GITHUB_OUTPUT
You can’t perform that action at this time.
0 commit comments