[CICD] Add auto build and push CUDA Docker images to Harbor pipeline#1143
Conversation
| name: cuda_tests | ||
|
|
||
| on: | ||
| # Trigger after Build Docker Images - CUDA succeeds |
There was a problem hiding this comment.
Pull Request to main will trigger both Build Docker Images and all_tests_cuda?
…zihugithub/FlagScale into auto-build-push-image-to-harbor
…all-image promotion
…zihugithub/FlagScale into auto-build-push-image-to-harbor
There was a problem hiding this comment.
please ignore docs as well.
There was a problem hiding this comment.
please ignore docs as well
There was a problem hiding this comment.
please ignore docs as well
There was a problem hiding this comment.
please ignore docs as well
|
@claude review this PR |
|
Claude finished @Darryl233's task in 4m 20s —— View job PR Review: Auto Build and Push CUDA Docker ImagesTodo List
SummaryThis PR introduces a solid build → test → push pipeline for CUDA Docker images. The overall architecture is well-thought-out. Below are findings ranging from blocking issues to minor suggestions. Issues1.
The 2.
3. The image was loaded with 4.
Observations5.
6. if: always() && (github.event_name == 'push' || needs.check_docker_changes.outputs.has_docker_changes != 'true')When 7.
8. The 9. echo 'matrix={"task":["${{ inputs.task }}"]}' >> $GITHUB_OUTPUT
Minor
Overall this is a well-structured pipeline. The main concerns are the tar-based promotion race condition (#1), the inconsistent |
PR Category
CICD
PR Types
New Features
PR Description