Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
c6d6617
ci: scaffold unified release workflow
svvarom Jul 9, 2026
dcff9fd
ci: include all metadata-backed containers
svvarom Jul 9, 2026
0329323
ci: propose a config format for the release setup
crookedstorm Jul 9, 2026
b1a8bdb
ci: wire together with ngc-metadata job
crookedstorm Jul 9, 2026
370377e
ci: add docker dispatch
crookedstorm Jul 9, 2026
fcd5896
ci: add wheel staging dispatch
crookedstorm Jul 9, 2026
6722552
ci: stage the helm chart from here
crookedstorm Jul 10, 2026
9992d8d
ci: align release wheel naming
svvarom Jul 10, 2026
511c51c
ci: include cadence
crookedstorm Jul 10, 2026
3bdec80
ci: add polling job for final artifacts and update/correct helm
crookedstorm Jul 10, 2026
fa822d9
ci: fix inputs to use kebab-case
crookedstorm Jul 10, 2026
5658898
chore: add act files to gitignore
crookedstorm Jul 10, 2026
82052ea
ci: add slack alerts
crookedstorm Jul 10, 2026
851a484
ci: fix sendNotifications condition
crookedstorm Jul 11, 2026
1034ca8
ci: add notifications complete
crookedstorm Jul 11, 2026
d8b7b0f
ci: add dispatch for deployment
crookedstorm Jul 11, 2026
335e4d5
ci: allow creating the release as well
crookedstorm Jul 11, 2026
44cc68f
ci: clean up old release workflows
crookedstorm Jul 11, 2026
399e17d
ci: clean up old script
crookedstorm Jul 11, 2026
5c186f8
ci: more cleanup
crookedstorm Jul 13, 2026
41c562e
ci: remove core containers entirely
crookedstorm Jul 13, 2026
6e3d135
ci: remove the ngc asset as well
crookedstorm Jul 13, 2026
d611a5d
ci: remove needless copy
crookedstorm Jul 13, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion .github/actions/setup-kind-cluster/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,6 @@ runs:
run: |
e2e/k8s/scripts/prepull_kind_images.sh \
"${NMP_E2E_REGISTRY}/nmp-api:${NMP_E2E_TAG}" \
"${NMP_E2E_REGISTRY}/nmp-core:${NMP_E2E_TAG}" \
"${NMP_E2E_REGISTRY}/nmp-cpu-tasks:${NMP_E2E_TAG}"

- name: Install NeMo Platform
Expand Down
11 changes: 0 additions & 11 deletions .github/assets/ngc/containers/nmp-core.md

This file was deleted.

259 changes: 0 additions & 259 deletions .github/scripts/write_release_bundle_metadata.py

This file was deleted.

3 changes: 3 additions & 0 deletions .github/workflows/ngc-metadata.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ name: NGC Metadata Sync

on:
workflow_call:
secrets:
AIRE_NGC_GITHUB_PLATFORM_RW:
required: true
workflow_dispatch:

permissions:
Expand Down
Loading