Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
IronicDrivers
ci-project-config
Commits
632b1a0f
Commit
632b1a0f
authored
Feb 28, 2018
by
Ricardo Araujo
Browse files
Merge branch 'feature/5169' into 'master'
Updates of ci-project-config See merge request
!16
parents
ff9e17a0
250fc044
Changes
1
Show whitespace changes
Inline
Side-by-side
jenkins/jobs/ironic.yaml
View file @
632b1a0f
...
...
@@ -216,6 +216,8 @@
DEVSTACK_GATE_PROJECTS_OVERRIDE="openstack/ironic-python-agent $DEVSTACK_GATE_PROJECTS_OVERRIDE"
DEVSTACK_GATE_PROJECTS_OVERRIDE="openstack/tempest $DEVSTACK_GATE_PROJECTS_OVERRIDE"
sudo apt-get install -y libffi-dev libssl-dev
export DEVSTACK_GATE_PROJECTS_OVERRIDE
export PYTHONUNBUFFERED=true
export DEVSTACK_GATE_TEMPEST={run_tempest}
...
...
@@ -228,10 +230,10 @@
export DEVSTACK_GATE_TEMPEST_BAREMETAL_BUILD_TIMEOUT=1200
export TEMPEST_CONCURRENCY=1
export OVERRIDE_ENABLED_SERVICES=dstat,g-api,g-reg,key,mysql,n-api,n-cond,n-cpu,n-crt,n-sch,q-agt,q-dhcp,q-l3,q-meta,q-svc,neutron,rabbit,s-account,s-container,s-object,s-proxy,ironic,ir-api,ir-cond,tempest
export OVERRIDE_ENABLED_SERVICES=dstat,g-api,g-reg,key,mysql,n-api,n-
api-meta,n-
cond,n-cpu,n-crt,n-sch,q-agt,q-dhcp,q-l3,q-meta,q-svc,neutron,rabbit,s-account,s-container,s-object,s-proxy,ironic,ir-api,ir-cond,tempest
if [ "$ZUUL_BRANCH" == "master" ] ; then
export OVERRIDE_ENABLED_SERVICES+=,placement-api,placement-client
,n-api-meta
if [ "$ZUUL_BRANCH" == "master" ]
|| [ "$ZUUL_BRANCH" == "stable/pike" ]
; then
export OVERRIDE_ENABLED_SERVICES+=,placement-api,placement-client
elif [ "$ZUUL_BRANCH" == "stable/ocata" ] ; then
export OVERRIDE_ENABLED_SERVICES+=,n-cell,placement-api,placement-client
fi
...
...
@@ -265,6 +267,7 @@
PIP_MIRROR_CONF="\
[global]
timeout = 200
index-url = https://pypi.python.org/simple
extra-index-url = http://10.11.4.24:3141/root/pypi/+simple
[install]
...
...
@@ -430,12 +433,13 @@
sudo apt-get update && sudo apt-get install -y qemu-kvm libvirt-bin
fi
git clone https://git.lsd.ufcg.edu.br/ironicdrivers/oneview-integration-tests.git ~/oneview-integration-tests
cd ~/oneview-integration-tests
if [ "1" == "1" ] ; then
git clone -b feature/hponeview https://git.lsd.ufcg.edu.br/ironicdrivers/oneview-integration-tests-utils ~/oneview-integration-tests-utils
cd ~/oneview-integration-tests-utils
bash prepare_test_clean.sh
cd -
fi
}
}
}
export -f pre_test_hook
if [ "{run-custom-power-and-management-tests}" == "1" ] ; then
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment