Skip to content

Conversation

@0marperez
Copy link
Contributor

Issue #

Description of changes

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

@0marperez 0marperez added the no-changelog Indicates that a changelog entry isn't required for a pull request. Use sparingly. label May 1, 2025
@github-actions
Copy link

github-actions bot commented May 1, 2025

A new generated diff is ready to view.

  • No codegen difference in the AWS SDK

1 similar comment
@github-actions
Copy link

github-actions bot commented May 2, 2025

A new generated diff is ready to view.

  • No codegen difference in the AWS SDK

@github-actions

This comment has been minimized.

@0marperez 0marperez force-pushed the codebuild-ci-fix branch from e9f96d7 to 1343e63 Compare May 2, 2025 01:51
@github-actions
Copy link

github-actions bot commented May 2, 2025

A new generated diff is ready to view.

  • No codegen difference in the AWS SDK

@github-actions

This comment has been minimized.

@0marperez 0marperez added the acknowledge-artifact-size-increase Acknowledge that an artifact increased in size substantially or that a new artifact was created label May 2, 2025
@github-actions
Copy link

github-actions bot commented May 2, 2025

A new generated diff is ready to view.

  • No codegen difference in the AWS SDK

@github-actions

This comment has been minimized.

@0marperez
Copy link
Contributor Author

The acknowledge-artifact-size-increase label was addded because yesterday's release artifact size metrics run failed due to some testing on the service check batch job. It's fixed now and should work with today's release.

@0marperez 0marperez marked this pull request as ready for review May 2, 2025 15:40
@0marperez 0marperez requested a review from a team as a code owner May 2, 2025 15:40
--source-version $SOURCE_VERSION \
--environment-variables-override file:///tmp/gh_env_vars.json
--environment-variables-override file:///tmp/gh_env_vars.json \
--source-type-override GITHUB \
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Isn't the source provider already GitHub, why do we have to override it to set GitHub again?

@github-actions
Copy link

github-actions bot commented May 2, 2025

A new generated diff is ready to view.

  • No codegen difference in the AWS SDK

@github-actions

This comment has been minimized.

@github-actions
Copy link

github-actions bot commented May 2, 2025

A new generated diff is ready to view.

  • No codegen difference in the AWS SDK

@github-actions

This comment has been minimized.

@0marperez 0marperez requested a review from lauzadis May 2, 2025 21:51
--source-version $SOURCE_VERSION \
--environment-variables-override file:///tmp/gh_env_vars.json
--environment-variables-override file:///tmp/gh_env_vars.json \
--source-location-override https://github.com/awslabs/"$GITHUB_REPOSITORY_NO_ORG".git
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nit: The quotes should generally be around an entire argument, not just a substring. Example:

 aws codebuild start-build-batch \
    --project-name "$PROJECT_NAME" \
    --source-version "$SOURCE_VERSION" \
    --environment-variables-override file:///tmp/gh_env_vars.json \
    --source-location-override "https://github.com/awslabs/$GITHUB_REPOSITORY_NO_ORG.git"

@sonarqubecloud
Copy link

sonarqubecloud bot commented May 9, 2025

@github-actions
Copy link

github-actions bot commented May 9, 2025

A new generated diff is ready to view.

  • No codegen difference in the AWS SDK

@github-actions

This comment has been minimized.

@0marperez 0marperez merged commit 99b1e15 into main May 9, 2025
22 checks passed
@0marperez 0marperez deleted the codebuild-ci-fix branch May 9, 2025 17:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

acknowledge-artifact-size-increase Acknowledge that an artifact increased in size substantially or that a new artifact was created no-changelog Indicates that a changelog entry isn't required for a pull request. Use sparingly.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants