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

Unified Diff: infra/services/master_manager_launcher/test/data/valid.json

Issue 1128783003: Add master_manager_launch script which launches master_manager scripts for each master on a host. (Closed) Base URL: https://chromium.googlesource.com/infra/infra.git@master
Patch Set: Address agable's comments. Created 5 years, 7 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_manager_launcher/test/data/valid.json
diff --git a/infra/services/master_manager_launcher/test/data/valid.json b/infra/services/master_manager_launcher/test/data/valid.json
new file mode 100644
index 0000000000000000000000000000000000000000..c64a04488207d7e0302ab8f17ccf16162bca3bb8
--- /dev/null
+++ b/infra/services/master_manager_launcher/test/data/valid.json
@@ -0,0 +1,5 @@
+{
+ "master.chromium.fyi": [
+ {"desired_state": "running", "transition_time_utc": 4000}
+ ]
+}

Powered by Google App Engine
This is Rietveld 408576698