Skip to content

Commit

Permalink
Merge pull request #11740 from Fedosin/kubernetes_e2e_openstack
Browse files Browse the repository at this point in the history
Add an optional e2e-openstack job to openshift/kubernetes
  • Loading branch information
openshift-merge-robot committed Sep 23, 2020
2 parents 803c42b + 53fed34 commit d567919
Showing 1 changed file with 83 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -841,6 +841,89 @@ presubmits:
secret:
secretName: result-aggregator
trigger: (?m)^/test( | .* )e2e-gcp,?($|\s.*)
- agent: kubernetes
always_run: false
branches:
- master
cluster: build01
context: ci/prow/e2e-openstack
decorate: true
decoration_config:
skip_cloning: true
labels:
pj-rehearse.openshift.io/can-be-rehearsed: "true"
name: pull-ci-openshift-kubernetes-master-e2e-openstack
optional: true
rerun_command: /test e2e-openstack
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
- --lease-server-password-file=/etc/boskos/password
- --lease-server-username=ci
- --repo=kubernetes
- --secret-dir=/usr/local/e2e-openstack-cluster-profile
- --target=e2e-openstack
- --template=/usr/local/e2e-openstack
command:
- ci-operator
env:
- name: CLUSTER_TYPE
value: openstack
- name: JOB_NAME_SAFE
value: e2e-openstack
- name: TEST_COMMAND
value: run-minimal-tests
image: ci-operator:latest
imagePullPolicy: Always
name: ""
resources:
requests:
cpu: 10m
volumeMounts:
- mountPath: /etc/apici
name: apici-ci-operator-credentials
readOnly: true
- mountPath: /etc/boskos
name: boskos
readOnly: true
- mountPath: /usr/local/e2e-openstack-cluster-profile
name: cluster-profile
- mountPath: /usr/local/e2e-openstack
name: job-definition
subPath: cluster-launch-installer-openstack-e2e.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
- name: boskos
secret:
items:
- key: password
path: password
secretName: boskos-credentials
- name: cluster-profile
projected:
sources:
- secret:
name: cluster-secrets-openstack
- configMap:
name: prow-job-cluster-launch-installer-openstack-e2e
name: job-definition
- name: pull-secret
secret:
secretName: regcred
trigger: (?m)^/test( | .* )e2e-openstack,?($|\s.*)
- agent: kubernetes
always_run: true
branches:
Expand Down

0 comments on commit d567919

Please sign in to comment.