-
Notifications
You must be signed in to change notification settings - Fork 100
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
Merge sdf9 ➡️ sdf12 #1346
Merge sdf9 ➡️ sdf12 #1346
Conversation
* Use on `push` only on stable branches to avoid duplicate runs * Update project automation Signed-off-by: Addisu Z. Taddese <[email protected]>
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## sdf12 #1346 +/- ##
=======================================
Coverage 92.14% 92.14%
=======================================
Files 79 79
Lines 13126 13126
=======================================
Hits 12095 12095
Misses 1031 1031 ☔ View full report in Codecov by Sentry. |
@j-rivero There's a new cmake warning in the homebrew build, I think because |
I'll go ahead and merge since this isn't the cause for the homebrew warning on Jenkins. |
the need to install this pip package has historically been encoded in sdformat-default-devel-homebrew-amd64.bash, but I believe this script is no longer being called as part of #1010 would it be better to add a |
Ouch, I think that this is a regression introduced while migrating to |
That PR seems to be removing cmake warnings from Jenkins. I thought having the warning was useful since it notified us that |
The gz-collection,yaml changes affects the way of generating the Jenkins jobs and how that Jenkins job configuration is being generated. It should not affect the way of provisioning the CI nodes (in this case Mac nodes for Brew) . The gz-collection.yaml migration should not impact (and hardly can do it) the software/dependencies installed.
Might have been useful in this case if you think that having |
I have no strong opinion on whether |
Understood. It is a regression since we are provisioning software in the CI scripts. I'll fix that. |
this is another option for where to specify the list of needed packages |
➡️ Forward port
Port
sdf9
➡️sdf12
Branch comparison: sdf12...sdf9
Note to maintainers: Remember to Merge with commit (not squash-merge or rebase)