Skip to content

Commit

Permalink
Add CAPI operator verify task
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander-demicev committed Mar 10, 2021
1 parent 9fc679a commit 247e5a7
Showing 1 changed file with 22 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -210,3 +210,25 @@ presubmits:
annotations:
testgrid-dashboards: sig-cluster-lifecycle-cluster-api
testgrid-tab-name: capi-pr-e2e-k8s-latest-main
- name: pull-cluster-api-operator-verify
decorate: true
path_alias: sigs.k8s.io/cluster-api
always_run: true
labels:
preset-service-account: "true"
branches:
# The script this job runs is not in all branches.
- ^operator-0.4$
spec:
containers:
- image: gcr.io/k8s-testimages/kubekins-e2e:v20210302-a6bf478-go-canary
command:
- "runner.sh"
- "make -c ./exp/operator"
- "verify"
resources:
requests:
cpu: 7300m
annotations:
testgrid-dashboards: sig-cluster-lifecycle-cluster-api
testgrid-tab-name: capi-pr-verify-main

0 comments on commit 247e5a7

Please sign in to comment.