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 @@ -52,6 +52,18 @@ tests:
steps:
cluster_profile: gcp
workflow: openshift-e2e-gcp
- as: e2e-agnostic-operator
steps:
cluster_profile: gcp
test:
- as: e2e-test
commands: hack/test-integration.sh
from: src
resources:
requests:
cpu: 100m
memory: 200Mi
workflow: openshift-e2e-gcp
- as: e2e-agnostic-upgrade
steps:
cluster_profile: gcp
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,18 @@ tests:
steps:
cluster_profile: gcp
workflow: openshift-e2e-gcp
- as: e2e-agnostic-operator
steps:
cluster_profile: gcp
test:
- as: e2e-test
commands: hack/test-integration.sh
from: src
resources:
requests:
cpu: 100m
memory: 200Mi
workflow: openshift-e2e-gcp
- as: e2e-upgrade
commands: TEST_SUITE=all TEST_OPTIONS=abort-at=100 run-upgrade-tests
openshift_installer:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,18 @@ tests:
steps:
cluster_profile: gcp
workflow: openshift-e2e-gcp
- as: e2e-agnostic-operator
steps:
cluster_profile: gcp
test:
- as: e2e-test
commands: hack/test-integration.sh
from: src
resources:
requests:
cpu: 100m
memory: 200Mi
workflow: openshift-e2e-gcp
- as: e2e-agnostic-upgrade
steps:
cluster_profile: gcp
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,18 @@ tests:
steps:
cluster_profile: gcp
workflow: openshift-e2e-gcp
- as: e2e-agnostic-operator
steps:
cluster_profile: gcp
test:
- as: e2e-test
commands: hack/test-integration.sh
from: src
resources:
requests:
cpu: 100m
memory: 200Mi
workflow: openshift-e2e-gcp
- as: e2e-agnostic-upgrade
steps:
cluster_profile: gcp
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,18 @@ tests:
steps:
cluster_profile: gcp
workflow: openshift-e2e-gcp
- as: e2e-agnostic-operator
steps:
cluster_profile: gcp
test:
- as: e2e-test
commands: hack/test-integration.sh
from: src
resources:
requests:
cpu: 100m
memory: 200Mi
workflow: openshift-e2e-gcp
- as: e2e-agnostic-upgrade
steps:
cluster_profile: gcp
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,18 @@ tests:
steps:
cluster_profile: gcp
workflow: openshift-e2e-gcp
- as: e2e-agnostic-operator
steps:
cluster_profile: gcp
test:
- as: e2e-test
commands: hack/test-integration.sh
from: src
resources:
requests:
cpu: 100m
memory: 200Mi
workflow: openshift-e2e-gcp
- as: e2e-agnostic-upgrade
steps:
cluster_profile: gcp
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,71 @@ presubmits:
secret:
secretName: result-aggregator
trigger: (?m)^/test( | .* )e2e-agnostic,?($|\s.*)
- agent: kubernetes
always_run: true
branches:
- master
cluster: build02
context: ci/prow/e2e-agnostic-operator
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-agnostic-operator
rerun_command: /test e2e-agnostic-operator
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-agnostic-operator-cluster-profile
- --target=e2e-agnostic-operator
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-agnostic-operator-cluster-profile
name: cluster-profile
- 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: 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( | .* )e2e-agnostic-operator,?($|\s.*)
- agent: kubernetes
always_run: true
branches:
Expand Down Expand Up @@ -287,67 +352,6 @@ presubmits:
secret:
secretName: result-aggregator
trigger: (?m)^/test( | .* )images,?($|\s.*)
- agent: kubernetes
always_run: true
branches:
- master
cluster: build02
context: ci/prow/integration
decorate: true
labels:
pj-rehearse.openshift.io/can-be-rehearsed: "true"
name: pull-ci-openshift-cluster-version-operator-master-integration
rerun_command: /test integration
spec:
containers:
- args:
- --artifact-dir=$(ARTIFACTS)
- --give-pr-author-access-to-namespace=true
- --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson
- --kubeconfig=/etc/apici/kubeconfig
- --repo=cluster-version-operator
- --target=integration
- --template=/usr/local/integration
command:
- ci-operator
env:
- name: COMMAND
value: hack/test-integration.sh
- name: JOB_NAME_SAFE
value: integration
- name: LOCAL_IMAGE_TEST_BIN
value: pipeline:src
image: ci-operator:latest
imagePullPolicy: Always
name: ""
resources:
requests:
cpu: 10m
volumeMounts:
- mountPath: /etc/apici
name: apici-ci-operator-credentials
readOnly: true
- mountPath: /usr/local/integration
name: job-definition
subPath: master-sidecar-4.6.yaml
- mountPath: /etc/pull-secret
name: pull-secret
readOnly: true
serviceAccountName: ci-operator
volumes:
- name: apici-ci-operator-credentials
secret:
items:
- key: sa.ci-operator.apici.config
path: kubeconfig
secretName: apici-ci-operator-credentials
- configMap:
name: prow-job-master-sidecar-4.6
name: job-definition
- name: pull-secret
secret:
secretName: registry-pull-credentials
trigger: (?m)^/test( | .* )integration,?($|\s.*)
- agent: kubernetes
always_run: true
branches:
Expand Down
Loading