-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Expand file tree
/
Copy pathopenshift-cluster-kube-controller-manager-operator-release-4.22.yaml
More file actions
95 lines (95 loc) · 2.17 KB
/
openshift-cluster-kube-controller-manager-operator-release-4.22.yaml
File metadata and controls
95 lines (95 loc) · 2.17 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
binary_build_commands: make build --warn-undefined-variables
build_root:
from_repository: true
images:
items:
- dockerfile_path: Dockerfile.rhel7
to: cluster-kube-controller-manager-operator
promotion:
to:
- disabled: true
name: "4.22"
namespace: ocp
releases:
initial:
integration:
name: "4.22"
namespace: ocp
latest:
integration:
include_built_images: true
name: "4.22"
namespace: ocp
resources:
'*':
requests:
cpu: "3"
memory: 1Gi
test_binary_build_commands: make build GO_BUILD_FLAGS:='-race' --warn-undefined-variables
tests:
- as: verify
commands: |
make verify -k --warn-undefined-variables
container:
from: bin
- as: verify-deps
commands: |
make verify-deps -k --warn-undefined-variables
container:
from: src
- as: unit
commands: |
make test-unit JUNITFILE=${ARTIFACT_DIR}/junit_report.xml --warn-undefined-variables
container:
from: test-bin
- as: e2e-aws-ovn
steps:
cluster_profile: openshift-org-aws
workflow: openshift-e2e-aws
- as: e2e-aws-operator
steps:
cluster_profile: openshift-org-aws
test:
- as: test
cli: latest
commands: |
make test-e2e JUNITFILE=${ARTIFACT_DIR}/junit_report.xml
from: src
resources:
requests:
cpu: 100m
workflow: ipi-aws
- as: e2e-aws-operator-preferred-host
steps:
cluster_profile: openshift-org-aws
test:
- as: test
cli: latest
commands: |
make test-e2e-preferred-host JUNITFILE=${ARTIFACT_DIR}/junit_report.xml
from: src
resources:
requests:
cpu: 100m
workflow: ipi-aws
- as: e2e-aws-ovn-upgrade
steps:
cluster_profile: openshift-org-aws
workflow: openshift-upgrade-aws
- as: e2e-gcp-operator-disruptive
optional: true
steps:
cluster_profile: gcp
env:
TEST_SUITE: openshift/cluster-kube-controller-manager-operator/operator/disruptive
test:
- ref: openshift-e2e-test
workflow: ipi-gcp
- as: security
optional: true
steps:
workflow: openshift-ci-security
zz_generated_metadata:
branch: release-4.22
org: openshift
repo: cluster-kube-controller-manager-operator