Skip to content
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] IO Limits #18127

Merged
merged 2 commits into from
Jul 4, 2023
Merged

[test] IO Limits #18127

merged 2 commits into from
Jul 4, 2023

Conversation

WVerlaek
Copy link
Member

@WVerlaek WVerlaek commented Jun 30, 2023

Description

Add IO limit e2e test

Related Issue(s)

Fixes WKS-220

How to test

Run integration test

Documentation

Preview status

gitpod:summary

Build Options

Build
  • /werft with-werft
    Run the build with werft instead of GHA
  • leeway-no-cache
  • /werft no-test
    Run Leeway with --dont-test
Publish
  • /werft publish-to-npm
  • /werft publish-to-jb-marketplace
Installer
  • analytics=segment
  • with-dedicated-emulation
  • workspace-feature-flags
    Add desired feature flags to the end of the line above, space separated
Preview Environment
  • /werft with-local-preview
    If enabled this will build install/preview
  • /werft with-preview
  • /werft with-large-vm
  • /werft with-gce-vm
    If enabled this will create the environment on GCE infra
  • with-integration-tests=workspace
    Valid options are all, workspace, webapp, ide, jetbrains, vscode, ssh

/hold

Comment on lines +87 to 90
USER_NAME="$(kubectl --context=dev -n werft get secret integration-test-user -o jsonpath='{.data.username}' | base64 -d)"
USER_TOKEN="$(kubectl --context=dev -n werft get secret integration-test-user -o jsonpath='{.data.token}' | base64 -d)"
export USER_NAME
export USER_TOKEN
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this just makes it easier to copy/paste these four lines and then manually run a test that requires a username+token with go test

@WVerlaek WVerlaek changed the title WIP [test] IO Limits [test] IO Limits Jul 4, 2023
@WVerlaek WVerlaek marked this pull request as ready for review July 4, 2023 14:09
@WVerlaek WVerlaek requested a review from a team July 4, 2023 14:09
@WVerlaek WVerlaek requested a review from a team as a code owner July 4, 2023 14:09
@github-actions github-actions bot added team: workspace Issue belongs to the Workspace team team: staff-engineers labels Jul 4, 2023
@WVerlaek
Copy link
Member Author

WVerlaek commented Jul 4, 2023

/unhold

@roboquat roboquat merged commit 435e5dc into main Jul 4, 2023
27 of 28 checks passed
@roboquat roboquat deleted the wv/test-io-limit branch July 4, 2023 14:26
@roboquat roboquat added the deployed: workspace Workspace team change is running in production label Aug 10, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
deployed: workspace Workspace team change is running in production size/L team: staff-engineers team: workspace Issue belongs to the Workspace team
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants