diff options
author | Feng Pan <fpan@redhat.com> | 2017-03-08 09:06:43 -0500 |
---|---|---|
committer | Feng Pan <fpan@redhat.com> | 2017-08-01 21:55:46 -0400 |
commit | e81f9dce71045b607630e8c8e92c1a9a49b4321a (patch) | |
tree | ea0f0ffdf0b6ca653d4047bac2b7155f72cdf8f8 /jjb/apex | |
parent | eeec59f7b8d501a62c9a89a34300047fd45c69cd (diff) |
APEX: add ipv6 to daily job
Change-Id: I9d080558ac6943f53d657cbec6c25dd2e6c10ac5
Signed-off-by: Feng Pan <fpan@redhat.com>
Diffstat (limited to 'jjb/apex')
-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 98a19d43d..e2b42a204 100644 --- a/jjb/apex/apex.yml +++ b/jjb/apex/apex.yml @@ -118,6 +118,8 @@ <<: *master - 'os-nosdn-bar-noha': <<: *master + - 'os-nosdn-nofeature-ha-ipv6': + <<: *master platform: - 'baremetal' @@ -1263,6 +1265,15 @@ abort-all-job: true git-revision: false + - name: 'apex-os-nosdn-nofeature-ha-ipv6-baremetal-master' + node-parameters: false + current-parameters: false + predefined-parameters: | + OPNFV_CLEAN=yes + kill-phase-on: NEVER + abort-all-job: true + git-revision: false + # snapshot create diff --git a/jjb/apex/scenarios.yaml.hidden b/jjb/apex/scenarios.yaml.hidden index efb2a36f7..edc2466a8 100644 --- a/jjb/apex/scenarios.yaml.hidden +++ b/jjb/apex/scenarios.yaml.hidden @@ -11,6 +11,7 @@ master: - 'os-odl-fdio-ha' - 'os-nosdn-bar-ha' - 'os-nosdn-bar-noha' + - 'os-nosdn-nofeature-ha-ipv6' danube: - 'os-nosdn-nofeature-noha' - 'os-nosdn-nofeature-ha' |