From 690e10eef4296177b314c3bf4fa53d39313eff2e Mon Sep 17 00:00:00 2001 From: Ravi kumar Veeramally Date: Mon, 26 Feb 2024 20:22:21 +0200 Subject: [PATCH] build: Add GitHub action for Rate Limiter integration tests Signed-off-by: Ravi kumar Veeramally (cherry picked from commit 57fb97e41f7dbeb5c7b588646940d53b2bae2cc8) --- .../workflows/integration-rate-limiter.yaml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 .github/workflows/integration-rate-limiter.yaml diff --git a/.github/workflows/integration-rate-limiter.yaml b/.github/workflows/integration-rate-limiter.yaml new file mode 100644 index 000000000..2a3035931 --- /dev/null +++ b/.github/workflows/integration-rate-limiter.yaml @@ -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