Clone this repo:
  1. 0776618 auth: Add 'get_service_account_certificates' method. by vadimsh · 4 days ago master
  2. 54cfb98 Add enum field for vSphere backend by smut · 4 days ago
  3. d0f8b7d Detect Pub/Sub lease reclamation messages from Machine Provider by smut · 4 days ago
  4. ea445f8 Basic structure for machine tokens and trusted dimensions support. by vadimsh · 4 days ago
  5. 299b777 Remove the notion of host token headers. by vadimsh · 4 days ago

LUCI

LUCI is an ensemble of services that work together to run large scale CI (continuous integration) infrastructure. It is used by the Chromium project.

See the wiki for more details.

See appengine/ for the services provided.

Installing

  1. Install Google AppEngine SDK.
  2. git clone https://github.com/luci/luci-py

Code layout

Versioning

  • Branch master constains the latest code.
  • Branch stable contains the stable code.

Contributing

  • Sign the Google CLA.
  • Make sure your 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\[email protected]"
# 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.

License

This project is licensed under Apache v2.0 license. See LICENSE for details.