-
Notifications
You must be signed in to change notification settings - Fork 9
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
Generate nightlies from main branches #334
Conversation
Signed-off-by: Louise Poubel <[email protected]>
Generated new nightly scheduler jobs using this branch: https://build.osrfoundation.org/job/_dsl_ignition_collection/281/ Note how the nightly scheduler has all libraries populated now: https://build.osrfoundation.org/job/ignition-edifice-nightly-scheduler/build?delay=0sec Ran nightly scheduler using this branch and a few releases failed, looking into it: https://build.osrfoundation.org/job/ignition-edifice-nightly-scheduler/37/console |
Signed-off-by: Louise Poubel <[email protected]>
I think the failures were because the debbuild jobs didn't exist. 5c67c3f should address that. Generated debbuild jobs using this branch: https://build.osrfoundation.org/job/_dsl_ignition/1059/ Retriggered nightly scheduler: https://build.osrfoundation.org/job/ignition-edifice-nightly-scheduler/38/console It's not there yet. Looking into it. |
Some libraries were missing Some release repos has a Finally, the last issue is related to how Here's the latest run: https://build.osrfoundation.org/job/ignition-edifice-nightly-scheduler/40/console |
Signed-off-by: Louise Poubel <[email protected]>
I think I know what's causing this |
I think it's this logic here: |
right. I've patched it in 5ff00ab. Testing run here: https://build.osrfoundation.org/job/ignition-edifice-nightly-scheduler/51/console . Fails for transport10-release (no main branch) and sdformat11-release (no repo). |
Solves #319
Unblocks PRs tied to #331 which require nightlies for GitHub actions CI.