66 Commits

Author SHA1 Message Date
Erwan MATHIEU
27ddf2966f
Merge branch 'main' into CURA-11547_linux_self_hosted_runner 2024-06-17 16:25:17 +02:00
Erwan MATHIEU
9a70b07673 Use self-hosted runner for Linux installer 2024-06-17 16:23:02 +02:00
Erwan MATHIEU
1f12f776b0 Use scripts from main branch (PR prep) 2024-06-10 09:04:01 +02:00
Erwan MATHIEU
91b25a3743 Use action download-artifact@v4 2024-06-07 17:18:50 +02:00
Erwan MATHIEU
f76deb71ab Use workflows from dev branch 2024-06-03 12:17:25 +02:00
Erwan MATHIEU
c6b66b369a Make the installers worfklow callable 2024-05-31 15:33:34 +02:00
Jelle Spijker
399a817178
Use self-hosted-Windows-X64 as default
Contributes to CURA-11544
2024-01-15 13:37:54 +01:00
Jelle Spijker
76b93c3171
Revert "use input instead of the github.events"
This reverts commit 677f35b5159e53fded2d4c31b2ca58ede6b28373.
2024-01-09 08:40:30 +01:00
Jelle Spijker
7244ba4e24
Revert "Ensure that nightlies have default values"
This reverts commit 023a8f232588ce6c5fd84adf57960caabc99a210.
2024-01-09 08:38:17 +01:00
Jelle Spijker
023a8f2325
Ensure that nightlies have default values
Fixes CURA-11528
2024-01-09 08:32:58 +01:00
Jelle Spijker
677f35b515
use input instead of the github.events
Fixes CURA-11523
2024-01-08 12:48:04 +01:00
Jelle Spijker
f2f2f742bd
Apply suggestions from code review
Co-authored-by: Casper Lamboo <c.lamboo@ultimaker.com>
2023-12-08 14:36:29 +01:00
Jelle Spijker
20ab319ec0
Use default values from cura-workflows
Contributes to CURA-10831
2023-12-04 16:31:50 +01:00
Jelle Spijker
7f1158c364
Use cura-workflow OS installers
Contribute to CURA-10831
2023-12-04 13:43:30 +01:00
Erwan MATHIEU
5eb5387237 Merge remote-tracking branch 'origin/5.6' 2023-11-03 14:12:29 +01:00
Erwan MATHIEU
a96ec7663b Fix build script syntax error 2023-11-03 14:12:11 +01:00
Erwan MATHIEU
d69a5e0034 Merge remote-tracking branch 'origin/5.6' 2023-11-03 11:31:58 +01:00
Erwan MATHIEU
b2291064fb Re-fix nightly builds 2023-11-03 11:30:11 +01:00
Erwan MATHIEU
107c9b7712 Merge branch '5.6' 2023-11-03 09:29:25 +01:00
Erwan MATHIEU
6a82a5c96e Fix missing python interpreter 2023-11-03 09:22:56 +01:00
Jelle Spijker
2a81d57236
Refactor GitHub actions workflow and improve environment handling
Changed the Github actions workflow by renaming "default-values" to "default_values" across multiple files. In addition,
improved environment summary handling by reading its content if the file exists, and finally, appending certain
variables to it. This makes the workflow more consistent and better handles the environment summary.
2023-11-01 11:34:44 +01:00
Jelle Spijker
8f35c606d1
Update daily schedule and conditional logic in installers workflow
The github actions workflow `installers.yml` has been updated to adjust the daily cron schedule for the main and release branches. Additionally, the conditional logic related to the cura conan version and release tag has been simplified and cleaned up for better readability and maintainability. With these changes, the release process should perform more consistently.
2023-11-01 10:42:50 +01:00
Jelle Spijker
56e4f3ffce
Update scheduled event conditions in installers.yml
The conditions for the scheduled event in the GitHub installer workflow have been updated. Now it will not only check if the current time is 8 but also if the event is a scheduled one. This ensures the schedule event fires at the right time and under the correct circumstances.
2023-11-01 09:07:27 +01:00
Jelle Spijker
1d07a861fc
Add scheduled releases and comprehensive release notes
Adjusted the GitHub Actions workflow to include two scheduled releases at 4:15 CET (main branch) and 9:15 CET (release branch) per day. The release notes now have a more comprehensive and detailed structure, with current nightly or beta branch statuses for different sections such as nightlies, unit test results, and Conan packages.
2023-11-01 09:01:52 +01:00
Jelle Spijker
aa03e9236b
Change defaults for Mac runners 2023-10-23 16:22:55 +02:00
Jelle Spijker
c223b39752
Fixed macos runner id
https://docs.github.com/en/actions/using-github-hosted-runners/about-github-hosted-runners/about-github-hosted-runners
2023-10-13 00:51:50 +02:00
c.lamboo
4378e8a827 use macos 12 when building all installers
This should fix the nightly builds
2023-10-11 16:50:10 +02:00
Jelle Spijker
6106ade3af
Fix missing asc file in Linux build artifacts
The asc was created for the AppImage, but never uploaded as an
artifact.

