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,11 +35,11 @@ tests:
commands: go test ./...
container:
from: src
- as: e2e-gcp
- as: e2e
steps:
cluster_profile: gcp
workflow: openshift-e2e-gcp
- as: e2e-gcp-upgrade
- as: e2e-upgrade
commands: TEST_SUITE=all TEST_OPTIONS=abort-at=100 run-upgrade-tests
openshift_installer:
cluster_profile: gcp
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,11 @@ tests:
commands: go test ./...
container:
from: src
- as: e2e-gcp
- as: e2e
steps:
cluster_profile: gcp
workflow: openshift-e2e-gcp
- as: e2e-gcp-upgrade
- as: e2e-upgrade
commands: TEST_SUITE=all TEST_OPTIONS=abort-at=100 run-upgrade-tests
openshift_installer:
cluster_profile: gcp
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,11 @@ tests:
commands: go test ./...
container:
from: src
- as: e2e-gcp
- as: e2e
steps:
cluster_profile: gcp
workflow: openshift-e2e-gcp
- as: e2e-gcp-upgrade
- as: e2e-upgrade
commands: TEST_SUITE=all TEST_OPTIONS=abort-at=100 run-upgrade-tests
openshift_installer:
cluster_profile: gcp
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,11 @@ tests:
commands: go test ./...
container:
from: src
- as: e2e-gcp
- as: e2e
steps:
cluster_profile: gcp
workflow: openshift-e2e-gcp
- as: e2e-gcp-upgrade
- as: e2e-upgrade
commands: TEST_SUITE=all TEST_OPTIONS=abort-at=100 run-upgrade-tests
openshift_installer:
cluster_profile: gcp
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,11 @@ tests:
commands: go test ./...
container:
from: src
- as: e2e-gcp
- as: e2e
steps:
cluster_profile: gcp
workflow: openshift-e2e-gcp
- as: e2e-gcp-upgrade
- as: e2e-upgrade
commands: TEST_SUITE=all TEST_OPTIONS=abort-at=100 run-upgrade-tests
openshift_installer:
cluster_profile: gcp
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,24 +5,24 @@ presubmits:
branches:
- master
cluster: api.ci
context: ci/prow/e2e-gcp
context: ci/prow/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-cluster-version-operator-master-e2e-gcp
rerun_command: /test e2e-gcp
name: pull-ci-openshift-cluster-version-operator-master-e2e
rerun_command: /test 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
- --secret-dir=/usr/local/e2e-gcp-cluster-profile
- --target=e2e-gcp
- --secret-dir=/usr/local/e2e-cluster-profile
- --target=e2e
command:
- ci-operator
image: ci-operator:latest
Expand All @@ -35,7 +35,7 @@ presubmits:
- mountPath: /etc/boskos
name: boskos
readOnly: true
- mountPath: /usr/local/e2e-gcp-cluster-profile
- mountPath: /usr/local/e2e-cluster-profile
name: cluster-profile
- mountPath: /etc/pull-secret
name: pull-secret
Expand Down Expand Up @@ -64,30 +64,30 @@ presubmits:
- name: result-aggregator
secret:
secretName: result-aggregator
trigger: (?m)^/test( | .* )e2e-gcp,?($|\s.*)
trigger: (?m)^/test( | .* )e2e,?($|\s.*)
- agent: kubernetes
always_run: true
branches:
- master
cluster: api.ci
context: ci/prow/e2e-gcp-upgrade
context: ci/prow/e2e-upgrade
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-cluster-version-operator-master-e2e-gcp-upgrade
rerun_command: /test e2e-gcp-upgrade
name: pull-ci-openshift-cluster-version-operator-master-e2e-upgrade
rerun_command: /test e2e-upgrade
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/e2e-gcp-upgrade-cluster-profile
- --target=e2e-gcp-upgrade
- --secret-dir=/usr/local/e2e-upgrade-cluster-profile
- --target=e2e-upgrade
command:
- ci-operator
image: ci-operator:latest
Expand All @@ -100,7 +100,7 @@ presubmits:
- mountPath: /etc/boskos
name: boskos
readOnly: true
- mountPath: /usr/local/e2e-gcp-upgrade-cluster-profile
- mountPath: /usr/local/e2e-upgrade-cluster-profile
name: cluster-profile
- mountPath: /etc/pull-secret
name: pull-secret
Expand Down Expand Up @@ -129,7 +129,7 @@ presubmits:
- name: result-aggregator
secret:
secretName: result-aggregator
trigger: (?m)^/test( | .* )e2e-gcp-upgrade,?($|\s.*)
trigger: (?m)^/test( | .* )e2e-upgrade,?($|\s.*)
- agent: kubernetes
always_run: true
branches:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,24 +5,24 @@ presubmits:
branches:
- release-4.4
cluster: api.ci
context: ci/prow/e2e-gcp
context: ci/prow/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-cluster-version-operator-release-4.4-e2e-gcp
rerun_command: /test e2e-gcp
name: pull-ci-openshift-cluster-version-operator-release-4.4-e2e
rerun_command: /test 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
- --secret-dir=/usr/local/e2e-gcp-cluster-profile
- --target=e2e-gcp
- --secret-dir=/usr/local/e2e-cluster-profile
- --target=e2e
command:
- ci-operator
image: ci-operator:latest
Expand All @@ -35,7 +35,7 @@ presubmits:
- mountPath: /etc/boskos
name: boskos
readOnly: true
- mountPath: /usr/local/e2e-gcp-cluster-profile
- mountPath: /usr/local/e2e-cluster-profile
name: cluster-profile
- mountPath: /etc/pull-secret
name: pull-secret
Expand Down Expand Up @@ -64,30 +64,30 @@ presubmits:
- name: result-aggregator
secret:
secretName: result-aggregator
trigger: (?m)^/test( | .* )e2e-gcp,?($|\s.*)
trigger: (?m)^/test( | .* )e2e,?($|\s.*)
- agent: kubernetes
always_run: true
branches:
- release-4.4
cluster: api.ci
context: ci/prow/e2e-gcp-upgrade
context: ci/prow/e2e-upgrade
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-cluster-version-operator-release-4.4-e2e-gcp-upgrade
rerun_command: /test e2e-gcp-upgrade
name: pull-ci-openshift-cluster-version-operator-release-4.4-e2e-upgrade
rerun_command: /test e2e-upgrade
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/e2e-gcp-upgrade-cluster-profile
- --target=e2e-gcp-upgrade
- --secret-dir=/usr/local/e2e-upgrade-cluster-profile
- --target=e2e-upgrade
command:
- ci-operator
image: ci-operator:latest
Expand All @@ -100,7 +100,7 @@ presubmits:
- mountPath: /etc/boskos
name: boskos
readOnly: true
- mountPath: /usr/local/e2e-gcp-upgrade-cluster-profile
- mountPath: /usr/local/e2e-upgrade-cluster-profile
name: cluster-profile
- mountPath: /etc/pull-secret
name: pull-secret
Expand Down Expand Up @@ -129,7 +129,7 @@ presubmits:
- name: result-aggregator
secret:
secretName: result-aggregator
trigger: (?m)^/test( | .* )e2e-gcp-upgrade,?($|\s.*)
trigger: (?m)^/test( | .* )e2e-upgrade,?($|\s.*)
- agent: kubernetes
always_run: true
branches:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,24 +5,24 @@ presubmits:
branches:
- release-4.5
cluster: api.ci
context: ci/prow/e2e-gcp
context: ci/prow/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-cluster-version-operator-release-4.5-e2e-gcp
rerun_command: /test e2e-gcp
name: pull-ci-openshift-cluster-version-operator-release-4.5-e2e
rerun_command: /test 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
- --secret-dir=/usr/local/e2e-gcp-cluster-profile
- --target=e2e-gcp
- --secret-dir=/usr/local/e2e-cluster-profile
- --target=e2e
command:
- ci-operator
image: ci-operator:latest
Expand All @@ -35,7 +35,7 @@ presubmits:
- mountPath: /etc/boskos
name: boskos
readOnly: true
- mountPath: /usr/local/e2e-gcp-cluster-profile
- mountPath: /usr/local/e2e-cluster-profile
name: cluster-profile
- mountPath: /etc/pull-secret
name: pull-secret
Expand Down Expand Up @@ -64,30 +64,30 @@ presubmits:
- name: result-aggregator
secret:
secretName: result-aggregator
trigger: (?m)^/test( | .* )e2e-gcp,?($|\s.*)
trigger: (?m)^/test( | .* )e2e,?($|\s.*)
- agent: kubernetes
always_run: true
branches:
- release-4.5
cluster: api.ci
context: ci/prow/e2e-gcp-upgrade
context: ci/prow/e2e-upgrade
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-cluster-version-operator-release-4.5-e2e-gcp-upgrade
rerun_command: /test e2e-gcp-upgrade
name: pull-ci-openshift-cluster-version-operator-release-4.5-e2e-upgrade
rerun_command: /test e2e-upgrade
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/e2e-gcp-upgrade-cluster-profile
- --target=e2e-gcp-upgrade
- --secret-dir=/usr/local/e2e-upgrade-cluster-profile
- --target=e2e-upgrade
command:
- ci-operator
image: ci-operator:latest
Expand All @@ -100,7 +100,7 @@ presubmits:
- mountPath: /etc/boskos
name: boskos
readOnly: true
- mountPath: /usr/local/e2e-gcp-upgrade-cluster-profile
- mountPath: /usr/local/e2e-upgrade-cluster-profile
name: cluster-profile
- mountPath: /etc/pull-secret
name: pull-secret
Expand Down Expand Up @@ -129,7 +129,7 @@ presubmits:
- name: result-aggregator
secret:
secretName: result-aggregator
trigger: (?m)^/test( | .* )e2e-gcp-upgrade,?($|\s.*)
trigger: (?m)^/test( | .* )e2e-upgrade,?($|\s.*)
- agent: kubernetes
always_run: true
branches:
Expand Down
Loading