Hi all,

Currently, it seems the settings in AppVeyor is default and runs some tests
on different branches. For example,


https://github.com/apache/spark/pull/15023

https://github.com/apache/spark/pull/15022


It seems it happens only in other branches as they don’t have appveyor.yml
and try to refer the configuration in the web (although I have to test
this).


I’d be great if any of auhorized one sets the branch to test to master
brunch only as described in

https://github.com/apache/spark/blob/master/dev/appveyor-guide.md#specifying-the-branch-for-building-and-setting-the-build-schedule


I just manually tested this. With the setting, it would not trigger the
test for another branch, for example,
https://github.com/spark-test/spark/pull/5

Currently, with the default settings, it will run the tests on another
branch, for example, https://github.com/spark-test/spark/pull/4


Thanks.


​

Reply via email to