diff options
author | chigang <chigang@huawei.com> | 2017-06-26 22:17:21 +0800 |
---|---|---|
committer | chigang <chigang@huawei.com> | 2017-06-26 22:17:21 +0800 |
commit | c0abac499d521a12f3327914e944063297f2ee0e (patch) | |
tree | 61867e478d8e49c1fae21c919103df3ecf6813d8 | |
parent | 6a9f0ce6edf92e57282ff7b69fb3d47e75234833 (diff) |
Enable onos-sfc baremetal daily job
JIRA:-
Because Baremetal resource is limit, it will take more than 3 hours
in each circle. so diable ocl and enable onos-sfc.
Change-Id: I6a9cfd20324bc5dfa79e6cfc4b5ee3b4e84a3085
Signed-off-by: chigang <chigang@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 f4f49b666..679346022 100644 --- a/jjb/compass4nfv/compass-ci-jobs.yml +++ b/jjb/compass4nfv/compass-ci-jobs.yml @@ -345,11 +345,11 @@ - trigger: name: 'compass-os-ocl-nofeature-ha-baremetal-danube-trigger' triggers: - - timed: '0 5 * * *' + - timed: '' - trigger: name: 'compass-os-onos-sfc-ha-baremetal-danube-trigger' triggers: - - timed: '' + - timed: '0 5 * * *' - trigger: name: 'compass-os-odl_l2-moon-ha-baremetal-danube-trigger' triggers: |