-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathOCP-50203.json
89 lines (89 loc) · 3.04 KB
/
OCP-50203.json
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
{
"nodes": [
{
"version": "4.13.0-0.nightly-2023-09-12-074803",
"payload": "registry.ci.openshift.org/ocp/release@sha256:e03f07af4872b73f425c6095cabba4600106b063005d5236991f7225fedd9704",
"metadata": {
"io.openshift.upgrades.graph.release.channels": "channel-a,channel-b,stable-4.14"
}
},
{
"version": "4.14.0-0.nightly-2023-09-12-024050",
"payload": "registry.ci.openshift.org/ocp/release@sha256:f578403987bba590b6e75d1fb3140fc1861814ddedb233624fe86d1db2bd5043",
"metadata": {
"io.openshift.upgrades.graph.release.channels": "channel-a,channel-b,stable-4.14"
}
},
{
"version": "4.14.0-rc.0",
"payload": "quay.io/openshift-release-dev/ocp-release@sha256:1d2cc38cbd94c532dc822ff793f46b23a93b76b400f7d92b13c1e1da042c88fe",
"metadata": {
"io.openshift.upgrades.graph.release.channels": "channel-a,channel-b,stable-4.14"
}
},
{
"version": "4.14.0-0.nightly-2023-09-12-195514",
"payload": "registry.ci.openshift.org/ocp/release@sha256:8043b6abc8b1cde51a3a5649c89511f7761613d7468123ed0ea7cc939501690e",
"metadata": {
"io.openshift.upgrades.graph.release.channels": "channel-a,channel-b,stable-4.14"
}
}
],
"edges": [
[0,1],
[0,2],
[0,3]
],
"conditionalEdges":[
{
"edges": [
{"from": "4.13.0-0.nightly-2023-09-12-074803", "to": "4.14.0-0.nightly-2023-09-12-024050"}
],
"risks": [
{
"url": "https://bug.example.com/a",
"name": "SomeInvokerThing",
"message": "On clusters on default invoker user, this imaginary bug can happen.",
"matchingRules": [
{
"type": "PromQL",
"promql": {
"promql": "cluster_installer"
}
}
]
},
{
"url": "https://bug.example.com/b",
"name": "SomeChannelThing",
"message": "On clusters with the channel set to 'buggy', this imaginary bug can happen.",
"matchingRules": [
{
"type": "PromQL",
"promql": {
"promql": "group(cluster_version_available_updates{channel=\"buggy\"})\nor\n0 * group(cluster_version_available_updates{channel!=\"buggy\"})"
}
}
]
}
]
},
{
"edges": [
{"from": "4.13.0-0.nightly-2023-09-12-074803", "to": "4.14.0-rc.0"}
],
"risks": [
{
"url": "https://openshift-release.apps.ci.l2s4.p1.openshiftapps.com/releasestream/4.10.0-0.nightly/release/4.10.0-0.nightly-2021-11-24-075634",
"name": "ReleaseIsRejected",
"message": "Too many CI failures on this release, so do not update to it",
"matchingRules": [
{
"type": "Always"
}
]
}
]
}
]
}