Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,11 @@
name: Build and test PR
skip: $CIRRUS_PR == ""
timeout_in: 240m
gce_instance: &arm_vm
container: ghcr.io/cheriot-platform/devcontainer:latest

Check warning on line 6 in .cirrus.yml

View check run for this annotation

Cirrus CI / Build Parsing Results

.cirrus.yml#L6

expected a map, found scalar

Check warning on line 6 in .cirrus.yml

View check run for this annotation

Cirrus CI / Build Parsing Results

.cirrus.yml#L6

expected a map, found scalar

Check warning on line 6 in .cirrus.yml

View check run for this annotation

Cirrus CI / Build Parsing Results

.cirrus.yml#L6

expected a map, found scalar

Check warning on line 6 in .cirrus.yml

View check run for this annotation

Cirrus CI / Build Parsing Results

.cirrus.yml#L6

expected a map, found scalar
gce_container: &arm_vm
image_project: ubuntu-os-cloud
image_family: ubuntu-2404-lts-arm64
container: ghcr.io/cheriot-platform/devcontainer:latest
architecture: arm64
zone: us-east1-b
type: c4a-standard-16
Expand Down Expand Up @@ -36,7 +38,7 @@
name: Build and upload artefact x86_64
only_if: ($CIRRUS_PR == "") && ($CIRRUS_BRANCH == "cheriot")
timeout_in: 120m
gce_instance:
gce_container:
<<: *arm_vm
image_family: ubuntu-2404-lts-amd64
architecture: amd64
Expand Down