RETIRED, CI for the TripleO project
Go to file
Dan Prince 2a620be9b0 Add TOCI_GIT_CHECKOUT option.
Added a new option to control whether toci checks out the
various tripleO git repos it uses (incubator, diskimage_builder, etc.).

Also, internally reworks the git clone directory names we so they just
use the project names and not the GitHub org names as well.

These changes should facilitate easier integration within the upstream
jenkins.
2013-05-21 14:58:06 -04:00
patches Removing no longer needed patch 2013-05-20 22:40:25 +01:00
patches_dev Adding patch to help speed up development 2013-05-17 16:42:28 +01:00
.gitignore Tells git to ignore *.swp files. 2013-05-17 12:44:47 +01:00
README.md Add TOCI_GIT_CHECKOUT option. 2013-05-21 14:58:06 -04:00
toci.sh Add TOCI_GIT_CHECKOUT option. 2013-05-21 14:58:06 -04:00
toci_cleanup.sh call virsh with sudo in cleanup script 2013-05-17 17:58:39 +01:00
toci_functions.sh Add TOCI_GIT_CHECKOUT option. 2013-05-21 14:58:06 -04:00
toci_git.sh Add TOCI_GIT_CHECKOUT option. 2013-05-21 14:58:06 -04:00
toci_setup.sh Add TOCI_GIT_CHECKOUT option. 2013-05-21 14:58:06 -04:00
toci_test.sh Add TOCI_GIT_CHECKOUT option. 2013-05-21 14:58:06 -04:00
updated_launch.sh Adding run log with simple timeings 2013-05-17 14:40:50 +01:00

README.md

toci

TripleO CI tests

edit ~/.toci and add values for

TOCI_UPLOAD=0
TOCI_RESULTS_SERVER=1.2.3.4
TOCI_CLEANUP=1
TOCI_REMOVE=1
TOCI_GIT_CHECKOUT=1
export http_proxy=http://1.2.3.4:3128
export https_proxy=http://1.2.3.4:3128

then run updated_launch.sh (this does a git update) or toci.sh