diff options
author | Nikolas Hermanns <nikolas.hermanns@ericsson.com> | 2016-12-15 07:44:53 +0100 |
---|---|---|
committer | Nikolas Hermanns <nikolas.hermanns@ericsson.com> | 2016-12-19 10:21:39 +0100 |
commit | 5ab5623c03a9e8ae526347afca08c1f8fdd490f4 (patch) | |
tree | 6ec826a09a669fc1aceba5b5db82d071d9b5a678 /jjb/3rd_party_ci | |
parent | 508f72a1bec40410e1c008f13fbdfaf2cf56611d (diff) |
Introduce new installer for Netvirt-ODL pipeline
The netvirt odl pipline has a special setup.
Cause of that we add a new installer type.
As elaborated with the Functest team we can
then differentiate in functest what tests need to
be executed for our special case.
Change-Id: I8d7f18aef74b64ba46c6ed712ed5d58bd94c900e
Signed-off-by: Nikolas Hermanns <nikolas.hermanns@ericsson.com>
Diffstat (limited to 'jjb/3rd_party_ci')
-rw-r--r-- | jjb/3rd_party_ci/odl-netvirt.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/jjb/3rd_party_ci/odl-netvirt.yml b/jjb/3rd_party_ci/odl-netvirt.yml index 3dd4c0b44..25e9bbf57 100644 --- a/jjb/3rd_party_ci/odl-netvirt.yml +++ b/jjb/3rd_party_ci/odl-netvirt.yml @@ -3,7 +3,7 @@ project: 'netvirt' - installer: 'apex' + installer: 'netvirt' ##################################### # branch definitions ##################################### |