From fe26a9327f50562e7cc5cdcbf9d8ba2d7cf33292 Mon Sep 17 00:00:00 2001 From: bentsileviav Date: Sun, 9 Jun 2024 16:07:34 +0300 Subject: [PATCH] remove old cloud job, as all new tables are SMT by default --- .github/workflows/test_cloud.yml | 32 -------------------------------- 1 file changed, 32 deletions(-) diff --git a/.github/workflows/test_cloud.yml b/.github/workflows/test_cloud.yml index 4d48c489..42c62baa 100644 --- a/.github/workflows/test_cloud.yml +++ b/.github/workflows/test_cloud.yml @@ -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