Skip to content

Commit

Permalink
Release 2.8.2 for spark 3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-mrui committed Sep 30, 2020
1 parent 3973f63 commit ef06341
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 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
8 changes: 4 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,16 +10,16 @@ matrix:
env: SPARK_VERSION="3.0.0" INTEGRATION_TESTS=true SNOWFLAKE_TEST_ACCOUNT=aws SPARK_CONN_ENV_USE_COPY_UNLOAD=false EXTRA_TEST_FOR_COVERAGE=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
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=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=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
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=azure 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 ef06341

Please sign in to comment.