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

Unified Diff: infra/bots/tasks.json

Issue 2426863003: Fix SKP version in tasks.json, make upload_skps.py update tasks.json (Closed)
Patch Set: Created 4 years, 2 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 | infra/bots/upload_skps.py » ('j') | infra/bots/upload_skps.py » ('J')
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 61c45ff38cfa6fb54e08002742300eec02d24f48..1e2855798a8135cb9f990be49776d7c90710993e 100644
--- a/infra/bots/tasks.json
+++ b/infra/bots/tasks.json
@@ -138,7 +138,7 @@
{
"name": "skia/bots/skp",
"path": "skp",
- "version": "version:10"
+ "version": "version:12"
},
{
"name": "skia/bots/svg",
@@ -185,7 +185,7 @@
{
"name": "skia/bots/skp",
"path": "skp",
- "version": "version:10"
+ "version": "version:12"
},
{
"name": "skia/bots/svg",
@@ -231,7 +231,7 @@
{
"name": "skia/bots/skp",
"path": "skp",
- "version": "version:10"
+ "version": "version:12"
},
{
"name": "skia/bots/svg",
« no previous file with comments | « no previous file | infra/bots/upload_skps.py » ('j') | infra/bots/upload_skps.py » ('J')

Powered by Google App Engine
This is Rietveld 408576698