-
Notifications
You must be signed in to change notification settings - Fork 1.3k
test: Introduction of parallelization of tests to launch workspaces #13293
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
Conversation
This PR https://werft.gitpod-dev.com/job/gitpod-custom-to-inte-speed.3
Before this test took 1682 sec. |
@@ -84,7 +84,7 @@ werft log phase "build preview environment" "build preview environment" | |||
git checkout -B "${BRANCH}" && \ | |||
git commit -m "${TEMP_COMMIT_MSG}" --allow-empty && \ | |||
git push --set-upstream origin "${BRANCH}" && \ | |||
werft run github -a with-preview=true | |||
werft run github -a with-preview=true -a with-large-vm=true |
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.
Cool, I don't know we have this annotation until now.
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 learned it from @vulkoingim
Description
Note: now the integration test is broken
Related Issue(s)
Part of #13197
How to test
Run the integration test
Release Notes
Documentation
No
Werft options:
If enabled this will build
install/preview
Valid options are
all
,workspace
,webapp
,ide