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 @@ -13,6 +13,10 @@ images:
dockerfile_path: Dockerfile
from: base
to: test-build-roots2i
- context_dir: simples2i
dockerfile_path: Dockerfile
from: base
to: test-build-simples2i
promotion:
name: "4.8"
namespace: ocp
Expand All @@ -24,6 +28,15 @@ resources:
tag_specification:
name: "4.8"
namespace: ocp
tests:
- as: e2e-aws
steps:
cluster_profile: aws
workflow: openshift-e2e-aws
- as: e2e-aws-builds
steps:
cluster_profile: aws
workflow: openshift-e2e-aws-builds
zz_generated_metadata:
branch: master
org: openshift
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ images:
dockerfile_path: Dockerfile
from: base
to: test-build-roots2i
- context_dir: simples2i
dockerfile_path: Dockerfile
from: base
to: test-build-simples2i
promotion:
disabled: true
name: "4.8"
Expand All @@ -25,6 +29,15 @@ resources:
tag_specification:
name: "4.8"
namespace: ocp
tests:
- as: e2e-aws
steps:
cluster_profile: aws
workflow: openshift-e2e-aws
- as: e2e-aws-builds
steps:
cluster_profile: aws
workflow: openshift-e2e-aws-builds
zz_generated_metadata:
branch: release-4.8
org: openshift
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ images:
dockerfile_path: Dockerfile
from: base
to: test-build-roots2i
- context_dir: simples2i
dockerfile_path: Dockerfile
from: base
to: test-build-simples2i
promotion:
name: "4.9"
namespace: ocp
Expand All @@ -24,6 +28,15 @@ resources:
tag_specification:
name: "4.9"
namespace: ocp
tests:
- as: e2e-aws
steps:
cluster_profile: aws
workflow: openshift-e2e-aws
- as: e2e-aws-builds
steps:
cluster_profile: aws
workflow: openshift-e2e-aws-builds
zz_generated_metadata:
branch: release-4.9
org: openshift
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,137 @@
presubmits:
openshift/build-test-images:
- agent: kubernetes
always_run: true
branches:
- master
cluster: build01
context: ci/prow/e2e-aws
decorate: true
decoration_config:
skip_cloning: true
labels:
ci-operator.openshift.io/prowgen-controlled: "true"
pj-rehearse.openshift.io/can-be-rehearsed: "true"
name: pull-ci-openshift-build-test-images-master-e2e-aws
rerun_command: /test e2e-aws
spec:
containers:
- args:
- --gcs-upload-secret=/secrets/gcs/service-account.json
- --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson
- --lease-server-credentials-file=/etc/boskos/credentials
- --report-credentials-file=/etc/report/credentials
- --secret-dir=/usr/local/e2e-aws-cluster-profile
- --target=e2e-aws
command:
- ci-operator
image: ci-operator:latest
imagePullPolicy: Always
name: ""
resources:
requests:
cpu: 10m
volumeMounts:
- mountPath: /etc/boskos
name: boskos
readOnly: true
- mountPath: /usr/local/e2e-aws-cluster-profile
name: cluster-profile
- mountPath: /secrets/gcs
name: gcs-credentials
readOnly: true
- mountPath: /etc/pull-secret
name: pull-secret
readOnly: true
- mountPath: /etc/report
name: result-aggregator
readOnly: true
serviceAccountName: ci-operator
volumes:
- name: boskos
secret:
items:
- key: credentials
path: credentials
secretName: boskos-credentials
- name: cluster-profile
projected:
sources:
- secret:
name: cluster-secrets-aws
- name: pull-secret
secret:
secretName: registry-pull-credentials
- name: result-aggregator
secret:
secretName: result-aggregator
trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*)
- agent: kubernetes
always_run: true
branches:
- master
cluster: build01
context: ci/prow/e2e-aws-builds
decorate: true
decoration_config:
skip_cloning: true
labels:
ci-operator.openshift.io/prowgen-controlled: "true"
pj-rehearse.openshift.io/can-be-rehearsed: "true"
name: pull-ci-openshift-build-test-images-master-e2e-aws-builds
rerun_command: /test e2e-aws-builds
spec:
containers:
- args:
- --gcs-upload-secret=/secrets/gcs/service-account.json
- --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson
- --lease-server-credentials-file=/etc/boskos/credentials
- --report-credentials-file=/etc/report/credentials
- --secret-dir=/usr/local/e2e-aws-builds-cluster-profile
- --target=e2e-aws-builds
command:
- ci-operator
image: ci-operator:latest
imagePullPolicy: Always
name: ""
resources:
requests:
cpu: 10m
volumeMounts:
- mountPath: /etc/boskos
name: boskos
readOnly: true
- mountPath: /usr/local/e2e-aws-builds-cluster-profile
name: cluster-profile
- mountPath: /secrets/gcs
name: gcs-credentials
readOnly: true
- mountPath: /etc/pull-secret
name: pull-secret
readOnly: true
- mountPath: /etc/report
name: result-aggregator
readOnly: true
serviceAccountName: ci-operator
volumes:
- name: boskos
secret:
items:
- key: credentials
path: credentials
secretName: boskos-credentials
- name: cluster-profile
projected:
sources:
- secret:
name: cluster-secrets-aws
- name: pull-secret
secret:
secretName: registry-pull-credentials
- name: result-aggregator
secret:
secretName: result-aggregator
trigger: (?m)^/test( | .* )e2e-aws-builds,?($|\s.*)
- agent: kubernetes
always_run: true
branches:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,137 @@
presubmits:
openshift/build-test-images:
- agent: kubernetes
always_run: true
branches:
- release-4.8
cluster: build01
context: ci/prow/e2e-aws
decorate: true
decoration_config:
skip_cloning: true
labels:
ci-operator.openshift.io/prowgen-controlled: "true"
pj-rehearse.openshift.io/can-be-rehearsed: "true"
name: pull-ci-openshift-build-test-images-release-4.8-e2e-aws
rerun_command: /test e2e-aws
spec:
containers:
- args:
- --gcs-upload-secret=/secrets/gcs/service-account.json
- --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson
- --lease-server-credentials-file=/etc/boskos/credentials
- --report-credentials-file=/etc/report/credentials
- --secret-dir=/usr/local/e2e-aws-cluster-profile
- --target=e2e-aws
command:
- ci-operator
image: ci-operator:latest
imagePullPolicy: Always
name: ""
resources:
requests:
cpu: 10m
volumeMounts:
- mountPath: /etc/boskos
name: boskos
readOnly: true
- mountPath: /usr/local/e2e-aws-cluster-profile
name: cluster-profile
- mountPath: /secrets/gcs
name: gcs-credentials
readOnly: true
- mountPath: /etc/pull-secret
name: pull-secret
readOnly: true
- mountPath: /etc/report
name: result-aggregator
readOnly: true
serviceAccountName: ci-operator
volumes:
- name: boskos
secret:
items:
- key: credentials
path: credentials
secretName: boskos-credentials
- name: cluster-profile
projected:
sources:
- secret:
name: cluster-secrets-aws
- name: pull-secret
secret:
secretName: registry-pull-credentials
- name: result-aggregator
secret:
secretName: result-aggregator
trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*)
- agent: kubernetes
always_run: true
branches:
- release-4.8
cluster: build01
context: ci/prow/e2e-aws-builds
decorate: true
decoration_config:
skip_cloning: true
labels:
ci-operator.openshift.io/prowgen-controlled: "true"
pj-rehearse.openshift.io/can-be-rehearsed: "true"
name: pull-ci-openshift-build-test-images-release-4.8-e2e-aws-builds
rerun_command: /test e2e-aws-builds
spec:
containers:
- args:
- --gcs-upload-secret=/secrets/gcs/service-account.json
- --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson
- --lease-server-credentials-file=/etc/boskos/credentials
- --report-credentials-file=/etc/report/credentials
- --secret-dir=/usr/local/e2e-aws-builds-cluster-profile
- --target=e2e-aws-builds
command:
- ci-operator
image: ci-operator:latest
imagePullPolicy: Always
name: ""
resources:
requests:
cpu: 10m
volumeMounts:
- mountPath: /etc/boskos
name: boskos
readOnly: true
- mountPath: /usr/local/e2e-aws-builds-cluster-profile
name: cluster-profile
- mountPath: /secrets/gcs
name: gcs-credentials
readOnly: true
- mountPath: /etc/pull-secret
name: pull-secret
readOnly: true
- mountPath: /etc/report
name: result-aggregator
readOnly: true
serviceAccountName: ci-operator
volumes:
- name: boskos
secret:
items:
- key: credentials
path: credentials
secretName: boskos-credentials
- name: cluster-profile
projected:
sources:
- secret:
name: cluster-secrets-aws
- name: pull-secret
secret:
secretName: registry-pull-credentials
- name: result-aggregator
secret:
secretName: result-aggregator
trigger: (?m)^/test( | .* )e2e-aws-builds,?($|\s.*)
- agent: kubernetes
always_run: true
branches:
Expand Down
Loading