Skip to content

ci: match the Blossom template form for blackduck properties - #1057

Merged
podkidyshev merged 1 commit into
NVIDIA:mainfrom
orbalayla-nvidia:ci/blackduck-props-template-form
Sep 23, 2026
Merged

podkidyshev merged 1 commit into
NVIDIA:mainfrom
orbalayla-nvidia:ci/blackduck-props-template-form

Conversation

@orbalayla-nvidia

Copy link
Copy Markdown
Contributor

After #1056 merged, Blossom rejects the workflow before it starts:

Workflow file does not match any supported template version
Failed to start job: workflow file not ok

The step content was right but the form was not. I wrote it with an inline run:; both the snippet Blossom gave us and NVFlare use a block scalar, which produces a different string for that step.

This uses the snippet exactly as supplied, including the full PIP,POETRY,CONDA list and the template comment line, so nothing is left deviating.

Refs: HPCINFRA-4862

The step was written with an inline run: instead of the block scalar the
template and NVFlare both use, and Blossom rejected the file with
"workflow file does not match any supported template version".

Use the snippet exactly as given, including the PIP,POETRY,CONDA list.

Refs: HPCINFRA-4862
Signed-off-by: Or Balayla <obalayla@nvidia.com>
@coderabbitai

coderabbitai Bot commented Sep 23, 2026 •

Copy link
Copy Markdown
Contributor

Review in Change Stack →

Navigate logical layers of code changes, visualize relationships, and explore their blast radius.

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Repository: NVIDIA/cloudai/.coderabbit.yaml

Review profile: ASSERTIVE

Plan: Enterprise

Run ID: 4405f6e2-f87a-4b05-b94a-dcbbdc3886ae

📥 Commits

Reviewing files that changed from the base of the PR and between 1517610 and 3843f31.

📒 Files selected for processing (1)
  • .github/workflows/blossom-ci.yml

Included review availability: Your plan provides up to 12 included reviews per hour; 11 remain after this review.


📝 Walkthrough

Walkthrough

The CI workflow now excludes Black Duck detector types PIP, POETRY, and CONDA. The command uses a multiline run block, and the previous explanatory comment was removed.

Changes

CI scan configuration

Layer / File(s) Summary
Update detector exclusions
.github/workflows/blossom-ci.yml
The Black Duck configuration excludes PIP, POETRY, and CONDA detectors instead of only PIP. The command now uses a multiline run block, and the previous explanatory comment was removed.

Priority: ➖ Normal

Estimated code review effort: 1 (Trivial) | ~3 minutes

Change: Bug fix

Suggested reviewers: podkidyshev

🚥 Pre-merge checks | ✅ 4
✅ Passed checks (4 passed)
Check name Status Explanation
Title check ✅ Passed The title clearly identifies the main change: updating the Black Duck properties step to match the Blossom workflow template form.
Description check ✅ Passed The description directly explains the Blossom workflow rejection and the change to the block-scalar run form, package-manager list, and template content.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.
✨ Finishing Touches 💡 1
🛠️ Fix failing CI checks 💡
  • Commit to this branch
  • Create a new PR
🧪 Generate unit tests (beta)
  • Create a new PR

Comment @coderabbitai help to get the list of available commands.

@orbalayla-nvidia

Copy link
Copy Markdown
Contributor Author

/build

@podkidyshev
podkidyshev merged commit dfa0206 into NVIDIA:main Sep 23, 2026
8 of 10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants