Skip to content

feat(scalingengine): Support app label to disable autoscaling #8781

feat(scalingengine): Support app label to disable autoscaling

feat(scalingengine): Support app label to disable autoscaling #8781

Workflow file for this run

name: Bosh Templates Test
concurrency:
group: "${{ github.workflow }}/${{ github.ref }}"
cancel-in-progress: true
on:
pull_request:
workflow_dispatch:
jobs:
templates:
name: Bosh Templates Test
runs-on: ubuntu-latest
container:
image: ghcr.io/cloudfoundry/app-autoscaler-release-tools:main
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Set up Ruby
uses: ruby/setup-ruby@v1
env:
# Needed for self-hosted runner
ImageOS: "ubuntu22"
with:
# runs 'bundle install' and caches installed gems automatically
bundler-cache: true
- name: Run Tests
run: |
set -e
make spec-test