USHIFT-1201 Backport configure-vm.sh to 4.13#1742
USHIFT-1201 Backport configure-vm.sh to 4.13#1742openshift-merge-robot merged 2 commits intoopenshift:release-4.13from
Conversation
|
@copejon: No Bugzilla bug is referenced in the title of this pull request. 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/test-infra repository. |
|
/retest |
1 similar comment
|
/retest |
|
Current failures are a result of the service-ca container fail to come up due to what looks like selinux permissions: |
dhellmann
left a comment
There was a problem hiding this comment.
/lgtm
/label backport-risk-assessed
|
/retest |
|
/pj-rehearse max |
|
/label bugzilla/valid-bug |
…ependency installation
… logic to the configure script Signed-off-by: Jon Cope <jcope@redhat.com>
4a3c9f1 to
733f7e0
Compare
|
/lgtm |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: copejon, dhellmann 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 |
|
@copejon: 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/test-infra repository. I understand the commands that are listed here. |
|
/label cherry-pick-approved |
Relates to USHIFT-1201
Transitioning CI to AWS in openshift/release#38877 is broken on release-4.13 due to the fact that on the release-4.13 version of configure-vm.sh, build dependencies are installed by default. This is producing an error on the RHEL 9.2 instance in AWS related to git package dependencies:
Back porting the more recent version will bring in changes that will condition the above command based on a CLI flag (--no-build-deps), which will skip the unnecessary deps install in CI.