Commit graph

12 commits

Author SHA1 Message Date
Eidolon
86d5d16cf8 Merge public master 2025-02-12 19:59:38 -06:00
Logan Aerl Arias
e648338591 update srb2ci yml files 2025-02-13 01:58:59 +00:00
Eidolon
a4e7803f76 Apply artifact expiration directly to jobs
Works around the issue with Gitlab CI not supporting the expire_in
property on the default job properties, as Steelt found.

https://gitlab.com/gitlab-org/gitlab/-/issues/404563
2024-09-15 18:32:57 -05:00
Eidolon
6389f38a46 Make pipelines auto-interruptible by default
Fixes: KartKrew/Kart#1405
2024-05-17 16:16:01 -05:00
Eidolon
bab86f0842 Set CI shallow clone depth to 20 2024-05-16 15:42:04 -05:00
Eidolon
abf1e02b14 Use default GIT_STRATEGY in CI
The "clone" strategy clones the entire repository, which takes
a significant amount of time. It's not needed, because the default
"fetch" strategy will reuse the executor's local clone and clean it
before the job scripts run.
2024-05-16 15:42:04 -05:00
Eidolon
344bc3094d Expire artifacts after 1 days by default
There's no need to let these artifacts pile up since the only ones that
will be relevant to non-programmers are the latest from any given ref.
2024-05-16 15:42:04 -05:00
Eidolon
80d1cc8262 Separate gitlab CI into multiple yaml documents
The singular .gitlab-ci.yml is pretty beefy. Splitting it into
smaller files by job and job template will make maintaining the
individual jobs easier.
2024-05-16 15:42:04 -05:00
Logan Aerl Arias
a6ae49b7bc Update vcpkg during CI run 2024-05-11 15:02:11 -05:00
Logan Aerl Arias
06829f32b1 Gitlab runner ram fix 2024-05-05 01:47:15 +00:00
Logan Aerl Arias
1b2ac7c1c5 use gitlabrunner to make builds for Win32 2024-05-04 17:18:36 +00:00
Logan Aerl Arias
34ff2c16aa use gitlabrunner to make builds 2024-05-01 23:02:35 +00:00