commit | 5fbd31970425a9c0094839c99b63d8bfde605ee9 | [log] [tgz] |
---|---|---|
author | maruel <maruel@chromium.org> | Tue Aug 08 18:30:02 2017 |
committer | Commit Bot <commit-bot@chromium.org> | Tue Aug 08 18:30:02 2017 |
tree | ccd23c7770a0d386ec134a2838f04d755efd7e35 | |
parent | 623d6fc93ee051a7b7cd9b92670f89280da7ad6e [diff] |
swarming: use df's -l argument This doesn't have an effect on Ubuntu but does on OSX, as it trims 'map -hosts' and 'map auto_home' which confuses df output processing due to whitespace. This is not a big deal, just cleanup work. Manually tested on OSX 10.9, 10.12, Ubuntu 14.04 and 16.04. R=vadimsh@chromium.org BUG= Review-Url: https://codereview.chromium.org/2993943002
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.