diff options
author | Victor Morales <victor.morales@intel.com> | 2018-05-19 14:05:53 -0700 |
---|---|---|
committer | Victor Morales <victor.morales@intel.com> | 2018-05-19 14:05:53 -0700 |
commit | 39de3ea36b363dd1910a9b3dbeb6f0e76ebf3116 (patch) | |
tree | b1384092a7bb321203b1c186c9812d7b923644ac /jjb | |
parent | 73477b319136f2d90583eaac6644b732b1d8f37d (diff) |
Enable HPA CSIT for multicloud-ocata
The I89c51f8bd9056fd8c2afd871ab9ab8b0cc567bb9 commit adds a new csit
functionality for multicloud-ocata project. This test verifies the
discovery process. This change includes this new test into the
Jenkins Jobs.
Change-Id: I7aa368fb2c93b094d96a650d3419d3f854110e86
Signed-off-by: Victor Morales <victor.morales@intel.com>
Issue-ID: MULTICLOUD-214
Diffstat (limited to 'jjb')
-rw-r--r-- | jjb/multicloud/multicloud-openstack-ocata-csit.yaml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/jjb/multicloud/multicloud-openstack-ocata-csit.yaml b/jjb/multicloud/multicloud-openstack-ocata-csit.yaml index dfef6f81a..e60ab6301 100644 --- a/jjb/multicloud/multicloud-openstack-ocata-csit.yaml +++ b/jjb/multicloud/multicloud-openstack-ocata-csit.yaml @@ -10,5 +10,8 @@ - 'functionality1': trigger_jobs: - 'multicloud-openstack-master-docker-java-version-shell-daily' + - 'hpa-discovery': + trigger_jobs: + - 'multicloud-openstack-master-docker-java-version-shell-daily' robot-options: '' branch: 'master' |