Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GHA: Fix indentation error and skip image.rs tests for s390x #586

Merged
merged 2 commits into from
Jun 14, 2024

Conversation

BbolroC
Copy link
Member

@BbolroC BbolroC commented Jun 14, 2024

This commit fixes the wrongly indented configuration in #585 and place the pre action step after the code check-out.

There is an issue on pulling an image mcr.microsoft.com/hello-world on s390x.
It looks a load balancer for the microsoft registry is unstable so that the runner was able to pull the image with 10& success ratio (see microsoft/containerregistry#144)
It is not reasonable to let the test run under the unstable environment.

This commit skips the tests at image.rs for the platform.

Signed-off-by: Hyounggyu Choi [email protected]

The commit fixes the wrongly indented configuration in confidential-containers#585
and place the pre action step after the code check-out.

Signed-off-by: Hyounggyu Choi <[email protected]>
@BbolroC BbolroC changed the title GHA: Fix indentation error GHA: Fix indentation error and skip image.rs tests for s390x Jun 14, 2024
@BbolroC BbolroC force-pushed the fix-indentation-error branch 2 times, most recently from 8c1e93f to a7df614 Compare June 14, 2024 09:52
There is an issue on pulling an image `mcr.microsoft.com/hello-world` on s390x.
It looks a load balancer for the microsoft registry is unstable so that the runner
was able to pull the image with 10& success ratio (see
microsoft/containerregistry#144)
It is not reasonable to let the test run under the unstable environment.

This commit skips the tests at image.rs for the platform.

Signed-off-by: Hyounggyu Choi <[email protected]>
Copy link
Member

@fitzthum fitzthum left a comment

Choose a reason for hiding this comment

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

LGTM

@fitzthum fitzthum merged commit 9c0ce35 into confidential-containers:main Jun 14, 2024
13 checks passed
@BbolroC BbolroC deleted the fix-indentation-error branch June 14, 2024 14:14
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.

3 participants