
TripleO is looking at switching the default of the USE_IRONIC environment variable from 0 to 1, which means we should also set it for all jobs, so that when the default changes it doesn't cause other side effects. Change-Id: Ifc7c77da2699cae735fc3c2bab452d97d4407941
240 lines
6.7 KiB
YAML
240 lines
6.7 KiB
YAML
- job:
|
|
name: 'check-tripleo-ironic-seed-precise'
|
|
node: 'tripleo-precise'
|
|
|
|
wrappers:
|
|
- build-timeout:
|
|
timeout: 125
|
|
- timestamps
|
|
|
|
builders:
|
|
- link-logs
|
|
- net-info
|
|
- devstack-checkout
|
|
- shell: |
|
|
#!/bin/bash -xe
|
|
export PYTHONUNBUFFERED=true
|
|
export DEVSTACK_GATE_TIMEOUT=120
|
|
export DEVSTACK_GATE_TEMPEST=0
|
|
export DEVSTACK_GATE_EXERCISES=0
|
|
export GEARDSERVER=192.168.1.1
|
|
export DIB_COMMON_ELEMENTS="common-venv stackuser pypi-openstack"
|
|
export TRIPLEO_TEST=seed
|
|
export USE_IRONIC=1
|
|
function gate_hook {
|
|
bash -xe /opt/stack/new/tripleo-ci/toci_gate_test.sh
|
|
}
|
|
export -f gate_hook
|
|
cp devstack-gate/devstack-vm-gate-wrap.sh ./safe-devstack-vm-gate-wrap.sh
|
|
./safe-devstack-vm-gate-wrap.sh
|
|
|
|
publishers:
|
|
- scp:
|
|
site: 'static.openstack.org'
|
|
files:
|
|
- target: 'logs/$LOG_PATH'
|
|
source: 'logs/**'
|
|
keep-hierarchy: true
|
|
copy-after-failure: true
|
|
- console-log
|
|
|
|
- job:
|
|
name: 'check-tripleo-undercloud-precise'
|
|
node: 'tripleo-precise'
|
|
|
|
wrappers:
|
|
- build-timeout:
|
|
timeout: 125
|
|
- timestamps
|
|
|
|
builders:
|
|
- link-logs
|
|
- net-info
|
|
- devstack-checkout
|
|
- shell: |
|
|
#!/bin/bash -xe
|
|
export PYTHONUNBUFFERED=true
|
|
export DEVSTACK_GATE_TIMEOUT=120
|
|
export DEVSTACK_GATE_TEMPEST=0
|
|
export DEVSTACK_GATE_EXERCISES=0
|
|
export GEARDSERVER=192.168.1.1
|
|
export DIB_COMMON_ELEMENTS="common-venv stackuser pypi-openstack"
|
|
export TRIPLEO_TEST=undercloud
|
|
export USE_IRONIC=0
|
|
function gate_hook {
|
|
bash -xe /opt/stack/new/tripleo-ci/toci_gate_test.sh
|
|
}
|
|
export -f gate_hook
|
|
cp devstack-gate/devstack-vm-gate-wrap.sh ./safe-devstack-vm-gate-wrap.sh
|
|
./safe-devstack-vm-gate-wrap.sh
|
|
|
|
publishers:
|
|
- scp:
|
|
site: 'static.openstack.org'
|
|
files:
|
|
- target: 'logs/$LOG_PATH'
|
|
source: 'logs/**'
|
|
keep-hierarchy: true
|
|
copy-after-failure: true
|
|
- console-log
|
|
|
|
- job:
|
|
name: 'check-tripleo-ironic-undercloud-precise'
|
|
node: 'tripleo-precise'
|
|
|
|
wrappers:
|
|
- build-timeout:
|
|
timeout: 125
|
|
- timestamps
|
|
|
|
builders:
|
|
- link-logs
|
|
- net-info
|
|
- devstack-checkout
|
|
- shell: |
|
|
#!/bin/bash -xe
|
|
export PYTHONUNBUFFERED=true
|
|
export DEVSTACK_GATE_TIMEOUT=120
|
|
export DEVSTACK_GATE_TEMPEST=0
|
|
export DEVSTACK_GATE_EXERCISES=0
|
|
export GEARDSERVER=192.168.1.1
|
|
export DIB_COMMON_ELEMENTS="common-venv stackuser pypi-openstack"
|
|
export TRIPLEO_TEST=undercloud
|
|
export USE_IRONIC=1
|
|
function gate_hook {
|
|
bash -xe /opt/stack/new/tripleo-ci/toci_gate_test.sh
|
|
}
|
|
export -f gate_hook
|
|
cp devstack-gate/devstack-vm-gate-wrap.sh ./safe-devstack-vm-gate-wrap.sh
|
|
./safe-devstack-vm-gate-wrap.sh
|
|
|
|
publishers:
|
|
- scp:
|
|
site: 'static.openstack.org'
|
|
files:
|
|
- target: 'logs/$LOG_PATH'
|
|
source: 'logs/**'
|
|
keep-hierarchy: true
|
|
copy-after-failure: true
|
|
- console-log
|
|
|
|
- job:
|
|
name: 'check-tripleo-overcloud-precise'
|
|
node: 'tripleo-precise'
|
|
|
|
wrappers:
|
|
- build-timeout:
|
|
timeout: 145
|
|
- timestamps
|
|
|
|
builders:
|
|
- link-logs
|
|
- net-info
|
|
- devstack-checkout
|
|
- shell: |
|
|
#!/bin/bash -xe
|
|
export PYTHONUNBUFFERED=true
|
|
export DEVSTACK_GATE_TIMEOUT=140
|
|
export DEVSTACK_GATE_TEMPEST=0
|
|
export DEVSTACK_GATE_EXERCISES=0
|
|
export GEARDSERVER=192.168.1.1
|
|
export DIB_COMMON_ELEMENTS="common-venv stackuser pypi-openstack"
|
|
export TRIPLEO_TEST=overcloud
|
|
export USE_IRONIC=0
|
|
function gate_hook {
|
|
bash -xe /opt/stack/new/tripleo-ci/toci_gate_test.sh
|
|
}
|
|
export -f gate_hook
|
|
cp devstack-gate/devstack-vm-gate-wrap.sh ./safe-devstack-vm-gate-wrap.sh
|
|
./safe-devstack-vm-gate-wrap.sh
|
|
|
|
publishers:
|
|
- scp:
|
|
site: 'static.openstack.org'
|
|
files:
|
|
- target: 'logs/$LOG_PATH'
|
|
source: 'logs/**'
|
|
keep-hierarchy: true
|
|
copy-after-failure: true
|
|
- console-log
|
|
|
|
- job:
|
|
name: 'check-tripleo-overcloud-f20'
|
|
node: 'tripleo-f20'
|
|
|
|
wrappers:
|
|
- build-timeout:
|
|
timeout: 145
|
|
- timestamps
|
|
|
|
builders:
|
|
- link-logs
|
|
- net-info
|
|
- devstack-checkout
|
|
- shell: |
|
|
#!/bin/bash -xe
|
|
export PYTHONUNBUFFERED=true
|
|
export DEVSTACK_GATE_TIMEOUT=140
|
|
export DEVSTACK_GATE_TEMPEST=0
|
|
export DEVSTACK_GATE_EXERCISES=0
|
|
export GEARDSERVER=192.168.1.1
|
|
export DIB_COMMON_ELEMENTS="common-venv stackuser pypi-openstack"
|
|
export TRIPLEO_TEST=overcloud
|
|
function gate_hook {
|
|
bash -xe /opt/stack/new/tripleo-ci/toci_gate_test.sh
|
|
}
|
|
export -f gate_hook
|
|
cp devstack-gate/devstack-vm-gate-wrap.sh ./safe-devstack-vm-gate-wrap.sh
|
|
./safe-devstack-vm-gate-wrap.sh
|
|
|
|
publishers:
|
|
- scp:
|
|
site: 'static.openstack.org'
|
|
files:
|
|
- target: 'logs/$LOG_PATH'
|
|
source: 'logs/**'
|
|
keep-hierarchy: true
|
|
copy-after-failure: true
|
|
- console-log
|
|
|
|
- job:
|
|
name: 'check-tripleo-vlan-precise'
|
|
node: 'tripleo-precise'
|
|
|
|
wrappers:
|
|
- build-timeout:
|
|
timeout: 145
|
|
- timestamps
|
|
|
|
builders:
|
|
- link-logs
|
|
- net-info
|
|
- devstack-checkout
|
|
- shell: |
|
|
#!/bin/bash -xe
|
|
export PYTHONUNBUFFERED=true
|
|
export DEVSTACK_GATE_TIMEOUT=140
|
|
export DEVSTACK_GATE_TEMPEST=0
|
|
export DEVSTACK_GATE_EXERCISES=0
|
|
export GEARDSERVER=192.168.1.1
|
|
export DIB_COMMON_ELEMENTS="common-venv stackuser pypi-openstack"
|
|
export TRIPLEO_TEST=vlan
|
|
export USE_IRONIC=1
|
|
function gate_hook {
|
|
bash -xe /opt/stack/new/tripleo-ci/toci_gate_test.sh
|
|
}
|
|
export -f gate_hook
|
|
cp devstack-gate/devstack-vm-gate-wrap.sh ./safe-devstack-vm-gate-wrap.sh
|
|
./safe-devstack-vm-gate-wrap.sh
|
|
|
|
publishers:
|
|
- scp:
|
|
site: 'static.openstack.org'
|
|
files:
|
|
- target: 'logs/$LOG_PATH'
|
|
source: 'logs/**'
|
|
keep-hierarchy: true
|
|
copy-after-failure: true
|
|
- console-log
|
|
|