Skip to content

Commit

Permalink
Merge pull request openshift#8937 from Gal-Zaidman/add_4.5_jobs
Browse files Browse the repository at this point in the history
oVirt: add release 4.5 ci jobs
  • Loading branch information
openshift-merge-robot authored May 13, 2020
2 parents fa5ef24 + 97ec03d commit 395e8cf
Show file tree
Hide file tree
Showing 2 changed files with 112 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7336,7 +7336,7 @@ periodics:
decorate: true
decoration_config:
skip_cloning: true
interval: 6h
interval: 24h
labels:
ci.openshift.io/release-type: informing
job-env: ovirt
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6810,3 +6810,114 @@ periodics:
- name: release-pull-secret
secret:
secretName: ci-pull-credentials
- agent: kubernetes
cluster: api.ci
decorate: true
decoration_config:
skip_cloning: true
interval: 6h
labels:
ci.openshift.io/release-type: informing
job-env: ovirt
job-release: "4.5"
pj-rehearse.openshift.io/can-be-rehearsed: "true"
name: release-openshift-ocp-installer-e2e-ovirt-4.5
spec:
containers:
- args:
- --artifact-dir=$(ARTIFACTS)
- --give-pr-author-access-to-namespace=true
- --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson
- --input-hash=$(BUILD_ID)
- --input-hash=$(JOB_NAME)
- --kubeconfig=/etc/apici/kubeconfig
- --secret-dir=/usr/local/e2e-ovirt-cluster-profile
- --secret-dir=/usr/local/pull-secret
- --target=e2e-ovirt
- --template=/usr/local/e2e-ovirt
command:
- ci-operator
env:
- name: RELEASE_IMAGE_LATEST
value: registry.svc.ci.openshift.org/ocp/release:4.5
- name: BRANCH
value: "4.5"
- name: CLUSTER_TYPE
value: ovirt
- name: LEASE_TYPE
value: conformance
- name: CONFIG_SPEC
value: |
resources:
'*':
limits:
memory: 4Gi
requests:
cpu: 100m
memory: 200Mi
tag_specification:
cluster: https://api.ci.openshift.org
name: "$(BRANCH)"
namespace: ocp
tests:
- as: e2e-$(CLUSTER_TYPE)-parallel
commands: TEST_SUITE=openshift/conformance/parallel run-tests
openshift_installer:
cluster_profile: "$(CLUSTER_TYPE)"
- name: JOB_NAME_SAFE
value: e2e-ovirt
- name: TEST_COMMAND
value: TEST_SUITE=openshift/conformance/parallel run-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-ovirt-cluster-profile
name: cluster-profile
- mountPath: /usr/local/e2e-ovirt
name: job-definition
subPath: cluster-launch-installer-ovirt-e2e.yaml
- mountPath: /etc/pull-secret
name: pull-secret
readOnly: true
- mountPath: /usr/local/pull-secret
name: release-pull-secret
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-ovirt
- secret:
name: ovirt-infra-secrets
- configMap:
name: prow-job-cluster-launch-installer-ovirt-e2e
name: job-definition
- name: pull-secret
secret:
secretName: regcred
- name: release-pull-secret
secret:
secretName: ci-pull-credentials

0 comments on commit 395e8cf

Please sign in to comment.