-
Notifications
You must be signed in to change notification settings - Fork 298
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: add e2e test setup for GCP provider #1701
test: add e2e test setup for GCP provider #1701
Conversation
Hi @dargudear-google. Thanks for your PR. I'm waiting for a kubernetes-sigs member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
@dargudear-google: Cannot trigger testing until a trusted user reviews the PR and leaves an In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
9b14c0b
to
942f7d0
Compare
1478bfc
to
dc753fd
Compare
/ok-to-test |
/test pull-secrets-store-csi-driver-e2e-gcp |
2 similar comments
/test pull-secrets-store-csi-driver-e2e-gcp |
/test pull-secrets-store-csi-driver-e2e-gcp |
/test pull-secrets-store-csi-driver-e2e-gcp |
4 similar comments
/test pull-secrets-store-csi-driver-e2e-gcp |
/test pull-secrets-store-csi-driver-e2e-gcp |
/test pull-secrets-store-csi-driver-e2e-gcp |
/test pull-secrets-store-csi-driver-e2e-gcp |
test pull-secrets-store-csi-driver-e2e-gcp |
/test pull-secrets-store-csi-driver-e2e-gcp |
1 similar comment
/test pull-secrets-store-csi-driver-e2e-gcp |
/test pull-secrets-store-csi-driver-e2e-gcp |
1 similar comment
/test pull-secrets-store-csi-driver-e2e-gcp |
a9f26b6
to
ff90da3
Compare
84528da
to
42e7efe
Compare
/test pull-secrets-store-csi-driver-e2e-gcp |
1 similar comment
/test pull-secrets-store-csi-driver-e2e-gcp |
/retitle test: add e2e test setup for GCP provider |
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.
Few minor nits!
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.
Please squash to a single commit after resolving #1701 (comment)
202e539
to
347037a
Compare
/test pull-secrets-store-csi-driver-e2e-gcp |
Done. |
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.
/lgtm
/approve
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: aramase, dargudear-google 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 |
/retest-required |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #1701 +/- ##
==========================================
+ Coverage 35.83% 36.50% +0.66%
==========================================
Files 63 63
Lines 3759 4526 +767
==========================================
+ Hits 1347 1652 +305
- Misses 2268 2731 +463
+ Partials 144 143 -1 ☔ View full report in Codecov by Sentry. |
@dargudear-google: The following test failed, say
Full PR test history. Your PR dashboard. Please help us cut down on flakes by linking to an open issue when you hit one in your PR. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. I understand the commands that are listed here. |
What type of PR is this?
/kind failing-test
What this PR does / why we need it: Runs e2e test for driver with gcp provider
Which issue(s) this PR fixes (optional, using
fixes #<issue number>(, fixes #<issue_number>, ...)
format, will close the issue(s) when the PR gets merged):Fixes #1583
Special notes for your reviewer:
Earlier gcp tests were using hardcoded static secrets from google owned project. Now this PR uses secrets freshly created on boskos project.
TODOs: