]> git.ipfire.org Git - thirdparty/bind9.git/commit
[9.18] chg: ci: Use a small always-on runner for lightweight CI jobs
authorAndoni Duarte <andoni@isc.org>
Fri, 23 Jan 2026 12:41:19 +0000 (12:41 +0000)
committerAndoni Duarte <andoni@isc.org>
Fri, 23 Jan 2026 12:41:19 +0000 (12:41 +0000)
commit5737de46985dd06fb159efe52abb8cae4c305368
tree2bd8401c922c0cb027c89ed1d95f772472bc5ff3
parent26557d3ed3a66cc35da8d3dedc3da1e7c2410c5b
parentc6f7763f6396f4e33fb266c74a2fa8e316473ebf
[9.18] chg: ci: Use a small always-on runner for lightweight CI jobs

Some CI jobs spend more time pulling the docker image and setting up their environment than running the script. This MR adds a tag `smalljob` to jobs considered lightweight in order to run them on a dedicated small VM.

Backport of MR !11266

Merge branch 'backport-andoni/try-small-vm-for-lightweight-ci-jobs-9.18' into 'bind-9.18'

See merge request isc-projects/bind9!11482