RETIRED, CI for the TripleO project
Go to file
Derek Higgins 8b05c2603f Use tripleo.sh to build packages
This also include switching to the mock based delorean, which I
imagine will slow ci down a little, I'll work on some speed ups.

Change-Id: I146b001fb853bcb19961c42eaa5b63184faef453
Depends-on: Iaef3553b9ce7ffd85357589fea673eb8a99f1fbf
2015-10-14 09:20:49 +01:00
docs Replace ci.o.o links with docs.o.o/infra 2015-05-14 21:45:50 +00:00
elements/testenv-worker Switch TE host VM to amd64 2015-02-02 17:07:18 +00:00
heat-templates Merge "Use baremetal_full to get the entire disk" 2014-08-14 00:43:49 +00:00
scripts Use sudo for pacemaker status output 2015-10-06 14:26:50 +02:00
.gitignore Update CI status report to generate HTML table. 2015-09-28 10:21:04 -04:00
.gitreview Add .gitreview file 2013-07-22 15:03:30 +01:00
README.md Update CI status report to generate HTML table. 2015-09-28 10:21:04 -04:00
requirements.txt Add setup/tox/requirements files 2015-09-28 10:18:38 -04:00
setup.cfg Add setup/tox/requirements files 2015-09-28 10:18:38 -04:00
setup.py Add setup/tox/requirements files 2015-09-28 10:18:38 -04:00
test-requirements.txt Add setup/tox/requirements files 2015-09-28 10:18:38 -04:00
testenv-client Log a warning if wait on a te worker is excessive 2014-06-10 15:54:02 +01:00
toci_gate_test.sh Use tripleo.sh to build packages 2015-10-14 09:20:49 +01:00
toci_instack.sh Use tripleo.sh to build packages 2015-10-14 09:20:49 +01:00
tox.ini Add setup/tox/requirements files 2015-09-28 10:18:38 -04: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.
  • Helper script(s) to generate CI status reports. (tox -ecireport -- -f)