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 @@ -57,6 +57,14 @@ images:
- builder
paths: null
to: baremetal-installer
- dockerfile_path: images/installer/Dockerfile.ci
from: base
inputs:
root:
as:
- build
paths: null
to: ovirt-installer
promotion:
name: "4.4"
namespace: ocp
Expand Down Expand Up @@ -115,6 +123,12 @@ resources:
requests:
cpu: "3"
memory: 5Gi
ovirt-installer:
limits:
memory: 9Gi
requests:
cpu: "3"
memory: 5Gi
tag_specification:
name: "4.4"
namespace: ocp
Expand Down Expand Up @@ -182,4 +196,4 @@ tests:
- as: e2e-vsphere
commands: TEST_SUITE=openshift/conformance/parallel run-tests
openshift_installer_upi:
cluster_profile: vsphere
cluster_profile: vsphere
Original file line number Diff line number Diff line change
Expand Up @@ -1453,6 +1453,71 @@ presubmits:
name: prow-job-cluster-launch-installer-openstack-e2e
name: job-definition
trigger: (?m)^/test( | .* )e2e-openstack-parallel,?($|\s.*)
- agent: kubernetes
always_run: false
branches:
- master
context: ci/prow/e2e-ovirt
decorate: true
decoration_config:
skip_cloning: true
labels:
pj-rehearse.openshift.io/can-be-rehearsed: "true"
name: pull-ci-openshift-installer-master-e2e-ovirt
optional: true
rerun_command: /test e2e-ovirt
run_if_changed: ^([^d]|d(d|o(d|cd))*([^do]|o([^cd]|c[^ds])))*(d(d|o(d|cd))*(oc?)?)?$
spec:
containers:
- args:
- --artifact-dir=$(ARTIFACTS)
- --give-pr-author-access-to-namespace=true
- --secret-dir=/usr/local/e2e-ovirt-cluster-profile
- --target=e2e-ovirt
- --template=/usr/local/e2e-ovirt
command:
- ci-operator
env:
- name: CLUSTER_TYPE
value: ovirt
- name: CONFIG_SPEC
valueFrom:
configMapKeyRef:
key: openshift-installer-master.yaml
name: ci-operator-master-configs
- name: JOB_NAME_SAFE
value: e2e-ovirt
- name: LEASE_TYPE
value: minimal
- name: TEST_COMMAND
value: run-minimal-tests
image: ci-operator:latest
imagePullPolicy: Always
name: ""
resources:
requests:
cpu: 10m
volumeMounts:
- 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
serviceAccountName: ci-operator
volumes:
- name: cluster-profile
projected:
sources:
- secret:
name: cluster-secrets-ovirt
- secret:
name: ovirt-infra-secrets
- configMap:
name: cluster-profile-ovirt
- configMap:
name: prow-job-cluster-launch-installer-ovirt-e2e
name: job-definition
trigger: (?m)^/test( | .* )e2e-ovirt,?($|\s.*)
- agent: kubernetes
always_run: false
branches:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4992,3 +4992,86 @@ periodics:
- name: pull-secret
secret:
secretName: ci-pull-credentials
- agent: kubernetes
decorate: true
decoration_config:
skip_cloning: true
interval: 24h
labels:
ci.openshift.io/release-type: informing
job-env: ovirt
job-release: "4.4"
pj-rehearse.openshift.io/can-be-rehearsed: "true"
name: release-openshift-ocp-installer-e2e-ovirt-4.4
spec:
containers:
- args:
- --artifact-dir=$(ARTIFACTS)
- --give-pr-author-access-to-namespace=true
- --secret-dir=/usr/local/pull-secret
- --secret-dir=/usr/local/e2e-ovirt-cluster-profile
- --target=e2e-ovirt
- --template=/usr/local/e2e-ovirt
- --input-hash=$(BUILD_ID)
- --input-hash=$(JOB_NAME)
command:
- ci-operator
env:
- name: RELEASE_IMAGE_LATEST
value: registry.svc.ci.openshift.org/ocp/release:4.4
- name: BRANCH
value: "4.4"
- name: CLUSTER_TYPE
value: ovirt
- name: LEASE_TYPE
value: conformance
- name: CONFIG_SPEC
value: |
tag_specification:
name: "$(BRANCH)"
namespace: ocp
resources:
'*':
limits:
memory: 4Gi
requests:
cpu: 100m
memory: 200Mi
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: /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: /usr/local/pull-secret
name: pull-secret
serviceAccountName: ci-operator
volumes:
- 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: ci-pull-credentials
Loading