Skip to content

Commit

Permalink
remove old cloud job, as all new tables are SMT by default
Browse files Browse the repository at this point in the history
  • Loading branch information
BentsiLeviav committed Jun 9, 2024
1 parent c15c87f commit fe26a93
Showing 1 changed file with 0 additions and 32 deletions.
32 changes: 0 additions & 32 deletions .github/workflows/test_cloud.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,38 +8,6 @@ on: # yamllint disable-line rule:truthy
workflow_dispatch:

jobs:
cloud_tests:
name: ClickHouse Cloud Tests
runs-on: ubuntu-latest

env:
PYTHONPATH: dbt
DBT_CH_TEST_HOST: ${{ secrets.INTEGRATIONS_TEAM_TESTS_CLOUD_HOST }}
DBT_CH_TEST_PASSWORD: ${{ secrets.INTEGRATIONS_TEAM_TESTS_CLOUD_PASSWORD }}
DBT_CH_TEST_CLUSTER_MODE: true
DBT_CH_TEST_CLOUD: true

steps:
- name: Checkout
uses: actions/checkout@v4

- name: Setup Python 3.11
uses: actions/setup-python@v5
with:
python-version: '3.11'

- name: Install requirements
run: pip3 install -r dev_requirements.txt

- name: Run HTTP tests
env:
DBT_CH_TEST_PORT: 8443
run: pytest tests

- name: Run Native tests
env:
DBT_CH_TEST_PORT: 9440
run: pytest tests
cloud_smt_tests:
name: ClickHouse Cloud SharedMergeTree Tests
runs-on: ubuntu-latest
Expand Down

0 comments on commit fe26a93

Please sign in to comment.