fix(ci): download release archives before smoke tests - #13786
Merged
Conversation
Contributor
Code Review SummaryStatus: No Issues Found | Recommendation: Merge Files Reviewed (1 files)
Reviewed by grok-4.6 · Input: 38.6K · Output: 7.4K · Cached: 158K Review guidance: REVIEW.md from base branch |
WebReflection
approved these changes
Sep 4, 2026
This was referenced Sep 6, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What Problem This Solves
The September 4 prerelease smoke test failed before either eval could run, reporting
Gateway proxy or CLI preparation failed. The workflow supplied a GitHub API release-asset URL, but the test runner rejects that URL format. All eight platform validation jobs passed; the end-to-end release gate still blocked publishing.Why This Change Was Made
Download the selected
kilo-linux-x64.tar.gzasset on the runner with authenticatedgh release download, then pass its absolute path through the supportedKILO_CLI_PATHinput. This works with draft releases without passing the release URL or GitHub token to either eval step.User Impact
Restore the draft-release smoke-test setup without disabling the publish gate. Both existing evals remain required. Leaving the version blank still selects the latest npm release. No shipped application code changes.
Evidence
v7.5.10: download succeeded and the archive contained the CLI binary. Also checked a temporary path containing spaces.git diff --checkpassed. Repository lint had zero errors.@kilocode/kilo-memory/schemaandProviderUsage.