-
Notifications
You must be signed in to change notification settings - Fork 1.3k
[test] Fix workspace integration tests #17222
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
Merged
Merged
Changes from all commits
Commits
Show all changes
24 commits
Select commit
Hold shift + click to select a range
1bb8ef2
[tests] unique ContextURL for commit only
kylos101 173a210
[tests] include std output in the error message for commit
kylos101 4ee8ed9
[tests] Fix TestGitActions by using the test case context
kylos101 99aa47c
[test] bypass exit code 1 on `git commit` with `--allow-empty`
kylos101 a3b4937
[test] Fix gcloud auth, do setup before auth
kylos101 ca75e37
Show all output
kylos101 7d60c28
[test] avoid using deleted user, identity, and token
kylos101 c216ff6
[test] add organizationId to CreateWorkspaceOptions
kylos101 4f66add
[test] orgId is required on createWorkspace
kylos101 0bd754e
[test] fix git context tests
kylos101 1257b4c
[test] Use example test as the example
kylos101 5f59a1a
[test] fix context tests when run as gitpod-integration-test user
kylos101 05a9bb3
[test] clean-up
kylos101 242093e
[test] wait for workspaces to stop
kylos101 9b01eb4
[test] add code owners
kylos101 fe3c251
[test] limit # of tests that can run in parallel
kylos101 4be1123
[test] no parallel tests
kylos101 15aa2c8
[preview] update the VM image to have parity with production
kylos101 96b3e84
[preview] no PSP in support of VM image update
kylos101 8af791e
[test] don't wait for workspace stop with git_test.go, we're testing …
kylos101 d1c504a
[preview] retry installing trust-manager
kylos101 16b64f5
[test] clarify USER_TOKEN value for preview environments
kylos101 4655cee
Cleanup
kylos101 a10d7d5
[preview] remove commented out yaml related to PodSecurityPolicy
kylos101 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
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
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
Oops, something went wrong.
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.
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.
WKS-107