Skip to content

PVC integration tests: TestGitHubContexts and TestGitActions and TestGitLFSSupport #12650

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 4 commits into from
Sep 5, 2022

Conversation

jenting
Copy link
Contributor

@jenting jenting commented Sep 5, 2022

Description

Add PVC feature flag to these integration test cases

  • TestGitHubContexts
  • TestGitActions
  • TestGitLFSSupport

Related Issue(s)

Fixes #12497

How to test

USER_TOKEN=`kubectl --context=dev get secret integration-test-user -n werft -ojsonpath={.data.token} | base64 --decode`

cd test

USER_TOKEN=$USER_TOKEN go test  -run ^TestGitHubContexts$ github.com/gitpod-io/gitpod/test/tests/workspace -count=1 -namespace=default -kubeconfig=/home/gitpod/.kube/config -v -timeout=60m -username=integration-test-user

USER_TOKEN=$USER_TOKEN go test  -run ^TestGitActions$ github.com/gitpod-io/gitpod/test/tests/workspace -count=1 -namespace=default -kubeconfig=/home/gitpod/.kube/config -v -timeout=60m -username=integration-test-user

USER_TOKEN=$USER_TOKEN go test  -run ^TestGitLFSSupport$ github.com/gitpod-io/gitpod/test/tests/workspace -count=1 -namespace=default -kubeconfig=/home/gitpod/.kube/config -v -timeout=60m -username=integration-test-user

Release Notes

None

Documentation

Werft options:

  • /werft with-preview

@jenting jenting force-pushed the jenting/inte-test-12497 branch from b2f014e to e6bbf1d Compare September 5, 2022 14:41
@jenting jenting marked this pull request as ready for review September 5, 2022 14:58
@roboquat roboquat merged commit f7008c1 into main Sep 5, 2022
@roboquat roboquat deleted the jenting/inte-test-12497 branch September 5, 2022 17:28
@roboquat roboquat added deployed: workspace Workspace team change is running in production deployed Change is completely running in production labels Sep 7, 2022
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 deployed Change is completely running in production release-note-none size/L team: workspace Issue belongs to the Workspace team
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[integration tests] add regular workspace PVC integration test from PVC test plans
3 participants