-
Notifications
You must be signed in to change notification settings - Fork 4
SCANPY-219 Migrate shadow scan and iris tasks to github actions #264
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
Conversation
7c63a01 to
80dbc2c
Compare
SonarQube reviewer guideSummary: Migrates IRIS synchronization from Cirrus CI to GitHub Actions workflow. Review Focus: The new GitHub Actions workflow introduces a multi-stage pipeline with coverage generation, shadow scans, and IRIS sync. Pay attention to the job dependencies, permissions configuration, and the transition from custom bash scripts to reusable actions. Start review at:
|
|
cd8ab68 to
71d52af
Compare
699e323 to
90073aa
Compare
7f6428f to
0bb15a5
Compare
joke1196
left a comment
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.
LGTM. We would need to rebase before merging.
|
|
||
| only_if: $CIRRUS_USER_COLLABORATOR == 'true' && $CIRRUS_TAG == "" && ($CIRRUS_PR != "" || $CIRRUS_BRANCH == 'master' || $CIRRUS_BRANCH =~ "branch-.*") | ||
|
|
||
| linux_container_definition: &LINUX_CONTAINER_DEFINITION |
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.
We can already get rid of this container definition.
|








SCANPY-219