Skip to content

Agent/cedar amber h7jq - #3983

Open
chemicoholic21 wants to merge 4 commits into
loft-sh:mainfrom
chemicoholic21:agent/cedar-amber-h7jq
Open

Agent/cedar amber h7jq#3983
chemicoholic21 wants to merge 4 commits into
loft-sh:mainfrom
chemicoholic21:agent/cedar-amber-h7jq

Conversation

@chemicoholic21

@chemicoholic21 chemicoholic21 commented Jun 5, 2026

Copy link
Copy Markdown

Summary

The download-latest-cli job in e2e.yaml and e2e-ginkgo.yaml downloaded HTML error pages instead of the vCluster binary because curl didn't fail on HTTP errors.

Changes

  • Added -f flag to curl to fail on HTTP 4xx/5xx
  • Added --retry 3 --retry-delay 5 for transient failures
  • Added ELF binary verification check

chemicoholic21 and others added 4 commits May 30, 2026 12:36
The host storage class syncer passed the whole *storagev1.StorageClass
value to a %s verb when logging a deletion, producing an unreadable
struct/pointer dump instead of the object name. Use event.Virtual.Name,
matching the sibling csistoragecapacities syncer.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
The download-latest-cli step was downloading HTML error pages instead of
the vCluster binary because curl didn't fail on HTTP errors. Added -f
flag, retry logic, and an ELF binary verification check.

Fixes failing upgrade-test job on PRs.
@chemicoholic21
chemicoholic21 requested review from a team as code owners June 5, 2026 10:24
@seanschneeweiss

Copy link
Copy Markdown
Contributor

I cannot accept references to github users in the code, sorry.

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