Skip to content
Closed
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 @@ -49,12 +49,13 @@ tests:
- as: integration-e2e-parallel
cron: 0 */4 * * *
steps:
allow_best_effort_post_steps: true
env:
ARO_HCP_SUITE_NAME: integration/parallel
CUSTOMER_SUBSCRIPTION: ARO SRE Team - INT (EA Subscription 3)
LOCATION: uksouth
post:
- ref: aro-hcp-provision-aro-hcp-gather-extra
- chain: aro-hcp-provision-aro-hcp-gather-extra-best-effort
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this should be a best effort in all cases where we use them IMO .

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I asked in the thread and was waiting for a response. If it can be for EVERY run of that test, then we can just modify the config to allow, and then add the best_effort: true to the step-registry I think, instead of adding the chain.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ahh i missed that . IMO yes we should .

- chain: aro-hcp-provision-teardown-cluster
test:
- ref: aro-hcp-tests-run-aro-hcp-tests
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
approvers:
- jharrington22
reviewers:
- jharrington22
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"path": "aro-hcp/provision/aro-hcp-gather-extra-best-effort/aro-hcp-provision-aro-hcp-gather-extra-best-effort-chain.yaml",
"owners": {
"approvers": [
"jharrington22"
],
"reviewers": [
"jharrington22"
]
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
chain:
as: aro-hcp-provision-aro-hcp-gather-extra-best-effort
steps:
- ref: aro-hcp-provision-aro-hcp-gather-extra
best_effort: true
timeout: 10m