Skip to content

Commit b16a3c1

Browse files
author
Per Goncalves da Silva
committed
Promote catalogd out of TechPreview
Signed-off-by: Per Goncalves da Silva <pegoncal@redhat.com>
1 parent 88f08b7 commit b16a3c1

6 files changed

+19
-26
lines changed

ci-operator/config/openshift/operator-framework-catalogd/openshift-operator-framework-catalogd-main.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -71,12 +71,10 @@ tests:
7171
commands: commitchecker --start ${PULL_BASE_SHA:-main}
7272
container:
7373
from: commitchecker
74-
- as: openshift-e2e-aws-techpreview
74+
- as: openshift-e2e-aws
7575
skip_if_only_changed: ^docs/|\.md$|^(?:.*\/)?(?:\.gitignore|DOWNSTREAM_OWNERS|DOWNSTREAM_OWNERS_ALIASES|LICENSE|DCO|CODEOWNERS)|\.golangci\.yaml|\.goreleaser\.yml|\.markdownlint.yaml|^\.github|Tiltfile$
7676
steps:
7777
cluster_profile: aws
78-
env:
79-
FEATURE_SET: TechPreviewNoUpgrade
8078
test:
8179
- as: upstream-e2e
8280
commands: make -C openshift test-e2e

ci-operator/config/openshift/operator-framework-catalogd/openshift-operator-framework-catalogd-release-4.18.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -72,12 +72,10 @@ tests:
7272
commands: commitchecker --start ${PULL_BASE_SHA:-main}
7373
container:
7474
from: commitchecker
75-
- as: openshift-e2e-aws-techpreview
75+
- as: openshift-e2e-aws
7676
skip_if_only_changed: ^docs/|\.md$|^(?:.*\/)?(?:\.gitignore|DOWNSTREAM_OWNERS|DOWNSTREAM_OWNERS_ALIASES|LICENSE|DCO|CODEOWNERS)|\.golangci\.yaml|\.goreleaser\.yml|\.markdownlint.yaml|^\.github|Tiltfile$
7777
steps:
7878
cluster_profile: aws
79-
env:
80-
FEATURE_SET: TechPreviewNoUpgrade
8179
test:
8280
- as: upstream-e2e
8381
commands: make -C openshift test-e2e

ci-operator/config/openshift/operator-framework-catalogd/openshift-operator-framework-catalogd-release-4.19.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -71,12 +71,10 @@ tests:
7171
commands: commitchecker --start ${PULL_BASE_SHA:-main}
7272
container:
7373
from: commitchecker
74-
- as: openshift-e2e-aws-techpreview
74+
- as: openshift-e2e-aws
7575
skip_if_only_changed: ^docs/|\.md$|^(?:.*\/)?(?:\.gitignore|DOWNSTREAM_OWNERS|DOWNSTREAM_OWNERS_ALIASES|LICENSE|DCO|CODEOWNERS)|\.golangci\.yaml|\.goreleaser\.yml|\.markdownlint.yaml|^\.github|Tiltfile$
7676
steps:
7777
cluster_profile: aws
78-
env:
79-
FEATURE_SET: TechPreviewNoUpgrade
8078
test:
8179
- as: upstream-e2e
8280
commands: make -C openshift test-e2e

ci-operator/jobs/openshift/operator-framework-catalogd/openshift-operator-framework-catalogd-main-presubmits.yaml

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ presubmits:
133133
secretName: result-aggregator
134134
trigger: (?m)^/test( | .* )okd-scos-e2e-aws-ovn,?($|\s.*)
135135
- agent: kubernetes
136-
always_run: false
136+
always_run: true
137137
branches:
138138
- ^main$
139139
- ^main-
@@ -147,7 +147,6 @@ presubmits:
147147
ci.openshift.io/generator: prowgen
148148
pj-rehearse.openshift.io/can-be-rehearsed: "true"
149149
name: pull-ci-openshift-operator-framework-catalogd-main-okd-scos-images
150-
optional: true
151150
rerun_command: /test okd-scos-images
152151
spec:
153152
containers:
@@ -197,15 +196,15 @@ presubmits:
197196
- ^main$
198197
- ^main-
199198
cluster: build09
200-
context: ci/prow/openshift-e2e-aws-techpreview
199+
context: ci/prow/openshift-e2e-aws
201200
decorate: true
202201
labels:
203202
ci-operator.openshift.io/cloud: aws
204203
ci-operator.openshift.io/cloud-cluster-profile: aws
205204
ci.openshift.io/generator: prowgen
206205
pj-rehearse.openshift.io/can-be-rehearsed: "true"
207-
name: pull-ci-openshift-operator-framework-catalogd-main-openshift-e2e-aws-techpreview
208-
rerun_command: /test openshift-e2e-aws-techpreview
206+
name: pull-ci-openshift-operator-framework-catalogd-main-openshift-e2e-aws
207+
rerun_command: /test openshift-e2e-aws
209208
skip_if_only_changed: ^docs/|\.md$|^(?:.*\/)?(?:\.gitignore|DOWNSTREAM_OWNERS|DOWNSTREAM_OWNERS_ALIASES|LICENSE|DCO|CODEOWNERS)|\.golangci\.yaml|\.goreleaser\.yml|\.markdownlint.yaml|^\.github|Tiltfile$
210209
spec:
211210
containers:
@@ -215,7 +214,7 @@ presubmits:
215214
- --lease-server-credentials-file=/etc/boskos/credentials
216215
- --report-credentials-file=/etc/report/credentials
217216
- --secret-dir=/secrets/ci-pull-credentials
218-
- --target=openshift-e2e-aws-techpreview
217+
- --target=openshift-e2e-aws
219218
command:
220219
- ci-operator
221220
image: ci-operator:latest
@@ -263,7 +262,7 @@ presubmits:
263262
- name: result-aggregator
264263
secret:
265264
secretName: result-aggregator
266-
trigger: (?m)^/test( | .* )openshift-e2e-aws-techpreview,?($|\s.*)
265+
trigger: (?m)^/test( | .* )openshift-e2e-aws,?($|\s.*)
267266
- agent: kubernetes
268267
always_run: true
269268
branches:

ci-operator/jobs/openshift/operator-framework-catalogd/openshift-operator-framework-catalogd-release-4.18-presubmits.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -59,15 +59,15 @@ presubmits:
5959
- ^release-4\.18$
6060
- ^release-4\.18-
6161
cluster: build03
62-
context: ci/prow/openshift-e2e-aws-techpreview
62+
context: ci/prow/openshift-e2e-aws
6363
decorate: true
6464
labels:
6565
ci-operator.openshift.io/cloud: aws
6666
ci-operator.openshift.io/cloud-cluster-profile: aws
6767
ci.openshift.io/generator: prowgen
6868
pj-rehearse.openshift.io/can-be-rehearsed: "true"
69-
name: pull-ci-openshift-operator-framework-catalogd-release-4.18-openshift-e2e-aws-techpreview
70-
rerun_command: /test openshift-e2e-aws-techpreview
69+
name: pull-ci-openshift-operator-framework-catalogd-release-4.18-openshift-e2e-aws
70+
rerun_command: /test openshift-e2e-aws
7171
skip_if_only_changed: ^docs/|\.md$|^(?:.*\/)?(?:\.gitignore|DOWNSTREAM_OWNERS|DOWNSTREAM_OWNERS_ALIASES|LICENSE|DCO|CODEOWNERS)|\.golangci\.yaml|\.goreleaser\.yml|\.markdownlint.yaml|^\.github|Tiltfile$
7272
spec:
7373
containers:
@@ -77,7 +77,7 @@ presubmits:
7777
- --lease-server-credentials-file=/etc/boskos/credentials
7878
- --report-credentials-file=/etc/report/credentials
7979
- --secret-dir=/secrets/ci-pull-credentials
80-
- --target=openshift-e2e-aws-techpreview
80+
- --target=openshift-e2e-aws
8181
command:
8282
- ci-operator
8383
image: ci-operator:latest
@@ -125,7 +125,7 @@ presubmits:
125125
- name: result-aggregator
126126
secret:
127127
secretName: result-aggregator
128-
trigger: (?m)^/test( | .* )openshift-e2e-aws-techpreview,?($|\s.*)
128+
trigger: (?m)^/test( | .* )openshift-e2e-aws,?($|\s.*)
129129
- agent: kubernetes
130130
always_run: true
131131
branches:

ci-operator/jobs/openshift/operator-framework-catalogd/openshift-operator-framework-catalogd-release-4.19-presubmits.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -60,15 +60,15 @@ presubmits:
6060
- ^release-4\.19$
6161
- ^release-4\.19-
6262
cluster: build03
63-
context: ci/prow/openshift-e2e-aws-techpreview
63+
context: ci/prow/openshift-e2e-aws
6464
decorate: true
6565
labels:
6666
ci-operator.openshift.io/cloud: aws
6767
ci-operator.openshift.io/cloud-cluster-profile: aws
6868
ci.openshift.io/generator: prowgen
6969
pj-rehearse.openshift.io/can-be-rehearsed: "true"
70-
name: pull-ci-openshift-operator-framework-catalogd-release-4.19-openshift-e2e-aws-techpreview
71-
rerun_command: /test openshift-e2e-aws-techpreview
70+
name: pull-ci-openshift-operator-framework-catalogd-release-4.19-openshift-e2e-aws
71+
rerun_command: /test openshift-e2e-aws
7272
skip_if_only_changed: ^docs/|\.md$|^(?:.*\/)?(?:\.gitignore|DOWNSTREAM_OWNERS|DOWNSTREAM_OWNERS_ALIASES|LICENSE|DCO|CODEOWNERS)|\.golangci\.yaml|\.goreleaser\.yml|\.markdownlint.yaml|^\.github|Tiltfile$
7373
spec:
7474
containers:
@@ -78,7 +78,7 @@ presubmits:
7878
- --lease-server-credentials-file=/etc/boskos/credentials
7979
- --report-credentials-file=/etc/report/credentials
8080
- --secret-dir=/secrets/ci-pull-credentials
81-
- --target=openshift-e2e-aws-techpreview
81+
- --target=openshift-e2e-aws
8282
command:
8383
- ci-operator
8484
image: ci-operator:latest
@@ -126,7 +126,7 @@ presubmits:
126126
- name: result-aggregator
127127
secret:
128128
secretName: result-aggregator
129-
trigger: (?m)^/test( | .* )openshift-e2e-aws-techpreview,?($|\s.*)
129+
trigger: (?m)^/test( | .* )openshift-e2e-aws,?($|\s.*)
130130
- agent: kubernetes
131131
always_run: true
132132
branches:

0 commit comments

Comments
 (0)