CI: Add Blossom CI starter Jenkins job#1229
Merged
dpressle merged 9 commits intoopenucx:masterfrom Dec 14, 2025
Merged
Conversation
3ab527c to
3aab6cd
Compare
Collaborator
Author
|
/build |
3aab6cd to
c88b96c
Compare
c88b96c to
387afc4
Compare
Collaborator
|
Can one of the admins verify this patch? |
387afc4 to
f0f7da1
Compare
Collaborator
Author
|
/build |
93a1d6c to
4ffe2fb
Compare
Collaborator
Author
|
/build |
dpressle
requested changes
Dec 1, 2025
Collaborator
Author
|
/build |
2 similar comments
Collaborator
Author
|
/build |
Collaborator
Author
|
/build |
8e44a32 to
bdd239f
Compare
Collaborator
Author
|
/build |
5 similar comments
Collaborator
Author
|
/build |
Collaborator
Author
|
/build |
Collaborator
Author
|
/build |
Collaborator
Author
|
/build |
Collaborator
Author
|
/build |
bdd239f to
b8af7a9
Compare
Collaborator
Author
|
/build |
1 similar comment
Collaborator
Author
|
/build |
Collaborator
Author
|
/build |
1 similar comment
Collaborator
Author
|
/build |
b946380 to
a9cdbae
Compare
Collaborator
Author
|
/build |
dpressle
approved these changes
Dec 8, 2025
a9cdbae to
9ca67f1
Compare
Collaborator
Author
|
/build |
dpressle
requested changes
Dec 8, 2025
Signed-off-by: Alexey Rivkin <arivkin@nvidia.com>
Collaborator
Author
|
/build |
dpressle
approved these changes
Dec 8, 2025
Collaborator
Author
|
/build |
Contributor
|
Skipped: This PR does not contain any of your configured labels: ( |
Collaborator
|
bot:retest |
dpressle
approved these changes
Dec 10, 2025
dpressle
requested changes
Dec 10, 2025
Collaborator
Author
|
/build |
dpressle
approved these changes
Dec 11, 2025
Collaborator
|
bot:retest |
Collaborator
Author
|
/build |
Collaborator
|
bot:retest |
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
What
Add Jenkins Dispatcher job (
ucc-ci-dispatcher) to trigger existing UCC CI pipelines (ucc,ucc-build-hpcsdk) via Blossom integration.Why
To enable automated builds triggered by GitHub comments (
/build) on the Blossom infrastructure, utilizing existing validated build jobs.How?
.ci/jenkins/pipeline/proj-jjb.yaml: Definesucc-ci-dispatcherjob which triggers the legacy jobs in parallel..github/workflows/blossom-ci.yml: GitHub Action to forward/buildevents to the Jenkins dispatcher.