Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[#201] Add option to keep failing deployments #222

Merged
merged 1 commit into from
Jul 25, 2024

Conversation

laDok8
Copy link
Collaborator

@laDok8 laDok8 commented Jun 26, 2024

keep failing deployment resources for AWS/Azure when sunstone.fail.keepFailedDeploy property is specified.

I have experimented in keeping resources for failing tests, but it doesn't seem viable. The closables would have to be ignored in AfterAll method, but results are not available there, I can only check for throwed exceptions (ctx.getExecutionException()). But even this solution would also keep resources for passing tests

contributes to #201

@laDok8 laDok8 requested a review from istraka June 26, 2024 11:01
@laDok8 laDok8 marked this pull request as draft June 26, 2024 11:06
@laDok8 laDok8 changed the title add option to keep failing stacks on AWS add option to keep failing deployments Jul 4, 2024
@laDok8 laDok8 marked this pull request as ready for review July 4, 2024 09:36
@istraka istraka changed the title add option to keep failing deployments [#201] Add option to keep failing deployments Jul 25, 2024
@istraka istraka merged commit ee90692 into wildfly-extras:main Jul 25, 2024
2 checks passed
@istraka
Copy link
Collaborator

istraka commented Jul 25, 2024

LGTM

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants