Commit Graph
218 Commits
Author SHA1 Message Date
Axel Uhl 7d2fd587a4 Create pull request template for issue tracking
Added a pull request template for better issue tracking and code review.
2025-11-06 23:50:46 +01:00
Axel Uhl 1e37ba58e5 Update issue template to redirect to Bugzilla 2025-11-06 23:38:50 +01:00
Axel Uhl ee0b2be70a Update issue template for bug reporting 2025-11-06 23:37:09 +01:00
Axel Uhl a954a28b30 Update issue templates 2025-11-06 21:57:54 +01:00
Axel Uhl d0cc8ff864 auto-nerge only into docker-25, no longer docker-25 2025-11-02 19:48:05 +01:00
Axel Uhl bb0a6cfecd add docker-25 workflows and docker support to main branch 2025-10-31 09:33:40 +01:00
Axel Uhl 0f6801df81 added README.md to release workflow's exclusion list 2025-10-24 16:07:22 +02:00
Axel Uhl 917e29d76d fixed typo in ID of lowercase computation step 2025-10-24 15:33:31 +02:00
Axel Uhl de1bc60772 fixed typo in create-docker-image regarding PACKAGE output 2025-10-24 15:25:09 +02:00
Axel Uhl 950d42238e set GITHUB_REPOSITORY from ${{ github.repository }} 2025-10-24 15:20:10 +02:00
Axel Uhl 4f0650b2a5 fixed lowercase package name construction 2025-10-24 15:13:39 +02:00
Axel Uhl afe25b2214 fixed evaluation of owercase package in create-docker-image 2025-10-24 15:08:59 +02:00
Axel Uhl d9d264bd22 renamed merge-main-into-docker-17 to -24 2025-10-24 14:54:19 +02:00
Axel Uhl c798918475 made repository and ghcr package name flexibly configurable 2025-10-24 14:46:23 +02:00
Axel Uhl eb5d02e917 renamed GOOGLE_MAPS_AUTHENTICATIONPARAMS secret to GOOGLE_MAPS_AUTHENTICATION_PARAMS;
this for consistency with the names of the corresponding environment
variables
2025-10-24 13:26:56 +02:00
Axel Uhl 713351d4e5 another attempt to convince GitHub actions to check for empty secrets 2025-10-24 11:36:39 +02:00
Axel Uhl f1199dfbb6 GitHub idiosyncrasy: requiring () around secret checks 2025-10-24 11:31:58 +02:00
Axel Uhl 2c3bc51aa7 fixed release workflow syntax 2025-10-24 11:27:06 +02:00
Axel Uhl 0d7ca54660 offer env vars as optional fallback for system properties for secrets 2025-10-24 11:06:57 +02:00
Axel Uhl 0e5ddd4d5b trigger Hudson job from release workflow iff credentials provided 2025-10-24 10:21:47 +02:00
Axel Uhl cc57d708b0 tmate ssh session no longer required 2025-10-23 09:44:58 +02:00
Axel Uhl c58622f375 grant more swap space for release build 2025-10-22 20:13:57 +02:00
Axel Uhl b4c78bc696 Enable swap storage and create TMP directory
Updated swap storage configuration and created TMP space.
2025-10-22 10:25:20 +02:00
Axel Uhl 993ec599bc Add tmate setup step to release workflow 2025-10-22 09:51:49 +02:00
Axel Uhl f93646825e place swap file under / instead of /mnt/;
This would hopefully make this fast also on free runners. With the
clean-up of the file system we see 37GB of free space prior to the
build. We need ~18GB in /tmp and our workspace during the build, so with
10GB of swap there would still be ~9GB of reserve. Let's see...
2025-10-21 18:21:30 +02:00
Axel Uhl a4522acf7e removed useless docker pruning; it doesn't save space 2025-10-21 18:06:18 +02:00
Axel Uhl 16940dbfb0 removed now redundant "df" output from release workflow 2025-10-21 18:01:37 +02:00
Axel Uhl cca5ffddb6 use jlumbroso/free-disk-space action instead of manual clean-up 2025-10-21 17:59:00 +02:00
Axel Uhl 405cefa94e default ubuntu-latest again 2025-10-21 14:56:32 +02:00
Axel Uhl 58e7bed8a2 no use of /mnt/tmp anymore; seems to be slow 2025-10-21 14:53:38 +02:00
Axel Uhl 82e85bfee3 added actions:read permission to release workflow 2025-10-21 12:41:05 +02:00
Axel Uhl e35de4342c improved description of runner_cpu setting 2025-10-21 12:31:07 +02:00
Axel Uhl e7f917aef6 Merge remote-tracking branch 'github/main' into main 2025-10-21 12:29:31 +02:00
Axel Uhl d8b96512ae use 16CPU runner as default again;
will research issues with free runners on branch
2025-10-21 12:28:43 +02:00
Axel Uhl 2dfa130752 Add disk stats step to release workflow 2025-10-21 02:00:28 +02:00
Axel Uhl 394ed2f56d Add disk space check before uploading build log 2025-10-20 20:02:25 +02:00
Axel Uhl e023300c4c Change default runner CPUs from 16 to 4 2025-10-20 19:57:41 +02:00
Axel Uhl 325f8dbabc set gwt.workDir system property to $TMP; set TMP to /mnt/tmp for Github Actions 2025-10-20 18:34:03 +02:00
Axel Uhl 044f8a00f1 don't prune --all docker images 2025-10-20 18:23:40 +02:00
Axel Uhl e01f7d0737 back to 10G of swap on /mnt, but clean up other things to get more SSD space 2025-10-20 15:38:41 +02:00
Axel Uhl 0b44ee1482 try with less swap to cope with disk size limitations on free GitHub runners 2025-10-20 15:16:12 +02:00
Axel Uhl cc5f1d62a8 removed 4cpu as an explicit option, too; ubuntu-latest, the default, uses 4 CPUs 2025-10-20 14:49:35 +02:00
Axel Uhl e57b42c67a removed ubuntu-latest-16cpu as an option 2025-10-20 14:48:06 +02:00
Axel Uhl 59f66a1b97 another fix for the runs-on expression 2025-10-20 14:38:13 +02:00
Axel Uhl 4fcaaff8be fixed runs-on expression 2025-10-20 14:32:52 +02:00
Axel Uhl 153c7297c9 being a public repo now, just use free "ubuntu-latest" runners 2025-10-20 14:28:48 +02:00
Axel Uhl efe405846f no arm/v7 support for sapmachine-24 2025-08-22 22:48:32 +02:00
Axel Uhl e50c25dfd3 added linux/arm/v7 as platform for docker images 2025-08-21 14:39:24 +02:00
Axel Uhl 6222c4ecf0 firefox_version default also needs to be computed when not passed through dispatch 2025-08-07 17:35:06 +02:00
Axel Uhl a9824b442d Firefox 140.0 is still good; it seems the switch to 141.0 that lets our Selenium tests with animations fail 2025-08-07 15:29:26 +02:00