@@ -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' ,
0 commit comments