From 8a5f47b8ba6745c929a5545b068b44835575da21 Mon Sep 17 00:00:00 2001 From: "Chang, Hui-Tang" Date: Thu, 7 Dec 2023 18:25:28 +0800 Subject: [PATCH] chore(ci): disable integration test on Mac --- .github/workflows/helm-integration-test-backend.yml | 8 ++++++-- .github/workflows/integration-test-backend.yml | 8 ++++++-- 2 files changed, 12 insertions(+), 4 deletions(-) diff --git a/.github/workflows/helm-integration-test-backend.yml b/.github/workflows/helm-integration-test-backend.yml index e2038a82..64637eac 100644 --- a/.github/workflows/helm-integration-test-backend.yml +++ b/.github/workflows/helm-integration-test-backend.yml @@ -112,7 +112,9 @@ jobs: make integration-test API_GATEWAY_URL=localhost:${API_GATEWAY_PORT} helm-integration-test-latest-mac: - if: inputs.target == 'latest' && github.ref == 'refs/heads/main' + if: false + # disable the mac test temporary + # if: inputs.target == 'latest' && github.ref == 'refs/heads/main' runs-on: [self-hosted, macOS, vdp] timeout-minutes: 20 steps: @@ -343,7 +345,9 @@ jobs: make integration-test API_GATEWAY_URL=localhost:${API_GATEWAY_PORT} helm-integration-test-release-mac: - if: inputs.target == 'release' + if: false + # disable the mac test temporary + # if: inputs.target == 'release' runs-on: [self-hosted, macOS, vdp] timeout-minutes: 20 steps: diff --git a/.github/workflows/integration-test-backend.yml b/.github/workflows/integration-test-backend.yml index ca713a7f..6e8a5c6c 100644 --- a/.github/workflows/integration-test-backend.yml +++ b/.github/workflows/integration-test-backend.yml @@ -93,7 +93,9 @@ jobs: make integration-test API_GATEWAY_URL=localhost:${API_GATEWAY_PORT} integration-test-latest-mac: - if: inputs.target == 'latest' && github.ref == 'refs/heads/main' + if: false + # disable the mac test temporary + # if: inputs.target == 'latest' && github.ref == 'refs/heads/main' runs-on: [self-hosted, macOS, vdp] timeout-minutes: 20 steps: @@ -297,7 +299,9 @@ jobs: make integration-test API_GATEWAY_URL=localhost:${API_GATEWAY_PORT} integration-test-release-mac: - if: inputs.target == 'release' + if: false + # disable the mac test temporary + # if: inputs.target == 'release' runs-on: [self-hosted, macOS, vdp] timeout-minutes: 20 steps: