Skip to content

Commit 26e3765

Browse files
Merge pull request #1363 from hongkailiu/rm-local
OTA-1813: Drop a local label on alert-risk e2e
2 parents d0e0d83 + 8711da4 commit 26e3765

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

.openshift-tests-extension/openshift_payload_cluster-version-operator.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@
22
{
33
"name": "[Jira:\"Cluster Version Operator\"] cluster-version-operator should work with risks from alerts",
44
"labels": {
5-
"Local": {},
5+
"Lifecycle:informing": {},
66
"OTA-1813": {},
77
"Serial": {}
88
},
99
"resources": {
1010
"isolation": {}
1111
},
1212
"source": "openshift:payload:cluster-version-operator",
13-
"lifecycle": "blocking",
13+
"lifecycle": "informing",
1414
"environmentSelector": {}
1515
},
1616
{

test/cvo/accept_risks.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ import (
1717
"k8s.io/apimachinery/pkg/util/wait"
1818
"k8s.io/client-go/rest"
1919

20+
oteginkgo "github.com/openshift-eng/openshift-tests-extension/pkg/ginkgo"
2021
configv1 "github.com/openshift/api/config/v1"
2122
configv1client "github.com/openshift/client-go/config/clientset/versioned/typed/config/v1"
2223

@@ -68,7 +69,7 @@ var _ = g.Describe(`[Jira:"Cluster Version Operator"] cluster-version-operator`,
6869
}
6970
})
7071

71-
g.It("should work with risks from alerts", g.Label("OTA-1813"), g.Label("Serial"), g.Label("Local"), func() {
72+
g.It("should work with risks from alerts", g.Label("OTA-1813"), g.Label("Serial"), oteginkgo.Informing(), func() {
7273
// This test case relies on a public service util.FauxinnatiAPIURL
7374
o.Expect(util.SkipIfNetworkRestricted(ctx, c, util.FauxinnatiAPIURL)).To(o.BeNil())
7475

0 commit comments

Comments
 (0)