Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove databricks CI checks #342

Merged
merged 1 commit into from
May 25, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
46 changes: 23 additions & 23 deletions .github/workflows/ci_test_package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
26 changes: 13 additions & 13 deletions .github/workflows/main_test_package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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