commit | 623d6fc93ee051a7b7cd9b92670f89280da7ad6e | [log] [tgz] |
---|---|---|
author | smut <smut@google.com> | Mon Aug 07 23:52:36 2017 |
committer | Commit Bot <commit-bot@chromium.org> | Mon Aug 07 23:52:36 2017 |
tree | 3b25fb0b01165f1d754e38593e2ae1450f77be87 | |
parent | 55e6a2a93ab96fb928638aca733ae399eec4d8e0 [diff] |
Include zone in GCE instance base name To prevent ending up with a same-named instance in two different zones, since Machine Provider expects to key on the combination of backend:hostname. Bug: 753079 Review-Url: https://codereview.chromium.org/2996623002
LUCI is an ensemble of services that work together to run large scale CI (continuous integration) infrastructure to get results in O(1). It is used by the Chromium project.
See appengine/ for the services provided.
A complete CI toolkit:
master
constains the latest code.stable
contains the stable code.user.email
and user.name
are configured in git config
.Run the following to setup the code review tool and create your first review:
git clone https://chromium.googlesource.com/chromium/tools/depot_tools.git $HOME/src/depot_tools export PATH="$PATH:$HOME/src/depot_tools" cd luci-py git checkout -b work origin/master # hack hack git commit -a -m "This is awesome\nR=joe@example.com" # This will ask for your Google Account credentials. git cl upload -s # Wait for LGTM over email. # Check the commit queue box in codereview website. # Wait for the change to be tested and landed automatically.
Use git cl help
and git cl help <cmd>
for more details.
This project is licensed under Apache v2.0 license. See LICENSE for details.