commit | e2446c313fc7ee2d9e4081cb472044e1a1b2a99c | [log] [tgz] |
---|---|---|
author | Klaus Aehlig <aehlig@google.com> | Wed Sep 20 17:08:22 2017 +0200 |
committer | Klaus Aehlig <aehlig@google.com> | Wed Sep 20 17:17:16 2017 +0200 |
tree | 64cc1e596493f834cab996b88659a31213de7cbd | |
parent | 1d48b13f537e50783608f2c848f69102b81d11a7 [diff] |
BazelUtils.showFailedActions: correctly convert Correctly cast events to string (the introduction of += in the code review of the last change to that method removed the implicit conversion). Change-Id: Ie7fca226941c15a3b2fea9a90b2a7b7d8dce4d66
This workspace contains the setup for the continuous integration system of Bazel. This setup is based on docker images built by bazel.
If you are a user of the CI system, you might be interested in the following document:
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.
Finally, our docker rules needs authentication which is configured with the credential helper:
gcloud components install docker-credential-gcr export DOCKER_CONFIG="$(docker-credential-gcr configure-docker | sed -E 's|/config.json .*$||')"
You might want to permanently set your DOCKER_CONFIG
environment, e.g. in your ~/.bash_profile
:
echo "export DOCKER_CONFIG='${DOCKER_CONFIG}'" >> ~/.bash_profile
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.