Skip to content

Release ci automation#418

Merged
danbar2 merged 4 commits intoai-dynamo:mainfrom
danbar2:release-ci-automation
Feb 12, 2026
Merged

Release ci automation#418
danbar2 merged 4 commits intoai-dynamo:mainfrom
danbar2:release-ci-automation

Conversation

@danbar2
Copy link
Contributor

@danbar2 danbar2 commented Feb 10, 2026

What type of PR is this?

What this PR does / why we need it:

Which issue(s) this PR fixes:

Resolves #404

Special notes for your reviewer:

Does this PR introduce a API change?


Additional documentation e.g., enhancement proposals, usage docs, etc.:


@copy-pr-bot
Copy link

copy-pr-bot bot commented Feb 10, 2026

This pull request requires additional validation before any workflows can run on NVIDIA's runners.

Pull request vetters can view their responsibilities here.

Contributors can view more details about this message here.

@danbar2 danbar2 force-pushed the release-ci-automation branch from ce03778 to dd7194e Compare February 10, 2026 12:52
Copy link
Collaborator

@renormalize renormalize left a comment

Choose a reason for hiding this comment

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

Thanks for the PR, a few comments:

Can we move all the changes here to another workflow called .github/workflows/release.yaml. Also:

  • The release workflow will be triggered on release events.
  • We set up a push artifact job in the release workflow that invokes the push-artifacts workflow.
  • The git tag job will depend on the push artifact job through needs.

Changes to push-artifacts:

  • push-artifacts should not be triggered for release events directly. This workflow will be invoked by the release workflow.

I also think the validation of git tag(s) and OCI artifact tags is unnecessary; if the push fails then the workflow would error anyway. Pulling the docker images will only increase the time taken for the release to succeed.

Having a separate workflow for the release is standard practice, and will make it easier to understand the Actions setup that the repository has.

Copy link
Collaborator

@renormalize renormalize left a comment

Choose a reason for hiding this comment

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

Thanks for making all the requested changes! Added a nit, after which we can merge this PR.

Co-authored-by: Saketh Kalaga <51327242+renormalize@users.noreply.github.com>
Signed-off-by: danbar2 <118804663+danbar2@users.noreply.github.com>
Copy link
Collaborator

@sanjaychatterjee sanjaychatterjee left a comment

Choose a reason for hiding this comment

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

LGTM. Thanks!

@danbar2 danbar2 merged commit 1de023d into ai-dynamo:main Feb 12, 2026
26 of 28 checks passed
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 pipeline does not push the tags

3 participants