Use old small Workspace Image for VMs for now#8407
Merged
Conversation
Codecov Report
@@ Coverage Diff @@
## main #8407 +/- ##
==========================================
- Coverage 14.55% 11.17% -3.38%
==========================================
Files 51 18 -33
Lines 4878 993 -3885
==========================================
- Hits 710 111 -599
+ Misses 4106 880 -3226
+ Partials 62 2 -60
Flags with carried forward coverage won't be shown. Click here to find out more. Continue to review full report at Codecov.
|
Contributor
Author
|
/werft run 👍 started the job as gitpod-build-mads-small-vm.2 |
meysholdt
approved these changes
Feb 23, 2022
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
/werft with-vm=true
Description
We're currently experimenting with using image
gitpod-k3s-202202151924-2for VM-based preview environments, but are having problems getting them to work.The current VM manifest is referencing a storage class that no longer exists. This PR switches back to use the storage class that uses the workspace image
gitpod-k3s-202112202344.While we don't want to go to beta with this image, we might as well use an image on main which works for now.
Related Issue(s)
No issue
How to test
Run a Werft job off this branch, the
werftcommand above will have it use VMs. Verify that the VM boots and that you can get SSH access, kubectl access, and that workspaces (eventually) start.Release Notes
Documentation
N/A