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

Unified Diff: appengine/swarming/server/bot_archive.py

Issue 2847153002: Cache/retrieve extracted CIPD packages in local isolate cache (Closed)
Patch Set: clean up formatting Created 3 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
« no previous file with comments | « no previous file | client/cipd.py » ('j') | client/cipd.py » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: appengine/swarming/server/bot_archive.py
diff --git a/appengine/swarming/server/bot_archive.py b/appengine/swarming/server/bot_archive.py
index ebcc7ca8fb1fe61f84421beb96ce532eceb2f497..b9c217026fd30af9abbcfadd4c5821a6d2bdacba 100644
--- a/appengine/swarming/server/bot_archive.py
+++ b/appengine/swarming/server/bot_archive.py
@@ -62,6 +62,7 @@ FILES = (
'bot_code/task_runner.py',
'client/auth.py',
'client/cipd.py',
+ 'client/isolate_format.py',
'client/isolate_storage.py',
'client/isolated_format.py',
'client/isolateserver.py',
« no previous file with comments | « no previous file | client/cipd.py » ('j') | client/cipd.py » ('J')

Powered by Google App Engine
This is Rietveld 408576698