diff options
author | Haibin Huang <haibin.huang@intel.com> | 2019-01-29 14:24:16 +0800 |
---|---|---|
committer | Haibin Huang <haibin.huang@intel.com> | 2019-01-30 09:45:25 +0800 |
commit | 59234e12d3166e0ffe9a6dcb3f4a9afca9b16af9 (patch) | |
tree | ed4ed3352dad18468b914f3cd11701ec82a7562f /jjb | |
parent | 616abfbdd0f84b0dac499278acb25deb1d1e8499 (diff) |
Add verify of csit for starlingx
Change-Id: Ie65fc77465219f1628d5d5f979714be2a32cdac5
Issue-ID: MULTICLOUD-428
Signed-off-by: Haibin Huang <haibin.huang@intel.com>
Diffstat (limited to 'jjb')
-rw-r--r-- | jjb/multicloud/multicloud-openstack-starlingx-csit.yaml | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/jjb/multicloud/multicloud-openstack-starlingx-csit.yaml b/jjb/multicloud/multicloud-openstack-starlingx-csit.yaml index 364bf01fd..f2dd9999f 100644 --- a/jjb/multicloud/multicloud-openstack-starlingx-csit.yaml +++ b/jjb/multicloud/multicloud-openstack-starlingx-csit.yaml @@ -2,11 +2,14 @@ - project: name: multicloud-openstack-starlingx-csit jobs: + - '{project-name}-{stream}-verify-csit-{functionality}' - '{project-name}-{stream}-csit-{functionality}' project-name: 'multicloud-starlingx' stream: 'master' functionality: - 'functionality1': - trigger_jobs: 'multicloud-openstack-master-docker-java-version-shell-daily' + trigger_jobs: + - 'multicloud-openstack-master-docker-java-version-shell-daily' + - 'multicloud-openstack-arm64-master-docker-java-version-shell-daily' robot-options: '' branch: 'master' |