Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(86)

Side by Side Diff: README.md

Issue 1747503003: WIP. CQ load test and Rietveld and Buildbucket. (Closed) Base URL: https://github.com/luci/luci-go.git@master
Patch Set: Created 4 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 luci-go: LUCI services and tools in Go 1 luci-go: LUCI services and tools in Go
2 ====================================== 2 ======================================
3 3
4 [![GoDoc](https://godoc.org/github.com/luci/luci-go?status.svg)](https://godoc.o rg/github.com/luci/luci-go) 4 [![GoDoc](https://godoc.org/github.com/luci/luci-go?status.svg)](https://godoc.o rg/github.com/luci/luci-go)
5 [![Build Status](https://travis-ci.org/luci/luci-go.svg?branch=master)](https:// travis-ci.org/luci/luci-go) 5 [![Build Status](https://travis-ci.org/luci/luci-go.svg?branch=master)](https:// travis-ci.org/luci/luci-go)
6 [![Coverage Status](https://coveralls.io/repos/luci/luci-go/badge.svg?branch=mas ter&service=github)](https://coveralls.io/github/luci/luci-go?branch=master) 6 [![Coverage Status](https://coveralls.io/repos/luci/luci-go/badge.svg?branch=mas ter&service=github)](https://coveralls.io/github/luci/luci-go?branch=master)
7 7
8 Installing 8 Installing
9 ---------- 9 ----------
10 10
(...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after
57 # hack hack 57 # hack hack
58 58
59 git commit -a -m "This is awesome\nR=joe@example.com" 59 git commit -a -m "This is awesome\nR=joe@example.com"
60 # This will ask for your Google Account credentials. 60 # This will ask for your Google Account credentials.
61 git cl upload -s 61 git cl upload -s
62 # Wait for LGTM over email. 62 # Wait for LGTM over email.
63 # Check the commit queue box in codereview website. 63 # Check the commit queue box in codereview website.
64 # Wait for the change to be tested and landed automatically. 64 # Wait for the change to be tested and landed automatically.
65 65
66 Use `git cl help` and `git cl help <cmd>` for more details. 66 Use `git cl help` and `git cl help <cmd>` for more details.
67
68
69 If you are reading this, perhaps CQ has committed something it shouldn't have.
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698