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

chore: skip post_build on build failure #18365

Merged
merged 1 commit into from
Jan 11, 2022
Merged

Conversation

njlynch
Copy link
Contributor

@njlynch njlynch commented Jan 11, 2022

According to the docs on CodeBuild build transitions, the POST_BUILD step is
always run after BUILD, even if BUILD fails. This can mean in our pipeline
we can fail the build, and then wait for the (currently very expensive) packing
step to run completely before the job fails. This change short-circuits the
logic so we only run pack if the build succeeded.


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

According to the docs on CodeBuild [build transitions], the `POST_BUILD` step is
always run after `BUILD`, even if `BUILD` fails. This can mean in our pipeline
we can fail the build, and then wait for the (currently very expensive) packing
step to run completely before the job fails. This change short-circuits the
logic so we only run pack if the build succeeded.

[build transitions]: https://docs.aws.amazon.com/codebuild/latest/userguide/view-build-details.html
@njlynch njlynch requested a review from a team January 11, 2022 17:15
@njlynch njlynch self-assigned this Jan 11, 2022
@gitpod-io
Copy link

gitpod-io bot commented Jan 11, 2022

@github-actions github-actions bot added the @aws-cdk/aws-codebuild Related to AWS CodeBuild label Jan 11, 2022
@mergify mergify bot added the contribution/core This is a PR that came from AWS. label Jan 11, 2022
@aws-cdk-automation
Copy link
Collaborator

AWS CodeBuild CI Report

  • CodeBuild project: AutoBuildProject89A8053A-LhjRyN9kxr8o
  • Commit ID: 1bb8886
  • Result: SUCCEEDED
  • Build Logs (available for 30 days)

Powered by github-codebuild-logs, available on the AWS Serverless Application Repository

@mergify
Copy link
Contributor

mergify bot commented Jan 11, 2022

Thank you for contributing! Your pull request will be updated from master and then merged automatically (do not update manually, and be sure to allow changes to be pushed to your fork).

@mergify mergify bot merged commit ee95905 into master Jan 11, 2022
@mergify mergify bot deleted the njlynch/skip-pack-on-failure branch January 11, 2022 18:03
njlynch added a commit that referenced this pull request Jan 12, 2022
The buildspec was recently altered (in #18365) to skip the `POST_BUILD`/pack
step if the build failed; however, the command used was bash-specific and not
compliant with CodeBuild. Rewrite the check to be sh-compliant.
njlynch added a commit that referenced this pull request Jan 12, 2022
The buildspec was recently altered (in #18365) to skip the `POST_BUILD`/pack
step if the build failed; however, the command used was bash-specific and not
compliant with CodeBuild. Rewrite the check to be sh-compliant.
mergify bot pushed a commit that referenced this pull request Jan 12, 2022
The buildspec was recently altered (in #18365) to skip the `POST_BUILD`/pack
step if the build failed; however, the command used was bash-specific and not
compliant with CodeBuild. Rewrite the check to be sh-compliant.


----

*By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
TikiTDO pushed a commit to TikiTDO/aws-cdk that referenced this pull request Feb 21, 2022
According to the docs on CodeBuild [build transitions], the `POST_BUILD` step is
always run after `BUILD`, even if `BUILD` fails. This can mean in our pipeline
we can fail the build, and then wait for the (currently very expensive) packing
step to run completely before the job fails. This change short-circuits the
logic so we only run pack if the build succeeded.

[build transitions]: https://docs.aws.amazon.com/codebuild/latest/userguide/view-build-details.html


----

*By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
TikiTDO pushed a commit to TikiTDO/aws-cdk that referenced this pull request Feb 21, 2022
The buildspec was recently altered (in aws#18365) to skip the `POST_BUILD`/pack
step if the build failed; however, the command used was bash-specific and not
compliant with CodeBuild. Rewrite the check to be sh-compliant.


----

*By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
@aws-cdk/aws-codebuild Related to AWS CodeBuild contribution/core This is a PR that came from AWS.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants