Skip to content

Commit

Permalink
Merge pull request #21182 from alexander-demichev/operator-jobs
Browse files Browse the repository at this point in the history
CAPI: Add operator branch to main jobs
  • Loading branch information
k8s-ci-robot authored Mar 17, 2021
2 parents 6f8c716 + c3d6959 commit aa7a3b0
Showing 1 changed file with 6 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ presubmits:
branches:
# The script this job runs is not in all branches.
- ^master$
- ^operator-0.4$
spec:
containers:
- image: gcr.io/k8s-testimages/kubekins-e2e:v20210312-67f589a-go-canary
Expand All @@ -28,6 +29,7 @@ presubmits:
branches:
# The script this job runs is not in all branches.
- ^master$
- ^operator-0.4$
spec:
containers:
- command:
Expand All @@ -53,6 +55,7 @@ presubmits:
branches:
# The script this job runs is not in all branches.
- ^master$
- ^operator-0.4$
spec:
containers:
- command:
Expand All @@ -71,13 +74,13 @@ presubmits:
branches:
# The script this job runs is not in all branches.
- ^master$
- ^operator-0.4$
spec:
containers:
- image: gcr.io/k8s-testimages/kubekins-e2e:v20210312-67f589a-go-canary
command:
- "runner.sh"
- "make"
- "verify"
- ./scripts/ci-verify.sh
resources:
requests:
cpu: 7300m
Expand All @@ -93,6 +96,7 @@ presubmits:
branches:
# The script this job runs is not in all branches.
- ^master$
- ^operator-0.4$
spec:
containers:
- image: gcr.io/k8s-testimages/kubekins-e2e:v20210312-67f589a-go-canary
Expand Down

0 comments on commit aa7a3b0

Please sign in to comment.