-
Notifications
You must be signed in to change notification settings - Fork 1.8k
/
openshift-coredns-master.yaml
88 lines (88 loc) · 1.84 KB
/
openshift-coredns-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
base_images:
dev-scripts:
name: test
namespace: ocp-kni
tag: dev-scripts
ocp_4.17_base-rhel9:
name: "4.17"
namespace: ocp
tag: base-rhel9
ocp_builder_rhel-9-golang-1.22-openshift-4.17:
name: builder
namespace: ocp
tag: rhel-9-golang-1.22-openshift-4.17
build_root:
from_repository: true
canonical_go_repository: github.com/coredns/coredns
images:
- dockerfile_path: Dockerfile.openshift.rhel7
inputs:
ocp_4.17_base-rhel9:
as:
- registry.ci.openshift.org/ocp/4.17:base-rhel9
ocp_builder_rhel-9-golang-1.22-openshift-4.17:
as:
- registry.ci.openshift.org/ocp/builder:rhel-9-golang-1.22-openshift-4.17
to: coredns
promotion:
to:
- name: "4.17"
namespace: ocp
releases:
initial:
integration:
name: "4.17"
namespace: ocp
latest:
integration:
include_built_images: true
name: "4.17"
namespace: ocp
resources:
'*':
requests:
cpu: 100m
memory: 200Mi
bin:
requests:
memory: 4Gi
unit:
requests:
memory: 4Gi
tests:
- as: unit
commands: make test
container:
from: src
- as: e2e-aws-ovn
steps:
cluster_profile: aws
workflow: openshift-e2e-aws
- as: e2e-aws-ovn-upgrade
steps:
cluster_profile: aws
workflow: openshift-upgrade-aws
- as: e2e-gcp-serial
steps:
cluster_profile: gcp
workflow: openshift-e2e-gcp-serial
- as: e2e-metal-ipi-ovn
cluster: build05
optional: true
steps:
cluster_profile: equinix-ocp-metal
workflow: baremetalds-e2e-ovn-ipv4
- as: e2e-metal-ipi-ovn-dualstack
cluster: build05
optional: true
steps:
cluster_profile: equinix-ocp-metal
env:
DEVSCRIPTS_CONFIG: |
IP_STACK=v4v6
NETWORK_TYPE=OVNKubernetes
workflow: baremetalds-e2e-ovn-dualstack
zz_generated_metadata:
branch: master
org: openshift
repo: coredns