-
Notifications
You must be signed in to change notification settings - Fork 273
🌱 Fix optional e2e tests #2493
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
base: main
Are you sure you want to change the base?
🌱 Fix optional e2e tests #2493
Conversation
Skipping CI for Draft Pull Request. |
/test ? |
@lentzi90: The following commands are available to trigger required jobs:
The following commands are available to trigger optional jobs:
Use
In 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. |
/test metal3-bmo-e2e-test-optional-pull |
/test metal3-bmo-e2e-test-optional-pull |
cb032db
to
f2d58bc
Compare
/test metal3-bmo-e2e-test-optional-pull |
f2d58bc
to
88fba69
Compare
/test metal3-bmo-e2e-test-optional-pull |
88fba69
to
8e5a65f
Compare
/test metal3-bmo-e2e-test-optional-pull |
This is - fixing the configmap for ironic 29.0 - fixing e2e config for upgrade tests - installing some packages that are needed to run the tests in jenkins (pre-installed in github runners) - removing the inspector port from the list of exposed ports in kind since it is no longer needed. Signed-off-by: Lennart Jern <[email protected]>
8e5a65f
to
ede1e3d
Compare
/test metal3-bmo-e2e-test-optional-pull |
/approve |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/approve
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: dtantsur, Rozzii The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
What this PR does / why we need it:
This is
(pre-installed in github runners)
since it is no longer needed.
Which issue(s) this PR fixes (optional, in
fixes #<issue number>(, fixes #<issue_number>, ...)
format, will close the issue(s) when PR gets merged):Fixes #2484