mbien opened a new pull request #3785:
URL: https://github.com/apache/netbeans/pull/3785
simple CI pipeline
- main job builds everything and uploads the build artifact tar (retention
set to 1 day)
- all other jobs extract the tar and run their tests
Job dependencies only work within a workflow, so we have to merge them all
(again). The reason they were split was to be able to restart them individually
on failure.
Github finally released today a feature which allows individual jobs to be
restarted. Assuming it works as expected, we won't need separate workflows
anymore.
Lets see how this works and if you can actually restart a job.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists