Test for OCP-63099
Which issue(s) this PR addresses:
Closes #<Issue Number>
Skipping CI for Draft Pull Request.
If you want CI signal for your change, please convert it to an actual PR.
You can still manually trigger a test run with /test all
/retest
/retest
/test verify
/retest
/retest
It looks like this PR is changing files that would be updated by running the microshift rebase script. Is that intentional, or a side-effect of something in your git repo?
It looks like this PR is changing files that would be updated by running the microshift rebase script. Is that intentional, or a side-effect of something in your git repo?
I am trying to add one file. This must be something in my git repo. I attempted a rebase yesterday. I wonder if I did something incorrectly.
/retest
/retest
@dhensel-rh: all tests passed!
Full PR test history. Your PR dashboard.
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. I understand the commands that are listed here.
This looks good. There are some similar tests in https://github.com/openshift/microshift/blob/main/test/suites/standard/configuration.robot so maybe the 2 suites can be combined here into this new file?
I'll approve the PR as something we want. We should give another member of the team a chance to review it and lgtm it.
/approve
[APPROVALNOTIFIER] This PR is APPROVED
This pull-request has been approved by: dhellmann, dhensel-rh
The full list of commands accepted by this bot can be found here.
The pull request process is described here
- ~~OWNERS~~ [dhellmann]
Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment
This looks good. There are some similar tests in https://github.com/openshift/microshift/blob/main/test/suites/standard/configuration.robot so maybe the 2 suites can be combined here into this new file?
Now that https://github.com/openshift/microshift/pull/2832 has merged, you probably want to rebase this before considering how to combine the 2 suites.
This looks good. There are some similar tests in https://github.com/openshift/microshift/blob/main/test/suites/standard/configuration.robot so maybe the 2 suites can be combined here into this new file?
Now that #2832 has merged, you probably want to rebase this before considering how to combine the 2 suites.
Thanks. I'll rebase and have a look at combining the 2 suites.