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

Issue 2380553002: Enable goma on pdfium buildbots by default. (Closed)

Created:
4 years, 2 months ago by tikuta
Modified:
4 years, 2 months ago
CC:
chromium-reviews, infra-reviews+build_chromium.org, kjellander-cc_chromium.org
Target Ref:
refs/heads/master
Project:
build
Visibility:
Public.

Description

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+4453 lines, -72 lines) Patch
M scripts/slave/recipes/pdfium.py View 5 chunks +14 lines, -3 lines 0 comments Download
M scripts/slave/recipes/pdfium.expected/android.json View 2 chunks +193 lines, -3 lines 0 comments Download
M scripts/slave/recipes/pdfium.expected/drm_win_xfa.json View 4 chunks +193 lines, -3 lines 0 comments Download
M scripts/slave/recipes/pdfium.expected/linux.json View 3 chunks +193 lines, -3 lines 0 comments Download
M scripts/slave/recipes/pdfium.expected/linux_asan_lsan.json View 3 chunks +193 lines, -3 lines 0 comments Download
M scripts/slave/recipes/pdfium.expected/linux_no_v8.json View 3 chunks +193 lines, -3 lines 0 comments Download
M scripts/slave/recipes/pdfium.expected/linux_skia.json View 2 chunks +193 lines, -3 lines 0 comments Download
M scripts/slave/recipes/pdfium.expected/linux_xfa.json View 3 chunks +193 lines, -3 lines 0 comments Download
M scripts/slave/recipes/pdfium.expected/linux_xfa_asan_lsan.json View 3 chunks +193 lines, -3 lines 0 comments Download
M scripts/slave/recipes/pdfium.expected/linux_xfa_rel.json View 3 chunks +193 lines, -3 lines 0 comments Download
M scripts/slave/recipes/pdfium.expected/mac.json View 3 chunks +193 lines, -3 lines 0 comments Download
M scripts/slave/recipes/pdfium.expected/mac_no_v8.json View 3 chunks +193 lines, -3 lines 0 comments Download
M scripts/slave/recipes/pdfium.expected/mac_skia.json View 2 chunks +193 lines, -3 lines 0 comments Download
M scripts/slave/recipes/pdfium.expected/mac_xfa.json View 3 chunks +193 lines, -3 lines 0 comments Download
M scripts/slave/recipes/pdfium.expected/mac_xfa_rel.json View 3 chunks +193 lines, -3 lines 0 comments Download
M scripts/slave/recipes/pdfium.expected/try-linux_xfa_asan_lsan.json View 3 chunks +193 lines, -3 lines 0 comments Download
M scripts/slave/recipes/pdfium.expected/win.json View 3 chunks +193 lines, -3 lines 0 comments Download
M scripts/slave/recipes/pdfium.expected/win_no_v8.json View 3 chunks +193 lines, -3 lines 0 comments Download
M scripts/slave/recipes/pdfium.expected/win_skia.json View 2 chunks +193 lines, -3 lines 0 comments Download
M scripts/slave/recipes/pdfium.expected/win_xfa.json View 3 chunks +193 lines, -3 lines 0 comments Download
M scripts/slave/recipes/pdfium.expected/win_xfa_32.json View 3 chunks +193 lines, -3 lines 0 comments Download
M scripts/slave/recipes/pdfium.expected/win_xfa_clang.json View 3 chunks +193 lines, -3 lines 0 comments Download
M scripts/slave/recipes/pdfium.expected/win_xfa_clang_32.json View 3 chunks +193 lines, -3 lines 0 comments Download
M scripts/slave/recipes/pdfium.expected/win_xfa_rel.json View 3 chunks +193 lines, -3 lines 0 comments Download

Messages

Total messages: 14 (7 generated)
tikuta
PTAL. diff of pdfium.py is not different from the last reverted CL. subprocess.Popen in goma ...
4 years, 2 months ago (2016-09-28 05:39:46 UTC) #2
Dirk Pranke
lgtm
4 years, 2 months ago (2016-09-28 16:17:54 UTC) #7
Paweł Hajdan Jr.
LGTM
4 years, 2 months ago (2016-09-28 19:08:56 UTC) #8
tikuta
Thank you for review. I commit this and rebuild latest success build of following buildbot ...
4 years, 2 months ago (2016-09-29 01:59:20 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2380553002/1
4 years, 2 months ago (2016-09-29 01:59:40 UTC) #11
commit-bot: I haz the power
Committed patchset #1 (id:1) as https://chromium.googlesource.com/chromium/tools/build/+/d1a446fed9dca1ce0cdf0d5abdc2b5e45b4e9976
4 years, 2 months ago (2016-09-29 02:04:01 UTC) #13
tikuta
4 years, 2 months ago (2016-09-29 02:15:08 UTC) #14
Message was sent while issue was closed.
A revert of this CL (patchset #1 id:1) has been created in
https://codereview.chromium.org/2377193002/ by tikuta@chromium.org.

The reason for reverting is:
https://uberchromegw.corp.google.com/i/client.pdfium/builders/windows

https://uberchromegw.corp.google.com/i/client.pdfium/builders/windows/builds/...

Traceback (most recent call last):
  File
"E:\b\build\scripts/slave\recipe_modules\goma\resources\cloudtail_utils.py",
line 63, in <module>
    sys.exit(main())
  File
"E:\b\build\scripts/slave\recipe_modules\goma\resources\cloudtail_utils.py",
line 52, in main
    start_cloudtail(args)
  File
"E:\b\build\scripts/slave\recipe_modules\goma\resources\cloudtail_utils.py",
line 26, in start_cloudtail
    close_fds=True)
  File "E:\b\depot_tools\python276_bin\lib\subprocess.py", line 666, in __init__
    raise ValueError("close_fds is not supported on Windows "
ValueError: close_fds is not supported on Windows platforms if you redirect
stdin/stdout/stderr.

Powered by Google App Engine
This is Rietveld 408576698