RETIRED, CI for the TripleO project
Go to file
Derek Higgins 48c51e9783 Use devtest_testenv default when building CI TE
Resources allocated to our CI testenvs should match the current
default that developers are using. So use the same defaults when
building a testenv. This will result in the testenv defining nodes
with 2G of memory instead of 4G.

Also export NODE_ARCH, without doing this it would be ignored.

Change-Id: I1ee2a9ce661822cfca24c407607fa82f479efc16
2014-05-07 00:38:22 +01:00
elements/testenv-worker Use devtest_testenv default when building CI TE 2014-05-07 00:38:22 +01:00
heat-templates Expose more testenv parameters 2014-03-25 16:10:24 +00:00
.gitignore Ignore editor backup files. 2013-09-17 08:39:52 +12:00
.gitreview Add .gitreview file 2013-07-22 15:03:30 +01:00
README.md Remove old school TOCI files 2014-01-22 22:43:10 -05:00
testenv-client Kill commands that outlive test env 2014-03-11 00:22:47 +00:00
toci_devtest.sh Revert "Revert nova https://review.openstack.org/#/c/86643" 2014-04-14 22:13:04 +01:00
toci_gate_test.sh Merge "Remove unneeded setup from toci_gate_test.sh" 2014-03-30 01:13:30 +00:00

README.md

toci

Description

TripleO CI test framework.

Tools to help run CI jobs for TripleO. Includes things like:

  • Shell scripts to help execute jobs on CI slave nodes (Jenkins slaves)
  • A test environment broker framework which uses a client-server model to execute jobs on a remote bare metal machine in an isolated test environment (using VMs).
  • Image elements to help build images for the test environment broker nodes.
  • Heat templates to help deploy and maintain test environment nodes using an undercloud.