Add config file to bypass CQ for this repo

Nothing in CrOS proper will build from this repo. Only kokoro
uses this repo.

BUG=none
TEST=kokoro trybot

Change-Id: Ifa9d9bf991ebadd2f1207ed1737cd5a4b04c055a
Reviewed-on: https://chromium-review.googlesource.com/1509856
Commit-Ready: Stephen Barber <smbarber@chromium.org>
Tested-by: Stephen Barber <smbarber@chromium.org>
Tested-by: kokoro <noreply+kokoro@google.com>
Reviewed-by: Zach Reizner <zachr@chromium.org>
1 file changed
tree: fe2c0ffaa9984df23baa79d5d174c85c4f501921
  1. cros-adapta/
  2. cros-apt-config/
  3. cros-garcon/
  4. cros-guest-tools/
  5. cros-notificationd/
  6. cros-pulse-config/
  7. cros-sftp/
  8. cros-sommelier/
  9. cros-sommelier-config/
  10. cros-sudo-config/
  11. cros-systemd-overrides/
  12. cros-tast-tests/
  13. cros-ui-config/
  14. cros-wayland/
  15. docs/
  16. kokoro/
  17. lxd/
  18. .gitignore
  19. COMMIT-QUEUE.ini
  20. LICENSE
  21. README.md
  22. WORKSPACE
README.md

cros-container-guest-tools

Overview

These are the guest packages for setting up a container to integrate with Chrome OS. This includes build scripts that are run in Google's internal continuous integration service.

Building

The guest packages can be built with Bazel. The CrOS milestone to target and release name (stretch, buster, etc.) are required.

bazel build //... --action_env="MILESTONE=74" --action_env="RELEASE=buster"