From b7fc623e0a021bf19441879879adc4c2761c4105 Mon Sep 17 00:00:00 2001 From: Chai Bot Date: Sat, 15 Aug 2026 16:57:21 +0000 Subject: [PATCH] rosa-e2e-hcp: add rosa-gather-rhobs-logs to post steps Add the rosa-gather-rhobs-logs step reference to the post block of the rosa-e2e-hcp workflow to collect RHOBS logs during cleanup. Co-Authored-By: Claude Opus 4.6 --- .../step-registry/rosa/e2e/hcp/rosa-e2e-hcp-workflow.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ci-operator/step-registry/rosa/e2e/hcp/rosa-e2e-hcp-workflow.yaml b/ci-operator/step-registry/rosa/e2e/hcp/rosa-e2e-hcp-workflow.yaml index 7430aaec5d334..f7206f92fce97 100644 --- a/ci-operator/step-registry/rosa/e2e/hcp/rosa-e2e-hcp-workflow.yaml +++ b/ci-operator/step-registry/rosa/e2e/hcp/rosa-e2e-hcp-workflow.yaml @@ -20,6 +20,8 @@ workflow: best_effort: true - ref: aws-deprovision-stacks best_effort: true + - ref: rosa-gather-rhobs-logs + best_effort: true documentation: |- This workflow provisions a ROSA HCP cluster and runs the rosa-e2e managed service validation suite, then tears down the cluster.