Skip to content

Commit

Permalink
Update the Cloud tests CI (#291)
Browse files Browse the repository at this point in the history
  • Loading branch information
slvrtrn authored Jul 13, 2024
1 parent 6b8c13b commit a332672
Showing 1 changed file with 0 additions and 52 deletions.
52 changes: 0 additions & 52 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -192,33 +192,6 @@ jobs:
run: |
npm run test:web:integration:local_cluster
node-integration-tests-cloud:
needs: node-unit-tests
runs-on: ubuntu-latest
strategy:
fail-fast: true
matrix:
node: [18, 20, 21]

steps:
- uses: actions/checkout@main

- name: Setup NodeJS ${{ matrix.node }}
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node }}

- name: Install dependencies
run: |
npm install
- name: Run integration tests
env:
CLICKHOUSE_CLOUD_HOST: ${{ secrets.INTEGRATIONS_TEAM_TESTS_CLOUD_HOST }}
CLICKHOUSE_CLOUD_PASSWORD: ${{ secrets.INTEGRATIONS_TEAM_TESTS_CLOUD_PASSWORD }}
run: |
npm run test:node:integration:cloud
node-integration-tests-cloud-smt:
needs: node-unit-tests
runs-on: ubuntu-latest
Expand Down Expand Up @@ -246,29 +219,6 @@ jobs:
run: |
npm run test:node:integration:cloud_smt
web-integration-tests-cloud:
needs: node-unit-tests
runs-on: ubuntu-latest
permissions: write-all
steps:
- uses: actions/checkout@main

- name: Setup NodeJS
uses: actions/setup-node@v4
with:
node-version: 20

- name: Install dependencies
run: |
npm install
- name: Run integration tests
env:
CLICKHOUSE_CLOUD_HOST: ${{ secrets.INTEGRATIONS_TEAM_TESTS_CLOUD_HOST }}
CLICKHOUSE_CLOUD_PASSWORD: ${{ secrets.INTEGRATIONS_TEAM_TESTS_CLOUD_PASSWORD }}
run: |
npm run test:web:integration:cloud
web-integration-tests-cloud-smt:
needs: node-unit-tests
runs-on: ubuntu-latest
Expand Down Expand Up @@ -300,11 +250,9 @@ jobs:
[
'node-integration-tests-local-single-node',
'node-integration-tests-local-cluster',
'node-integration-tests-cloud',
'node-integration-tests-cloud-smt',
'web-all-tests-local-single-node',
'web-integration-tests-local-cluster',
'web-integration-tests-cloud',
'web-integration-tests-cloud-smt',
]
runs-on: ubuntu-latest
Expand Down

0 comments on commit a332672

Please sign in to comment.