Skip to content

Commit

Permalink
Merge pull request kubernetes#7857 from Random-Liu/add-containerd-bra…
Browse files Browse the repository at this point in the history
…nch-presubmit

Add presubmit test for newly created release/1.0 branch.
  • Loading branch information
k8s-ci-robot authored Apr 25, 2018
2 parents 9d48f93 + 875abdc commit 14afd74
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions prow/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1176,8 +1176,8 @@ presubmits:
context: pull-cri-containerd-build
rerun_command: "/test pull-cri-containerd-build"
trigger: "(?m)^/test( all| pull-cri-containerd-build),?(\\s+|$)"
branches:
- master
skip_branches:
- v0.1
labels:
preset-service-account: true
spec:
Expand All @@ -1190,8 +1190,8 @@ presubmits:
run_after_success:
- name: pull-cri-containerd-node-e2e
agent: kubernetes
branches:
- master
skip_branches:
- v0.1
always_run: true
skip_report: false
max_concurrency: 8
Expand Down Expand Up @@ -1221,8 +1221,8 @@ presubmits:
context: pull-cri-containerd-verify
rerun_command: "/test pull-cri-containerd-verify"
trigger: "(?m)^/test( all| pull-cri-containerd-verify),?(\\s+|$)"
branches:
- master
skip_branches:
- v0.1
labels:
preset-service-account: true
spec:
Expand Down

0 comments on commit 14afd74

Please sign in to comment.