forked from openshift/release
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathopenshift-cluster-nfd-operator-master.yaml
96 lines (96 loc) · 2.07 KB
/
openshift-cluster-nfd-operator-master.yaml
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
96
base_images:
ci-artifacts:
name: master
namespace: psap
tag: ci-artifacts
ocp_4.19_base-rhel9:
name: "4.19"
namespace: ocp
tag: base-rhel9
ocp_builder_rhel-9-golang-1.23-openshift-4.19:
name: builder
namespace: ocp
tag: rhel-9-golang-1.23-openshift-4.19
build_root:
from_repository: true
images:
- dockerfile_path: Dockerfile
inputs:
ocp_4.19_base-rhel9:
as:
- registry.ci.openshift.org/ocp/4.19:base-rhel9
ocp_builder_rhel-9-golang-1.23-openshift-4.19:
as:
- registry.ci.openshift.org/ocp/builder:rhel-9-golang-1.23-openshift-4.19
to: cluster-nfd-operator
operator:
bundles:
- context_dir: manifests/stable
dockerfile_path: bundle.Dockerfile
substitutions:
- pullspec: quay.io/openshift/origin-cluster-nfd-operator:4.19
with: pipeline:cluster-nfd-operator
promotion:
to:
- name: "4.19"
namespace: ocp
releases:
initial:
integration:
name: "4.19"
namespace: ocp
latest:
integration:
include_built_images: true
name: "4.19"
namespace: ocp
resources:
'*':
requests:
cpu: 100m
memory: 200Mi
tests:
- as: unit
commands: make test
container:
from: src
- as: verify
commands: make verify
container:
from: src
- as: e2e-aws
steps:
cluster_profile: aws
dependencies:
OO_INDEX: ci-index
env:
OO_CHANNEL: stable
OO_INSTALL_NAMESPACE: '!create'
OO_PACKAGE: nfd
OO_TARGET_NAMESPACES: '!install'
workflow: optional-operators-ci-aws
- as: e2e-master
postsubmit: true
steps:
cluster_profile: aws
dependencies:
OO_INDEX: ci-index
env:
OO_CHANNEL: stable
OO_INSTALL_NAMESPACE: '!create'
OO_PACKAGE: nfd
OO_TARGET_NAMESPACES: '!install'
test:
- as: postsubmit
cli: latest
commands: run nfd-operator test_master_branch
from: ci-artifacts
resources:
requests:
cpu: 2000m
memory: 2Gi
workflow: optional-operators-ci-aws
zz_generated_metadata:
branch: master
org: openshift
repo: cluster-nfd-operator