Skip to content

ci: retain historical nightly assets#16

Merged
tkkhq merged 1 commit into
mainfrom
ci/nightly-historical-assets
Jun 19, 2026
Merged

ci: retain historical nightly assets#16
tkkhq merged 1 commit into
mainfrom
ci/nightly-historical-assets

Conversation

@tkkhq

@tkkhq tkkhq commented Jun 19, 2026

Copy link
Copy Markdown
Contributor

Summary

  • keep a single visible nightly GitHub Release while appending versioned historical assets for each main build
  • keep normal nightly assets clobbered for stable URLs and upload version-suffixed copies for retention
  • keep creating the immutable semver nightly git tag for traceability
  • allow the installer to fetch immutable nightly versions from the nightly release historical assets

Asset naming

  • latest nightly: volcano-linux-amd64
  • historical nightly: volcano-linux-amd64-v0.0.N-nightly.YYYYMMDD.NUMBER
  • windows historical: volcano-windows-amd64-v0.0.N-nightly.YYYYMMDD.NUMBER.exe
  • historical checksums: SHA256SUMS-v0.0.N-nightly.YYYYMMDD.NUMBER

Validation

  • bash -n scripts/install-volcano.sh
  • bash -n scripts/ci/resolve-cli-build-env.sh
  • parsed .github/workflows/publish-cli.yml as YAML
  • bash-checked publish step script
  • locally smoke-tested historical asset name generation

@tkkhq tkkhq requested a review from a team as a code owner June 19, 2026 01:59
Copilot AI review requested due to automatic review settings June 19, 2026 01:59

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.

Pull request overview

This PR updates the nightly release pipeline to retain versioned “historical” nightly assets in the single nightly GitHub Release, while keeping the unversioned nightly assets clobbered for stable URLs. It also updates the installer to support fetching and signature-verifying immutable nightly versions from those retained assets.

Changes:

  • Extend scripts/install-volcano.sh to accept v0.0.N-nightly.YYYYMMDD.NUMBER as a version selector (download URL + cosign verification identity handling).
  • Update .github/workflows/publish-cli.yml to append version-suffixed copies of nightly assets and generate SHA256SUMS-<version> for the historical set.
  • Improve installer error messages to include the new supported version selector format.

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.

File Description
scripts/install-volcano.sh Adds versioned-nightly selector support for download URL construction and cosign verification.
.github/workflows/publish-cli.yml Adds a step to duplicate nightly assets with a version suffix and emit version-specific checksum files while maintaining stable unversioned asset URLs.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@tkkhq tkkhq added this pull request to the merge queue Jun 19, 2026
Merged via the queue into main with commit eb45db5 Jun 19, 2026
9 checks passed
@tkkhq tkkhq deleted the ci/nightly-historical-assets branch June 19, 2026 02:31
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.

3 participants