Skip to content

fix(ci): stage release qualification prerequisites - #262

Merged
alongubkin merged 1 commit into
mainfrom
alon/alien-408-fix-alien-release-qualification-build-prerequisites
Jul 30, 2026
Merged

fix(ci): stage release qualification prerequisites#262
alongubkin merged 1 commit into
mainfrom
alon/alien-408-fix-alien-release-qualification-build-prerequisites

Conversation

@alongubkin

Copy link
Copy Markdown
Member

Summary

  • build @alienplatform/core before the bindings wrapper during release qualification
  • restore Linux AI gateway artifacts into the target layout used by worker image Dockerfiles

Validation

  • git diff --check
  • parsed .github/workflows/release.yml as YAML
  • the release qualification workflow will exercise both corrected paths on the v3.3.0 release PR after this lands

Linear: ALIEN-408
Closes #261

@greptile-apps

greptile-apps Bot commented Jul 30, 2026

Copy link
Copy Markdown

Greptile Summary

This PR corrects release qualification prerequisites:

  • Builds @alienplatform/core before the bindings wrapper that imports it.
  • Downloads both Linux AI gateway artifacts and restores them to the architecture-specific paths consumed by worker image Dockerfiles.

Confidence Score: 5/5

The PR appears safe to merge, with both workflow corrections aligned to their upstream producers and downstream consumers.

The core package is now built before its dependent bindings package, and the downloaded gateway artifacts are copied into existing architecture-specific directories using names and paths that match their upload steps and Dockerfile inputs.

Important Files Changed

Filename Overview
.github/workflows/release.yml The added build ordering and artifact-staging steps match package dependencies, produced artifact names, target architectures, and downstream Dockerfile paths.

Reviews (1): Last reviewed commit: "fix(ci): stage release qualification pre..." | Re-trigger Greptile

@alongubkin
alongubkin merged commit 5abcfa8 into main Jul 30, 2026
20 checks passed
@alongubkin
alongubkin deleted the alon/alien-408-fix-alien-release-qualification-build-prerequisites branch July 30, 2026 12:16
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.

Release qualification does not stage build prerequisites

1 participant