chore(ci): gather logs when bootstrap success or failed#2286
Merged
universal-itengineer merged 3 commits intoApr 27, 2026
Conversation
Signed-off-by: Nikita Korolev <nikita.korolev@flant.com>
f80f296 to
0930bcd
Compare
Signed-off-by: Nikita Korolev <nikita.korolev@flant.com>
nevermarine
previously approved these changes
Apr 27, 2026
nevermarine
approved these changes
Apr 27, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Ensure the reusable E2E pipeline always prepares and uploads bootstrap artifacts, even when
dhctl-bootstrapfails before generating the full set of files.Why do we need it, and what problem does it solve?
When nested cluster bootstrap fails, the workflow used to skip the artifact preparation and upload steps because they only ran after a successful bootstrap. That made postmortem debugging harder: generated files, partial configuration, and related bootstrap outputs were not preserved in failed runs.
This change makes artifact preparation and upload run on both success and failure, and tolerates missing files that are not produced in failed bootstrap scenarios. As a result, failed runs still publish the available bootstrap data needed for investigation.
What is the expected result?
Checklist
Changelog entries