diff options
author | 2017-08-27 16:37:18 +0300 | |
---|---|---|
committer | 2017-09-30 19:48:24 -0400 | |
commit | 5fe944e9812c0bfcbe2b63e0ed9a6438cf61fac6 (patch) | |
tree | ab15837686789d4e8505fa492bfd44974c5d0a44 | |
parent | 83659998110e6ffcf59ab90c58a29501a47a9e0d (diff) |
Added "calipso" scenario to apex.yml
Change-Id: I1e4237fd9716e92eec7633006c54240284f312c6
Signed-off-by: Ilia Abashin <abashinos@gmail.com>
-rw-r--r-- | jjb/apex/apex.yml | 11 | ||||
-rw-r--r-- | jjb/apex/scenarios.yaml.hidden | 1 |
2 files changed, 12 insertions, 0 deletions
diff --git a/jjb/apex/apex.yml b/jjb/apex/apex.yml index c858b7f65..0b49bfbe7 100644 --- a/jjb/apex/apex.yml +++ b/jjb/apex/apex.yml @@ -186,6 +186,8 @@ <<: *euphrates - 'os-odl-fdio_dvr-ha': <<: *euphrates + - 'os-nosdn-calipso-noha': + <<: *euphrates platform: - 'baremetal' @@ -2026,6 +2028,15 @@ abort-all-job: true git-revision: false + - name: 'apex-os-nosdn-calipso-noha-baremetal-euphrates' + node-parameters: false + current-parameters: false + predefined-parameters: | + OPNFV_CLEAN=yes + kill-phase-on: NEVER + abort-all-job: true + git-revision: false + - builder: diff --git a/jjb/apex/scenarios.yaml.hidden b/jjb/apex/scenarios.yaml.hidden index a89aa5de2..3b6b48502 100644 --- a/jjb/apex/scenarios.yaml.hidden +++ b/jjb/apex/scenarios.yaml.hidden @@ -42,6 +42,7 @@ euphrates: - 'os-odl-sfc-ha' - 'os-odl-fdio_dvr-noha' - 'os-odl-fdio_dvr-ha' + - 'os-nosdn-calipso-noha' danube: - 'os-nosdn-nofeature-noha' - 'os-nosdn-nofeature-ha' |