Skip to content

Commit

Permalink
Remove vertica from build (#1923)
Browse files Browse the repository at this point in the history
  • Loading branch information
vijaykiran authored Aug 2, 2023
1 parent 95c5f75 commit 8ca2c05
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 18 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/main.workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
- "mysql"
- "duckdb"
- "dask"
- "vertica"
# - "vertica"

env:
DATA_SOURCE: ${{ matrix.data-source }}
Expand Down Expand Up @@ -80,9 +80,6 @@ jobs:
MYSQL_ROOT_PASSWORD: sodacore
# TODO: add appropriate vars
SPARK_DF_HOST: ${{ secrets.SPARK_DF_HOST }}
VERTICA_USERNAME: dbadmin
VERTICA_PASSWORD: password
VERTICA_DATABASE: vmart

steps:
- uses: actions/checkout@v3
Expand Down
7 changes: 2 additions & 5 deletions .github/workflows/pr.workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- "mysql"
- "duckdb"
- "dask"
- "vertica"


env:
DATA_SOURCE: ${{ matrix.data-source }}
Expand All @@ -61,10 +61,7 @@ jobs:
MYSQL_PASSWORD: sodacore
MYSQL_ROOT_PASSWORD: sodacore
SPARK_DF_HOST: ${{ secrets.SPARK_DF_HOST }}
VERTICA_USERNAME: dbadmin
VERTICA_PASSWORD: password
VERTICA_DATABASE: vmart


steps:
- uses: actions/checkout@v3

Expand Down
9 changes: 0 additions & 9 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ docker =
postgres
sqlserver
mysql
vertica

setenv =
PIP_DISABLE_PIP_VERSION_CHECK = 1
Expand Down Expand Up @@ -69,11 +68,3 @@ healthcheck_retries = 30
healthcheck_interval = 10
healthcheck_start_period = 1

[docker:vertica]
image=vertica/vertica-ce:11.0.2-0
environment =
APP_DB_USER=dbadmin
APP_DB_PASSWORD=password
TZ=UTC
VERTICA_MEMDEBUG=2
ports = 5433:5433/tcp

0 comments on commit 8ca2c05

Please sign in to comment.