aboutsummaryrefslogtreecommitdiffhomepage
path: root/infra/bots/gen_tasks.go
diff options
context:
space:
mode:
authorGravatar Ben Wagner <benjaminwagner@google.com>2018-06-15 09:19:13 -0400
committerGravatar Skia Commit-Bot <skia-commit-bot@chromium.org>2018-06-15 15:06:15 +0000
commit702fe01aab9e41474f0fc33b54290c49f5ead5e0 (patch)
tree94208024b3d18ba55f5ab902f57d48314a4e0c06 /infra/bots/gen_tasks.go
parent587f5a9a309feebee7bf069f762f5702baf4699e (diff)
Update kitchen to version built with Go 1.10.3.
Bug: chromium:836196 Change-Id: I865ce1601788ec0584453ac82dde95d9fd122393 Reviewed-on: https://skia-review.googlesource.com/135140 Commit-Queue: Eric Boren <borenet@google.com> Auto-Submit: Ben Wagner <benjaminwagner@google.com> Reviewed-by: Eric Boren <borenet@google.com>
Diffstat (limited to 'infra/bots/gen_tasks.go')
-rw-r--r--infra/bots/gen_tasks.go9
1 files changed, 6 insertions, 3 deletions
diff --git a/infra/bots/gen_tasks.go b/infra/bots/gen_tasks.go
index edb894118d..b758085d38 100644
--- a/infra/bots/gen_tasks.go
+++ b/infra/bots/gen_tasks.go
@@ -135,8 +135,11 @@ var (
},
}
- // versions of the following copied from
- // https://chrome-internal.googlesource.com/infradata/config/+/master/configs/cr-buildbucket/swarming_task_template.json#42
+ // Versions of the following copied from
+ // https://chrome-internal.googlesource.com/infradata/config/+/master/configs/cr-buildbucket/swarming_task_template_canary.json#42
+ // to test the fix for chromium:836196.
+ // (In the future we may want to use versions from
+ // https://chrome-internal.googlesource.com/infradata/config/+/master/configs/cr-buildbucket/swarming_task_template.json#42)
// TODO(borenet): Roll these versions automatically!
CIPD_PKGS_PYTHON = []*specs.CipdPackage{
&specs.CipdPackage{
@@ -150,7 +153,7 @@ var (
&specs.CipdPackage{
Name: "infra/tools/luci/kitchen/${platform}",
Path: ".",
- Version: "git_revision:70be31c3bdd7641a2648ad4a495612e923158b4b",
+ Version: "git_revision:546aae39f1fb9dce9add528e2011afa574535ecd",
},
&specs.CipdPackage{
Name: "infra/tools/luci-auth/${platform}",