-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
test: add new test TestPrebuildAndRegularWorkspaceDifferentWorkspaceClass #13268
Conversation
started the job as gitpod-build-jenting-12638-case4.7 because the annotations in the pull request description changed |
ea2919d
to
80bf4b5
Compare
started the job as gitpod-build-jenting-12638-case4.11 because the annotations in the pull request description changed |
eb6240d
to
58e4b49
Compare
Signed-off-by: JenTing Hsiao <hsiaoairplane@gmail.com>
58e4b49
to
a3a7137
Compare
/hold |
…lass Test prebuild and regular workspace with different workspace class Signed-off-by: JenTing Hsiao <hsiaoairplane@gmail.com>
a3a7137
to
bd64c99
Compare
/werft run 👍 started the job as gitpod-build-jenting-12638-case4.17 |
/werft run with-large-vm 👍 started the job as gitpod-build-jenting-12638-case4.18 |
This PR includes testing, but isn't the main focus of this PR a change to ws-manager? Since I think this PR provides value to users, why don't you write a Release Note? |
// TODO: do not use hard-code workspace class name to prevent if we change to different environment to run the test | ||
PrebuildWorkspaceClass: "default", | ||
RegularWorkspaceClass: "small", | ||
// |
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.
// |
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 intended to add this line to know which parts are the TODO.
Release note added. |
/unhold |
Description
Add a new test to test prebuild and regular workspace with different workspace class
Related Issue(s)
Partially #12638
How to test
Release Notes
Documentation
None
Werft options:
If enabled this will build
install/preview
Valid options are
all
,workspace
,webapp
,ide