Remove kilo jobs
Holding off on openstack-dev/devstack, openstack-dev/grenade, openstack-dev/pbr and openstack/requirements as their branches aren't gone quite yet. Change-Id: I12adc42629da0089b8520a6f06d3f59d9522fc02
This commit is contained in:
parent
3295b44be2
commit
e0a3fe6150
@ -1,83 +1,3 @@
|
||||
- job:
|
||||
name: gate-barbican-devstack-dsvm-oldstable
|
||||
node: ubuntu-trusty
|
||||
|
||||
wrappers:
|
||||
- build-timeout:
|
||||
timeout: 70
|
||||
- timestamps
|
||||
|
||||
builders:
|
||||
- link-logs
|
||||
- net-info
|
||||
- devstack-checkout
|
||||
- shell: |
|
||||
#!/bin/bash -xe
|
||||
export PYTHONUNBUFFERED=true
|
||||
export ENABLED_SERVICES=barbican,tempest,keystone
|
||||
export PROJECTS="openstack/barbican $PROJECTS"
|
||||
export PROJECTS="openstack/python-barbicanclient $PROJECTS"
|
||||
export DEVSTACK_LOCAL_CONFIG="enable_plugin barbican git://git.openstack.org/openstack/barbican"
|
||||
|
||||
function pre_test_hook {
|
||||
cd /opt/stack/new/barbican/functionaltests
|
||||
./pre_test_hook.sh
|
||||
}
|
||||
export -f pre_test_hook
|
||||
|
||||
function post_test_hook {
|
||||
cd /opt/stack/new/barbican/functionaltests
|
||||
./post_test_hook.sh
|
||||
}
|
||||
export -f post_test_hook
|
||||
|
||||
cp devstack-gate/devstack-vm-gate-wrap.sh ./safe-devstack-vm-gate-wrap.sh
|
||||
./safe-devstack-vm-gate-wrap.sh
|
||||
|
||||
publishers:
|
||||
- devstack-logs
|
||||
- console-log
|
||||
|
||||
- job:
|
||||
name: gate-barbican-dogtag-devstack-dsvm-f23-oldstable
|
||||
node: 'fedora-23'
|
||||
|
||||
wrappers:
|
||||
- build-timeout:
|
||||
timeout: 70
|
||||
- timestamps
|
||||
|
||||
builders:
|
||||
- link-logs
|
||||
- net-info
|
||||
- devstack-checkout
|
||||
- shell: |
|
||||
#!/bin/bash -xe
|
||||
export PYTHONUNBUFFERED=true
|
||||
export ENABLED_SERVICES=barbican,barbican-dogtag,tempest,keystone
|
||||
export PROJECTS="openstack/barbican $PROJECTS"
|
||||
export PROJECTS="openstack/python-barbicanclient $PROJECTS"
|
||||
export DEVSTACK_LOCAL_CONFIG="enable_plugin barbican git://git.openstack.org/openstack/barbican"
|
||||
|
||||
function pre_test_hook {
|
||||
cd /opt/stack/new/barbican/functionaltests
|
||||
./pre_test_hook.sh
|
||||
}
|
||||
export -f pre_test_hook
|
||||
|
||||
function post_test_hook {
|
||||
cd /opt/stack/new/barbican/functionaltests
|
||||
./post_test_hook.sh
|
||||
}
|
||||
export -f post_test_hook
|
||||
|
||||
cp devstack-gate/devstack-vm-gate-wrap.sh ./safe-devstack-vm-gate-wrap.sh
|
||||
./safe-devstack-vm-gate-wrap.sh
|
||||
|
||||
publishers:
|
||||
- devstack-logs
|
||||
- console-log
|
||||
|
||||
- job-template:
|
||||
name: 'gate-barbican-{plugin}-devstack-dsvm'
|
||||
node: '{node}'
|
||||
|
@ -1,17 +1,3 @@
|
||||
- job:
|
||||
name: gate-horizon-jshint
|
||||
node: ubuntu-trusty
|
||||
|
||||
builders:
|
||||
- gerrit-git-prep
|
||||
- install-distro-packages
|
||||
- revoke-sudo
|
||||
- tox:
|
||||
envlist: jshint
|
||||
|
||||
publishers:
|
||||
- console-log
|
||||
|
||||
- job:
|
||||
name: gate-horizon-dsvm-integration
|
||||
node: ubuntu-trusty
|
||||
|
@ -9795,10 +9795,6 @@
|
||||
datastore: 'mysql'
|
||||
job-suffix: ''
|
||||
branch-override: default
|
||||
- 'gate-trove-functional-dsvm-{datastore}{job-suffix}':
|
||||
datastore: 'mysql'
|
||||
job-suffix: '-kilo'
|
||||
branch-override: stable/kilo
|
||||
- 'gate-trove-functional-dsvm-{datastore}{job-suffix}':
|
||||
datastore: 'mysql'
|
||||
job-suffix: '-liberty'
|
||||
|
@ -1,42 +1,3 @@
|
||||
- job:
|
||||
name: gate-python-barbicanclient-devstack-dsvm-oldstable
|
||||
node: ubuntu-trusty
|
||||
|
||||
wrappers:
|
||||
- build-timeout:
|
||||
timeout: 70
|
||||
- timestamps
|
||||
|
||||
builders:
|
||||
- link-logs
|
||||
- net-info
|
||||
- devstack-checkout
|
||||
- shell: |
|
||||
#!/bin/bash -xe
|
||||
export PYTHONUNBUFFERED=true
|
||||
export ENABLED_SERVICES=barbican,tempest,keystone
|
||||
export PROJECTS="openstack/barbican $PROJECTS"
|
||||
export PROJECTS="openstack/python-barbicanclient $PROJECTS"
|
||||
|
||||
function pre_test_hook {
|
||||
cd /opt/stack/new/barbican/functionaltests
|
||||
./pre_test_hook.sh
|
||||
}
|
||||
export -f pre_test_hook
|
||||
|
||||
function post_test_hook {
|
||||
cd /opt/stack/new/python-barbicanclient/functionaltests
|
||||
./post_test_hook.sh
|
||||
}
|
||||
export -f post_test_hook
|
||||
|
||||
cp devstack-gate/devstack-vm-gate-wrap.sh ./safe-devstack-vm-gate-wrap.sh
|
||||
./safe-devstack-vm-gate-wrap.sh
|
||||
|
||||
publishers:
|
||||
- devstack-logs
|
||||
- console-log
|
||||
|
||||
- job:
|
||||
name: gate-python-barbicanclient-devstack-dsvm
|
||||
node: ubuntu-trusty
|
||||
|
417
zuul/layout.yaml
417
zuul/layout.yaml
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user