aboutsummaryrefslogtreecommitdiff
path: root/appveyor.yml
diff options
context:
space:
mode:
authorhyukjinkwon <gurwls223@gmail.com>2017-03-25 23:29:02 -0700
committerFelix Cheung <felixcheung@apache.org>2017-03-25 23:29:02 -0700
commit2422c86f2ce2dd649b1d63062ec5c5fc1716c519 (patch)
treef99beeab3d91fb9b7607ef846645f3a7879c49d6 /appveyor.yml
parent0b903caef3183c5113feb09995874f6a07aa6698 (diff)
downloadspark-2422c86f2ce2dd649b1d63062ec5c5fc1716c519.tar.gz
spark-2422c86f2ce2dd649b1d63062ec5c5fc1716c519.tar.bz2
spark-2422c86f2ce2dd649b1d63062ec5c5fc1716c519.zip
[SPARK-20092][R][PROJECT INFRA] Add the detection for Scala codes dedicated for R in AppVeyor tests
## What changes were proposed in this pull request? We are currently detecting the changes in `R/` directory only and then trigger AppVeyor tests. It seems we need to tests when there are Scala codes dedicated for R in `core/src/main/scala/org/apache/spark/api/r/`, `sql/core/src/main/scala/org/apache/spark/sql/api/r/` and `mllib/src/main/scala/org/apache/spark/ml/r/` too. This will enables the tests, for example, for SPARK-20088. ## How was this patch tested? Tests with manually created PRs. - Changes in `sql/core/src/main/scala/org/apache/spark/sql/api/r/SQLUtils.scala` https://github.com/spark-test/spark/pull/13 - Changes in `core/src/main/scala/org/apache/spark/api/r/SerDe.scala` https://github.com/spark-test/spark/pull/12 - Changes in `README.md` https://github.com/spark-test/spark/pull/14 Author: hyukjinkwon <gurwls223@gmail.com> Closes #17427 from HyukjinKwon/SPARK-20092.
Diffstat (limited to 'appveyor.yml')
-rw-r--r--appveyor.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/appveyor.yml b/appveyor.yml
index 5adf1b4bed..bbb27589ca 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -27,6 +27,9 @@ branches:
only_commits:
files:
- R/
+ - sql/core/src/main/scala/org/apache/spark/sql/api/r/
+ - core/src/main/scala/org/apache/spark/api/r/
+ - mllib/src/main/scala/org/apache/spark/ml/r/
cache:
- C:\Users\appveyor\.m2