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

Unified Diff: infra/bots/tasks.json

Issue 2301413003: [task scheduler] Fix CIPD package versions (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 4 years, 3 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: infra/bots/tasks.json
diff --git a/infra/bots/tasks.json b/infra/bots/tasks.json
index 709af0398fb92ce0be882b212a18a8c3c41de59a..03f09f8b02c52d1409da8bffe37a00fa93b482cd 100644
--- a/infra/bots/tasks.json
+++ b/infra/bots/tasks.json
@@ -20,17 +20,17 @@
"cipd_packages": [{
"name": "skia/bots/skimage",
"path": "skimage",
- "version": 4
+ "version": "version:4"
},
{
"name": "skia/bots/skp",
"path": "skp",
- "version": 6
+ "version": "version:6"
},
{
"name": "skia/bots/svg",
"path": "svg",
- "version": 1
+ "version": "version:1"
}],
"dependencies": ["Build-Ubuntu-GCC-x86_64-Release-GN"],
"dimensions": ["pool:Skia", "os:Ubuntu", "cpu:x86-64-avx2", "gpu:none"],
@@ -50,17 +50,17 @@
"cipd_packages": [{
"name": "skia/bots/skimage",
"path": "skimage",
- "version": 4
+ "version": "version:4"
},
{
"name": "skia/bots/skp",
"path": "skp",
- "version": 6
+ "version": "version:6"
},
{
"name": "skia/bots/svg",
"path": "svg",
- "version": 1
+ "version": "version:1"
}],
"dependencies": ["Build-Ubuntu-GCC-x86_64-Release-GN"],
"dimensions": ["pool:Skia", "os:Ubuntu", "cpu:x86-64-avx2", "gpu:none"],
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698