Move py34-with-oslo-master jobs to xenial
Use py35 instead of py35 and run all jobs on xenial. Update everywhere for the change. Change-Id: Iac709afe104b8242b8a99946f823afb8a310533c
This commit is contained in:
@@ -37,7 +37,7 @@ dashboard:
|
||||
span: 4
|
||||
targets:
|
||||
- target: alias(movingAverage(asPercent(transformNull(stats_counts.zuul.pipeline.periodic.job.periodic-neutron-py27-with-oslo-master.FAILURE),sum(stats_counts.zuul.pipeline.periodic.job.periodic-neutron-py27-with-oslo-master.{SUCCESS,FAILURE})),'24hours'), 'periodic-neutron-py27-with-oslo-master')
|
||||
- target: alias(movingAverage(asPercent(transformNull(stats_counts.zuul.pipeline.periodic.job.periodic-neutron-py34-with-oslo-master.FAILURE),sum(stats_counts.zuul.pipeline.periodic.job.periodic-neutron-py34-with-oslo-master.{SUCCESS,FAILURE})),'24hours'), 'periodic-neutron-py34-with-oslo-master')
|
||||
- target: alias(movingAverage(asPercent(transformNull(stats_counts.zuul.pipeline.periodic.job.periodic-neutron-py35-with-oslo-master.FAILURE),sum(stats_counts.zuul.pipeline.periodic.job.periodic-neutron-py35-with-oslo-master.{SUCCESS,FAILURE})),'24hours'), 'periodic-neutron-py35-with-oslo-master')
|
||||
- target: alias(movingAverage(asPercent(transformNull(stats_counts.zuul.pipeline.periodic.job.periodic-neutron-py35-with-neutron-lib-master.FAILURE),sum(stats_counts.zuul.pipeline.periodic.job.periodic-neutron-py35-with-neutron-lib-master.{SUCCESS,FAILURE})),'24hours'), 'periodic-neutron-py35-with-neutron-lib-master')
|
||||
type: graph
|
||||
- title: Graphs
|
||||
|
||||
@@ -212,7 +212,7 @@
|
||||
|
||||
- job-template:
|
||||
name: 'periodic-{name}-{python}-with-oslo-master'
|
||||
node: ubuntu-trusty
|
||||
node: ubuntu-xenial
|
||||
|
||||
wrappers:
|
||||
- build-timeout:
|
||||
@@ -614,7 +614,7 @@
|
||||
- 'periodic-{name}-{python}-with-oslo-master':
|
||||
python:
|
||||
- py27
|
||||
- py34
|
||||
- py35
|
||||
|
||||
- job-group:
|
||||
name: periodic-python-jobs-with-neutron-lib-master
|
||||
|
||||
@@ -88,20 +88,20 @@ commands =
|
||||
{[testenv]commands}
|
||||
EOF
|
||||
|
||||
if grep "^\[testenv:py34\]" tox.ini
|
||||
if grep "^\[testenv:py35\]" tox.ini
|
||||
then
|
||||
cat << EOF >> tox.ini
|
||||
|
||||
[testenv:py34-oslo-master]
|
||||
[testenv:py35-oslo-master]
|
||||
posargs =
|
||||
commands =
|
||||
bash oslo-from-master.sh
|
||||
{[testenv:py34]commands}
|
||||
{[testenv:py35]commands}
|
||||
EOF
|
||||
else
|
||||
cat << EOF >> tox.ini
|
||||
|
||||
[testenv:py34-oslo-master]
|
||||
[testenv:py35-oslo-master]
|
||||
posargs =
|
||||
commands =
|
||||
bash oslo-from-master.sh
|
||||
|
||||
@@ -448,7 +448,7 @@ project-templates:
|
||||
- name: periodic-jobs-with-oslo-master
|
||||
periodic:
|
||||
- 'periodic-{name}-py27-with-oslo-master'
|
||||
- 'periodic-{name}-py34-with-oslo-master'
|
||||
- 'periodic-{name}-py35-with-oslo-master'
|
||||
|
||||
- name: periodic-jobs-with-neutron-lib-master
|
||||
periodic:
|
||||
|
||||
Reference in New Issue
Block a user