FreeCAD / FreeCAD-Bundle

Stand-alone repo to Build and Deploy installable FreeCAD images
https://freecad.org
GNU Lesser General Public License v2.1
224 stars 58 forks source link

Set job after Merge Meeting to get the newest build #202

Closed maxwxyz closed 7 months ago

maxwxyz commented 7 months ago

@adrianinsaval Change the job for the official weekly builds to run after the Merge Meeting on Mondays

adrianinsaval commented 7 months ago

this changes the time of day only, it still runs on sunday and thursday. Also for this to make sense the feedstock build has to be rescheduled too: https://github.com/FreeCAD/freecad-feedstock/blob/master/.github/workflows/increase_build_number.yml

and possibly the source creation too to make it match https://github.com/FreeCAD/FreeCAD-Bundle/blob/main/.github/workflows/source_creation.yml

but this is a very good idea!

maxwxyz commented 7 months ago

So I could close this as you've already changed it?

adrianinsaval commented 7 months ago

Yes

maxwxyz commented 7 months ago

@adrianinsaval is the job working correctly now? https://github.com/FreeCAD/FreeCAD-Bundle/releases/tag/weekly-builds shows builds from yesterday for Mac and Linux but not Windows (3 days ago), although they should build later today, after the merge meeting: grafik

adrianinsaval commented 7 months ago

despite the misleading name, the builds happen twice a week, it happens on monday and friday now. New builds are underway: https://github.com/FreeCAD/freecad-feedstock/actions/runs/7171822057 if I did everything correctly that should be made with the latest code after merge meeting from today

maxwxyz commented 7 months ago

worked! Thank you.