Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ tests:
scenario acs
test:
- ref: stackrox-qa-e2e
workflow: firewatch-ipi-aws-cr
workflow: stackrox-firewatch-ipi-aws-cr
- as: acs--tests-aws-fips
cron: 0 23 31 2 *
reporter_config:
Expand Down Expand Up @@ -97,7 +97,7 @@ tests:
scenario acs
test:
- ref: stackrox-qa-e2e
workflow: firewatch-ipi-aws-cr
workflow: stackrox-firewatch-ipi-aws-cr
zz_generated_metadata:
branch: master
org: stackrox
Expand Down
58 changes: 58 additions & 0 deletions ci-operator/step-registry/stackrox/firewatch-ipi-aws-cr/OWNERS
Original file line number Diff line number Diff line change
@@ -0,0 +1,58 @@
approvers:
- AlexVulaj
- BradLugo
- cspi-qe-ocp-lp
- dashrews78
- davdhacs
- dcaravel
- dvail
- ebensh
- erthalion
- janisz
- johannes94
- JoukoVirtanen
- jvdm
- kovayur
- kurlov
- lvalerom
- Molter73
- msugakov
- mtodor
- ovalenti
- pedrottimark
- porridge
- rhybrillou
- robbycochran
- stehessel
- Stringy
- tommartensen
- vikin91
- vjwilson
reviewers:
- AlexVulaj
- BradLugo
- cspi-qe-ocp-lp
- davdhacs
- dcaravel
- dvail
- ebensh
- erthalion
- janisz
- johannes94
- JoukoVirtanen
- jvdm
- kovayur
- kurlov
- Molter73
- msugakov
- mtodor
- ovalenti
- pedrottimark
- porridge
- rhybrillou
- robbycochran
- stehessel
- Stringy
- tommartensen
- vikin91
- vjwilson
Original file line number Diff line number Diff line change
@@ -0,0 +1,65 @@
{
"path": "stackrox/firewatch-ipi-aws-cr/stackrox-firewatch-ipi-aws-cr-workflow.yaml",
"owners": {
"approvers": [
"AlexVulaj",
"BradLugo",
"cspi-qe-ocp-lp",
"dashrews78",
"davdhacs",
"dcaravel",
"dvail",
"ebensh",
"erthalion",
"janisz",
"johannes94",
"JoukoVirtanen",
"jvdm",
"kovayur",
"kurlov",
"lvalerom",
"Molter73",
"msugakov",
"mtodor",
"ovalenti",
"pedrottimark",
"porridge",
"rhybrillou",
"robbycochran",
"stehessel",
"Stringy",
"tommartensen",
"vikin91",
"vjwilson"
],
"reviewers": [
"AlexVulaj",
"BradLugo",
"cspi-qe-ocp-lp",
"davdhacs",
"dcaravel",
"dvail",
"ebensh",
"erthalion",
"janisz",
"johannes94",
"JoukoVirtanen",
"jvdm",
"kovayur",
"kurlov",
"Molter73",
"msugakov",
"mtodor",
"ovalenti",
"pedrottimark",
"porridge",
"rhybrillou",
"robbycochran",
"stehessel",
"Stringy",
"tommartensen",
"vikin91",
"vjwilson"
]
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
workflow:
as: stackrox-firewatch-ipi-aws-cr
steps:
allow_best_effort_post_steps: true
pre:
- chain: ipi-aws-pre
post:
- chain: ipi-aws-post
- ref: mpiit-data-router-reporter
best_effort: true
- ref: firewatch-report-issues
documentation: |-
StackRox-owned variant of firewatch-ipi-aws-cr. Identical to that workflow
except the mpiit-data-router-reporter post step is marked best_effort, so a
recurring outage of the Data Router / Report Portal reporting service
(intermittent 503s from datarouter.ccitredhat.com, tracked as LPINTEROP-6864)
no longer fails an otherwise-green job. firewatch-report-issues still runs and
files Jira issues for real failures.