Skip to content
Open
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
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ tests:
cpu: "2"
memory: 4Gi
zz_generated_metadata:
branch: v1.18
branch: v1.21
org: redhat-developer
repo: gitops-operator
Original file line number Diff line number Diff line change
Expand Up @@ -36,12 +36,12 @@ operator:
releases:
initial:
integration:
name: "4.19"
name: "4.21"
namespace: ocp
latest:
integration:
include_built_images: true
name: "4.19"
name: "4.21"
namespace: ocp
resources:
'*':
Expand Down Expand Up @@ -80,7 +80,7 @@ tests:
requests:
cpu: "2"
memory: 6Gi
timeout: 2h30m0s
timeout: 3h30m0s
workflow: ipi-aws
- as: kuttl-parallel
skip_if_only_changed: ^docs/|\.(md|adoc)$|^(README|LICENSE|OWNERS)$
Expand Down Expand Up @@ -130,7 +130,7 @@ tests:
memory: 6Gi
workflow: ipi-aws
zz_generated_metadata:
branch: v1.18
branch: v1.21
org: redhat-developer
repo: gitops-operator
variant: v4.19
variant: v4.21
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ presubmits:
- agent: kubernetes
always_run: true
branches:
- ^v1\.18$
- ^v1\.18-
cluster: build03
- ^v1\.21$
- ^v1\.21-
cluster: build01
context: ci/prow/unit
decorate: true
decoration_config:
Expand All @@ -14,7 +14,7 @@ presubmits:
labels:
ci.openshift.io/generator: prowgen
pj-rehearse.openshift.io/can-be-rehearsed: "true"
name: pull-ci-redhat-developer-gitops-operator-v1.18-unit
name: pull-ci-redhat-developer-gitops-operator-v1.21-unit
rerun_command: /test unit
spec:
containers:
Expand Down Expand Up @@ -77,10 +77,10 @@ presubmits:
- agent: kubernetes
always_run: true
branches:
- ^v1\.18$
- ^v1\.18-
cluster: build03
context: ci/prow/v4.19-ci-index-gitops-operator-bundle
- ^v1\.21$
- ^v1\.21-
cluster: build01
context: ci/prow/v4.21-ci-index-gitops-operator-bundle
decorate: true
decoration_config:
sparse_checkout_files:
Expand All @@ -89,19 +89,19 @@ presubmits:
- openshift-ci/build-root/Dockerfile
- openshift-ci/build-root/source-image/Dockerfile
labels:
ci-operator.openshift.io/variant: v4.19
ci-operator.openshift.io/variant: v4.21
ci.openshift.io/generator: prowgen
pj-rehearse.openshift.io/can-be-rehearsed: "true"
name: pull-ci-redhat-developer-gitops-operator-v1.18-v4.19-ci-index-gitops-operator-bundle
rerun_command: /test v4.19-ci-index-gitops-operator-bundle
name: pull-ci-redhat-developer-gitops-operator-v1.21-v4.21-ci-index-gitops-operator-bundle
rerun_command: /test v4.21-ci-index-gitops-operator-bundle
spec:
containers:
- args:
- --gcs-upload-secret=/secrets/gcs/service-account.json
- --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson
- --report-credentials-file=/etc/report/credentials
- --target=ci-index-gitops-operator-bundle
- --variant=v4.19
- --variant=v4.21
command:
- ci-operator
image: quay-proxy.ci.openshift.org/openshift/ci:ci_ci-operator_latest
Expand Down Expand Up @@ -134,14 +134,14 @@ presubmits:
- name: result-aggregator
secret:
secretName: result-aggregator
trigger: (?m)^/test( | .* )v4.19-ci-index-gitops-operator-bundle,?($|\s.*)
trigger: (?m)^/test( | .* )v4.21-ci-index-gitops-operator-bundle,?($|\s.*)
- agent: kubernetes
always_run: false
branches:
- ^v1\.18$
- ^v1\.18-
- ^v1\.21$
- ^v1\.21-
cluster: build10
context: ci/prow/v4.19-e2e
context: ci/prow/v4.21-e2e
decorate: true
decoration_config:
sparse_checkout_files:
Expand All @@ -152,11 +152,11 @@ presubmits:
labels:
ci-operator.openshift.io/cloud: aws
ci-operator.openshift.io/cloud-cluster-profile: gitops-aws
ci-operator.openshift.io/variant: v4.19
ci-operator.openshift.io/variant: v4.21
ci.openshift.io/generator: prowgen
pj-rehearse.openshift.io/can-be-rehearsed: "true"
name: pull-ci-redhat-developer-gitops-operator-v1.18-v4.19-e2e
rerun_command: /test v4.19-e2e
name: pull-ci-redhat-developer-gitops-operator-v1.21-v4.21-e2e
rerun_command: /test v4.21-e2e
skip_if_only_changed: ^docs/|\.(md|adoc)$|^(README|LICENSE|OWNERS)$
spec:
containers:
Expand All @@ -167,7 +167,7 @@ presubmits:
- --report-credentials-file=/etc/report/credentials
- --secret-dir=/secrets/ci-pull-credentials
- --target=e2e
- --variant=v4.19
- --variant=v4.21
command:
- ci-operator
env:
Expand Down Expand Up @@ -223,14 +223,14 @@ presubmits:
- name: result-aggregator
secret:
secretName: result-aggregator
trigger: (?m)^/test( | .* )v4.19-e2e,?($|\s.*)
trigger: (?m)^/test( | .* )v4.21-e2e,?($|\s.*)
- agent: kubernetes
always_run: true
branches:
- ^v1\.18$
- ^v1\.18-
cluster: build03
context: ci/prow/v4.19-images
- ^v1\.21$
- ^v1\.21-
cluster: build01
context: ci/prow/v4.21-images
decorate: true
decoration_config:
sparse_checkout_files:
Expand All @@ -239,19 +239,19 @@ presubmits:
- openshift-ci/build-root/Dockerfile
- openshift-ci/build-root/source-image/Dockerfile
labels:
ci-operator.openshift.io/variant: v4.19
ci-operator.openshift.io/variant: v4.21
ci.openshift.io/generator: prowgen
pj-rehearse.openshift.io/can-be-rehearsed: "true"
name: pull-ci-redhat-developer-gitops-operator-v1.18-v4.19-images
rerun_command: /test v4.19-images
name: pull-ci-redhat-developer-gitops-operator-v1.21-v4.21-images
rerun_command: /test v4.21-images
spec:
containers:
- args:
- --gcs-upload-secret=/secrets/gcs/service-account.json
- --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson
- --report-credentials-file=/etc/report/credentials
- --target=[images]
- --variant=v4.19
- --variant=v4.21
command:
- ci-operator
image: quay-proxy.ci.openshift.org/openshift/ci:ci_ci-operator_latest
Expand Down Expand Up @@ -284,14 +284,14 @@ presubmits:
- name: result-aggregator
secret:
secretName: result-aggregator
trigger: (?m)^/test( | .* )v4.19-images,?($|\s.*)
trigger: (?m)^/test( | .* )v4.21-images,?($|\s.*)
- agent: kubernetes
always_run: false
branches:
- ^v1\.18$
- ^v1\.18-
- ^v1\.21$
- ^v1\.21-
cluster: build10
context: ci/prow/v4.19-kuttl-parallel
context: ci/prow/v4.21-kuttl-parallel
decorate: true
decoration_config:
sparse_checkout_files:
Expand All @@ -302,11 +302,11 @@ presubmits:
labels:
ci-operator.openshift.io/cloud: aws
ci-operator.openshift.io/cloud-cluster-profile: gitops-aws
ci-operator.openshift.io/variant: v4.19
ci-operator.openshift.io/variant: v4.21
ci.openshift.io/generator: prowgen
pj-rehearse.openshift.io/can-be-rehearsed: "true"
name: pull-ci-redhat-developer-gitops-operator-v1.18-v4.19-kuttl-parallel
rerun_command: /test v4.19-kuttl-parallel
name: pull-ci-redhat-developer-gitops-operator-v1.21-v4.21-kuttl-parallel
rerun_command: /test v4.21-kuttl-parallel
skip_if_only_changed: ^docs/|\.(md|adoc)$|^(README|LICENSE|OWNERS)$
spec:
containers:
Expand All @@ -317,7 +317,7 @@ presubmits:
- --report-credentials-file=/etc/report/credentials
- --secret-dir=/secrets/ci-pull-credentials
- --target=kuttl-parallel
- --variant=v4.19
- --variant=v4.21
command:
- ci-operator
env:
Expand Down Expand Up @@ -373,14 +373,14 @@ presubmits:
- name: result-aggregator
secret:
secretName: result-aggregator
trigger: (?m)^/test( | .* )v4.19-kuttl-parallel,?($|\s.*)
trigger: (?m)^/test( | .* )v4.21-kuttl-parallel,?($|\s.*)
- agent: kubernetes
always_run: false
branches:
- ^v1\.18$
- ^v1\.18-
- ^v1\.21$
- ^v1\.21-
cluster: build10
context: ci/prow/v4.19-kuttl-sequential
context: ci/prow/v4.21-kuttl-sequential
decorate: true
decoration_config:
sparse_checkout_files:
Expand All @@ -391,11 +391,11 @@ presubmits:
labels:
ci-operator.openshift.io/cloud: aws
ci-operator.openshift.io/cloud-cluster-profile: gitops-aws
ci-operator.openshift.io/variant: v4.19
ci-operator.openshift.io/variant: v4.21
ci.openshift.io/generator: prowgen
pj-rehearse.openshift.io/can-be-rehearsed: "true"
name: pull-ci-redhat-developer-gitops-operator-v1.18-v4.19-kuttl-sequential
rerun_command: /test v4.19-kuttl-sequential
name: pull-ci-redhat-developer-gitops-operator-v1.21-v4.21-kuttl-sequential
rerun_command: /test v4.21-kuttl-sequential
skip_if_only_changed: ^docs/|\.(md|adoc)$|^(README|LICENSE|OWNERS)$
spec:
containers:
Expand All @@ -406,7 +406,7 @@ presubmits:
- --report-credentials-file=/etc/report/credentials
- --secret-dir=/secrets/ci-pull-credentials
- --target=kuttl-sequential
- --variant=v4.19
- --variant=v4.21
command:
- ci-operator
env:
Expand Down Expand Up @@ -462,4 +462,4 @@ presubmits:
- name: result-aggregator
secret:
secretName: result-aggregator
trigger: (?m)^/test( | .* )v4.19-kuttl-sequential,?($|\s.*)
trigger: (?m)^/test( | .* )v4.21-kuttl-sequential,?($|\s.*)