Skip to content
This repository was archived by the owner on Jun 14, 2019. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
31 changes: 0 additions & 31 deletions cmd/ci-operator-prowgen/main_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -702,12 +702,9 @@ tests:
- agent: kubernetes
branches:
- ^branch$
context: ""
decorate: true
decoration_config:
grace_period: 0s
skip_cloning: true
timeout: 0s
labels:
ci-operator.openshift.io/prowgen-controlled: "true"
name: branch-ci-super-duper-branch-images
Expand Down Expand Up @@ -743,9 +740,7 @@ tests:
context: ci/prow/images
decorate: true
decoration_config:
grace_period: 0s
skip_cloning: true
timeout: 0s
labels:
ci-operator.openshift.io/prowgen-controlled: "true"
name: pull-ci-super-duper-branch-images
Expand Down Expand Up @@ -779,9 +774,7 @@ tests:
context: ci/prow/unit
decorate: true
decoration_config:
grace_period: 0s
skip_cloning: true
timeout: 0s
labels:
ci-operator.openshift.io/prowgen-controlled: "true"
name: pull-ci-super-duper-branch-unit
Expand Down Expand Up @@ -857,9 +850,7 @@ tests:
- branch
decorate: true
decoration_config:
grace_period: 0s
skip_cloning: true
timeout: 0s
name: branch-ci-super-duper-branch-do-not-overwrite
spec:
containers:
Expand Down Expand Up @@ -892,9 +883,7 @@ tests:
context: ci/prow/rhel-images
decorate: true
decoration_config:
grace_period: 0s
skip_cloning: true
timeout: 0s
labels:
ci-operator.openshift.io/prowgen-controlled: "true"
ci-operator.openshift.io/variant: rhel
Expand Down Expand Up @@ -929,9 +918,7 @@ tests:
context: ci/prow/rhel-unit
decorate: true
decoration_config:
grace_period: 0s
skip_cloning: true
timeout: 0s
labels:
ci-operator.openshift.io/prowgen-controlled: "true"
ci-operator.openshift.io/variant: rhel
Expand Down Expand Up @@ -965,12 +952,9 @@ tests:
- agent: kubernetes
branches:
- branch
context: ""
decorate: true
decoration_config:
grace_period: 0s
skip_cloning: true
timeout: 0s
name: branch-ci-super-duper-branch-do-not-overwrite
spec:
containers:
Expand All @@ -996,12 +980,9 @@ tests:
- agent: kubernetes
branches:
- ^branch$
context: ""
decorate: true
decoration_config:
grace_period: 0s
skip_cloning: true
timeout: 0s
labels:
ci-operator.openshift.io/prowgen-controlled: "true"
ci-operator.openshift.io/variant: rhel
Expand Down Expand Up @@ -1075,9 +1056,7 @@ tests:
- agent: kubernetes
decorate: true
decoration_config:
grace_period: 0s
skip_cloning: true
timeout: 0s
name: branch-ci-super-duper-branch-do-not-overwrite
spec:
containers:
Expand Down Expand Up @@ -1110,9 +1089,7 @@ tests:
context: ci/prow/images
decorate: true
decoration_config:
grace_period: 0s
skip_cloning: true
timeout: 0s
labels:
ci-operator.openshift.io/prowgen-controlled: "true"
name: pull-ci-super-duper-branch-images
Expand Down Expand Up @@ -1146,9 +1123,7 @@ tests:
context: ci/prow/unit
decorate: true
decoration_config:
grace_period: 0s
skip_cloning: true
timeout: 0s
labels:
ci-operator.openshift.io/prowgen-controlled: "true"
name: pull-ci-super-duper-branch-unit
Expand Down Expand Up @@ -1179,12 +1154,9 @@ tests:
prowExpectedPostsubmitYAML: []byte(`postsubmits:
super/duper:
- agent: kubernetes
context: ""
decorate: true
decoration_config:
grace_period: 0s
skip_cloning: true
timeout: 0s
name: branch-ci-super-duper-branch-do-not-overwrite
spec:
containers:
Expand All @@ -1210,12 +1182,9 @@ tests:
- agent: kubernetes
branches:
- ^branch$
context: ""
decorate: true
decoration_config:
grace_period: 0s
skip_cloning: true
timeout: 0s
labels:
ci-operator.openshift.io/prowgen-controlled: "true"
name: branch-ci-super-duper-branch-images
Expand Down
3 changes: 1 addition & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,10 @@ require (
golang.org/x/build v0.0.0-20190314133821-5284462c4bec // indirect
golang.org/x/oauth2 v0.0.0-20190226205417-e64efc72b421
golang.org/x/sync v0.0.0-20190227155943-e225da77a7e6
golang.org/x/text v0.3.2 // indirect
google.golang.org/api v0.3.2
gopkg.in/cheggaaa/pb.v1 v1.0.28 // indirect
k8s.io/api v0.0.0-20181128191700-6db15a15d2d3
k8s.io/apimachinery v0.0.0-20181128191346-49ce2735e507
k8s.io/client-go v9.0.0+incompatible
k8s.io/test-infra v0.0.0-20190427170421-2228dd155e83
k8s.io/test-infra v0.0.0-20190507120946-f699675303ae
)
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -540,6 +540,8 @@ k8s.io/test-infra v0.0.0-20190419141755-2128cd49ec49 h1:PQA4pBitfxlRosLsKLHvsWqi
k8s.io/test-infra v0.0.0-20190419141755-2128cd49ec49/go.mod h1:efXtKqqgOwqGIGXp/07+8yYqU6gLruGy1ZCsJP92WIY=
k8s.io/test-infra v0.0.0-20190427170421-2228dd155e83 h1:ejcxndaP8JPFnLe0iBJnxAh9c0bZasVCBqQ7AdnoINw=
k8s.io/test-infra v0.0.0-20190427170421-2228dd155e83/go.mod h1:au9sNJng6j7WArFJTbSQUPgxpFnSCwJkOyPc4lyBHuI=
k8s.io/test-infra v0.0.0-20190507120946-f699675303ae h1:ZQT2WAlw3rQ4ZvirLbc+yT6KdYU9H+Cr/7PCq6iIZB4=
k8s.io/test-infra v0.0.0-20190507120946-f699675303ae/go.mod h1:2wpqH1meBDeotw8vmDrRw9FLbmDb/PZNwsW/5GxI0Jc=
k8s.io/utils v0.0.0-20181019225348-5e321f9a457c/go.mod h1:8k8uAuAQ0rXslZKaEWd0c3oVhZz7sSzSiPnVZayjIX0=
mvdan.cc/xurls/v2 v2.0.0/go.mod h1:2/webFPYOXN9jp/lzuj0zuAVlF+9g4KPFJANH1oJhRU=
sigs.k8s.io/yaml v1.1.0 h1:4A07+ZFc2wgJwo8YNlQpr1rVlgUDlxXHhPJciaPY5gs=
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,9 @@ postsubmits:
- agent: kubernetes
branches:
- ^master$
context: ""
decorate: true
decoration_config:
grace_period: 0s
skip_cloning: true
timeout: 0s
labels:
ci-operator.openshift.io/prowgen-controlled: "true"
name: branch-ci-super-duper-master-images
Expand Down Expand Up @@ -37,7 +34,6 @@ postsubmits:
- agent: jenkins
branches:
- master
context: ""
labels:
master: ci.openshift.redhat.com
name: branch-ci-super-duper-master-legacy
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,7 @@ presubmits:
context: ci/prow/e2e
decorate: true
decoration_config:
grace_period: 0s
skip_cloning: true
timeout: 0s
labels:
ci-operator.openshift.io/prowgen-controlled: "true"
name: pull-ci-super-duper-master-e2e
Expand Down Expand Up @@ -70,9 +68,7 @@ presubmits:
context: ci/prow/images
decorate: true
decoration_config:
grace_period: 0s
skip_cloning: true
timeout: 0s
labels:
ci-operator.openshift.io/prowgen-controlled: "true"
max_concurrency: 100
Expand Down Expand Up @@ -121,9 +117,7 @@ presubmits:
context: ci/prow/lint
decorate: true
decoration_config:
grace_period: 0s
skip_cloning: true
timeout: 0s
labels:
ci-operator.openshift.io/prowgen-controlled: "true"
name: pull-ci-super-duper-master-lint
Expand Down Expand Up @@ -157,9 +151,7 @@ presubmits:
context: ci/prow/unit
decorate: true
decoration_config:
grace_period: 0s
skip_cloning: true
timeout: 0s
labels:
ci-operator.openshift.io/prowgen-controlled: "true"
name: pull-ci-super-duper-master-unit
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,9 @@ postsubmits:
- agent: kubernetes
branches:
- ^release-3\.11$
context: ""
decorate: true
decoration_config:
grace_period: 0s
skip_cloning: true
timeout: 0s
labels:
ci-operator.openshift.io/prowgen-controlled: "true"
name: branch-ci-super-duper-release-3.11-images
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,7 @@ presubmits:
context: ci/prow/images
decorate: true
decoration_config:
grace_period: 0s
skip_cloning: true
timeout: 0s
labels:
ci-operator.openshift.io/prowgen-controlled: "true"
name: pull-ci-super-duper-release-3.11-images
Expand Down Expand Up @@ -53,9 +51,7 @@ presubmits:
context: ci/prow/lint
decorate: true
decoration_config:
grace_period: 0s
skip_cloning: true
timeout: 0s
labels:
ci-operator.openshift.io/prowgen-controlled: "true"
name: pull-ci-super-duper-release-3.11-lint
Expand Down Expand Up @@ -89,9 +85,7 @@ presubmits:
context: ci/prow/unit
decorate: true
decoration_config:
grace_period: 0s
skip_cloning: true
timeout: 0s
labels:
ci-operator.openshift.io/prowgen-controlled: "true"
name: pull-ci-super-duper-release-3.11-unit
Expand Down
15 changes: 11 additions & 4 deletions vendor/k8s.io/test-infra/prow/apis/prowjobs/v1/types.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading