project-config/jenkins/jobs/kolla-kubernetes.yaml
Serguei Bezverkhi 7169823bd1 Enabling epel before bindeps for python34
Enabling epel before bindeps for python34

Change-Id: I1a7c1e4b40c62950ca20958a5ee84460f984c036
2017-04-13 13:18:28 -04:00

57 lines
1.4 KiB
YAML

- job-template:
name: 'gate-kolla-kubernetes-{action}-{distro}-{type}-{ver}-{config}{suffix}'
node: '{node}'
wrappers:
- build-timeout:
timeout: 60
- timestamps
builders:
- link-logs
- net-info
- zuul-git-prep-upper-constraints
- shell: |
#!/bin/bash -xe
sudo yum-config-manager --enable epel || true
- install-distro-packages
- shell: |
#!/bin/bash -xe
tools/setup_gate.sh {action} {distro} {type} {config} {node} shell {ver} gate
publishers:
- devstack-logs
- console-log
- job-template:
name: 'periodic-kolla-kubernetes-{action}-{distro}-{type}-{ver}-{config}'
node: '{node}'
wrappers:
- build-timeout:
timeout: 60
- timestamps
builders:
- link-logs
- net-info
- zuul-git-prep-upper-constraints
- shell: |
#!/bin/bash -xe
sudo yum-config-manager --enable epel || true
- install-distro-packages
- shell: |
#!/bin/bash -xe
tools/setup_gate.sh {action} {distro} {type} {config} {node} shell {ver} periodic
publishers:
- devstack-logs
- scp:
site: 'tarballs.openstack.org'
files:
- source: 'UPLOAD_CONTAINERS/*'
target: 'tarballs/kolla-kubernetes/gate/containers/'
keep-hierarchy: false
copy-after-failure: false
- console-log