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

Issue 405653004: add ACL-setting code to upload_rendered_skps.py (Closed)

Created:
6 years, 5 months ago by epoger
Modified:
6 years, 5 months ago
Reviewers:
borenet, rmistry
CC:
reviews_skia.org
Base URL:
https://skia.googlesource.com/buildbot.git@master
Visibility:
Public.

Description

add ACL-setting code to upload_rendered_skps.py BUG=skia:1942 Committed: https://skia.googlesource.com/buildbot/+/68c4f171aa73f1164ed88ea204b23e1f1a3e2e94

Patch Set 1 #

Patch Set 2 : add comment #

Total comments: 14

Patch Set 3 : GS_PREFIX #

Total comments: 3

Patch Set 4 : roll common deps; now using new gs_utils enum mechanism #

Patch Set 5 : created local gs_utils wrapper module #

Total comments: 3
Unified diffs Side-by-side diffs Delta from patch set Stats (+143 lines, -64 lines) Patch
M DEPS View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M slave/skia_slave_scripts/build_step.py View 1 2 3 4 1 chunk +0 lines, -4 lines 0 comments Download
M slave/skia_slave_scripts/upload_rendered_skps.py View 1 2 3 4 3 chunks +26 lines, -17 lines 0 comments Download
M slave/skia_slave_scripts/upload_skimage_results.py View 1 2 3 4 3 chunks +9 lines, -9 lines 0 comments Download
A slave/skia_slave_scripts/utils/gs_utils.py View 1 2 3 4 1 chunk +74 lines, -0 lines 3 comments Download
M slave/skia_slave_scripts/webpages_playback.py View 1 2 3 4 6 chunks +11 lines, -11 lines 0 comments Download
M tools/rebaseline_webpage_images.py View 1 2 3 4 6 chunks +22 lines, -22 lines 0 comments Download

Messages

Total messages: 13 (0 generated)
epoger
PTAL at patchset 2. Guys, if you could please *both* take a look I would ...
6 years, 5 months ago (2014-07-18 21:10:25 UTC) #1
epoger
I forgot to mention: You can check out the files (and permissions) of the files ...
6 years, 5 months ago (2014-07-18 21:15:07 UTC) #2
borenet
Looks mostly good, but I'd like to avoid piling more straw onto build_step.py's fragile back... ...
6 years, 5 months ago (2014-07-18 22:11:12 UTC) #3
epoger
Thanks, Eric... (and Ravi, PTAL) https://codereview.chromium.org/405653004/diff/20001/slave/skia_slave_scripts/build_step.py File slave/skia_slave_scripts/build_step.py (right): https://codereview.chromium.org/405653004/diff/20001/slave/skia_slave_scripts/build_step.py#newcode60 slave/skia_slave_scripts/build_step.py:60: ] On 2014/07/18 22:11:12, ...
6 years, 5 months ago (2014-07-21 13:42:51 UTC) #4
rmistry
LGTM https://codereview.chromium.org/405653004/diff/20001/slave/skia_slave_scripts/upload_rendered_skps.py File slave/skia_slave_scripts/upload_rendered_skps.py (right): https://codereview.chromium.org/405653004/diff/20001/slave/skia_slave_scripts/upload_rendered_skps.py#newcode35 slave/skia_slave_scripts/upload_rendered_skps.py:35: gs_bucket = skia_vars.GetGlobalVariable('googlestorage_bucket') On 2014/07/21 13:42:51, epoger wrote: ...
6 years, 5 months ago (2014-07-21 13:56:53 UTC) #5
borenet
https://codereview.chromium.org/405653004/diff/20001/slave/skia_slave_scripts/build_step.py File slave/skia_slave_scripts/build_step.py (right): https://codereview.chromium.org/405653004/diff/20001/slave/skia_slave_scripts/build_step.py#newcode60 slave/skia_slave_scripts/build_step.py:60: ] On 2014/07/21 13:42:51, epoger wrote: > On 2014/07/18 ...
6 years, 5 months ago (2014-07-21 14:07:47 UTC) #6
epoger
Thanks, guys! I think it's cleaner now... please see as of patchsets 4+5. https://codereview.chromium.org/405653004/diff/20001/slave/skia_slave_scripts/build_step.py File ...
6 years, 5 months ago (2014-07-21 20:01:32 UTC) #7
borenet
I like it! LGTM with question. https://codereview.chromium.org/405653004/diff/80001/slave/skia_slave_scripts/utils/gs_utils.py File slave/skia_slave_scripts/utils/gs_utils.py (right): https://codereview.chromium.org/405653004/diff/80001/slave/skia_slave_scripts/utils/gs_utils.py#newcode18 slave/skia_slave_scripts/utils/gs_utils.py:18: sys.path.insert(0, _COMMON_REPO_PATH) Doesn't ...
6 years, 5 months ago (2014-07-21 20:22:28 UTC) #8
epoger
https://codereview.chromium.org/405653004/diff/80001/slave/skia_slave_scripts/utils/gs_utils.py File slave/skia_slave_scripts/utils/gs_utils.py (right): https://codereview.chromium.org/405653004/diff/80001/slave/skia_slave_scripts/utils/gs_utils.py#newcode18 slave/skia_slave_scripts/utils/gs_utils.py:18: sys.path.insert(0, _COMMON_REPO_PATH) On 2014/07/21 20:22:28, borenet wrote: > Doesn't ...
6 years, 5 months ago (2014-07-21 20:26:51 UTC) #9
borenet
https://codereview.chromium.org/405653004/diff/80001/slave/skia_slave_scripts/utils/gs_utils.py File slave/skia_slave_scripts/utils/gs_utils.py (right): https://codereview.chromium.org/405653004/diff/80001/slave/skia_slave_scripts/utils/gs_utils.py#newcode18 slave/skia_slave_scripts/utils/gs_utils.py:18: sys.path.insert(0, _COMMON_REPO_PATH) On 2014/07/21 20:26:51, epoger wrote: > On ...
6 years, 5 months ago (2014-07-21 20:31:31 UTC) #10
epoger
The CQ bit was checked by epoger@google.com
6 years, 5 months ago (2014-07-21 20:33:57 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://skia-tree-status.appspot.com/cq/epoger@google.com/405653004/80001
6 years, 5 months ago (2014-07-21 20:35:09 UTC) #12
commit-bot: I haz the power
6 years, 5 months ago (2014-07-21 20:35:18 UTC) #13
Message was sent while issue was closed.
Change committed as 68c4f171aa73f1164ed88ea204b23e1f1a3e2e94

Powered by Google App Engine
This is Rietveld 408576698