]> git.ipfire.org Git - thirdparty/bind9.git/commit
[9.20] chg: ci: Use a small always-on runner for lightweight CI jobs
authorAndoni Duarte <andoni@isc.org>
Fri, 23 Jan 2026 12:38:56 +0000 (12:38 +0000)
committerAndoni Duarte <andoni@isc.org>
Fri, 23 Jan 2026 12:38:56 +0000 (12:38 +0000)
commit963737fa3fac34b32dee738176986a2c86647edf
tree2126c2fc95e7d85a98a6635e09d8c80916403eed
parent80b2e494144da961637ffa55733bd8a22dab76bc
parentb9106402cb61c264ad4d336b205f01df35bcb9f0
[9.20] 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.20' into 'bind-9.20'

See merge request isc-projects/bind9!11481