forked from openshift/release
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathjws-qe-interop-ocp-ci-main__ocp-4.18-lp-interop.yaml
102 lines (102 loc) · 5.21 KB
/
jws-qe-interop-ocp-ci-main__ocp-4.18-lp-interop.yaml
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
90
91
92
93
94
95
96
97
98
99
100
101
102
base_images:
cli:
name: "4.18"
namespace: ocp
tag: cli
build_root:
image_stream_tag:
name: release
namespace: openshift
tag: golang-1.21
releases:
latest:
candidate:
product: ocp
stream: nightly
version: "4.18"
resources:
'*':
requests:
cpu: 100m
memory: 200Mi
tests:
- as: jws-interop-aws
cron: 0 23 31 2 *
steps:
cluster_profile: aws-cspi-qe
env:
BASE_DOMAIN: cspilp.interop.ccitredhat.com
FIREWATCH_CONFIG: |
{
"failure_rules":
[
{"step": "ipi-*", "failure_type": "all", "classification": "Infrastructure provisioning", "group": {"name": "cluster", "priority": 1}, "jira_additional_labels": ["!default"]},
{"step": "install-operators*", "failure_type": "pod_failure", "classification": "operator install", "group": {"name": "lp-tests", "priority": 1}, "jira_additional_labels": ["!default","interop-tests"]},
{"step": "install-operators*", "failure_type": "test_failure", "classification": "operator install", "jira_project": "TRACING", "group": {"name": "lp-tests", "priority": 1}, "jira_additional_labels": ["!default","interop-tests"]},
{"step": "gather-*", "failure_type": "pod_failure", "classification": "Other", "group": {"name": "cluster", "priority": 2}, "jira_additional_labels": ["!default"]},
{"step": "gather-*", "failure_type": "test_failure", "classification": "NONE", "jira_project": "NONE", "ignore": "true"},
{"step": "jboss-web-server-lp-interop-tests-*", "failure_type": "pod_failure", "classification": "test failure", "group": {"name": "lp-tests", "priority": 2}, "jira_additional_labels": ["!default","interop-tests"]},
{"step": "jboss-web-server-lp-interop-tests-*", "failure_type": "test_failure", "classification": "test failure", "jira_project": "JWS", "group": {"name": "lp-tests", "priority": 2}, "jira_additional_labels": ["!default","interop-tests"]}
],
"success_rules":
[
{"jira_project": "CSPIT", "jira_additional_labels": ["!default"]}
]
}
FIREWATCH_DEFAULT_JIRA_ADDITIONAL_LABELS: '["4.18-lp","self-managed-lp","jws-lp"]'
FIREWATCH_DEFAULT_JIRA_ASSIGNEE: [email protected]
FIREWATCH_DEFAULT_JIRA_PROJECT: LPINTEROP
FIREWATCH_FAIL_WITH_TEST_FAILURES: "true"
OPERATORS: |
[
{"name": "jws-operator", "source": "redhat-operators", "channel": "alpha", "install_namespace": "openshift-operators", "target_namespaces": ""}
]
USER_TAGS: |
scenario jws
test:
- ref: install-operators
- ref: jboss-web-server-lp-interop-tests
workflow: firewatch-ipi-aws
- as: jws-interop-aws-fips
cron: 0 23 31 2 *
steps:
cluster_profile: aws-cspi-qe
env:
BASE_DOMAIN: cspilp.interop.ccitredhat.com
FIPS_ENABLED: "true"
FIREWATCH_CONFIG: |
{
"failure_rules":
[
{"step": "ipi-*", "failure_type": "all", "classification": "Infrastructure provisioning", "group": {"name": "cluster", "priority": 1}, "jira_additional_labels": ["!default"]},
{"step": "install-operators*", "failure_type": "pod_failure", "classification": "operator install", "group": {"name": "lp-tests", "priority": 1}, "jira_additional_labels": ["!default","interop-tests"]},
{"step": "install-operators*", "failure_type": "test_failure", "classification": "operator install", "jira_project": "TRACING", "group": {"name": "lp-tests", "priority": 1}, "jira_additional_labels": ["!default","interop-tests"]},
{"step": "gather-*", "failure_type": "pod_failure", "classification": "Other", "group": {"name": "cluster", "priority": 2}, "jira_additional_labels": ["!default"]},
{"step": "gather-*", "failure_type": "test_failure", "classification": "NONE", "jira_project": "NONE", "ignore": "true"},
{"step": "jboss-web-server-lp-interop-tests-*", "failure_type": "pod_failure", "classification": "test failure", "group": {"name": "lp-tests", "priority": 2}, "jira_additional_labels": ["!default","interop-tests"]},
{"step": "jboss-web-server-lp-interop-tests-*", "failure_type": "test_failure", "classification": "test failure", "jira_project": "JWS", "group": {"name": "lp-tests", "priority": 2}, "jira_additional_labels": ["!default","interop-tests"]}
],
"success_rules":
[
{"jira_project": "CSPIT", "jira_additional_labels": ["!default"]}
]
}
FIREWATCH_DEFAULT_JIRA_ADDITIONAL_LABELS: '["4.18-lp","self-managed-lp","fips","jws-lp"]'
FIREWATCH_DEFAULT_JIRA_ASSIGNEE: [email protected]
FIREWATCH_DEFAULT_JIRA_PROJECT: LPINTEROP
FIREWATCH_FAIL_WITH_TEST_FAILURES: "true"
OPERATORS: |
[
{"name": "jws-operator", "source": "redhat-operators", "channel": "alpha", "install_namespace": "openshift-operators", "target_namespaces": ""}
]
USER_TAGS: |
scenario jws
test:
- ref: install-operators
- ref: jboss-web-server-lp-interop-tests
workflow: firewatch-ipi-aws
zz_generated_metadata:
branch: main
org: jws-qe
repo: interop-ocp-ci
variant: ocp-4.18-lp-interop