diff options
author | Gary Wu <gary.i.wu@huawei.com> | 2018-09-28 10:36:23 -0700 |
---|---|---|
committer | Gary Wu <gary.i.wu@huawei.com> | 2018-09-28 10:36:23 -0700 |
commit | 5f4277f766a66dffa01cb6cfca2039b8101e1f19 (patch) | |
tree | 11f7599950c7a35f5dab698158ee70e1b981f78a /jjb/clamp | |
parent | af87a95d6f660590ed7335b80a681f97814363e7 (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/clamp')
-rw-r--r-- | jjb/clamp/clamp.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/jjb/clamp/clamp.yaml b/jjb/clamp/clamp.yaml index 9dcd4d37f..ea556523a 100644 --- a/jjb/clamp/clamp.yaml +++ b/jjb/clamp/clamp.yaml @@ -38,7 +38,7 @@ jobs: - gerrit-maven-sonar: mvn-params: '-Ddocker.pull.registry=nexus3.onap.org:10001' - cron: 'H 11 * * *' + cron: '@daily' build-node: ubuntu1604-docker-8c-8g project: 'clamp' project-name: 'clamp' |