-
Notifications
You must be signed in to change notification settings - Fork 690
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
🚀 Create a new CI Pipeline #2461
🚀 Create a new CI Pipeline #2461
Conversation
Signed-off-by: Samet Akcay <[email protected]>
Signed-off-by: Samet Akcay <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice! It is also pretty cool to see automatic report generation.
Signed-off-by: Samet Akcay <[email protected]>
Signed-off-by: Samet Akcay <[email protected]>
Signed-off-by: Samet Akcay <[email protected]>
Signed-off-by: Samet Akcay <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks. It's going to be a great overhaul
Signed-off-by: Samet Akcay <[email protected]>
244f50b
into
openvinotoolkit:release/v2.0.0
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## release/v2.0.0 #2461 +/- ##
=================================================
Coverage ? 78.39%
=================================================
Files ? 303
Lines ? 12974
Branches ? 0
=================================================
Hits ? 10171
Misses ? 2803
Partials ? 0 ☔ View full report in Codecov by Sentry. |
🔄 Comprehensive CI Pipeline Overhaul
📝 Description
This PR introduces a comprehensive and modular CI/CD pipeline architecture using GitHub Actions to improve the development workflow, code quality assurance, and release management processes.
🏗️ Key Components
1. Reusable Workflows
Code Quality (
_reusable-code-quality.yaml
)Test Suite (
_reusable-test-suite.yaml
)Security Scanning (
_reusable-security-scan.yaml
)Release Management
_reusable-version-check.yaml
)_reusable-rc-release-process.yaml
)_reusable-production-release-process.yaml
)2. Composite Actions
actions/code-quality/pre-commit
)actions/pytest
)actions/security/bandit
)actions/security/clamav
)actions/security/semgrep
)actions/security/trivy
)3. Pull Request Workflow
🔍 Changes
Architecture Improvements
Quality Assurance
Process Automation
✅ Testing
The new CI pipeline has been tested with:
📚 Documentation
🏃♂️ Next Steps
👥 Reviewers
Please pay special attention to: