-
Notifications
You must be signed in to change notification settings - Fork 56
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
Add new field for DWOC for DevWorkspace pod's runtimeClass #1303
Conversation
Signed-off-by: dkwon17 <[email protected]>
Signed-off-by: dkwon17 <[email protected]>
Skipping CI for Draft Pull Request. |
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.
Looks great to me so far, glad to see you're adding DevWorkspace Controller tests 😁 Left some minor comments.
Thank you @AObuchow , I've updated this PR |
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.
I still have to do a bit of manual testing, but this looks great to me :) I left some very minor comments.
/retest |
@musienko-maxim Any idea what's going wrong with the CI prow tests here? |
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.
Tested on OpenShift 4.16 and works as expected, great work @dkwon17 😁 🙏
My last suggestion is to squash your feedback commits, and maybe rename the "Add tests"
commit to something a bit more specific like "Adds controller environment tests for pod runtimeClass"
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: AObuchow, dkwon17 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 |
Signed-off-by: admin <[email protected]>
New changes are detected. LGTM label has been removed. |
@AObuchow thanks, I've squashed the commits |
@dkwon17 Awesome, this looks good to merge :) Once all the CI checks pass, feel free to merge :) |
What does this PR do?
Introduces a new field for the DWOC for the DevWorkspace pod's runtimeClass
What issues does this PR fix or reference?
#1286
Is it tested? How?
To test this PR,
Verify that the workspace pod starts and runs properly.
Create this DWOC:
The DevWorkspace startup should fail with:
PR Checklist
/test v8-devworkspace-operator-e2e, v8-che-happy-path
to trigger)v8-devworkspace-operator-e2e
: DevWorkspace e2e testv8-che-happy-path
: Happy path for verification integration with Che