Commit 3723457a authored by Brian Sheedy's avatar Brian Sheedy Committed by Commit Bot

Roll goldctl

Rolls the goldctl version to pick up recent changes, including the
ability for goldctl to provide diffs for local testing.

Also updates the GPU Gold code in order to provide the now-required
--crs and --cis arguments when running on trybots.

TBR=ynovikov@chromium.org

Bug: 1030349
Change-Id: I3a3bd880a8c754441ff2f343ebb49eb610b5c7b0
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1949082Reviewed-by: default avatarBrian Sheedy <bsheedy@chromium.org>
Commit-Queue: Brian Sheedy <bsheedy@chromium.org>
Cr-Commit-Position: refs/heads/master@{#721204}
parent 4283a7b9
......@@ -1534,7 +1534,7 @@ deps = {
'packages': [
{
'package': 'skia/tools/goldctl/linux-amd64',
'version': 'git_revision:343c20ec0539c9d390d11dc566eab245561234f9',
'version': 'git_revision:660c5b7be6c56a5567bb4ff489d5d8ce4477dc02',
},
],
'dep_type': 'cipd',
......@@ -1544,7 +1544,7 @@ deps = {
'packages': [
{
'package': 'skia/tools/goldctl/windows-amd64',
'version': 'git_revision:343c20ec0539c9d390d11dc566eab245561234f9',
'version': 'git_revision:660c5b7be6c56a5567bb4ff489d5d8ce4477dc02',
},
],
'dep_type': 'cipd',
......@@ -1554,7 +1554,7 @@ deps = {
'packages': [
{
'package': 'skia/tools/goldctl/mac-amd64',
'version': 'git_revision:343c20ec0539c9d390d11dc566eab245561234f9',
'version': 'git_revision:660c5b7be6c56a5567bb4ff489d5d8ce4477dc02',
},
],
'dep_type': 'cipd',
......
......@@ -349,7 +349,11 @@ class SkiaGoldIntegrationTestBase(gpu_integration_test.GpuIntegrationTest):
'--patchset',
parsed_options.review_patch_set,
'--jobid',
parsed_options.buildbucket_build_id
parsed_options.buildbucket_build_id,
'--crs',
'gerrit',
'--cis',
'buildbucket',
]
return build_id_args
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment