You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by sg...@apache.org on 2015/02/18 12:20:24 UTC

cordova-medic git commit: [INFRA-8588] Enabling build cancellation. Serializing builds to mitigate conflicts.

Repository: cordova-medic
Updated Branches:
  refs/heads/master 74afc6f50 -> d7184d609


[INFRA-8588] Enabling build cancellation. Serializing builds to mitigate conflicts.

github close #31


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

Branch: refs/heads/master
Commit: d7184d6098a69dc9ebc0336b47ae394cc8d48094
Parents: 74afc6f
Author: Dmitry Blotsky <db...@microsoft.com>
Authored: Tue Feb 17 15:20:15 2015 -0800
Committer: sgrebnov <v-...@microsoft.com>
Committed: Wed Feb 18 14:20:12 2015 +0300

----------------------------------------------------------------------
 master.cfg | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-medic/blob/d7184d60/master.cfg
----------------------------------------------------------------------
diff --git a/master.cfg b/master.cfg
index 45c3543..2158970 100644
--- a/master.cfg
+++ b/master.cfg
@@ -38,8 +38,8 @@ from buildbot.buildslave import BuildSlave
 c['slaves'] = [
     BuildSlave("cordova-ios-slave", "pass", max_builds=1),
     BuildSlave("cordova-android-slave", "pass", max_builds=1),
-    BuildSlave("cordova-windows-slave", "pass", max_builds=2),
-    BuildSlave("cordova-win8-slave", "pass", max_builds=2),
+    BuildSlave("cordova-windows-slave", "pass", max_builds=1),
+    BuildSlave("cordova-win8-slave", "pass", max_builds=1),
     BuildSlave("cordova-blackberry-slave", "pass", max_builds=1),
     BuildSlave("cordova-common-slave", "pass", max_builds=3),
 ]
@@ -208,9 +208,9 @@ authz_cfg = authz.Authz(auth=auth.BasicAuth([("Cordova", "Cordova")]),
                         forceBuild=True,  # 'auth', # use this to test your slave once it is set up
                         forceAllBuilds=False,
                         pingBuilder=False,
-                        stopBuild=False,
+                        stopBuild='auth',
                         stopAllBuilds=False,
-                        cancelPendingBuild=False,
+                        cancelPendingBuild='auth',
                         )
 
 mail_from = str(json_config['mail']['from'])


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