|
|
Chromium Code Reviews|
Created:
4 years, 1 month ago by fjhenigman Modified:
4 years, 1 month ago CC:
chromium-reviews, jam, darin-cc_chromium.org, piman+watch_chromium.org Target Ref:
refs/pending/heads/master Project:
chromium Visibility:
Public. |
Descriptionadditional_compile_targets:all for ChromiumOS
Change the waterfall 'builders' lists to dictionaries so we can specify
arbitrary stuff to come through in the generated json.
Add '"additional_compile_targets": ["All"]' to GPU FYI
"Linux ChromiumOS Builder."
BUG=chromium:665701
CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:linux_optional_gpu_tests_rel;master.tryserver.chromium.mac:mac_optional_gpu_tests_rel;master.tryserver.chromium.win:win_optional_gpu_tests_rel;master.tryserver.chromium.android:android_optional_gpu_tests_rel
Committed: https://crrev.com/1290391b53c0574a7209d5d03d365a9b5a09ecf3
Cr-Commit-Position: refs/heads/master@{#432783}
Patch Set 1 #Patch Set 2 : additional_compile_targets:all for ChromiumOS #Patch Set 3 : additional_compile_targets:all for ChromiumOS #
Messages
Total messages: 30 (14 generated)
Description was changed from ========== generate_buildbot_json: builders need properties Change the waterfall 'builders' lists to dictionaries so we can specify arbitrary stuff to come through in the generated json. BUG=chromium:665701 ========== to ========== generate_buildbot_json: builders need properties Change the waterfall 'builders' lists to dictionaries so we can specify arbitrary stuff to come through in the generated json. BUG=chromium:665701 CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:linux_optional_gpu_tests_rel;master.tryserver.chromium.mac:mac_optional_gpu_tests_rel;master.tryserver.chromium.win:win_optional_gpu_tests_rel;master.tryserver.chromium.android:android_optional_gpu_tests_rel ==========
Description was changed from ========== generate_buildbot_json: builders need properties Change the waterfall 'builders' lists to dictionaries so we can specify arbitrary stuff to come through in the generated json. BUG=chromium:665701 CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:linux_optional_gpu_tests_rel;master.tryserver.chromium.mac:mac_optional_gpu_tests_rel;master.tryserver.chromium.win:win_optional_gpu_tests_rel;master.tryserver.chromium.android:android_optional_gpu_tests_rel ========== to ========== generate_buildbot_json: builders need properties Change the waterfall 'builders' lists to dictionaries so we can specify arbitrary stuff to come through in the generated json. BUG=chromium:665701 CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:linux_optional_gpu_tests_rel;master.tryserver.chromium.mac:mac_optional_gpu_tests_rel;master.tryserver.chromium.win:win_optional_gpu_tests_rel;master.tryserver.chromium.android:android_optional_gpu_tests_rel ==========
fjhenigman@chromium.org changed reviewers: + jmadill@chromium.org
This what you had in mind Jamie? After this, putting '"additional_compile_targets": ["All"]' into "Linux ChromiumOS Builder" is another change.
Looks fine - can you actually put the change for ChromiumOS in this CL as well, then run the generator? That way we can see if it works.
On 2016/11/16 14:43:47, Jamie Madill wrote: > Looks fine - can you actually put the change for ChromiumOS in this CL as well, > then run the generator? That way we can see if it works. I've tested locally and it produces the desired json (by inspection, not tested). To me this seems like it should be two CLs, but if you disagree I'll defer. I didn't upload the second CL because I don't know if that works, one CL depending on another. I've done it in gerrit before but I think it's different here.
On 2016/11/16 19:19:43, fjhenigman wrote: > On 2016/11/16 14:43:47, Jamie Madill wrote: > > Looks fine - can you actually put the change for ChromiumOS in this CL as > well, > > then run the generator? That way we can see if it works. > > I've tested locally and it produces the desired json (by inspection, not > tested). > To me this seems like it should be two CLs, but if you disagree I'll defer. > I didn't upload the second CL because I don't know if that works, one CL > depending on another. I've done it in gerrit before but I think it's different > here. yes, Chromium has a more single-CL ecosystem. Please make it one CL. Also it would help test the CL more quickly.
jmadill@chromium.org changed reviewers: + kbr@chromium.org
LGTM, nice work Frank. Ken can you review this since you're an owner? This should fix the problem of the waterfall bot only building 'aura_builder' on the gpu.fyi version. See the non-gpu.fyi version json file here: https://cs.chromium.org/chromium/src/testing/buildbot/chromium.chromiumos.json
Description was changed from ========== generate_buildbot_json: builders need properties Change the waterfall 'builders' lists to dictionaries so we can specify arbitrary stuff to come through in the generated json. BUG=chromium:665701 CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:linux_optional_gpu_tests_rel;master.tryserver.chromium.mac:mac_optional_gpu_tests_rel;master.tryserver.chromium.win:win_optional_gpu_tests_rel;master.tryserver.chromium.android:android_optional_gpu_tests_rel ========== to ========== additional_compile_targets:all for ChromiumOS Change the waterfall 'builders' lists to dictionaries so we can specify arbitrary stuff to come through in the generated json. BUG=chromium:665701 CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:linux_optional_gpu_tests_rel;master.tryserver.chromium.mac:mac_optional_gpu_tests_rel;master.tryserver.chromium.win:win_optional_gpu_tests_rel;master.tryserver.chromium.android:android_optional_gpu_tests_rel ==========
Description was changed from ========== additional_compile_targets:all for ChromiumOS Change the waterfall 'builders' lists to dictionaries so we can specify arbitrary stuff to come through in the generated json. BUG=chromium:665701 CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:linux_optional_gpu_tests_rel;master.tryserver.chromium.mac:mac_optional_gpu_tests_rel;master.tryserver.chromium.win:win_optional_gpu_tests_rel;master.tryserver.chromium.android:android_optional_gpu_tests_rel ========== to ========== additional_compile_targets:all for ChromiumOS Change the waterfall 'builders' lists to dictionaries so we can specify arbitrary stuff to come through in the generated json. Add '"additional_compile_targets": ["All"]' to GPU FYI "Linux ChromiumOS Builder." BUG=chromium:665701 CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:linux_optional_gpu_tests_rel;master.tryserver.chromium.mac:mac_optional_gpu_tests_rel;master.tryserver.chromium.win:win_optional_gpu_tests_rel;master.tryserver.chromium.android:android_optional_gpu_tests_rel ==========
Good work Frank. LGTM
The CQ bit was checked by fjhenigman@chromium.org
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.or...
The CQ bit was unchecked by commit-bot@chromium.org
Try jobs failed on following builders: android_clang_dbg_recipe on master.tryserver.chromium.android (JOB_FAILED, https://build.chromium.org/p/tryserver.chromium.android/builders/android_clan...)
The CQ bit was checked by kbr@chromium.org
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.or...
The CQ bit was unchecked by commit-bot@chromium.org
Try jobs failed on following builders: android_n5x_swarming_rel on master.tryserver.chromium.android (JOB_FAILED, https://build.chromium.org/p/tryserver.chromium.android/builders/android_n5x_...)
The CQ bit was checked by jmadill@chromium.org
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.or...
On 2016/11/16 23:36:32, commit-bot: I haz the power wrote: > Try jobs failed on following builders: > android_n5x_swarming_rel on master.tryserver.chromium.android (JOB_FAILED, > https://build.chromium.org/p/tryserver.chromium.android/builders/android_n5x_...) This net_unittests flakiness is filed as http://crbug.com/665686 .
The CQ bit was unchecked by commit-bot@chromium.org
Try jobs failed on following builders: win_chromium_x64_rel_ng on master.tryserver.chromium.win (JOB_TIMED_OUT, no build URL)
The CQ bit was checked by fjhenigman@chromium.org
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.or...
Message was sent while issue was closed.
Committed patchset #3 (id:40001)
Message was sent while issue was closed.
Description was changed from ========== additional_compile_targets:all for ChromiumOS Change the waterfall 'builders' lists to dictionaries so we can specify arbitrary stuff to come through in the generated json. Add '"additional_compile_targets": ["All"]' to GPU FYI "Linux ChromiumOS Builder." BUG=chromium:665701 CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:linux_optional_gpu_tests_rel;master.tryserver.chromium.mac:mac_optional_gpu_tests_rel;master.tryserver.chromium.win:win_optional_gpu_tests_rel;master.tryserver.chromium.android:android_optional_gpu_tests_rel ========== to ========== additional_compile_targets:all for ChromiumOS Change the waterfall 'builders' lists to dictionaries so we can specify arbitrary stuff to come through in the generated json. Add '"additional_compile_targets": ["All"]' to GPU FYI "Linux ChromiumOS Builder." BUG=chromium:665701 CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:linux_optional_gpu_tests_rel;master.tryserver.chromium.mac:mac_optional_gpu_tests_rel;master.tryserver.chromium.win:win_optional_gpu_tests_rel;master.tryserver.chromium.android:android_optional_gpu_tests_rel Committed: https://crrev.com/1290391b53c0574a7209d5d03d365a9b5a09ecf3 Cr-Commit-Position: refs/heads/master@{#432783} ==========
Message was sent while issue was closed.
Patchset 3 (id:??) landed as https://crrev.com/1290391b53c0574a7209d5d03d365a9b5a09ecf3 Cr-Commit-Position: refs/heads/master@{#432783} |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
