83e3264d61
This PS adds a multinode test job and removes the tox code that was just a no-op. Change-Id: Ic3b411553af522d8800d2aaf131c7790c672bded
44 lines
993 B
YAML
44 lines
993 B
YAML
- job-template:
|
|
name: '{pipeline}-kolla-kubernetes-{action}-{distro}-{type}-{config}{job-suffix}'
|
|
node: '{node}'
|
|
|
|
wrappers:
|
|
- build-timeout:
|
|
timeout: 60
|
|
- timestamps
|
|
|
|
builders:
|
|
- link-logs
|
|
- net-info
|
|
- zuul-git-prep-upper-constraints
|
|
- install-distro-packages
|
|
- shell: |
|
|
#!/bin/bash -xe
|
|
tools/setup_gate.sh {action} {distro} {type} {config} {node} shell
|
|
|
|
publishers:
|
|
- devstack-logs
|
|
- console-log
|
|
|
|
- job-template:
|
|
name: '{pipeline}-kolla-kubernetes-ansible-workflow-{config}{job-suffix}'
|
|
node: '{node}'
|
|
|
|
wrappers:
|
|
- build-timeout:
|
|
timeout: 60
|
|
- timestamps
|
|
|
|
builders:
|
|
- link-logs
|
|
- net-info
|
|
- zuul-git-prep-upper-constraints
|
|
- install-distro-packages
|
|
- shell: |
|
|
#!/bin/bash -xe
|
|
tools/setup_gate.sh deploy centos binary {config} {node} ansible
|
|
|
|
publishers:
|
|
- devstack-logs
|
|
- console-log
|