From e603ab4b8ed731b11e5b188acc04a51d7a63ac2c Mon Sep 17 00:00:00 2001 From: Gemma Down Date: Mon, 11 Sep 2023 13:44:08 +0100 Subject: [PATCH] Remove databricks --- .github/workflows/ci_test_package.yml | 46 ++++++++++++------------- .github/workflows/main_test_package.yml | 26 +++++++------- 2 files changed, 36 insertions(+), 36 deletions(-) diff --git a/.github/workflows/ci_test_package.yml b/.github/workflows/ci_test_package.yml index 6f9cc245..edd8cdc9 100644 --- a/.github/workflows/ci_test_package.yml +++ b/.github/workflows/ci_test_package.yml @@ -138,26 +138,26 @@ jobs: run: tox -e integration_${{ matrix.warehouse }}_${{ matrix.version }} # Databricks doesn't like the matrix strategy, so moving back to the old integration testing without versioning - integration-databricks: - runs-on: ubuntu-latest - environment: - name: Approve Integration Tests - - steps: - - name: Checkout - uses: actions/checkout@v3 - with: - ref: ${{ github.event.pull_request.head.sha }} # Check out the code of the PR - - - uses: actions/setup-python@v4 - with: - python-version: '3.8.x' - architecture: 'x64' - - - name: Install tox - run: python3 -m pip install tox - - - name: Run Databricks Tests - env: - DBT_VERSION: '' - run: tox -e integration_databricks + # integration-databricks: + # runs-on: ubuntu-latest + # environment: + # name: Approve Integration Tests + + # steps: + # - name: Checkout + # uses: actions/checkout@v3 + # with: + # ref: ${{ github.event.pull_request.head.sha }} # Check out the code of the PR + + # - uses: actions/setup-python@v4 + # with: + # python-version: '3.8.x' + # architecture: 'x64' + + # - name: Install tox + # run: python3 -m pip install tox + + # - name: Run Databricks Tests + # env: + # DBT_VERSION: '' + # run: tox -e integration_databricks diff --git a/.github/workflows/main_test_package.yml b/.github/workflows/main_test_package.yml index bfe1ed46..9aa70ae3 100644 --- a/.github/workflows/main_test_package.yml +++ b/.github/workflows/main_test_package.yml @@ -66,20 +66,20 @@ jobs: run: tox -e integration_${{ matrix.warehouse }}_${{ matrix.version }} # Databricks doesn't like the matrix strategy, so moving back to the old integration testing without versioning - integration-databricks: - runs-on: ubuntu-latest + # integration-databricks: + # runs-on: ubuntu-latest - steps: - - name: Checkout - uses: actions/checkout@v3 + # steps: + # - name: Checkout + # uses: actions/checkout@v3 - - uses: actions/setup-python@v4 - with: - python-version: '3.8.x' - architecture: 'x64' + # - uses: actions/setup-python@v4 + # with: + # python-version: '3.8.x' + # architecture: 'x64' - - name: Install tox - run: python3 -m pip install tox + # - name: Install tox + # run: python3 -m pip install tox - - name: Run Databricks Tests - run: tox -e integration_databricks + # - name: Run Databricks Tests + # run: tox -e integration_databricks