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 @@ -22,6 +22,9 @@ images:
- context_dir: .
dockerfile_path: ./packages/eval-hub/Dockerfile.workspace
to: odh-mod-arch-eval-hub-image
- context_dir: .
dockerfile_path: ./packages/automl/Dockerfile.workspace
to: odh-mod-arch-automl-image
promotion:
to:
- namespace: opendatahub-io
Expand Down Expand Up @@ -136,6 +139,22 @@ tests:
IMAGE_REPO: odh-mod-arch-eval-hub
RELEASE_VERSION: main
workflow: opendatahub-io-ci-image-mirror
- as: odh-mod-arch-automl-pr-image-mirror
steps:
dependencies:
SOURCE_IMAGE_REF: odh-mod-arch-automl-image
env:
IMAGE_REPO: odh-mod-arch-automl
workflow: opendatahub-io-ci-image-mirror
- as: odh-mod-arch-automl-image-mirror
postsubmit: true
steps:
dependencies:
SOURCE_IMAGE_REF: odh-mod-arch-automl-image
env:
IMAGE_REPO: odh-mod-arch-automl
RELEASE_VERSION: main
workflow: opendatahub-io-ci-image-mirror
zz_generated_metadata:
branch: main
org: opendatahub-io
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,72 @@ postsubmits:
- name: result-aggregator
secret:
secretName: result-aggregator
- agent: kubernetes
always_run: true
branches:
- ^main$
cluster: build08
decorate: true
decoration_config:
skip_cloning: true
labels:
ci.openshift.io/generator: prowgen
max_concurrency: 1
name: branch-ci-opendatahub-io-odh-dashboard-main-odh-mod-arch-automl-image-mirror
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
- --secret-dir=/secrets/ci-pull-credentials
- --target=odh-mod-arch-automl-image-mirror
command:
- ci-operator
env:
- name: HTTP_SERVER_IP
valueFrom:
fieldRef:
fieldPath: status.podIP
image: quay-proxy.ci.openshift.org/openshift/ci:ci_ci-operator_latest
imagePullPolicy: Always
name: ""
ports:
- containerPort: 8080
name: http
resources:
requests:
cpu: 10m
volumeMounts:
- mountPath: /secrets/ci-pull-credentials
name: ci-pull-credentials
readOnly: true
- 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: ci-pull-credentials
secret:
secretName: ci-pull-credentials
- 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
- agent: kubernetes
always_run: true
branches:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,76 @@ presubmits:
secret:
secretName: result-aggregator
trigger: (?m)^/test( | .* )odh-dashboard-pr-image-mirror,?($|\s.*)
- agent: kubernetes
always_run: true
branches:
- ^main$
- ^main-
cluster: build04
context: ci/prow/odh-mod-arch-automl-pr-image-mirror
decorate: true
decoration_config:
skip_cloning: true
labels:
ci.openshift.io/generator: prowgen
pj-rehearse.openshift.io/can-be-rehearsed: "true"
name: pull-ci-opendatahub-io-odh-dashboard-main-odh-mod-arch-automl-pr-image-mirror
rerun_command: /test odh-mod-arch-automl-pr-image-mirror
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
- --secret-dir=/secrets/ci-pull-credentials
- --target=odh-mod-arch-automl-pr-image-mirror
command:
- ci-operator
env:
- name: HTTP_SERVER_IP
valueFrom:
fieldRef:
fieldPath: status.podIP
image: quay-proxy.ci.openshift.org/openshift/ci:ci_ci-operator_latest
imagePullPolicy: Always
name: ""
ports:
- containerPort: 8080
name: http
resources:
requests:
cpu: 10m
volumeMounts:
- mountPath: /secrets/ci-pull-credentials
name: ci-pull-credentials
readOnly: true
- 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: ci-pull-credentials
secret:
secretName: ci-pull-credentials
- 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( | .* )odh-mod-arch-automl-pr-image-mirror,?($|\s.*)
- agent: kubernetes
always_run: true
branches:
Expand Down