mirror of
https://github.com/isc-projects/bind9.git
synced 2026-05-27 12:13:20 -04:00
Use FreeBSD autoscaler for "stress" tests
The FreeBSD autoscaler has been configured to utilize the new "instance"
GitLab Runner executor to spawn "stress" test CI jobs on AWS EC2
dynamically. A shared GitLab Runner named "freebsd-instance-autoscaler"
has been set up in GitLab CI/CD to communicate with EC2, provisioning VM
instances on demand based on a FreeBSD 13 AMI image. This image is the
same as the one previously used for FreeBSD "stress" tests before the
implementation of autoscaling (specifically, the
"freebsd13-amd64-bind9stress.aws.lab.isc.org" GitLab Runner in CI/CD).
(cherry picked from commit 65a93b77e1)
This commit is contained in:
parent
15b4d2c11f
commit
e8f48cbe17
1 changed files with 6 additions and 4 deletions
|
|
@ -99,14 +99,16 @@ stages:
|
|||
- runner-manager
|
||||
- aarch64
|
||||
|
||||
# Stress-testing runners
|
||||
# Autoscaling GitLab Runner on AWS EC2 (FreeBSD)
|
||||
|
||||
.freebsd-stress-amd64: &freebsd_stress_amd64
|
||||
tags:
|
||||
- amd64
|
||||
- bsd-stress-test
|
||||
- aws
|
||||
- bsd-stress
|
||||
- stress
|
||||
- autoscaler
|
||||
- shell
|
||||
- stress-test
|
||||
- amd64
|
||||
|
||||
### Docker Image Templates
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue