Skip to content

PVC integration tests: TestGitHubContexts and TestGitActions and TestGitLFSSupport#12650

Merged
roboquat merged 4 commits into
mainfrom
jenting/inte-test-12497
Sep 5, 2022
Merged

PVC integration tests: TestGitHubContexts and TestGitActions and TestGitLFSSupport#12650
roboquat merged 4 commits into
mainfrom
jenting/inte-test-12497

Conversation

@jenting

@jenting jenting commented Sep 5, 2022

Copy link
Copy Markdown
Contributor

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

Signed-off-by: JenTing Hsiao <hsiaoairplane@gmail.com>
Signed-off-by: JenTing Hsiao <hsiaoairplane@gmail.com>
Signed-off-by: JenTing Hsiao <hsiaoairplane@gmail.com>
Signed-off-by: JenTing Hsiao <hsiaoairplane@gmail.com>
@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