Merge "Make jenkins user own /opt/git for tripleo-ci builds"
This commit is contained in:
commit
a24bcddded
@ -21,6 +21,7 @@
|
||||
export DIB_COMMON_ELEMENTS="common-venv stackuser pypi-openstack"
|
||||
export TRIPLEO_TEST=seed
|
||||
export USE_IRONIC=1
|
||||
sudo chown -hR $(whoami) /opt/git
|
||||
function gate_hook {
|
||||
bash -xe /opt/stack/new/tripleo-ci/toci_gate_test.sh
|
||||
}
|
||||
@ -61,6 +62,7 @@
|
||||
export DIB_COMMON_ELEMENTS="common-venv stackuser pypi-openstack"
|
||||
export TRIPLEO_TEST=undercloud
|
||||
export USE_IRONIC=0
|
||||
sudo chown -hR $(whoami) /opt/git
|
||||
function gate_hook {
|
||||
bash -xe /opt/stack/new/tripleo-ci/toci_gate_test.sh
|
||||
}
|
||||
@ -101,6 +103,7 @@
|
||||
export DIB_COMMON_ELEMENTS="common-venv stackuser pypi-openstack"
|
||||
export TRIPLEO_TEST=undercloud
|
||||
export USE_IRONIC=1
|
||||
sudo chown -hR $(whoami) /opt/git
|
||||
function gate_hook {
|
||||
bash -xe /opt/stack/new/tripleo-ci/toci_gate_test.sh
|
||||
}
|
||||
@ -141,6 +144,7 @@
|
||||
export DIB_COMMON_ELEMENTS="common-venv stackuser pypi-openstack"
|
||||
export TRIPLEO_TEST=overcloud
|
||||
export USE_IRONIC=0
|
||||
sudo chown -hR $(whoami) /opt/git
|
||||
function gate_hook {
|
||||
bash -xe /opt/stack/new/tripleo-ci/toci_gate_test.sh
|
||||
}
|
||||
@ -180,6 +184,7 @@
|
||||
export GEARDSERVER=192.168.1.1
|
||||
export DIB_COMMON_ELEMENTS="common-venv stackuser pypi-openstack"
|
||||
export TRIPLEO_TEST=overcloud
|
||||
sudo chown -hR $(whoami) /opt/git
|
||||
function gate_hook {
|
||||
bash -xe /opt/stack/new/tripleo-ci/toci_gate_test.sh
|
||||
}
|
||||
@ -220,6 +225,7 @@
|
||||
export DIB_COMMON_ELEMENTS="common-venv stackuser pypi-openstack"
|
||||
export TRIPLEO_TEST=vlan
|
||||
export USE_IRONIC=1
|
||||
sudo chown -hR $(whoami) /opt/git
|
||||
function gate_hook {
|
||||
bash -xe /opt/stack/new/tripleo-ci/toci_gate_test.sh
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user