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

Workflows: fix release workflow #170

Merged
merged 1 commit into from
Jun 8, 2023

Conversation

fitzthum
Copy link
Member

@fitzthum fitzthum commented Jun 7, 2023

Should the release workflow match the push workflow? Currently we are releasing a SIM-cc-kbc bundle, which does not match our CI bundles. Is this necessary?

@Xynnn007 @mythi @dcmiddle

The release workflow should follow the push workflow
and use the sample-kbc for the SIM payload

Signed-off-by: Tobin Feldman-Fitzthum <tobin@ibm.com>
@fitzthum fitzthum requested a review from a team as a code owner June 7, 2023 19:41
Copy link
Member

@dcmiddle dcmiddle left a comment

Choose a reason for hiding this comment

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

This was the conclusion I was reaching too.
When the release script doesn't set the KBC variable it gets defaulted to cc-kbc in a few places including the label string for the build.

Copy link
Member

@Xynnn007 Xynnn007 left a comment

Choose a reason for hiding this comment

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

Oh yes. This was a mistake that KBC is not defined. Thanks for fixing this!

@fitzthum fitzthum merged commit fd5b1d7 into confidential-containers:main Jun 8, 2023
7 checks passed
@mythi
Copy link
Contributor

mythi commented Jun 9, 2023

I've been offline this week so I can only comment after the fact.

This change is mostly cosmetic and not necessary for the release since we dropped eaa-kbc. KBC in the bundle name is a leftover and likely going away from the push workflow too.

We rely on sample_kbc being enabled by default in AA. With this change the problem with the release is that SIM bundle does not have cc-kbc enabled. HW has both.

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

4 participants