Fix creation of .bazelrc

Commit 889848b576ab2da07565a115982735437bbd888b added a .bazelrc
in the checkout root but some project have the workspace root
in a different location, so the position where we were creating
that .bazelrc was incorrect.

Also update project that depend on tensorflow to correctly write
this rc file.

Change-Id: I985ec969d7cf66399010bcd2ea3b6b8165504f24
2 files changed
tree: 810c4cb9b82fb968841b79364e748e05f67952a8
  1. base/
  2. docs/
  3. gce/
  4. gcr/
  5. gerrit-github-sync/
  6. jenkins/
  7. mac/
  8. templating/
  9. .gitignore
  10. AUTHORS
  11. CONTRIBUTING.md
  12. CONTRIBUTORS
  13. LICENSE.txt
  14. README.md
  15. WORKSPACE
README.md

Bazel continous integration setup

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 master and the Jenkins slaves
  • workflow: explains the CI workflow, and how you can test local changes with jenkins-staging
  • jobs: explains what jobs are running on the CI