Skip to content

Migrate to k8s integration tests to kubetest #349

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

Conversation

davidz627
Copy link
Contributor

/kind cleanup
/kind failing-test

/assign @msau42 @hantaowang

Alright this should just fix a bunch of stuff. Once it's done and stable I think there are a bunch of flags we can probably remove that were put in to work around the fact we weren't using kubetest :(

NONE

@k8s-ci-robot k8s-ci-robot added release-note-none Denotes a PR that doesn't merit a release note. kind/cleanup Categorizes issue or PR as related to cleaning up code, process, or technical debt. kind/failing-test Categorizes issue or PR as related to a consistently or frequently failing test. cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. labels Jul 17, 2019
@k8s-ci-robot
Copy link
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: davidz627

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@k8s-ci-robot k8s-ci-robot added approved Indicates a PR has been approved by an approver from all required OWNERS files. size/M Denotes a PR that changes 30-99 lines, ignoring generated files. labels Jul 17, 2019
@davidz627 davidz627 force-pushed the fix/migrateToKubetest branch from 5a2e8ca to 6e1cd9d Compare July 17, 2019 23:37
@davidz627
Copy link
Contributor Author

/test pull-gcp-compute-persistent-disk-csi-driver-kubernetes-integration

if err != nil {
return err
}

homeDir, _ := os.LookupEnv("HOME")
os.Setenv("KUBECONFIG", filepath.Join(homeDir, ".kube/config"))

artifactsDir, _ := os.LookupEnv("ARTIFACTS")
Copy link
Contributor

Choose a reason for hiding this comment

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

We still need reportArg

…ceties that I think will fix a lot of GCE config issues
@davidz627 davidz627 force-pushed the fix/migrateToKubetest branch from 6e1cd9d to 5831038 Compare July 18, 2019 17:31
@davidz627
Copy link
Contributor Author

/retest

@msau42
Copy link
Contributor

msau42 commented Jul 18, 2019

/lgtm

@k8s-ci-robot k8s-ci-robot added the lgtm "Looks good to me", indicates that a PR is ready to be merged. label Jul 18, 2019
@k8s-ci-robot k8s-ci-robot merged commit aa0769d into kubernetes-sigs:master Jul 18, 2019
@davidz627 davidz627 deleted the fix/migrateToKubetest branch July 18, 2019 20:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
approved Indicates a PR has been approved by an approver from all required OWNERS files. cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. kind/cleanup Categorizes issue or PR as related to cleaning up code, process, or technical debt. kind/failing-test Categorizes issue or PR as related to a consistently or frequently failing test. lgtm "Looks good to me", indicates that a PR is ready to be merged. release-note-none Denotes a PR that doesn't merit a release note. size/M Denotes a PR that changes 30-99 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants