Skip to content

Commit

Permalink
Apex: enables barometer scenarios in daily
Browse files Browse the repository at this point in the history
Change-Id: I959a46ed619d55df3a8c6bd3b3300bad4432b911
Signed-off-by: Tim Rozet <[email protected]>
  • Loading branch information
trozet committed Aug 1, 2017
1 parent 1b435e0 commit eeec59f
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 0 deletions.
22 changes: 22 additions & 0 deletions jjb/apex/apex.yml
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,10 @@
<<: *master
- 'os-odl-fdio-ha':
<<: *master
- 'os-nosdn-bar-ha':
<<: *master
- 'os-nosdn-bar-noha':
<<: *master

platform:
- 'baremetal'
Expand Down Expand Up @@ -1241,6 +1245,24 @@
abort-all-job: true
git-revision: false

- name: 'apex-os-nosdn-bar-ha-baremetal-master'
node-parameters: false
current-parameters: false
predefined-parameters: |
OPNFV_CLEAN=yes
kill-phase-on: NEVER
abort-all-job: true
git-revision: false

- name: 'apex-os-nosdn-bar-noha-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
Expand Down
2 changes: 2 additions & 0 deletions jjb/apex/scenarios.yaml.hidden
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ master:
- 'os-nosdn-fdio-ha'
- 'os-odl-fdio-noha'
- 'os-odl-fdio-ha'
- 'os-nosdn-bar-ha'
- 'os-nosdn-bar-noha'
danube:
- 'os-nosdn-nofeature-noha'
- 'os-nosdn-nofeature-ha'
Expand Down

0 comments on commit eeec59f

Please sign in to comment.