Fixes CURA-11087
2023-10-02 09:49:04 +02:00
Jelle Spijker
d2b7f31e29
Fix correct uses for ARM64 MacOS
CURA-10982
2023-09-18 14:02:12 +02:00
Jelle Spijker
c5873754d7
Reenabled ARM64 MacOS
CURA-10982
2023-09-18 13:42:57 +02:00
jellespijker
3555073ee4 run each time at 5:15 CET
Contribute to CURA-10866
2023-09-12 23:22:38 +02:00
jellespijker
9705de7175 run each hour as a test
Contribute to CURA-10866
2023-09-12 23:11:22 +02:00
jellespijker
933dfb526b only update nightlies when requested
Contribute to CURA-10866
2023-09-12 23:07:19 +02:00
jellespijker
87d0550109 fill in default ,values when run from cron
Contribute to CURA-10866
2023-09-12 22:59:12 +02:00
jellespijker
1d4e5f5c30 fill in default ,values when run from cron
Contribute to CURA-10866
2023-09-12 22:57:02 +02:00
Jelle Spijker
c526ef6fb7
Use lowercase cura_conan_version
Contributes to CURA-10988
2023-09-12 08:00:36 +02:00
Jelle Spijker
bbf480d4a3
Disabled MacOS ARM64
Runner is offline for maintenance.

Contributes to CURA-10988
2023-09-11 19:31:40 +02:00
Jelle Spijker
69bdcfa52f
Simplified All Installer workflow
No need to make exceptions in this workflow for different OSes
it's called the **All** Installer for a reason.

If people need a specific OS installer run the linux, macos or windows installer itself.

Added a time-out to the macos workflow if the self-hosted isn't online.
Moved the ARM64 jobs to the end and added an `always()` condition to the update of the release, such that the
GH hosted runners will at least update.

Add missing download for MacOS X64

Contributes to CURA-10475 and CURA-10591
2023-09-11 13:29:02 +02:00
Jelle Spijker
38133980fc
Merge branch 'main' into CURA-10475_engineplugin
# Conflicts:
#	.github/workflows/installers.yml
2023-09-11 12:18:12 +02:00
Jelle Spijker
312c2a5bb2
github.event.inputs are strings
Contributes to CURA-10998
2023-09-11 10:20:43 +02:00
Jelle Spijker
7a3d852d41
fixed syntax erros
Contributes to CURA-10998
2023-09-11 10:18:32 +02:00
Jelle Spijker
d1e4e018b9
fixed missing start of context
Contributes to CURA-10998
2023-09-11 10:13:54 +02:00
Jelle Spijker
4c8f8c8a00
fixed missing start of context
Contributes to CURA-10998
2023-09-11 10:12:48 +02:00
Jelle Spijker
c9bc1963e4
Use github.event.inputs
Contributes to CURA-10998
2023-09-11 10:11:21 +02:00
Jelle Spijker
e586fca22e
Use github.event.inputs
Contributes to CURA-10998
2023-09-11 10:08:33 +02:00
Jelle Spijker
965a30775d
Use github.event.inputs
Contributes to CURA-10998
2023-09-11 10:07:09 +02:00
Jelle Spijker
553ce41d01
Use default values for nightlies
Contributes to CURA-10998
2023-09-11 10:01:11 +02:00
Remco Burema
fbd5569089 Merge remote-tracking branch 'origin/main' into CURA-10951_gh_build_curapackage 2023-09-08 18:39:27 +02:00
Remco Burema
e3f8c8d2ae Put scheduled build back to early morning. 2023-09-08 08:54:33 +02:00
Remco Burema
bb57220756 Fix scheduled build.
... but skip mac for now. Try out in about 15 minutes, after that I'll put it back to 5 o'clock.

related to CURA-9494
2023-09-08 08:07:34 +02:00