-
Notifications
You must be signed in to change notification settings - Fork 296
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
🌱 e2e: only upload images to gcs if we run tests which need it #2686
🌱 e2e: only upload images to gcs if we run tests which need it #2686
Conversation
/test help |
@chrischdi: The specified target(s) for
The following commands are available to trigger optional jobs:
Use
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/test-infra repository. |
/test pull-cluster-api-provider-vsphere-e2e-conformance-ci-latest-main |
/test pull-cluster-api-provider-vsphere-e2e-conformance-main |
/test pull-cluster-api-provider-vsphere-e2e-main |
/test pull-cluster-api-provider-vsphere-e2e-upgrade-1-29-1-30-main |
/cherry-pick release-1.9 |
@chrischdi: once the present PR merges, I will cherry-pick it on top of release-1.9 in a new PR and assign it to you. 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/test-infra repository. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #2686 +/- ##
==========================================
+ Coverage 64.54% 64.66% +0.11%
==========================================
Files 118 118
Lines 8620 8620
==========================================
+ Hits 5564 5574 +10
+ Misses 2625 2618 -7
+ Partials 431 428 -3 ☔ View full report in Codecov by Sentry. |
/lgtm (I also checked the e2e test logs) |
LGTM label has been added. Git tree hash: 55892218ba1546e874df7b2166d0654cece875f0
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: sbueringer 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 |
conformance test failures are expected /override pull-cluster-api-provider-vsphere-e2e-upgrade-1-29-1-30-main |
@chrischdi: Overrode contexts on behalf of chrischdi: pull-cluster-api-provider-vsphere-e2e-upgrade-1-29-1-30-main 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/test-infra repository. |
@chrischdi: #2686 failed to apply on top of branch "release-1.9":
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/test-infra repository. |
What this PR does / why we need it:
Only uploads the docker image to gcs when we don't set
GINKGO_FOCUS
.We set
GINKGO_FOCUS
at all e2e periodics + presubmits except for the{periodic,pull}-cluster-api-provider-vsphere-e2e
which are the only ones where we require to upload the images because of running the clusterctl upgrade tests.Which issue(s) this PR fixes (optional, in
fixes #<issue number>(, fixes #<issue_number>, ...)
format, will close the issue(s) when PR gets merged):Fixes #