Skip to content

Commit

Permalink
Release 2.8.1 for spark 3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-mrui committed Jul 14, 2020
1 parent 610eb92 commit ee19292
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ClusterTest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: Spark Cluster Test

on:
push:
branches: [ master ]
branches: [ spark_3.0 ]
pull_request:
branches: [ master ]
branches: [ spark_3.0 ]

jobs:
test:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/IntegrationTest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: Spark Connector Integration Test

on:
push:
branches: [ master ]
branches: [ spark_3.0 ]
pull_request:
branches: [ master ]
branches: [ spark_3.0 ]

jobs:
test:
Expand Down
7 changes: 5 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,18 @@ matrix:
- jdk: openjdk8
scala: 2.12.11
env: SPARK_VERSION="3.0.0" INTEGRATION_TESTS=true SNOWFLAKE_TEST_ACCOUNT=aws SPARK_CONN_ENV_USE_COPY_UNLOAD=false
- jdk: openjdk8
scala: 2.12.11
env: SPARK_VERSION="3.0.0" INTEGRATION_TESTS=true SNOWFLAKE_TEST_ACCOUNT=aws SPARK_CONN_ENV_USE_COPY_UNLOAD=true SKIP_BIG_DATA_TEST=true
- jdk: openjdk8
scala: 2.12.11
env: SPARK_VERSION="3.0.0" INTEGRATION_TESTS=true SNOWFLAKE_TEST_ACCOUNT=azure SPARK_CONN_ENV_USE_COPY_UNLOAD=false
- jdk: openjdk8
scala: 2.12.11
env: SPARK_VERSION="3.0.0" INTEGRATION_TESTS=true SNOWFLAKE_TEST_ACCOUNT=gcp SPARK_CONN_ENV_USE_COPY_UNLOAD=false
env: SPARK_VERSION="3.0.0" INTEGRATION_TESTS=true SNOWFLAKE_TEST_ACCOUNT=azure SPARK_CONN_ENV_USE_COPY_UNLOAD=true SKIP_BIG_DATA_TEST=true
- jdk: openjdk8
scala: 2.12.11
env: SPARK_VERSION="3.0.0" INTEGRATION_TESTS=true SNOWFLAKE_TEST_ACCOUNT=aws SPARK_CONN_ENV_USE_COPY_UNLOAD=true SKIP_BIG_DATA_TEST=true
env: SPARK_VERSION="3.0.0" INTEGRATION_TESTS=true SNOWFLAKE_TEST_ACCOUNT=gcp SPARK_CONN_ENV_USE_COPY_UNLOAD=false
script:
- "./dev/run-tests-travis.sh"
after_success:
Expand Down

0 comments on commit ee19292

Please sign in to comment.