Skip to content

Conversation

@diegomarquezp
Copy link
Contributor

@diegomarquezp diegomarquezp commented Apr 15, 2025

Fixes failed build job

Your build failed to run: invalid build: invalid image name "us-docker.pkg.dev/java-graalvm-ci-prod/graalvm-integration-testing/graalvm_a:infrastructure-public-image-$SHORT_SHA": could not parse reference: us-docker.pkg.dev/java-graalvm-ci-prod/graalvm-integration-testing/graalvm_a:infrastructure-public-image-$SHORT_SHA

Confirmation

  • Using $SHORT_SHA does not expand the variable in the substitution section as confirmed in this job, associated with e94b259, which produces the wrong value infrastructure-public-image-$SHORT_SHA
  • Using ${SHORT_SHA} does expand as confirmed in this job, associated with 760d826, which produces the value infrastructure-public-image-760d826

@product-auto-label product-auto-label bot added the size: xs Pull request size is extra small. label Apr 15, 2025
@product-auto-label product-auto-label bot added size: s Pull request size is small. and removed size: xs Pull request size is extra small. labels Apr 15, 2025
@product-auto-label product-auto-label bot added size: xs Pull request size is extra small. and removed size: s Pull request size is small. labels Apr 15, 2025
@diegomarquezp diegomarquezp marked this pull request as ready for review April 15, 2025 18:02
@diegomarquezp diegomarquezp requested a review from a team as a code owner April 15, 2025 18:02
@diegomarquezp diegomarquezp added the automerge Merge the pull request once unit tests and other checks pass. label Apr 15, 2025
@diegomarquezp diegomarquezp merged commit 6ff6dc4 into main Apr 15, 2025
53 of 58 checks passed
@diegomarquezp diegomarquezp deleted the diegomarquezp-patch-2 branch April 15, 2025 18:40
@gcf-merge-on-green gcf-merge-on-green bot removed the automerge Merge the pull request once unit tests and other checks pass. label Apr 15, 2025
@diegomarquezp diegomarquezp added the release-please:force-run To run release-please label Apr 15, 2025
@release-please release-please bot removed the release-please:force-run To run release-please label Apr 15, 2025
lqiu96 pushed a commit that referenced this pull request May 1, 2025
* fix: use recommended variable expansion syntax

* chore: test expansion

* chore: automap substitutions

* confirm no braces produces the problem

* chore: restore c job yaml
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

size: xs Pull request size is extra small.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants