cloud-hypervisor/.github/workflows/integration-rate-limiter.yaml
Ravi kumar Veeramally 690e10eef4 build: Add GitHub action for Rate Limiter integration tests
Signed-off-by: Ravi kumar Veeramally <ravikumar.veeramally@intel.com>
(cherry picked from commit 57fb97e41f7dbeb5c7b588646940d53b2bae2cc8)
2024-03-14 19:52:57 -07:00

19 lines
416 B
YAML

name: Cloud Hypervisor Tests (Rate-Limiter)
on:
push:
branches:
- main
jobs:
build:
name: Tests (Rate-Limiter)
runs-on: jammy-rate-limiter
steps:
- name: Code checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Run rate-limiter integration tests
timeout-minutes: 10
run: scripts/dev_cli.sh tests --integration-rate-limiter