You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ignite.apache.org by dp...@apache.org on 2018/11/10 14:14:40 UTC

[ignite-teamcity-bot] branch master updated: TC nightly example added

This is an automated email from the ASF dual-hosted git repository.

dpavlov pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ignite-teamcity-bot.git


The following commit(s) were added to refs/heads/master by this push:
     new 60d3e80  TC nightly example added
60d3e80 is described below

commit 60d3e809b82c5d83ad773496dc2ba4a74f98fdee
Author: Dmitriy Pavlov <dp...@apache.org>
AuthorDate: Sat Nov 10 17:14:38 2018 +0300

    TC nightly example added
---
 conf/branches.json | 30 ++++++++++++++++++++++++++----
 1 file changed, 26 insertions(+), 4 deletions(-)

diff --git a/conf/branches.json b/conf/branches.json
index 4e0d49f..0b0d9bf 100644
--- a/conf/branches.json
+++ b/conf/branches.json
@@ -6,23 +6,45 @@
         {
           "serverId": "apache",
           "suiteId": "IgniteTests24Java8_RunAll",
+          "branchForRest": "\u003cdefault\u003e"
+        }
+      ]
+    },
+    {
+      "id": "master-nightly",
+      "chains": [
+        {
+          "serverId": "apache",
+          "suiteId": "IgniteTests24Java8_RunAllNightly",
           "branchForRest": "\u003cdefault\u003e",
           "triggerBuild": true,
           "triggerBuildQuietPeriod": 30 //triggering quiet period in minutes
         }
       ]
-    }
-    /* // uncomment it for release monitoring
+    },
     {
       "id": "ignite-2.7",
       "chains": [
         {
           "serverId": "apache",
           "suiteId": "IgniteTests24Java8_RunAll",
-          "branchForRest": "ignite-2.7"
+          "branchForRest": "ignite-2.7",
+          "baseBranchForTc": "\u003cdefault\u003e"
+        }
+      ]
+    },
+    {
+      "id": "ignite-2.7-nightly",
+      "chains": [
+        {
+          "serverId": "apache",
+          "suiteId": "IgniteTests24Java8_RunAllNightly",
+          "branchForRest": "ignite-2.7",
+          "baseBranchForTc": "\u003cdefault\u003e",
+          "triggerBuild": true,
+          "triggerBuildQuietPeriod": 30 //triggering quiet period in minutes
         }
       ]
     }
-    */
   ]
 }