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:
|
||||
load-test:
|
||||
runs-on: self-hosted # matches ARC runners
|
||||
runs-on: [self-hosted, arc]
|
||||
strategy:
|
||||
matrix:
|
||||
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
|
||||
metadata:
|
||||
name: mealcraft-org-autoscaler
|
||||
namespace: actions-runner-system
|
||||
spec:
|
||||
scaleTargetRef:
|
||||
name: mealcraft-org-runners
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue