Skip to content
This repository was archived by the owner on May 31, 2024. It is now read-only.

feat: stop discarding un-actionable deployment errors#270

Merged
markjschreiber merged 2 commits into
aws:mainfrom
adamnovak:pass-through-errors
Feb 28, 2022
Merged

feat: stop discarding un-actionable deployment errors#270
markjschreiber merged 2 commits into
aws:mainfrom
adamnovak:pass-through-errors

Conversation

@adamnovak
Copy link
Copy Markdown
Contributor

Issue #, if available:

Description of Changes

Not having a Docker repository exist was a non-actionable error, and so it
would result in a message saying that contexts failed to deploy because one or
more contexts failed to deploy.

This should aggregate even non-actionable errors into something that might, in
fact, be actionable.

Description of how you validated changes

Validated by re-running a failing deployment and noting that an error message was printed referring to the underlying error.

Checklist

  • If this change would make any existing documentation invalid, I have included those updates within this PR
  • I have added unit tests that prove my fix is effective or that my feature works
    I haven't done this; none of this UI stuff appears to be under test at the moment, so there's no test to edit to match the new output.
  • I have linted my code before raising the PR
  • Title of this Pull Request follows Conventional Commits standard: https://www.conventionalcommits.org/en/v1.0.0/

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license

Not having a Docker repository exist was a non-actionable error, and so it
would result in a message saying that contexts failed to deploy because one or
more contexts failed to deploy.

This should aggregate even non-actionable errors into something that might, in
fact, be actionable.
@markjschreiber markjschreiber merged commit 2c7fbcb into aws:main Feb 28, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants