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

Issue 1908013002: Add gpu_ipc_service_unittests to buildbot configs (Closed)

Created:
4 years, 8 months ago by Mark Dittmer
Modified:
4 years, 7 months ago
CC:
chromium-reviews, bsalomon_chromium, Fady Samuel, rjkroege, sadrul, piman, ccameron, brettw, Ken Russell (switch to Gerrit)
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Add gpu_ipc_service_unittests to buildbot configs BUG=604935 CQ_INCLUDE_TRYBOTS=tryserver.chromium.linux:linux_optional_gpu_tests_rel;tryserver.chromium.mac:mac_optional_gpu_tests_rel;tryserver.chromium.win:win_optional_gpu_tests_rel Committed: https://crrev.com/2ce53ac21030beccd430af5e7c9fd7dec3cf761e Cr-Commit-Position: refs/heads/master@{#391820}

Patch Set 1 #

Patch Set 2 : Add gpu_ipc_service_unittests_run and associated isolate #

Patch Set 3 : Add targets and isolate for gpu_ipc_service_unittests-as-apk #

Patch Set 4 : Add missing file dep to gpu_ipc_service_unittests.isolate #

Patch Set 5 : Re-align gpu_ipc_service_unittests isolate with config from gpu_unittests #

Patch Set 6 : Rebase and add more gpu_(ipc_service_)unittests #

Patch Set 7 : Add native_test dep to Android gpu_ipc_service_unittests #

Patch Set 8 : rebase #

Patch Set 9 : rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+449 lines, -9 lines) Patch
M gpu/gpu.gyp View 1 2 3 4 5 6 7 8 3 chunks +37 lines, -0 lines 0 comments Download
A + gpu/gpu_ipc_service_unittests.isolate View 1 2 3 4 4 chunks +5 lines, -5 lines 0 comments Download
A + gpu/gpu_ipc_service_unittests_apk.isolate View 1 2 1 chunk +3 lines, -3 lines 0 comments Download
M testing/buildbot/chromium.android.json View 1 2 3 4 5 6 7 8 9 chunks +36 lines, -1 line 0 comments Download
M testing/buildbot/chromium.chromiumos.json View 1 2 3 4 5 3 chunks +18 lines, -0 lines 0 comments Download
M testing/buildbot/chromium.fyi.json View 1 2 3 4 5 6 7 35 chunks +189 lines, -0 lines 0 comments Download
M testing/buildbot/chromium.linux.json View 1 2 3 4 5 6 7 8 6 chunks +27 lines, -0 lines 0 comments Download
M testing/buildbot/chromium.mac.json View 1 2 3 4 5 6 7 8 5 chunks +25 lines, -0 lines 0 comments Download
M testing/buildbot/chromium.memory.json View 3 chunks +18 lines, -0 lines 0 comments Download
M testing/buildbot/chromium.memory.fyi.json View 1 2 3 4 5 6 12 chunks +45 lines, -0 lines 0 comments Download
M testing/buildbot/chromium.webrtc.json View 1 2 3 4 5 3 chunks +3 lines, -0 lines 0 comments Download
M testing/buildbot/chromium.win.json View 1 2 3 4 5 6 7 5 chunks +25 lines, -0 lines 0 comments Download
M testing/buildbot/chromium_memory_trybot.json View 1 chunk +6 lines, -0 lines 0 comments Download
M testing/buildbot/chromium_trybot.json View 1 chunk +6 lines, -0 lines 0 comments Download
M testing/buildbot/client.v8.fyi.json View 1 chunk +1 line, -0 lines 0 comments Download
M testing/buildbot/gn_isolate_map.pyl View 1 2 3 4 5 6 7 1 chunk +4 lines, -0 lines 0 comments Download
M testing/buildbot/tryserver.v8.json View 1 chunk +1 line, -0 lines 0 comments Download

Messages

