Skip to content

fix: accept generated profile scalars in image prefetch - #118

Merged
ErenAri merged 1 commit into
mainfrom
codex/fix-image-prefetch-yaml
Jul 30, 2026
Merged

fix: accept generated profile scalars in image prefetch#118
ErenAri merged 1 commit into
mainfrom
codex/fix-image-prefetch-yaml

Conversation

@ErenAri

@ErenAri ErenAri commented Jul 30, 2026

Copy link
Copy Markdown
Contributor

Summary

  • parse quoted and unquoted YAML scalars in fetch-matrix-images.sh
  • add a regression covering both hand-authored and yaml.Marshal-generated profile formatting

Root cause

Manual enterprise refresh run 30556641513 failed before VM execution because the prefetch helper split values only on double quotes. Generated sweep profiles use valid unquoted YAML scalars, so all three were falsely reported as missing local_path.

Verification

  • bash scripts/fetch-matrix-images_test.sh
  • shellcheck scripts/fetch-matrix-images.sh scripts/fetch-matrix-images_test.sh
  • real six-target matrix dry-run reports all profile paths with zero failures
  • git diff --check

After merge, the same hosted KVM matrix will be re-dispatched.

@ErenAri
ErenAri marked this pull request as ready for review July 30, 2026 15:31
Copilot AI review requested due to automatic review settings July 30, 2026 15:31

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Copilot was unable to review this pull request because the user who requested the review has reached their quota limit.

@ErenAri
ErenAri merged commit eb052b3 into main Jul 30, 2026
10 checks passed
@ErenAri
ErenAri deleted the codex/fix-image-prefetch-yaml branch July 30, 2026 15:33
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