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

Unified Diff: infra/services/master_lifecycle/__init__.py

Issue 1108523002: Add buildbot state machine and master_manager tool. (Closed) Base URL: https://chromium.googlesource.com/infra/infra.git@daemon_bot_lib_merge
Patch Set: Fix lockfile issues. Created 5 years, 8 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
Index: infra/services/master_lifecycle/__init__.py
diff --git a/infra/services/master_lifecycle/__init__.py b/infra/services/master_lifecycle/__init__.py
new file mode 100644
index 0000000000000000000000000000000000000000..665badb11556d34eb4c66f224a2aef4da18c706b
--- /dev/null
+++ b/infra/services/master_lifecycle/__init__.py
@@ -0,0 +1,7 @@
+# Copyright 2015 The Chromium Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+from infra.services.master_lifecycle.buildbot_state import collect_evidence
+from infra.services.master_lifecycle.buildbot_state import \
+ construct_pattern_matcher
« no previous file with comments | « no previous file | infra/services/master_lifecycle/buildbot_state.py » ('j') | infra/services/master_lifecycle/buildbot_state.py » ('J')

Powered by Google App Engine
This is Rietveld 408576698