diff options
author | wutianwei <wutianwei1@huawei.com> | 2017-10-25 09:44:29 +0800 |
---|---|---|
committer | wutianwei <wutianwei1@huawei.com> | 2017-10-25 09:44:29 +0800 |
commit | b413226970d1e6193b094c0dbe7870729d0ab7f2 (patch) | |
tree | 870d9a8666f4f5b08b6e30e47332d75bcd942910 | |
parent | af8f5f0fd827ef616c891945615c23fe79df862d (diff) |
change the K8 auto trigger time
K8s conflict with other CI job.
We change the K8s auto trigger time to fix this issue
Change-Id: I54042e31347e989975601305a6de5e98a4da7adf
Signed-off-by: wutianwei <wutianwei1@huawei.com>
-rw-r--r-- | jjb/compass4nfv/compass-ci-jobs.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/jjb/compass4nfv/compass-ci-jobs.yml b/jjb/compass4nfv/compass-ci-jobs.yml index 5100787d7..4adfc2a3f 100644 --- a/jjb/compass4nfv/compass-ci-jobs.yml +++ b/jjb/compass4nfv/compass-ci-jobs.yml @@ -768,7 +768,7 @@ - trigger: name: 'compass-k8-nosdn-nofeature-ha-virtual-master-trigger' triggers: - - timed: '0 12 * * *' + - timed: '5 2 * * *' - trigger: name: 'compass-os-odl-sfc-ha-virtual-master-trigger' triggers: @@ -852,7 +852,7 @@ - trigger: name: 'compass-k8-nosdn-nofeature-ha-virtual-euphrates-trigger' triggers: - - timed: '0 13 * * *' + - timed: '5 1 * * *' # ------------------- # noha-virtual-euphrates |