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 @@ -35,10 +35,24 @@ tests:
commands: make unit-test
container:
from: src
- as: cincinnati-operator-e2e-aws
commands: make func-test
openshift_installer_src:
cluster_profile: aws
- as: operator-e2e
steps:
cluster_profile: gcp
test:
- as: e2e-test
cli: initial
commands: OPENSHIFT_BUILD_NAMESPACE= OPERATOR_IMAGE=quay.io/app-sre/cincinnati@sha256:d1d2f881bce1a1375ec8470133ee0a912164b8a7ecce19aac24d24e623aef59b make func-test
dependencies:
- env: OPERATOR_IMAGE
name: stable:cincinnati-operator
- env: GRAPH_DATA_IMAGE
name: stable:cincinnati-graph-data-container
from: src
resources:
requests:
cpu: 100m
memory: 200Mi
workflow: openshift-e2e-gcp
zz_generated_metadata:
branch: master
org: openshift
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,24 @@ tests:
commands: make unit-test
container:
from: src
- as: cincinnati-operator-e2e-aws
commands: make func-test
openshift_installer_src:
cluster_profile: aws
- as: operator-e2e
steps:
cluster_profile: gcp
test:
- as: e2e-test
cli: initial
commands: OPENSHIFT_BUILD_NAMESPACE= OPERATOR_IMAGE=quay.io/app-sre/cincinnati@sha256:d1d2f881bce1a1375ec8470133ee0a912164b8a7ecce19aac24d24e623aef59b make func-test
dependencies:
- env: OPERATOR_IMAGE
name: stable:cincinnati-operator
- env: GRAPH_DATA_IMAGE
name: stable:cincinnati-graph-data-container
from: src
resources:
requests:
cpu: 100m
memory: 200Mi
workflow: openshift-e2e-gcp
zz_generated_metadata:
branch: release-4.5
org: openshift
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,24 @@ tests:
commands: make unit-test
container:
from: src
- as: cincinnati-operator-e2e-aws
commands: make func-test
openshift_installer_src:
cluster_profile: aws
- as: operator-e2e
steps:
cluster_profile: gcp
test:
- as: e2e-test
cli: initial
commands: OPENSHIFT_BUILD_NAMESPACE= OPERATOR_IMAGE=quay.io/app-sre/cincinnati@sha256:d1d2f881bce1a1375ec8470133ee0a912164b8a7ecce19aac24d24e623aef59b make func-test
dependencies:
- env: OPERATOR_IMAGE
name: stable:cincinnati-operator
- env: GRAPH_DATA_IMAGE
name: stable:cincinnati-graph-data-container
from: src
resources:
requests:
cpu: 100m
memory: 200Mi
workflow: openshift-e2e-gcp
zz_generated_metadata:
branch: release-4.6
org: openshift
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,24 @@ tests:
commands: make unit-test
container:
from: src
- as: cincinnati-operator-e2e-aws
commands: make func-test
openshift_installer_src:
cluster_profile: aws
- as: operator-e2e
steps:
cluster_profile: gcp
test:
- as: e2e-test
cli: initial
commands: OPENSHIFT_BUILD_NAMESPACE= OPERATOR_IMAGE=quay.io/app-sre/cincinnati@sha256:d1d2f881bce1a1375ec8470133ee0a912164b8a7ecce19aac24d24e623aef59b make func-test
dependencies:
- env: OPERATOR_IMAGE
name: stable:cincinnati-operator
- env: GRAPH_DATA_IMAGE
name: stable:cincinnati-graph-data-container
from: src
resources:
requests:
cpu: 100m
memory: 200Mi
workflow: openshift-e2e-gcp
zz_generated_metadata:
branch: release-4.7
org: openshift
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,24 @@ tests:
commands: make unit-test
container:
from: src
- as: cincinnati-operator-e2e-aws
commands: make func-test
openshift_installer_src:
cluster_profile: aws
- as: operator-e2e
steps:
cluster_profile: gcp
test:
- as: e2e-test
cli: initial
commands: OPENSHIFT_BUILD_NAMESPACE= OPERATOR_IMAGE=quay.io/app-sre/cincinnati@sha256:d1d2f881bce1a1375ec8470133ee0a912164b8a7ecce19aac24d24e623aef59b make func-test
dependencies:
- env: OPERATOR_IMAGE
name: stable:cincinnati-operator
- env: GRAPH_DATA_IMAGE
name: stable:cincinnati-graph-data-container
from: src
resources:
requests:
cpu: 100m
memory: 200Mi
workflow: openshift-e2e-gcp
zz_generated_metadata:
branch: release-4.8
org: openshift
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,49 +5,32 @@ presubmits:
branches:
- master
cluster: build01
context: ci/prow/cincinnati-operator-e2e-aws
context: ci/prow/images
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-cincinnati-operator-master-cincinnati-operator-e2e-aws
rerun_command: /test cincinnati-operator-e2e-aws
name: pull-ci-openshift-cincinnati-operator-master-images
rerun_command: /test images
spec:
containers:
- args:
- --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson
- --lease-server-password-file=/etc/boskos/password
- --report-password-file=/etc/report/password.txt
- --report-username=ci
- --secret-dir=/usr/local/cincinnati-operator-e2e-aws-cluster-profile
- --target=cincinnati-operator-e2e-aws
- --template=/usr/local/cincinnati-operator-e2e-aws
- --target=[images]
- --target=[release:latest]
command:
- ci-operator
env:
- name: CLUSTER_TYPE
value: aws
- name: JOB_NAME_SAFE
value: cincinnati-operator-e2e-aws
- name: TEST_COMMAND
value: make func-test
image: ci-operator:latest
imagePullPolicy: Always
name: ""
resources:
requests:
cpu: 10m
volumeMounts:
- mountPath: /etc/boskos
name: boskos
readOnly: true
- mountPath: /usr/local/cincinnati-operator-e2e-aws-cluster-profile
name: cluster-profile
- mountPath: /usr/local/cincinnati-operator-e2e-aws
name: job-definition
subPath: cluster-launch-installer-src.yaml
- mountPath: /etc/pull-secret
name: pull-secret
readOnly: true
Expand All @@ -56,49 +39,36 @@ presubmits:
readOnly: true
serviceAccountName: ci-operator
volumes:
- name: boskos
secret:
items:
- key: password
path: password
secretName: boskos-credentials
- name: cluster-profile
projected:
sources:
- secret:
name: cluster-secrets-aws
- configMap:
name: prow-job-cluster-launch-installer-src
name: job-definition
- name: pull-secret
secret:
secretName: registry-pull-credentials
- name: result-aggregator
secret:
secretName: result-aggregator
trigger: (?m)^/test( | .* )cincinnati-operator-e2e-aws,?($|\s.*)
trigger: (?m)^/test( | .* )images,?($|\s.*)
- agent: kubernetes
always_run: true
branches:
- master
cluster: build01
context: ci/prow/images
context: ci/prow/operator-e2e
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-cincinnati-operator-master-images
rerun_command: /test images
name: pull-ci-openshift-cincinnati-operator-master-operator-e2e
rerun_command: /test operator-e2e
spec:
containers:
- args:
- --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson
- --lease-server-password-file=/etc/boskos/password
- --report-password-file=/etc/report/password.txt
- --report-username=ci
- --target=[images]
- --target=[release:latest]
- --secret-dir=/usr/local/operator-e2e-cluster-profile
- --target=operator-e2e
command:
- ci-operator
image: ci-operator:latest
Expand All @@ -108,6 +78,11 @@ presubmits:
requests:
cpu: 10m
volumeMounts:
- mountPath: /etc/boskos
name: boskos
readOnly: true
- mountPath: /usr/local/operator-e2e-cluster-profile
name: cluster-profile
- mountPath: /etc/pull-secret
name: pull-secret
readOnly: true
Expand All @@ -116,13 +91,26 @@ presubmits:
readOnly: true
serviceAccountName: ci-operator
volumes:
- name: boskos
secret:
items:
- key: password
path: password
secretName: boskos-credentials
- name: cluster-profile
projected:
sources:
- secret:
name: cluster-secrets-gcp
- configMap:
name: cluster-profile-gcp
- name: pull-secret
secret:
secretName: registry-pull-credentials
- name: result-aggregator
secret:
secretName: result-aggregator
trigger: (?m)^/test( | .* )images,?($|\s.*)
trigger: (?m)^/test( | .* )operator-e2e,?($|\s.*)
- agent: kubernetes
always_run: true
branches:
Expand Down
Loading