2015-07-15 15:58:58 -04:00
|
|
|
- job-template:
|
2016-12-08 22:05:01 +01:00
|
|
|
name: '{pipeline}-kolla-dsvm-{action}-{distro}-{type}-{node}{suffix}'
|
2015-07-15 15:58:58 -04:00
|
|
|
node: '{node}'
|
|
|
|
|
|
|
|
wrappers:
|
|
|
|
- build-timeout:
|
2016-09-07 09:23:07 -07:00
|
|
|
timeout: 90
|
2015-07-15 15:58:58 -04:00
|
|
|
- timestamps
|
|
|
|
|
2016-04-07 11:50:41 -04:00
|
|
|
builders:
|
|
|
|
- link-logs
|
|
|
|
- net-info
|
2016-08-05 11:06:58 +02:00
|
|
|
- zuul-git-prep-upper-constraints
|
2016-04-07 11:50:41 -04:00
|
|
|
- install-distro-packages
|
|
|
|
- shell: |
|
|
|
|
#!/bin/bash -xe
|
2016-12-05 22:36:54 +08:00
|
|
|
|
|
|
|
export ACTION={action}
|
|
|
|
export BASE_DISTRO={distro}
|
|
|
|
export INSTALL_TYPE={type}
|
|
|
|
|
|
|
|
tools/gate_run.sh
|
2016-04-07 11:50:41 -04:00
|
|
|
|
|
|
|
publishers:
|
|
|
|
- devstack-logs
|
2016-06-15 10:03:06 -04:00
|
|
|
- console-log
|
2016-11-23 17:35:17 -05:00
|
|
|
|
|
|
|
- job-template:
|
2016-12-08 22:05:01 +01:00
|
|
|
name: 'kolla-dsvm-build-{distro}-{type}-{node}{suffix}'
|
2016-11-23 17:35:17 -05:00
|
|
|
node: '{node}'
|
|
|
|
|
|
|
|
wrappers:
|
|
|
|
- build-timeout:
|
|
|
|
timeout: 90
|
|
|
|
- timestamps
|
|
|
|
|
|
|
|
builders:
|
|
|
|
- link-logs
|
|
|
|
- net-info
|
|
|
|
- zuul-git-prep-upper-constraints
|
|
|
|
- install-distro-packages
|
|
|
|
- shell: |
|
|
|
|
#!/bin/bash -xe
|
2016-12-05 22:36:54 +08:00
|
|
|
export ACTION=build
|
|
|
|
export BASE_DISTRO={distro}
|
|
|
|
export INSTALL_TYPE={type}
|
|
|
|
export PACK_REGISTRY=1
|
|
|
|
|
|
|
|
tools/gate_run.sh
|
2016-11-23 17:35:17 -05:00
|
|
|
|
|
|
|
publishers:
|
|
|
|
- devstack-logs
|
|
|
|
- scp:
|
|
|
|
site: 'tarballs.openstack.org'
|
|
|
|
files:
|
|
|
|
- source: 'images/*.tar.gz'
|
|
|
|
target: 'tarballs/kolla/images/'
|
|
|
|
- console-log
|
|
|
|
|
|
|
|
- job-group:
|
|
|
|
name: 'kolla-publish-image-jobs'
|
2016-12-08 22:05:01 +01:00
|
|
|
suffix: ''
|
2016-11-23 17:35:17 -05:00
|
|
|
type:
|
|
|
|
- binary
|
|
|
|
- source
|
|
|
|
jobs:
|
2016-12-08 22:05:01 +01:00
|
|
|
- 'kolla-dsvm-build-{distro}-{type}-{node}{suffix}':
|
2016-11-23 17:35:17 -05:00
|
|
|
distro: ubuntu
|
2017-02-03 19:14:00 +08:00
|
|
|
node: ubuntu-xenial
|
2016-12-08 22:05:01 +01:00
|
|
|
- 'kolla-dsvm-build-{distro}-{type}-{node}{suffix}':
|
2016-11-23 17:35:17 -05:00
|
|
|
distro:
|
|
|
|
- centos
|
|
|
|
- oraclelinux
|
2017-04-22 19:45:37 +02:00
|
|
|
node: centos-7
|