USHIFT-6156: Enable fips support for release scenarios#5513
USHIFT-6156: Enable fips support for release scenarios#5513openshift-merge-bot[bot] merged 1 commit intoopenshift:mainfrom
Conversation
|
@kasturinarra: This pull request references USHIFT-6156 which is a valid jira issue. Warning: The referenced jira issue has an invalid target version for the target branch this PR targets: expected the sub-task to target the "4.21.0" version, but no target version was set. DetailsIn response to this:
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 openshift-eng/jira-lifecycle-plugin repository. |
|
@agullon could you please help review ? thanks !! |
9df4071 to
a69c477
Compare
|
/retest |
1 similar comment
|
/retest |
04d847c to
93954f2
Compare
|
/test e2e-aws-tests |
|
/test e2e-aws-tests-bootc-release-arm |
93954f2 to
cf017f8
Compare
...ge-blueprints-bootc/layer1-base/group3/rhel96-bootc-brew-ec-with-optional-fips.containerfile
Show resolved
Hide resolved
...ge-blueprints-bootc/layer1-base/group3/rhel96-bootc-brew-rc-with-optional-fips.containerfile
Show resolved
Hide resolved
...ueprints-bootc/layer1-base/group3/rhel96-bootc-brew-zstream-with-optional-fips.containerfile
Show resolved
Hide resolved
test/image-blueprints/layer1-base/group5/rhel96-brew-ec-with-optionals-fips.toml
Show resolved
Hide resolved
test/image-blueprints/layer1-base/group5/rhel96-brew-rc-with-optionals-fips.toml
Show resolved
Hide resolved
test/image-blueprints/layer1-base/group5/rhel96-brew-zstream-with-optionals-fips.toml
Show resolved
Hide resolved
3542234 to
f864515
Compare
f864515 to
1f84cbd
Compare
|
/test e2e-aws-tests-release-arm |
|
/test e2e-aws-tests-bootc-release-arm |
|
/lgtm |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: agullon, kasturinarra The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
/verified by ci |
|
@kasturinarra: This PR has been marked as verified by DetailsIn response to this:
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 openshift-eng/jira-lifecycle-plugin repository. |
|
@kasturinarra: all tests passed! Full PR test history. Your PR dashboard. DetailsInstructions 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-sigs/prow repository. I understand the commands that are listed here. |
|
/cherry-pick release-4.20 |
|
@kasturinarra: new pull request created: #5577 DetailsIn response to this:
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-sigs/prow repository. |
| @@ -0,0 +1,32 @@ | |||
| {{- if and (env.Getenv "BREW_EC_RELEASE_VERSION" "") (env.Getenv "BREW_Y1_RELEASE_VERSION" "") -}} | |||
There was a problem hiding this comment.
We don't need the BREW_Y1_RELEASE_VERSION check here because it's not used in this toml file
| distro = "rhel-96" | ||
|
|
||
| # Use the base brewery blueprint as parent | ||
| parent = "rhel-9.6-microshift-brew-optionals-4.{{ .Env.MINOR_VERSION}}-ec" |
There was a problem hiding this comment.
We need to check if this parent exists in the first line of this file
| @@ -0,0 +1,16 @@ | |||
| # {{- if env.Getenv "BREW_EC_RELEASE_VERSION" "" -}} | |||
There was a problem hiding this comment.
this is checking if EC BREW RPMs exist, but we don't need this check because these RPMs are not needed to build this containerfile
instead, we need to check if the parent image exist
Which issue(s) this PR addresses: Enable fips support for release scenarios
Closes #USHIFT-6156