-
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
Add bazel-verify step to sigs.k8s.io/cluster-api #10725
Add bazel-verify step to sigs.k8s.io/cluster-api #10725
Conversation
Related to kubernetes-sigs/cluster-api#43 |
/assign @roberthbailey |
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.
/approve
- "--repo=sigs.k8s.io/$(REPO_NAME)=$(PULL_REFS)" | ||
- "--root=/go/src" | ||
- "--upload=gs://kubernetes-jenkins/pr-logs" | ||
- "--scenario=execute" |
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.
Note: execute scenario jobs should eventually move to the pod-utils instead, it's less config!
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.
Agreed. We already do this in cluster-api-provider-aws, need to open an issue to track this.
/test pull-test-infra-bazel |
/lgtm |
LGTM label has been added. Git tree hash: ad21ddeef6cb1edeff5f7487ea3b46617d46a3d8
|
@@ -2445,6 +2445,9 @@ test_groups: | |||
gcs_prefix: kubernetes-jenkins/pr-logs/directory/pull-org-verify-all | |||
num_columns_recent: 30 | |||
#presubmits | |||
- name: pull-cluster-api-bazel-verify |
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.
this needs to be added to one of the dashboards (cluster lifecycle?)
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.
Done : )
Signed-off-by: Vince Prignano <[email protected]>
0675087
to
8aad940
Compare
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
LGTM label has been added. Git tree hash: fe7f21d6bc78a17a029c9b7c28ac89cb970a63d8
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: BenTheElder, vincepri 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 |
@vincepri: 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. |
Signed-off-by: Vince Prignano [email protected]