[GHA] Bump Smart CI action version#3724
[GHA] Bump Smart CI action version#3724akladiev wants to merge 5 commits intoopenvinotoolkit:masterfrom
Conversation
There was a problem hiding this comment.
Pull request overview
This PR attempts to address CVS-184608 by updating the Smart CI GitHub Action reference used across the platform CI workflows.
Changes:
- Update
openvinotoolkit/openvino/.github/actions/smart-ciuses:reference in multiple workflows. - Switch Smart CI action version from a pinned commit SHA to a pull-request ref (
refs/pull/35387/head).
Reviewed changes
Copilot reviewed 4 out of 4 changed files in this pull request and generated 5 comments.
| File | Description |
|---|---|
| .github/workflows/windows.yml | Updates Smart CI action reference used to compute affected components on Windows workflow. |
| .github/workflows/manylinux_2_28.yml | Updates Smart CI action reference used to compute affected components on manylinux workflow. |
| .github/workflows/mac.yml | Updates Smart CI action reference used to compute affected components on macOS workflow. |
| .github/workflows/linux.yml | Updates Smart CI action reference used to compute affected components on Linux workflow. |
There was a problem hiding this comment.
If issue fixed successfully, please also remove openvino and probably actions/checkout from dependabot ingore: https://github.com/openvinotoolkit/openvino.genai/blob/master/.github/dependabot.yml#L15
### Details: - Attempt to fix Smart CI version update in other openvinotoolkit repos, testing: openvinotoolkit/openvino.genai#3724 ### Tickets: - CVS-184608 ### AI Assistance: - *AI assistance used: no
### Details: - Attempt to fix Smart CI version update in other openvinotoolkit repos, testing: openvinotoolkit/openvino.genai#3724 ### Tickets: - CVS-184608 ### AI Assistance: - *AI assistance used: no
…it#35387) ### Details: - Attempt to fix Smart CI version update in other openvinotoolkit repos, testing: openvinotoolkit/openvino.genai#3724 ### Tickets: - CVS-184608 ### AI Assistance: - *AI assistance used: no
|
Windows workflow failed with: Seems to be PR related issue, could you please check |
| - name: Get affected components | ||
| id: smart_ci | ||
| uses: openvinotoolkit/openvino/.github/actions/smart-ci@36a8f092d3250e7a2a365f0445e61297d91c358e | ||
| uses: openvinotoolkit/openvino/.github/actions/smart-ci@c2656d4b6c470a5021c450fa41e422dc2eb20942 |
There was a problem hiding this comment.
PR description currently only says "Fixes CVS-184608" and does not follow the repository PR template (.github/pull_request_template.md): it should include a Description section plus the checklist with items explicitly checked/left unchecked. Please update the PR body to match the template before merging.
Fixes CVS-184608