You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spark.apache.org by pw...@apache.org on 2015/05/01 07:37:48 UTC

spark git commit: HOTFIX: Disable buggy dependency checker

Repository: spark
Updated Branches:
  refs/heads/master 36a7a6807 -> a9fc50552


HOTFIX: Disable buggy dependency checker


Project: http://git-wip-us.apache.org/repos/asf/spark/repo
Commit: http://git-wip-us.apache.org/repos/asf/spark/commit/a9fc5055
Tree: http://git-wip-us.apache.org/repos/asf/spark/tree/a9fc5055
Diff: http://git-wip-us.apache.org/repos/asf/spark/diff/a9fc5055

Branch: refs/heads/master
Commit: a9fc50552ec96cd7817dfd19fc681b3368545ee3
Parents: 36a7a68
Author: Patrick Wendell <pa...@databricks.com>
Authored: Thu Apr 30 22:39:58 2015 -0700
Committer: Patrick Wendell <pa...@databricks.com>
Committed: Thu Apr 30 22:39:58 2015 -0700

----------------------------------------------------------------------
 dev/run-tests-jenkins | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/spark/blob/a9fc5055/dev/run-tests-jenkins
----------------------------------------------------------------------
diff --git a/dev/run-tests-jenkins b/dev/run-tests-jenkins
index 030f2cd..f452ab6 100755
--- a/dev/run-tests-jenkins
+++ b/dev/run-tests-jenkins
@@ -62,7 +62,7 @@ TESTS_TIMEOUT="150m" # format: http://linux.die.net/man/1/timeout
 PR_TESTS=(
   "pr_merge_ability"
   "pr_public_classes"
-  "pr_new_dependencies"
+# DISABLED (pwendell) "pr_new_dependencies"
 )
 
 function post_message () {


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@spark.apache.org
For additional commands, e-mail: commits-help@spark.apache.org