-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
Remove pull-cluster-api-bazel-verify job #11642
Conversation
also update pull-cluster-api-bazel-test job with e2e image (bazel is needed) pull-cluster-api-bazel-verify is only calling ./hack/verify-bazel.sh which already covered by pull-cluster-api-bazel-test job (it actually call both verify-bazel.sh and verify_clientset.sh etc).
/assign @vincepri |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: BenTheElder, figo 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 |
/lgtm |
LGTM label has been added. Git tree hash: 7fa426442f184191aa532838ee44045cf0817303
|
@figo: Updated the
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. |
remove job: pull-cluster-api-bazel-verify
pull-cluster-api-bazel-verify is only calling ./hack/verify-bazel.sh which already covered
by pull-cluster-api-test job (it actually calling verify-bazel.sh, verify_clientset.sh etc).
update job: pull-cluster-api-test with e2e image (bazel is needed)
otherwise, you will see log (
./hack/verify-bazel.sh Bazel not available, skipping validation
) in current job, https://storage.googleapis.com/kubernetes-jenkins/pr-logs/pull/sigs.k8s.io_cluster-api/805/pull-cluster-api-test/1724/build-log.txtcc @BenTheElder @vincepri @detiber