@@ -23,7 +23,7 @@ def firewatch_config(monkeypatch, mock_jira, default_jira_project):
23
23
json .dumps ({
24
24
"failure_rules" : [
25
25
{
26
- "step" : "gather-* " ,
26
+ "step" : "openshift-pipelines-tests " ,
27
27
"failure_type" : "test_failure" ,
28
28
"classification" : "NONE" ,
29
29
"jira_project" : "NONE" ,
@@ -43,7 +43,7 @@ def firewatch_config(monkeypatch, mock_jira, default_jira_project):
43
43
44
44
@pytest .fixture
45
45
def job_step_names ():
46
- yield ["gather-must-gather " ]
46
+ yield ["openshift-pipelines-tests " ]
47
47
48
48
49
49
@pytest .fixture (autouse = True )
@@ -77,9 +77,9 @@ def test_failure_artifacts_present(job_step_names, job_artifacts_dir):
77
77
@pytest .fixture
78
78
def job (firewatch_config ):
79
79
yield Job (
80
- name = "periodic-ci-rh-messaging-qe-claire-lpt-amq-broker- ocp4.16 -lp-interop-amq-broker -interop-aws" ,
81
- name_safe = "amq-broker -interop-aws" ,
82
- build_id = "1769607768542547968 " ,
80
+ name = "periodic-ci-openshift-pipelines-release-tests-release-v1.15-openshift-pipelines- ocp4.17 -lp-interop-openshift-pipelines -interop-aws" ,
81
+ name_safe = "openshift-pipelines -interop-aws" ,
82
+ build_id = "1833066891065692160 " ,
83
83
gcs_bucket = "test-platform-results" ,
84
84
gcs_creds_file = None ,
85
85
firewatch_config = firewatch_config ,
@@ -102,7 +102,6 @@ def test_fail_with_test_failures_should_not_cause_failure_for_ignored_step(
102
102
assert rule .ignore
103
103
assert not job .has_test_failures
104
104
assert not job .failures
105
- assert not job .failures
106
105
107
106
108
107
def test_fail_with_test_failures_should_cause_failure_unignored_step (
@@ -114,4 +113,3 @@ def test_fail_with_test_failures_should_cause_failure_unignored_step(
114
113
assert not rule .ignore
115
114
assert job .has_test_failures
116
115
assert job .failures
117
- assert job .failures
0 commit comments