mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2024-12-22 13:45:20 +00:00
build: Add GitHub action for Rate Limiter integration tests
Signed-off-by: Ravi kumar Veeramally <ravikumar.veeramally@intel.com>
This commit is contained in:
parent
97b23f1448
commit
57fb97e41f
18
.github/workflows/integration-rate-limiter.yaml
vendored
Normal file
18
.github/workflows/integration-rate-limiter.yaml
vendored
Normal file
@ -0,0 +1,18 @@
|
|||||||
|
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
|
Loading…
Reference in New Issue
Block a user