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

src/cmd-push-container-manifest: allow for missing architectures #3436

Merged
merged 1 commit into from
Apr 19, 2023

Conversation

dustymabe
Copy link
Member

In the case of kubevirt we are only building for a single architecture (right now) but we still want to use the cosa push-container-manifest workflow for pushing it to a registry. Let's allow for missing architectures if the user didn't explicitly specify a list of arches.

@dustymabe
Copy link
Member Author

hmm. I didn't touch any bash files and shellcheck CI job starts failing?

jlebon
jlebon previously approved these changes Apr 18, 2023
Copy link
Member

@jlebon jlebon left a comment

Choose a reason for hiding this comment

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

Looks sane to me!

hmm. I didn't touch any bash files and shellcheck CI job starts failing?

I think this is from the new ShellCheck in f38. That GitHub Action uses the buildroot container which was updated after coreos/fedora-coreos-config#2376 merged. I'm addressing them in #3437.

In the case of kubevirt we are only building for a single architecture
(right now) but we still want to use the `cosa push-container-manifest`
workflow for pushing it to a registry. Let's allow for missing
architectures if the user didn't explicitly specify a list of arches.
@dustymabe dustymabe enabled auto-merge (rebase) April 19, 2023 15:46
@jlebon
Copy link
Member

jlebon commented Apr 19, 2023

/override ci/prow/rhcos

@dustymabe dustymabe merged commit a8bfe8f into coreos:main Apr 19, 2023
@openshift-ci
Copy link

openshift-ci bot commented Apr 19, 2023

@jlebon: Overrode contexts on behalf of jlebon: ci/prow/rhcos

In response to this:

/override ci/prow/rhcos

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository.

@dustymabe dustymabe deleted the dusty-push-container-arches branch April 19, 2023 16:15
dustymabe added a commit to dustymabe/fedora-coreos-pipeline that referenced this pull request Apr 19, 2023
If not specified the code will default to all built arches. We need
this because we'll be adding kubevirt soon and it will only be built
for x86_64.

See also coreos/coreos-assembler#3436
dustymabe added a commit to dustymabe/fedora-coreos-pipeline that referenced this pull request May 1, 2023
If not specified the code will default to all built arches. We need
this because we'll be adding kubevirt soon and it will only be built
for x86_64.

See also coreos/coreos-assembler#3436
dustymabe added a commit to coreos/fedora-coreos-pipeline that referenced this pull request May 3, 2023
If not specified the code will default to all built arches. We need
this because we'll be adding kubevirt soon and it will only be built
for x86_64.

See also coreos/coreos-assembler#3436
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.

None yet

2 participants