Skip to content

Commit

Permalink
[4.9] Carry job customization over from master/main jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
petr-muller committed Jul 1, 2021
1 parent 68b51fb commit b7bdb46
Show file tree
Hide file tree
Showing 45 changed files with 977 additions and 187 deletions.
@@ -1,7 +1,7 @@
presubmits:
kubevirt/hyperconverged-cluster-operator:
- agent: kubernetes
always_run: true
always_run: false
branches:
- release-4.9
cluster: build01
Expand All @@ -14,6 +14,7 @@ presubmits:
pj-rehearse.openshift.io/can-be-rehearsed: "true"
name: pull-ci-kubevirt-hyperconverged-cluster-operator-release-4.9-ci-index
rerun_command: /test ci-index
run_if_changed: ^(build/.*|cmd/.*|deploy/crds/.*|deploy/index-image/.*|hack/.*|pkg/.*|Makefile|go\.mod|go\.sum)$
spec:
containers:
- args:
Expand Down Expand Up @@ -49,7 +50,7 @@ presubmits:
secretName: result-aggregator
trigger: (?m)^/test( | .* )ci-index,?($|\s.*)
- agent: kubernetes
always_run: true
always_run: false
branches:
- release-4.9
cluster: build01
Expand All @@ -62,6 +63,7 @@ presubmits:
pj-rehearse.openshift.io/can-be-rehearsed: "true"
name: pull-ci-kubevirt-hyperconverged-cluster-operator-release-4.9-ci-index-hco-upgrade-bundle
rerun_command: /test ci-index-hco-upgrade-bundle
run_if_changed: ^(build/.*|cmd/.*|deploy/crds/.*|deploy/index-image/.*|hack/.*|pkg/.*|Makefile|go\.mod|go\.sum)$
spec:
containers:
- args:
Expand Down Expand Up @@ -97,7 +99,7 @@ presubmits:
secretName: result-aggregator
trigger: (?m)^/test( | .* )ci-index-hco-upgrade-bundle,?($|\s.*)
- agent: kubernetes
always_run: true
always_run: false
branches:
- release-4.9
cluster: build01
Expand All @@ -110,6 +112,7 @@ presubmits:
pj-rehearse.openshift.io/can-be-rehearsed: "true"
name: pull-ci-kubevirt-hyperconverged-cluster-operator-release-4.9-ci-index-hco-upgrade-prev-bundle
rerun_command: /test ci-index-hco-upgrade-prev-bundle
run_if_changed: ^(build/.*|cmd/.*|deploy/crds/.*|deploy/index-image/.*|hack/.*|pkg/.*|Makefile|go\.mod|go\.sum)$
spec:
containers:
- args:
Expand Down Expand Up @@ -145,7 +148,7 @@ presubmits:
secretName: result-aggregator
trigger: (?m)^/test( | .* )ci-index-hco-upgrade-prev-bundle,?($|\s.*)
- agent: kubernetes
always_run: true
always_run: false
branches:
- release-4.9
cluster: build01
Expand All @@ -158,6 +161,7 @@ presubmits:
pj-rehearse.openshift.io/can-be-rehearsed: "true"
name: pull-ci-kubevirt-hyperconverged-cluster-operator-release-4.9-hco-e2e-image-index-aws
rerun_command: /test hco-e2e-image-index-aws
run_if_changed: ^(build/.*|cmd/.*|deploy/crds/.*|deploy/index-image/.*|hack/.*|pkg/.*|tests/.*|Makefile|go\.mod|go\.sum)$
spec:
containers:
- args:
Expand Down Expand Up @@ -211,7 +215,7 @@ presubmits:
secretName: result-aggregator
trigger: (?m)^/test( | .* )hco-e2e-image-index-aws,?($|\s.*)
- agent: kubernetes
always_run: true
always_run: false
branches:
- release-4.9
cluster: build01
Expand All @@ -224,6 +228,7 @@ presubmits:
pj-rehearse.openshift.io/can-be-rehearsed: "true"
name: pull-ci-kubevirt-hyperconverged-cluster-operator-release-4.9-hco-e2e-image-index-azure
rerun_command: /test hco-e2e-image-index-azure
run_if_changed: ^(build/.*|cmd/.*|deploy/crds/.*|deploy/index-image/.*|hack/.*|pkg/.*|tests/.*|Makefile|go\.mod|go\.sum)$
spec:
containers:
- args:
Expand Down Expand Up @@ -277,7 +282,7 @@ presubmits:
secretName: result-aggregator
trigger: (?m)^/test( | .* )hco-e2e-image-index-azure,?($|\s.*)
- agent: kubernetes
always_run: true
always_run: false
branches:
- release-4.9
cluster: build01
Expand All @@ -290,6 +295,7 @@ presubmits:
pj-rehearse.openshift.io/can-be-rehearsed: "true"
name: pull-ci-kubevirt-hyperconverged-cluster-operator-release-4.9-hco-e2e-image-index-gcp
rerun_command: /test hco-e2e-image-index-gcp
run_if_changed: ^(build/.*|cmd/.*|deploy/crds/.*|deploy/index-image/.*|hack/.*|pkg/.*|tests/.*|Makefile|go\.mod|go\.sum)$
spec:
containers:
- args:
Expand Down Expand Up @@ -345,7 +351,7 @@ presubmits:
secretName: result-aggregator
trigger: (?m)^/test( | .* )hco-e2e-image-index-gcp,?($|\s.*)
- agent: kubernetes
always_run: true
always_run: false
branches:
- release-4.9
cluster: build01
Expand All @@ -358,6 +364,7 @@ presubmits:
pj-rehearse.openshift.io/can-be-rehearsed: "true"
name: pull-ci-kubevirt-hyperconverged-cluster-operator-release-4.9-hco-e2e-kv-smoke-azure
rerun_command: /test hco-e2e-kv-smoke-azure
run_if_changed: ^(build/.*|cmd/.*|deploy/crds/.*|deploy/index-image/.*|hack/.*|pkg/.*|tests/.*|Makefile|go\.mod|go\.sum)$
spec:
containers:
- args:
Expand Down Expand Up @@ -411,7 +418,7 @@ presubmits:
secretName: result-aggregator
trigger: (?m)^/test( | .* )hco-e2e-kv-smoke-azure,?($|\s.*)
- agent: kubernetes
always_run: true
always_run: false
branches:
- release-4.9
cluster: build01
Expand All @@ -424,6 +431,7 @@ presubmits:
pj-rehearse.openshift.io/can-be-rehearsed: "true"
name: pull-ci-kubevirt-hyperconverged-cluster-operator-release-4.9-hco-e2e-kv-smoke-gcp
rerun_command: /test hco-e2e-kv-smoke-gcp
run_if_changed: ^(build/.*|cmd/.*|deploy/crds/.*|deploy/index-image/.*|hack/.*|pkg/.*|tests/.*|Makefile|go\.mod|go\.sum)$
spec:
containers:
- args:
Expand Down Expand Up @@ -479,7 +487,7 @@ presubmits:
secretName: result-aggregator
trigger: (?m)^/test( | .* )hco-e2e-kv-smoke-gcp,?($|\s.*)
- agent: kubernetes
always_run: true
always_run: false
branches:
- release-4.9
cluster: build01
Expand All @@ -492,6 +500,7 @@ presubmits:
pj-rehearse.openshift.io/can-be-rehearsed: "true"
name: pull-ci-kubevirt-hyperconverged-cluster-operator-release-4.9-hco-e2e-upgrade-index-aws
rerun_command: /test hco-e2e-upgrade-index-aws
run_if_changed: ^(build/.*|cmd/.*|deploy/crds/.*|deploy/index-image/.*|hack/.*|pkg/.*|Makefile|go\.mod|go\.sum)$
spec:
containers:
- args:
Expand Down Expand Up @@ -545,7 +554,7 @@ presubmits:
secretName: result-aggregator
trigger: (?m)^/test( | .* )hco-e2e-upgrade-index-aws,?($|\s.*)
- agent: kubernetes
always_run: true
always_run: false
branches:
- release-4.9
cluster: build01
Expand All @@ -558,6 +567,7 @@ presubmits:
pj-rehearse.openshift.io/can-be-rehearsed: "true"
name: pull-ci-kubevirt-hyperconverged-cluster-operator-release-4.9-hco-e2e-upgrade-index-azure
rerun_command: /test hco-e2e-upgrade-index-azure
run_if_changed: ^(build/.*|cmd/.*|deploy/crds/.*|deploy/index-image/.*|hack/.*|pkg/.*|Makefile|go\.mod|go\.sum)$
spec:
containers:
- args:
Expand Down Expand Up @@ -611,7 +621,7 @@ presubmits:
secretName: result-aggregator
trigger: (?m)^/test( | .* )hco-e2e-upgrade-index-azure,?($|\s.*)
- agent: kubernetes
always_run: true
always_run: false
branches:
- release-4.9
cluster: build01
Expand All @@ -624,6 +634,7 @@ presubmits:
pj-rehearse.openshift.io/can-be-rehearsed: "true"
name: pull-ci-kubevirt-hyperconverged-cluster-operator-release-4.9-hco-e2e-upgrade-prev-index-aws
rerun_command: /test hco-e2e-upgrade-prev-index-aws
run_if_changed: ^(build/.*|cmd/.*|deploy/crds/.*|deploy/index-image/.*|hack/.*|pkg/.*|Makefile|go\.mod|go\.sum)$
spec:
containers:
- args:
Expand Down Expand Up @@ -677,7 +688,7 @@ presubmits:
secretName: result-aggregator
trigger: (?m)^/test( | .* )hco-e2e-upgrade-prev-index-aws,?($|\s.*)
- agent: kubernetes
always_run: true
always_run: false
branches:
- release-4.9
cluster: build01
Expand All @@ -690,6 +701,7 @@ presubmits:
pj-rehearse.openshift.io/can-be-rehearsed: "true"
name: pull-ci-kubevirt-hyperconverged-cluster-operator-release-4.9-hco-e2e-upgrade-prev-index-azure
rerun_command: /test hco-e2e-upgrade-prev-index-azure
run_if_changed: ^(build/.*|cmd/.*|deploy/crds/.*|deploy/index-image/.*|hack/.*|pkg/.*|Makefile|go\.mod|go\.sum)$
spec:
containers:
- args:
Expand Down Expand Up @@ -743,7 +755,7 @@ presubmits:
secretName: result-aggregator
trigger: (?m)^/test( | .* )hco-e2e-upgrade-prev-index-azure,?($|\s.*)
- agent: kubernetes
always_run: true
always_run: false
branches:
- release-4.9
cluster: build01
Expand All @@ -756,6 +768,7 @@ presubmits:
pj-rehearse.openshift.io/can-be-rehearsed: "true"
name: pull-ci-kubevirt-hyperconverged-cluster-operator-release-4.9-images
rerun_command: /test images
run_if_changed: ^(build/.*|cmd/.*|deploy/crds/.*|deploy/index-image/.*|hack/.*|pkg/.*|Makefile|go\.mod|go\.sum)$
spec:
containers:
- args:
Expand Down
Expand Up @@ -49,3 +49,30 @@ presubmits:
secret:
secretName: result-aggregator
trigger: (?m)^/test( | .* )images,?($|\s.*)
- agent: kubernetes
always_run: true
branches:
- release-4.9
cluster: build01
context: ci/prow/yamllint
decorate: true
labels:
pj-rehearse.openshift.io/can-be-rehearsed: "true"
name: pull-ci-openshift-psap-ci-artifacts-yamllint
rerun_command: /test yamllint
spec:
containers:
- args:
- -c
- config/yamllint.conf
- playbooks
- roles
command:
- yamllint
image: quay.io/kubermatic/yamllint:0.1
imagePullPolicy: Always
name: ""
resources:
requests:
cpu: 10m
trigger: (?m)^/test( | .* )yamllint,?($|\s.*)
@@ -1,7 +1,7 @@
presubmits:
openshift-psap/special-resource-operator:
- agent: kubernetes
always_run: true
always_run: false
branches:
- release-4.9
cluster: build01
Expand Down
@@ -1,7 +1,7 @@
presubmits:
openshift/baremetal-operator:
- agent: kubernetes
always_run: true
always_run: false
branches:
- release-4.9
cluster: build01
Expand All @@ -11,6 +11,7 @@ presubmits:
ci-operator.openshift.io/prowgen-controlled: "true"
pj-rehearse.openshift.io/can-be-rehearsed: "true"
name: pull-ci-openshift-baremetal-operator-release-4.9-e2e-metal-ipi
optional: true
path_alias: github.com/metal3-io/baremetal-operator
rerun_command: /test e2e-metal-ipi
spec:
Expand Down Expand Up @@ -68,7 +69,7 @@ presubmits:
secretName: result-aggregator
trigger: (?m)^/test( | .* )e2e-metal-ipi,?($|\s.*)
- agent: kubernetes
always_run: true
always_run: false
branches:
- release-4.9
cluster: build01
Expand All @@ -78,6 +79,7 @@ presubmits:
ci-operator.openshift.io/prowgen-controlled: "true"
pj-rehearse.openshift.io/can-be-rehearsed: "true"
name: pull-ci-openshift-baremetal-operator-release-4.9-e2e-metal-ipi-ovn-dualstack
optional: true
path_alias: github.com/metal3-io/baremetal-operator
rerun_command: /test e2e-metal-ipi-ovn-dualstack
spec:
Expand Down Expand Up @@ -269,7 +271,7 @@ presubmits:
secretName: result-aggregator
trigger: (?m)^/test( | .* )e2e-metal-ipi-serial-ipv4,?($|\s.*)
- agent: kubernetes
always_run: true
always_run: false
branches:
- release-4.9
cluster: build01
Expand Down

0 comments on commit b7bdb46

Please sign in to comment.