ci: authenticate Cargo Artifactory index fetch#60
ci: authenticate Cargo Artifactory index fetch#60rapids-bot[bot] merged 1 commit intoNVIDIA:mainfrom
Conversation
Signed-off-by: Will Killian <wkillian@nvidia.com>
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: ASSERTIVE Plan: Enterprise Run ID: 📒 Files selected for processing (1)
📜 Recent review details🧰 Additional context used📓 Path-based instructions (2){.github/workflows/**/*.{yml,yaml},.gitlab-ci.yml}📄 CodeRabbit inference engine (.agents/skills/maintain-packaging/SKILL.md)
Files:
{.github/**,.gitlab-ci.yml,.pre-commit-config.yaml,justfile,scripts/**}⚙️ CodeRabbit configuration file
Files:
🧠 Learnings (2)📚 Learning: 2026-04-15T18:16:52.951ZApplied to files:
📚 Learning: 2026-05-01T13:41:07.485ZApplied to files:
🔇 Additional comments (5)
WalkthroughGitLab CI pipeline update to the Cargo publish job that replaces system Python installation with ChangesCargo Artifactory Publishing Workflow
Estimated code review effort🎯 3 (Moderate) | ⏱️ ~20 minutes Possibly related PRs
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
|
/merge |
Overview
Fix the scheduled Cargo Artifactory publish job so Cargo can authenticate both the registry index fetch and the publish request.
Details
NEMO_FLOW_CI_PYTHON_VERSIONand use uv-managed Python 3.11 for the Cargo publish job's inline metadata parsing.python3dependency from the Cargo publish job.git, configure Cargo to fetch the Artifactory registry index with the Git CLI, and write a scoped Git credential entry from the existing Artifactory CI secrets.Where should the reviewer start?
Start with
.gitlab-ci.yml, especially thepublish:artifactory:cargojob credential setup.Related Issues: (use one of the action keywords Closes / Fixes / Resolves / Relates to)
Summary by CodeRabbit