Total messages: 64 (29 generated)
Mark Dittmer
dpranke@, PTAL. I added gpu_ipc_service_unittests according to the following heuristic: 1. Should appear in files ...
4 years, 8 months ago (2016-04-21 14:27:09 UTC) #3
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1908013002/1 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1908013002/1
4 years, 8 months ago (2016-04-21 14:28:11 UTC) #5
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: linux_chromium_chromeos_compile_dbg_ng on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_chromeos_compile_dbg_ng/builds/188965) linux_chromium_chromeos_ozone_rel_ng on ...
4 years, 8 months ago (2016-04-21 14:35:09 UTC) #7
Dirk Pranke
lgtm. kbr@ - fyi ...
4 years, 8 months ago (2016-04-21 17:47:17 UTC) #8
Mark Dittmer
Add gpu_ipc_service_unittests_run and associated isolate
4 years, 8 months ago (2016-04-21 18:06:01 UTC) #9
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1908013002/20001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1908013002/20001
4 years, 8 months ago (2016-04-21 18:07:04 UTC) #12
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: linux_android_rel_ng on tryserver.chromium.android (JOB_FAILED, https://build.chromium.org/p/tryserver.chromium.android/builders/linux_android_rel_ng/builds/57974) win8_chromium_ng on ...
4 years, 8 months ago (2016-04-21 18:16:49 UTC) #14
Ken Russell (switch to Gerrit)
Sure would be nice if these files were autogenerated. Some enterprising person, please feel free ...
4 years, 8 months ago (2016-04-21 18:50:46 UTC) #16
Mark Dittmer
Add targets and isolate for gpu_ipc_service_unittests-as-apk
4 years, 8 months ago (2016-04-21 18:55:00 UTC) #17
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1908013002/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1908013002/40001
4 years, 8 months ago (2016-04-21 18:57:03 UTC) #19
Mark Dittmer
Add missing file dep to gpu_ipc_service_unittests.isolate
4 years, 8 months ago (2016-04-21 19:35:07 UTC) #20
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1908013002/60001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1908013002/60001
4 years, 8 months ago (2016-04-21 19:35:57 UTC) #24
Mark Dittmer
+piman@, PTAL at gpu build-and-test description changes.
4 years, 8 months ago (2016-04-21 19:36:19 UTC) #25
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: win_clang on tryserver.chromium.win (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.win/builders/win_clang/builds/10182)
4 years, 8 months ago (2016-04-21 20:12:08 UTC) #27
piman
lgtm
4 years, 8 months ago (2016-04-21 23:09:29 UTC) #28
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1908013002/60001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1908013002/60001
4 years, 8 months ago (2016-04-22 13:20:05 UTC) #30
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: linux_chromium_asan_rel_ng on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_asan_rel_ng/builds/150442)
4 years, 8 months ago (2016-04-22 14:06:45 UTC) #32
Mark Dittmer
Re-align gpu_ipc_service_unittests isolate with config from gpu_unittests
4 years, 8 months ago (2016-04-22 14:06:59 UTC) #33
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1908013002/80001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1908013002/80001
4 years, 8 months ago (2016-04-22 14:07:30 UTC) #35
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: mac_chromium_rel_ng on tryserver.chromium.mac (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.mac/builders/mac_chromium_rel_ng/builds/215954)
4 years, 8 months ago (2016-04-22 14:59:37 UTC) #37
Mark Dittmer
Rebase and add more gpu_(ipc_service_)unittests
4 years, 7 months ago (2016-04-27 20:01:05 UTC) #38
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1908013002/100001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1908013002/100001
4 years, 7 months ago (2016-04-27 20:29:20 UTC) #40
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: linux_android_rel_ng on tryserver.chromium.android (JOB_FAILED, https://build.chromium.org/p/tryserver.chromium.android/builders/linux_android_rel_ng/builds/61418)
4 years, 7 months ago (2016-04-27 22:39:27 UTC) #42
Mark Dittmer
Add native_test dep to Android gpu_ipc_service_unittests
4 years, 7 months ago (2016-04-29 20:15:18 UTC) #43
Mark Dittmer
rebase
4 years, 7 months ago (2016-05-02 17:38:49 UTC) #44
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1908013002/140001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1908013002/140001
4 years, 7 months ago (2016-05-02 17:39:57 UTC) #46
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: linux_android_rel_ng on tryserver.chromium.android (JOB_FAILED, https://build.chromium.org/p/tryserver.chromium.android/builders/linux_android_rel_ng/builds/63584)
4 years, 7 months ago (2016-05-02 19:44:10 UTC) #48
Mark Dittmer
rebase
4 years, 7 months ago (2016-05-03 20:00:26 UTC) #49
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1908013002/160001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1908013002/160001
4 years, 7 months ago (2016-05-03 20:03:39 UTC) #52
commit-bot: I haz the power
Try jobs failed on following builders: linux_android_rel_ng on tryserver.chromium.android (JOB_FAILED, https://build.chromium.org/p/tryserver.chromium.android/builders/linux_android_rel_ng/builds/64449)
4 years, 7 months ago (2016-05-03 21:53:54 UTC) #54
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1908013002/160001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1908013002/160001
4 years, 7 months ago (2016-05-04 14:48:55 UTC) #56
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: linux_android_rel_ng on tryserver.chromium.android (JOB_FAILED, https://build.chromium.org/p/tryserver.chromium.android/builders/linux_android_rel_ng/builds/64888)
4 years, 7 months ago (2016-05-04 16:45:31 UTC) #58
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1908013002/160001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1908013002/160001
4 years, 7 months ago (2016-05-05 14:23:41 UTC) #60
commit-bot: I haz the power
Committed patchset #9 (id:160001)
4 years, 7 months ago (2016-05-05 16:21:14 UTC) #62
commit-bot: I haz the power
4 years, 7 months ago (2016-05-05 16:22:51 UTC) #64
Message was sent while issue was closed.
Patchset 9 (id:??) landed as
https://crrev.com/2ce53ac21030beccd430af5e7c9fd7dec3cf761e
Cr-Commit-Position: refs/heads/master@{#391820}

Powered by Google App Engine
This is Rietveld 408576698