Clean-up github jobs creation and simplify job lists
Some minor change:
- Reorganized jenkins/jobs/BUILD which is the only
file to modify now to add/reconfigure/remove a job
- Changed the default org to be bazelbuild not google.
Tested: diffed generated XML files and tarball
Differences:
- No longer generate XML for removed dash job
- Correctly filter out continuous-integration for test system
- Use regex to filter out the job view rather that maintain
Skylark lists.
Change-Id: Ia10535e14611bdd517f7a346c643cc1049b72b08
This workspace contains the setup for the continuous integration system of Bazel. This setup is based on docker images built by bazel.
Make sure you have a Bazel installed with a recent enough version of it. Also make sure gcloud and docker are correctly configured on your machine. Only docker version 1.10 or later is supported.
More documentation:
init.sh: initializes the whole CI platform. This may delete VMs and do other irreversible changes, so handle with care.vm.sh: lets you control the machines (e.g. start/stop them, create/delete/reimage them), including the Jenkins controller and the executor nodes.