Revert "Temporarily stop uploading to partner bucket in RecreateSKPs bot"
This reverts commit 6945c946ea
.
Reason for revert: Should be able to upload to partner bucket now
Original change's description:
> Temporarily stop uploading to partner bucket in RecreateSKPs bot
>
> Bug: skia:6797
> Change-Id: I812837d02b90b78b6df3980649ccf6362e939afc
> Reviewed-on: https://skia-review.googlesource.com/20820
> Commit-Queue: Ravi Mistry <rmistry@google.com>
> Reviewed-by: Eric Boren <borenet@google.com>
TBR=borenet@google.com,rmistry@google.com
# Not skipping CQ checks because original CL landed > 1 day ago.
Bug: skia:6797
Change-Id: I145275da0050da01fca3e6e9c3c5efd84bdadea1
Reviewed-on: https://skia-review.googlesource.com/21738
Reviewed-by: Ravi Mistry <rmistry@google.com>
Commit-Queue: Ravi Mistry <rmistry@google.com>
This commit is contained in:
parent
cf54081a09
commit
0f3942fc24
@ -208,7 +208,8 @@
|
||||
"--browser_executable",
|
||||
"[CUSTOM_/_B_WORK]/src/out/Release/chrome",
|
||||
"--target_dir",
|
||||
"[START_DIR]/skp_output"
|
||||
"[START_DIR]/skp_output",
|
||||
"--upload_to_partner_bucket"
|
||||
],
|
||||
"cwd": "[CUSTOM_/_B_WORK]/skia",
|
||||
"env": {
|
||||
|
@ -208,7 +208,8 @@
|
||||
"--browser_executable",
|
||||
"[CUSTOM_/_B_WORK]/src/out/Release/chrome",
|
||||
"--target_dir",
|
||||
"[START_DIR]/skp_output"
|
||||
"[START_DIR]/skp_output",
|
||||
"--upload_to_partner_bucket"
|
||||
],
|
||||
"cwd": "[CUSTOM_/_B_WORK]/skia",
|
||||
"env": {
|
||||
|
@ -68,9 +68,8 @@ def RunSteps(api):
|
||||
'--chrome_src_path', src_dir,
|
||||
'--browser_executable', src_dir.join('out', 'Release', 'chrome'),
|
||||
'--target_dir', output_dir]
|
||||
# TODO(rmistry): Uncomment the below after skbug.com/6797 is fixed.
|
||||
# if 'Canary' not in api.properties['buildername']:
|
||||
# cmd.append('--upload_to_partner_bucket')
|
||||
if 'Canary' not in api.properties['buildername']:
|
||||
cmd.append('--upload_to_partner_bucket')
|
||||
with api.context(cwd=api.vars.skia_dir):
|
||||
api.run(api.step, 'Recreate SKPs', cmd=cmd)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user