summaryrefslogtreecommitdiffstats
path: root/jjb/holmes
diff options
context:
space:
mode:
authorGary Wu <gary.i.wu@huawei.com>2018-09-28 10:36:23 -0700
committerGary Wu <gary.i.wu@huawei.com>2018-09-28 10:36:23 -0700
commit5f4277f766a66dffa01cb6cfca2039b8101e1f19 (patch)
tree11f7599950c7a35f5dab698158ee70e1b981f78a /jjb/holmes
parentaf87a95d6f660590ed7335b80a681f97814363e7 (diff)
Spread out the scheduling of Daily jobs
Spread the scheduling of Daily jobs throughout the day to reduce resource contention. Change-Id: I2b2606b4022c1d9f882bfe95b439b021b17f362e Issue-ID: INT-586 Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
Diffstat (limited to 'jjb/holmes')
-rw-r--r--jjb/holmes/holmes-common.yaml2
-rw-r--r--jjb/holmes/holmes-dsa.yaml2
-rw-r--r--jjb/holmes/holmes-engine-mgt.yaml2
-rw-r--r--jjb/holmes/holmes-rule-mgt.yaml2
4 files changed, 4 insertions, 4 deletions
diff --git a/jjb/holmes/holmes-common.yaml b/jjb/holmes/holmes-common.yaml
index 3992f046e..9d7f34be1 100644
--- a/jjb/holmes/holmes-common.yaml
+++ b/jjb/holmes/holmes-common.yaml
@@ -21,7 +21,7 @@
name: holmes-common-sonar
jobs:
- gerrit-maven-sonar
- cron: 'H 11 * * *'
+ cron: '@daily'
build-node: ubuntu1604-builder-4c-4g
project: 'holmes/common'
project-name: 'holmes-common'
diff --git a/jjb/holmes/holmes-dsa.yaml b/jjb/holmes/holmes-dsa.yaml
index 6a559efd0..8a014be81 100644
--- a/jjb/holmes/holmes-dsa.yaml
+++ b/jjb/holmes/holmes-dsa.yaml
@@ -25,7 +25,7 @@
name: holmes-dsa-sonar
jobs:
- gerrit-maven-sonar
- cron: 'H 11 * * *'
+ cron: '@daily'
build-node: ubuntu1604-builder-4c-4g
project: 'holmes/dsa'
project-name: 'holmes-dsa'
diff --git a/jjb/holmes/holmes-engine-mgt.yaml b/jjb/holmes/holmes-engine-mgt.yaml
index 22cd81b49..cd4e71c4e 100644
--- a/jjb/holmes/holmes-engine-mgt.yaml
+++ b/jjb/holmes/holmes-engine-mgt.yaml
@@ -25,7 +25,7 @@
name: holmes-engine-management-sonar
jobs:
- gerrit-maven-sonar
- cron: 'H 11 * * *'
+ cron: '@daily'
build-node: ubuntu1604-builder-4c-4g
project: 'holmes/engine-management'
project-name: 'holmes-engine-management'
diff --git a/jjb/holmes/holmes-rule-mgt.yaml b/jjb/holmes/holmes-rule-mgt.yaml
index 3d88fba10..ee7815856 100644
--- a/jjb/holmes/holmes-rule-mgt.yaml
+++ b/jjb/holmes/holmes-rule-mgt.yaml
@@ -25,7 +25,7 @@
name: holmes-rule-management-sonar
jobs:
- gerrit-maven-sonar
- cron: 'H 11 * * *'
+ cron: '@daily'
build-node: ubuntu1604-builder-4c-4g
project: 'holmes/rule-management'
project-name: 'holmes-rule-management'