Skip to content

Commit dbd819d

Browse files
authored
Remove 4.15 nightlies and references for EOL (#3300)
Update compatbility matrix for 4.20
1 parent 48c16aa commit dbd819d

File tree

7 files changed

+1
-359
lines changed

7 files changed

+1
-359
lines changed

.github/workflows/qe-ocp-415-intrusive.yaml

Lines changed: 0 additions & 157 deletions
This file was deleted.

.github/workflows/qe-ocp-415.yaml

Lines changed: 0 additions & 156 deletions
This file was deleted.

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22

33
![build](https://github.com/redhat-best-practices-for-k8s/certsuite/actions/workflows/merge.yaml/badge.svg)
44
[![QE OCP 4.14 Testing](https://github.com/redhat-best-practices-for-k8s/certsuite/actions/workflows/qe-ocp-414.yaml/badge.svg)](https://github.com/redhat-best-practices-for-k8s/certsuite/actions/workflows/qe-ocp-414.yaml)
5-
[![QE OCP 4.15 Testing](https://github.com/redhat-best-practices-for-k8s/certsuite/actions/workflows/qe-ocp-415.yaml/badge.svg)](https://github.com/redhat-best-practices-for-k8s/certsuite/actions/workflows/qe-ocp-415.yaml)
65
[![OpenSSF Scorecard](https://api.scorecard.dev/projects/github.com/redhat-best-practices-for-k8s/certsuite/badge)](https://scorecard.dev/viewer/?uri=github.com/)
76
[![go-doc](https://godoc.org/github.com/?status.svg)](https://godoc.org/github.com/)
87
[![release)](https://img.shields.io/github/v/release/redhat-best-practices-for-k8s/certsuite?color=blue&label=%20&logo=semver&logoColor=white&style=flat)](https://github.com/redhat-best-practices-for-k8s/certsuite/releases)

nightly-dashboard.html

Lines changed: 0 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -910,20 +910,6 @@ <h1>🌙 Certsuite Nightly Dashboard</h1>
910910
</div>
911911
</div>
912912

913-
<!-- OCP 4.15 Regular -->
914-
<div class="ocp-card">
915-
<a href="https://github.com/redhat-best-practices-for-k8s/certsuite/actions/workflows/qe-ocp-415.yaml"
916-
target="_blank"
917-
class="ocp-version-link"
918-
title="View QE OCP 4.15 Testing workflow runs on GitHub">
919-
OpenShift 4.15
920-
</a>
921-
<div id="ocp-415-regular-content" class="loading">
922-
<div class="spinner"></div>
923-
Loading...
924-
</div>
925-
</div>
926-
927913
<!-- OCP 4.16 Regular -->
928914
<div class="ocp-card">
929915
<a href="https://github.com/redhat-best-practices-for-k8s/certsuite/actions/workflows/qe-ocp-416.yaml"
@@ -1030,20 +1016,6 @@ <h1>🌙 Certsuite Nightly Dashboard</h1>
10301016
</div>
10311017
</div>
10321018

1033-
<!-- OCP 4.15 Intrusive -->
1034-
<div class="ocp-card">
1035-
<a href="https://github.com/redhat-best-practices-for-k8s/certsuite/actions/workflows/qe-ocp-415-intrusive.yaml"
1036-
target="_blank"
1037-
class="ocp-version-link"
1038-
title="View QE OCP 4.15 Intrusive Testing workflow runs on GitHub">
1039-
OpenShift 4.15
1040-
</a>
1041-
<div id="ocp-415-intrusive-content" class="loading">
1042-
<div class="spinner"></div>
1043-
Loading...
1044-
</div>
1045-
</div>
1046-
10471019
<!-- OCP 4.16 Intrusive -->
10481020
<div class="ocp-card">
10491021
<a href="https://github.com/redhat-best-practices-for-k8s/certsuite/actions/workflows/qe-ocp-416-intrusive.yaml"
@@ -1474,10 +1446,6 @@ <h2>📊 Test Suite Performance Ranking</h2>
14741446
regular: 'QE OCP 4.14 Testing',
14751447
intrusive: 'QE OCP 4.14 Intrusive Testing'
14761448
},
1477-
'4.15': {
1478-
regular: 'QE OCP 4.15 Testing',
1479-
intrusive: 'QE OCP 4.15 Intrusive Testing'
1480-
},
14811449
'4.16': {
14821450
regular: 'QE OCP 4.16 Testing',
14831451
intrusive: 'QE OCP 4.16 Intrusive Testing'
@@ -1606,8 +1574,6 @@ <h2>📊 Test Suite Performance Ranking</h2>
16061574
const WORKFLOW_FILE_MAP = {
16071575
'QE OCP 4.14 Testing': 'qe-ocp-414.yaml',
16081576
'QE OCP 4.14 Intrusive Testing': 'qe-ocp-414-intrusive.yaml',
1609-
'QE OCP 4.15 Testing': 'qe-ocp-415.yaml',
1610-
'QE OCP 4.15 Intrusive Testing': 'qe-ocp-415-intrusive.yaml',
16111577
'QE OCP 4.16 Testing': 'qe-ocp-416.yaml',
16121578
'QE OCP 4.16 Intrusive Testing': 'qe-ocp-416-intrusive.yaml',
16131579
'QE OCP 4.17 Testing': 'qe-ocp-417.yaml',

pkg/compatibility/compatibility.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ type VersionInfo struct {
5656
}
5757

5858
var (
59-
ocpBetaVersions = []string{"4.13", "4.14", "4.15", "4.16", "4.17", "4.18", "4.19", "4.20", "4.21"}
59+
ocpBetaVersions = []string{"4.13", "4.14", "4.16", "4.17", "4.18", "4.19", "4.20", "4.21"}
6060
ocpLifeCycleDates = map[string]VersionInfo{
6161
// TODO: Adjust all of these periodically to make sure they are up to date with the lifecycle
6262
// update documentation.

0 commit comments

Comments
 (0)