-
Notifications
You must be signed in to change notification settings - Fork 221
Add Kitmaker Portal publish POC via Charon Ferry #1763
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
ramakrishnap-nv
wants to merge
18
commits into
main
Choose a base branch
from
kitmaker-portal-poc
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
18 commits
Select commit
Hold shift + click to select a range
5104b05
Add Kitmaker Portal publish POC via Charon Ferry
ramakrishnap-nv b479770
Match Kitmaker Portal API against real docs; split release by package
ramakrishnap-nv ba31fdc
Default Kitmaker release requests to dry-run (upload: false)
ramakrishnap-nv 8c9540c
Add workflow_dispatch to kitmaker_portal.yaml for direct manual testing
ramakrishnap-nv 44b5ec2
Test kitmaker_portal.yaml release mode via pr.yaml, not workflow_disp…
ramakrishnap-nv 2918bbc
Try RAPIDS' existing self-hosted runner pool for Charon Ferry jobs
ramakrishnap-nv 2004a33
Use ubuntu-latest + official teleport-actions for Ferry tunnel setup
ramakrishnap-nv b6c015d
Fix swallowed error response bodies in kitmaker_portal.yaml
ramakrishnap-nv 5051620
Prepend 'Bearer ' to the Kitmaker Authorization header in the workflow
ramakrishnap-nv afd53eb
Default pic from a secret instead of a variable
ramakrishnap-nv db8a3e3
Match actual secret name: KITMAKER_PORTAL_ACC_OWNER_EMAIL
ramakrishnap-nv 544a231
Poll: treat unrecognized status values as still-in-progress
ramakrishnap-nv 62ebc57
Fix pic-masking gap in smoke-test; trim comments
ramakrishnap-nv e812b89
Split Kitmaker release jobs by package x CUDA major version
ramakrishnap-nv f2a6dcd
Keep upload: false everywhere until the POC is validated
ramakrishnap-nv 64ff00f
Add curl retries and Slack failure notification
ramakrishnap-nv 3b5cd0a
Support user-group mentions in Kitmaker Slack failure notification
ramakrishnap-nv 54083a0
Remove redundant defaults/permissions blocks
ramakrishnap-nv File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
Oops, something went wrong.
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🗄️ Data Integrity & Integration | 🟠 Major | ⚡ Quick win
Validate wheel assets and make release creation resumable.
mapfilesucceeds whenfindreturns no wheels.gh release createthen creates an asset-free release, and the next job submits that release to Kitmaker Portal. The GitHub CLI also treats this command as release creation, so a rerun after release creation cannot safely resume the Portal step. Fail when no wheels exist. On rerun, inspect the existing release and verify its expected assets before continuing or uploading missing assets. (cli.github.com)🤖 Prompt for AI Agents