Skip to content

Commit

Permalink
chore(ci): disable integration test on Mac
Browse files Browse the repository at this point in the history
  • Loading branch information
donch1989 committed Dec 7, 2023
1 parent d3b33bf commit 8a5f47b
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 4 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/helm-integration-test-backend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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:
Expand Down
8 changes: 6 additions & 2 deletions .github/workflows/integration-test-backend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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:
Expand Down

0 comments on commit 8a5f47b

Please sign in to comment.