]> git.ipfire.org Git - thirdparty/bind9.git/commit
chg: ci: Use a small always-on runner for lightweight CI jobs
authorAndoni Duarte <andoni@isc.org>
Fri, 23 Jan 2026 11:33:53 +0000 (11:33 +0000)
committerAndoni Duarte <andoni@isc.org>
Fri, 23 Jan 2026 11:33:53 +0000 (11:33 +0000)
commita30fc2ded6f30c267a2b94516ce70e3336749fdd
tree403bee76a7271359cd4fc619e1c4e587cf290afd
parentd0f4daac3cabd6f6159a7169ba9f4236a1c574b2
parente9f2b7944e6d9ad3e93357046828e92d61e15108
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.

Merge branch 'andoni/try-small-vm-for-lightweight-ci-jobs' into 'main'

See merge request isc-projects/bind9!11266