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

Unified Diff: appengine/swarming/cipd.py

Issue 2037253002: run_isolated.py: install CIPD packages (Closed) Base URL: https://chromium.googlesource.com/external/github.com/luci/luci-py@master
Patch Set: fix client fetching Created 4 years, 6 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 | « no previous file | appengine/swarming/server/bot_archive.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: appengine/swarming/cipd.py
diff --git a/appengine/swarming/cipd.py b/appengine/swarming/cipd.py
index c212c3d107333e60e74d3aadfdc0ef99afb4f1c2..d04a087800194dca5f81e7745c39a40cc395ec40 100644
--- a/appengine/swarming/cipd.py
+++ b/appengine/swarming/cipd.py
@@ -23,7 +23,8 @@ TAG_MAX_LEN = 400
# The values of the parameters are computed on the bot.
#
# Platform parameter value is "<os>-<arch>" string, where
-# os can be "linux", "mac" or "windows" and arch can be "386", "amd64" or "arm".
+# os can be "linux", "mac" or "windows" and arch can be "386", "amd64" or
+# "armv6l".
PARAM_PLATFORM = '${platform}'
# OS version parameter defines major and minor version of the OS distribution.
# It is useful if package depends on .dll/.so libraries provided by the OS.
« no previous file with comments | « no previous file | appengine/swarming/server/bot_archive.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698