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

Unified Diff: appengine/swarming/proto/bots.proto

Issue 2689483004: swarming: Add server-side implementation for supplemental bot_config (Closed)
Patch Set: rebase Created 3 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
Index: appengine/swarming/proto/bots.proto
diff --git a/appengine/swarming/proto/bots.proto b/appengine/swarming/proto/bots.proto
index 9973e05638928e54dec574e4689a5691aad8edd1..e3ee0d2cae4cf5b8a20f984b9c586ae6e445f489 100644
--- a/appengine/swarming/proto/bots.proto
+++ b/appengine/swarming/proto/bots.proto
@@ -116,6 +116,9 @@ message BotGroup {
//
// Each dimension is a "<key>:<value>" pair.
repeated string dimensions = 22;
+
+ // Additional config script to inject into the swarming bot upon handshake.
+ optional string bot_config_script = 23;
}

Powered by Google App Engine
This is Rietveld 408576698