1d21cd635f
This repo was created from filter branching the openstack-infra/ config repo. This process brought a lot of cruft with it in the form of directories that we no longer need. This patch removes that cruft so we begin with a tidier repo. Change-Id: Ibffad1b11c0c5f84eedfb0365369f60c4961a0f3
258 lines
7.5 KiB
YAML
258 lines
7.5 KiB
YAML
- job:
|
|
name: 'check-tripleo-novabm-undercloud-precise-nonha'
|
|
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 OVERCLOUD_CONTROLSCALE=1
|
|
export USE_IRONIC=0
|
|
sudo chown -hR $(whoami) /opt/git
|
|
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-nonha'
|
|
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 OVERCLOUD_CONTROLSCALE=1
|
|
export USE_IRONIC=1
|
|
sudo chown -hR $(whoami) /opt/git
|
|
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-novabm-overcloud-precise-nonha'
|
|
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 OVERCLOUD_CONTROLSCALE=1
|
|
export USE_IRONIC=0
|
|
sudo chown -hR $(whoami) /opt/git
|
|
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-novabm-overcloud-f20-nonha'
|
|
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
|
|
export USE_IRONIC=0
|
|
sudo chown -hR $(whoami) /opt/git
|
|
export OVERCLOUD_CONTROLSCALE=1
|
|
export USE_CIRROS=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
|
|
|
|
# This job is aiming to become:
|
|
# check-tripleo-ironic-undercloud-overcloud-precise-ha-reboot
|
|
- job:
|
|
name: 'check-tripleo-ironic-overcloud-precise-ha'
|
|
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 OVERCLOUD_CONTROLSCALE=3
|
|
export USE_IRONIC=1
|
|
export USE_CIRROS=1
|
|
export TRIPLEO_DEBUG=1
|
|
sudo chown -hR $(whoami) /opt/git
|
|
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-vlan-precise-nonha'
|
|
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 OVERCLOUD_CONTROLSCALE=1
|
|
export USE_IRONIC=1
|
|
sudo chown -hR $(whoami) /opt/git
|
|
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
|
|
|