From fc478ebb326e22482db8ed734839c976a8c39855 Mon Sep 17 00:00:00 2001 From: Gustavo Valverde Date: Mon, 11 Dec 2023 22:32:53 +0000 Subject: [PATCH] fix(ci): use a bigger machine for config file tests (#8088) * fix(ci): use a bigger machine for config file tests * chore: run `Docker Unit Tests` if `sub-test-zebra-config.yml` changes --- .github/workflows/ci-unit-tests-docker.yml | 1 + .github/workflows/sub-test-zebra-config.yml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci-unit-tests-docker.yml b/.github/workflows/ci-unit-tests-docker.yml index a0a1e7c11..62a2514f4 100644 --- a/.github/workflows/ci-unit-tests-docker.yml +++ b/.github/workflows/ci-unit-tests-docker.yml @@ -43,6 +43,7 @@ on: - '.github/workflows/sub-deploy-integration-tests-gcp.yml' - '.github/workflows/sub-build-docker-image.yml' - '.github/workflows/sub-find-cached-disks.yml' + - '.github/workflows/sub-test-zebra-config.yml' push: branches: diff --git a/.github/workflows/sub-test-zebra-config.yml b/.github/workflows/sub-test-zebra-config.yml index 6ed561cbd..5fd840120 100644 --- a/.github/workflows/sub-test-zebra-config.yml +++ b/.github/workflows/sub-test-zebra-config.yml @@ -32,7 +32,7 @@ jobs: test-docker-config: name: Test ${{ inputs.test_id }} in Docker timeout-minutes: 30 - runs-on: ubuntu-latest + runs-on: ubuntu-latest-m steps: - uses: actions/checkout@v4.1.1 with: