Skip to content

Commit

Permalink
Write to a single bucket for the Trusted OS artifacts.
Browse files Browse the repository at this point in the history
  • Loading branch information
jiggoha committed Sep 27, 2023
1 parent 58d9346 commit 26806e2
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions release/cloudbuild_ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,13 +54,13 @@ steps:
- storage
- cp
- output/trusted_os.elf
- gs://${_TRUSTED_OS_BUCKET}/${_TEST_TAG_NAME}/trusted_os.elf
- gs://${_FIRMWARE_BUCKET}/${_FIRMWARE_COMPONENT}/${_TEST_TAG_NAME}/firmware.sig
- name: gcr.io/cloud-builders/gcloud
args:
- storage
- cp
- output/trusted_os.sig
- gs://${_TRUSTED_OS_BUCKET}/${_TEST_TAG_NAME}/trusted_os_transparency_dev.sig
- gs://${_FIRMWARE_BUCKET}/${_FIRMWARE_COMPONENT}/${_TEST_TAG_NAME}/trusted_os_transparency_dev.sig
### Construct log entry / Claimant Model statement.
- name: golang
args:
Expand Down Expand Up @@ -89,10 +89,11 @@ steps:
- storage
- cp
- output/trusted_os_manifest.json
- gs://${_TRUSTED_OS_BUCKET}/${_TEST_TAG_NAME}/trusted_os_manifest.json
- gs://${_FIRMWARE_BUCKET}/${_FIRMWARE_COMPONENT}/${_TEST_TAG_NAME}/trusted_os_manifest.json
substitutions:
# Build-related.
_TRUSTED_OS_BUCKET: trusted-os-artifacts-ci
_FIRMWARE_BUCKET: armored-witness-firmware-ci
_FIRMWARE_COMPONENT: trusted-os
_TAMAGO_VERSION: '1.20.6'
_TEST_TAG_NAME: '0.1.2'
# Signing-related.
Expand Down

0 comments on commit 26806e2

Please sign in to comment.