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
@@ -0,0 +1,26 @@
build_root:
image_stream_tag:
name: builder
namespace: konveyor
tag: ubi9-v1.25
images:
items:
- additional_architectures:
- arm64
dockerfile_path: Containerfile.download
to: oadp-cli
promotion:
to:
- name: oadp-cli
namespace: konveyor
resources:
'*':
limits:
memory: 4Gi
requests:
cpu: 100m
memory: 200Mi
zz_generated_metadata:
branch: oadp-dev
org: migtools
repo: oadp-cli
Original file line number Diff line number Diff line change
@@ -0,0 +1,63 @@
postsubmits:
migtools/oadp-cli:
- agent: kubernetes
always_run: true
branches:
- ^oadp-dev$
cluster: build09
decorate: true
decoration_config:
skip_cloning: true
labels:
capability/arm64: arm64
ci-operator.openshift.io/is-promotion: "true"
ci.openshift.io/generator: prowgen
max_concurrency: 1
name: branch-ci-migtools-oadp-cli-oadp-dev-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]
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
@@ -0,0 +1,58 @@
presubmits:
migtools/oadp-cli:
- agent: kubernetes
always_run: true
branches:
- ^oadp-dev$
- ^oadp-dev-
cluster: build06
context: ci/prow/images
decorate: true
decoration_config:
skip_cloning: true
labels:
capability/arm64: arm64
ci.openshift.io/generator: prowgen
pj-rehearse.openshift.io/can-be-rehearsed: "true"
name: pull-ci-migtools-oadp-cli-oadp-dev-images
rerun_command: /test 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]
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( | .* )images,?($|\s.*)
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,9 @@ registry.ci.openshift.org/konveyor/oadp-non-admin:oadp-non-admin-oadp-1.5 quay.i
registry.ci.openshift.org/konveyor/oadp-non-admin:oadp-non-admin-oadp-1.4 quay.io/konveyor/oadp-non-admin:oadp-1.4-latest quay.io/konveyor/oadp-non-admin:oadp-1.4
registry.ci.openshift.org/konveyor/oadp-non-admin:oadp-non-admin-oadp-1.6 quay.io/konveyor/oadp-non-admin:oadp-1.6-latest quay.io/konveyor/oadp-non-admin:oadp-1.6

registry.ci.openshift.org/konveyor/oadp-cli:oadp-cli quay.io/konveyor/oadp-cli-binaries:latest
registry.ci.openshift.org/konveyor/oadp-cli:oadp-cli-oadp-1.6 quay.io/konveyor/oadp-cli-binaries:oadp-1.6-latest quay.io/konveyor/oadp-cli-binaries:oadp-1.6

registry.ci.openshift.org/konveyor/oadp-operator:oadp-operator quay.io/konveyor/oadp-operator:latest
registry.ci.openshift.org/konveyor/oadp-operator:oadp-operator-1.0 quay.io/konveyor/oadp-operator:oadp-1.0-latest quay.io/konveyor/oadp-operator:oadp-1.0
registry.ci.openshift.org/konveyor/oadp-operator:oadp-operator-1.3 quay.io/konveyor/oadp-operator:oadp-1.3-latest quay.io/konveyor/oadp-operator:oadp-1.3
Expand Down