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

Unified Diff: commit-queue/README

Issue 135363007: Delete public commit queue to avoid confusion after move to internal repo (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/
Patch Set: Created 6 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « commit-queue/PRESUBMIT.py ('k') | commit-queue/WATCHLISTS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: commit-queue/README
===================================================================
--- commit-queue/README (revision 249146)
+++ commit-queue/README (working copy)
@@ -1,30 +0,0 @@
-Commit queue master process scripts.
-
-This script requires privileged access to be able to impersonate svn
-credentials. When it detects it's not run on the main server, it will run in
-'dry run' mode where it has no effect; it doesn't modify issues on rietveld or
-commit patches.
-
-
-Design overview:
-
-The commit queue process runs a tight loop that does 2 things in parallel:
-- Scans for new reviews on a rietveld instance with commit bit (c+) set and
- enqueue these to the commit queue.
-- Manages the pending entries in the commit queue by testing each item
- independently and committing as soon as all the signals for a specific review
- are green.
-
-The life of a pending commit is:
-- If any of the following steps fail; mark the review c-, remove from the queue
- and add a comment on the review.
- - Run presubmit scripts and make sure there is a LGTM from a valid reviewer.
- - Send the patch to the try server on relevant builders and run relevant
- tests.
- - Wait for all try jobs completes and be green.
- - Sync local checkout to HEAD.
- - Apply the patch.
- - Commit as the user.
-
-Each verification step is done through a Verifier plug-in. Every Verifier is a
-single python file in verifications/.
« no previous file with comments | « commit-queue/PRESUBMIT.py ('k') | commit-queue/WATCHLISTS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698