Skip to content

ci: workaround Cirrus CI's INVALID_ARGUMENT#7177

Merged
dmcgowan merged 1 commit intocontainerd:mainfrom
kzys:fix-cirrus
Jul 18, 2022
Merged

ci: workaround Cirrus CI's INVALID_ARGUMENT#7177
dmcgowan merged 1 commit intocontainerd:mainfrom
kzys:fix-cirrus

Conversation

@kzys
Copy link
Copy Markdown
Member

@kzys kzys commented Jul 18, 2022

We are constantly getting the message below from Cirrus CI;

Machine type with name 'c2-standard-2' does not exist in zone 'us-central1-c'."

Seems Cirrus CI is constructing the machine type based on
the "cpu" field from the YAML file. However c2-standard's minimal vCPU
count is 4 based on the official document below.

https://cloud.google.com/compute/docs/compute-optimized-machines

Signed-off-by: Kazuyoshi Kato [email protected]

@k8s-ci-robot
Copy link
Copy Markdown

Skipping CI for Draft Pull Request.
If you want CI signal for your change, please convert it to an actual PR.
You can still manually trigger a test run with /test all

@kzys kzys marked this pull request as ready for review July 18, 2022 17:27
We are constantly getting the message below from Cirrus CI;

> Machine type with name 'c2-standard-2' does not exist in zone 'us-central1-c'."

Seems Cirrus CI is constructing the machine type based on
the "cpu" field from the YAML file. However c2-standard's minimal vCPU
count is 4 based on the official document below.

https://cloud.google.com/compute/docs/compute-optimized-machines

Signed-off-by: Kazuyoshi Kato <[email protected]>
@kzys kzys changed the title Workaround Cirrus CI's issue ci: workaround Cirrus CI's INVALID_ARGUMENT Jul 18, 2022
Copy link
Copy Markdown
Member

@estesp estesp left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Copy link
Copy Markdown
Member

@mikebrow mikebrow left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@dmcgowan dmcgowan merged commit 0bbba90 into containerd:main Jul 18, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

8 participants