autoscale test
This commit is contained in:
parent
ee14e26723
commit
5494ef51e6
2 changed files with 2 additions and 1 deletions
2
.github/workflows/test-autoscaling.yml
vendored
2
.github/workflows/test-autoscaling.yml
vendored
|
|
@ -5,7 +5,7 @@ on:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
load-test:
|
load-test:
|
||||||
runs-on: self-hosted # matches ARC runners
|
runs-on: [self-hosted, arc]
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
job_id: [1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20]
|
job_id: [1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20]
|
||||||
|
|
|
||||||
|
|
@ -2,6 +2,7 @@ apiVersion: actions.summerwind.dev/v1alpha1
|
||||||
kind: HorizontalRunnerAutoscaler
|
kind: HorizontalRunnerAutoscaler
|
||||||
metadata:
|
metadata:
|
||||||
name: mealcraft-org-autoscaler
|
name: mealcraft-org-autoscaler
|
||||||
|
namespace: actions-runner-system
|
||||||
spec:
|
spec:
|
||||||
scaleTargetRef:
|
scaleTargetRef:
|
||||||
name: mealcraft-org-runners
|
name: mealcraft-org-runners
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue