Skip to content
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
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ base_images:
namespace: acm-qe
tag: fetch-managed-clusters
multicluster-observability-operator-opp:
name: "2.15"
name: "2.17"

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why not "main"?

namespace: acm-qe
tag: multicluster-observability-operator-opp
openshift-virtualization-tests:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ base_images:
namespace: ocp
tag: installer
multicluster-observability-operator-opp:
name: "2.16"
name: "2.17"

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why not "main"?

namespace: acm-qe
tag: multicluster-observability-operator-opp
openshift-virtualization-tests:
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
build_root:
image_stream_tag:
name: release
namespace: openshift
tag: rhel-9-release-golang-1.25-openshift-4.22
images:
items:
- dockerfile_path: Dockerfile.interop
to: multicluster-observability-operator-opp
promotion:
to:
- name: main
namespace: acm-qe
resources:
'*':
requests:
cpu: 100m
memory: 1Gi
zz_generated_metadata:
branch: main
org: stolostron
repo: multicluster-observability-operator
variant: opp
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ base_images:
namespace: acm-qe
tag: fetch-managed-clusters
multicluster-observability-operator-opp:
name: "2.16"
name: "2.17"

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why not "main"?

namespace: acm-qe
tag: multicluster-observability-operator-opp
ocs-ci-tests:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -140,3 +140,66 @@ postsubmits:
- name: result-aggregator
secret:
secretName: result-aggregator
- agent: kubernetes
always_run: true
branches:
- ^main$
cluster: build04
decorate: true
decoration_config:
sparse_checkout_files:
- Dockerfile.interop
labels:
ci-operator.openshift.io/is-promotion: "true"
ci-operator.openshift.io/variant: opp
ci.openshift.io/generator: prowgen
max_concurrency: 1
name: branch-ci-stolostron-multicluster-observability-operator-main-opp-images
spec:
containers:
- args:
- --gcs-upload-secret=/secrets/gcs/service-account.json
- --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson
- --image-mirror-push-secret=/etc/push-secret/.dockerconfigjson
- --promote
- --report-credentials-file=/etc/report/credentials
- --target=[images]
- --variant=opp
command:
- ci-operator
image: quay-proxy.ci.openshift.org/openshift/ci:ci_ci-operator_latest
imagePullPolicy: Always
name: ""
resources:
requests:
cpu: 10m
volumeMounts:
- mountPath: /secrets/gcs
name: gcs-credentials
readOnly: true
- mountPath: /secrets/manifest-tool
name: manifest-tool-local-pusher
readOnly: true
- mountPath: /etc/pull-secret
name: pull-secret
readOnly: true
- mountPath: /etc/push-secret
name: push-secret
readOnly: true
- mountPath: /etc/report
name: result-aggregator
readOnly: true
serviceAccountName: ci-operator
volumes:
- name: manifest-tool-local-pusher
secret:
secretName: manifest-tool-local-pusher
- name: pull-secret
secret:
secretName: registry-pull-credentials
- name: push-secret
secret:
secretName: registry-push-credentials-ci-central
- name: result-aggregator
secret:
secretName: result-aggregator
Original file line number Diff line number Diff line change
Expand Up @@ -219,6 +219,64 @@ presubmits:
secret:
secretName: result-aggregator
trigger: (?m)^/test( | .* )ocm-ci-rbac,?($|\s.*)
- agent: kubernetes
always_run: true
branches:
- ^main$
- ^main-
cluster: build08
context: ci/prow/opp-images
decorate: true
decoration_config:
sparse_checkout_files:
- Dockerfile.interop
labels:
ci-operator.openshift.io/variant: opp
ci.openshift.io/generator: prowgen
pj-rehearse.openshift.io/can-be-rehearsed: "true"
name: pull-ci-stolostron-multicluster-observability-operator-main-opp-images
rerun_command: /test opp-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=opp
command:
- ci-operator
image: quay-proxy.ci.openshift.org/openshift/ci:ci_ci-operator_latest
imagePullPolicy: Always
name: ""
resources:
requests:
cpu: 10m
volumeMounts:
- mountPath: /secrets/gcs
name: gcs-credentials
readOnly: true
- mountPath: /secrets/manifest-tool
name: manifest-tool-local-pusher
readOnly: true
- mountPath: /etc/pull-secret
name: pull-secret
readOnly: true
- mountPath: /etc/report
name: result-aggregator
readOnly: true
serviceAccountName: ci-operator
volumes:
- name: manifest-tool-local-pusher
secret:
secretName: manifest-tool-local-pusher
- name: pull-secret
secret:
secretName: registry-pull-credentials
- name: result-aggregator
secret:
secretName: result-aggregator
trigger: (?m)^/test( | .* )opp-images,?($|\s.*)
- agent: kubernetes
always_run: true
branches:
Expand Down
Loading