cf04aeb..91203c5
Update roll_webgl_conformance.py to use Python3 and remove
linux-angle-rel from the manually added tryservers. Its tests are fully
redundant with linux-rel and linux_optional_gpu_tests_rel since the
passthrough command decoder launched on Linux.
Bug: angleproject:6972
Bug: angleproject:7073
Bug: 953120
Bug: 1208480
Bug: 1305750
Cq-Include-Trybots: luci.chromium.try:win_optional_gpu_tests_rel;luci.chromium.try:mac_optional_gpu_tests_rel;luci.chromium.try:linux_optional_gpu_tests_rel;luci.chromium.try:android_optional_gpu_tests_rel
Change-Id: Ie0fa86bdf02d672fbe81b75f56380f571b89e056
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3645684
Reviewed-by: ccameron chromium <ccameron@chromium.org>
Reviewed-by: Gregg Tavares <gman@chromium.org>
Commit-Queue: Kenneth Russell <kbr@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1004092}
Remove import from upload module. Upload doesn't seem to be actually used. Simply removing it will make
the script work again.
Bug: 1018475
Change-Id: Ib30850f1c7b4a0ad2cb1596b1051662651514be2
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1885096
Commit-Queue: Kenneth Russell <kbr@chromium.org>
Reviewed-by: Kenneth Russell <kbr@chromium.org>
Cr-Commit-Position: refs/heads/master@{#710143}
Initial conversion performed using '2to3 -f print .'.
Imports added and duplicate parentheses removed manually.
Manually converted files, comments and inline code that 2to3 missed.
Afterwards ran "git cl format --python" and cherry-picked the formatting changes.
There are no intended behavioural changes.
Bug: 941669
Change-Id: I4a423a71375fd4d8cfc8283dd2703855781ece6b
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1818519
Commit-Queue: Nico Weber <thakis@chromium.org>
Reviewed-by: Brian White <bcwhite@chromium.org>
Reviewed-by: Nico Weber <thakis@chromium.org>
Auto-Submit: Raul Tambre <raul@tambre.ee>
Cr-Commit-Position: refs/heads/master@{#699709}
This completes the src-side transition. It adds win-angle-rel to
the Milo config and removes other occurrences of win_angle_rel_ng.
One use of win_angle_rel_ng remains in third_party/pyjson5. This
file seems unmaintained so it seemed better to leave it.
Bug: 822310
Change-Id: If313f317dfad943dd03baf3252f8d55e41f515a6
No-try: true
Reviewed-on: https://chromium-review.googlesource.com/c/1403348
Commit-Queue: Jamie Madill <jmadill@chromium.org>
Reviewed-by: Kenneth Russell <kbr@chromium.org>
Reviewed-by: Marc-Antoine Ruel <maruel@chromium.org>
Cr-Commit-Position: refs/heads/master@{#621406}
Also fixup some documentation links for GPU optional bots.
Also change a PRESUBMIT.py's master name for win_angle_rel_ng.
TBR=kbr@chromium.orgTBR=sky@chromium.org
BUG=chromium:815092
Cq-Include-Trybots: luci.chromium.try:android_optional_gpu_tests_rel;luci.chromium.try:linux_optional_gpu_tests_rel;luci.chromium.try:mac_optional_gpu_tests_rel;luci.chromium.try:win_optional_gpu_tests_rel;master.tryserver.chromium.linux:linux_vr
Change-Id: Ifda505e121f67f922f19da466a37b7f6266cea05
Reviewed-on: https://chromium-review.googlesource.com/1008182
Reviewed-by: Kenneth Russell <kbr@chromium.org>
Reviewed-by: Corentin Wallez <cwallez@chromium.org>
Commit-Queue: Corentin Wallez <cwallez@chromium.org>
Cr-Commit-Position: refs/heads/master@{#550188}
Also fixup missed references to the linux GPU optional bot in some roll
scripts.
TBR=kbr@chromium.orgTBR=sky@chromium.org
BUG=chromium:815092
Cq-Include-Trybots: luci.chromium.try:linux_optional_gpu_tests_rel;luci.chromium.try:mac_optional_gpu_tests_rel;master.tryserver.chromium.android:android_optional_gpu_tests_rel;master.tryserver.chromium.linux:linux_vr;master.tryserver.chromium.win:win10_chromium_x64_rel_ng;master.tryserver.chromium.win:win_optional_gpu_tests_rel
Change-Id: I1b9e63af5258d6c85a7c125b182dbfd79de4243e
Reviewed-on: https://chromium-review.googlesource.com/971406
Commit-Queue: Corentin Wallez <cwallez@chromium.org>
Reviewed-by: Kenneth Russell <kbr@chromium.org>
Reviewed-by: Corentin Wallez <cwallez@chromium.org>
Cr-Commit-Position: refs/heads/master@{#544476}
This class was removed because it was no longer used but some roll
scripts were still referencing it. Also removes a dummy FromImpl in
PRESUBMIT.py as it shouldn't be needed anymore.
TBR=dpranke@chromium.org
BUG=661382
Review-Url: https://codereview.chromium.org/2898403003
Cr-Commit-Position: refs/heads/master@{#474329}
This is done by triggering an "analyze" exclusion already in
trybot_analyze_config.json.
BUG=692823
CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.win:win_optional_gpu_tests_rel;master.tryserver.chromium.mac:mac_optional_gpu_tests_rel;master.tryserver.chromium.linux:linux_optional_gpu_tests_rel;master.tryserver.chromium.android:android_optional_gpu_tests_rel
R=zmo@chromium.org
Review-Url: https://codereview.chromium.org/2698833002
Cr-Commit-Position: refs/heads/master@{#451070}
1) add optional linux bot
2) set default to not starting try jobs dry run. This is because most
rolls we need to update test expectations.
BUG=583702
TEST=
R=kbr@chromium.org
NOTRY=true
Review URL: https://codereview.chromium.org/1889403003
Cr-Commit-Position: refs/heads/master@{#387757}
Use CQ_INCLUDE_TRYBOTS directive to run optional GPU tests, which
include the WebGL 2.0 conformance tests, on the commit queue during
ANGLE rolls. Add a script for rolling the WebGL conformance suite and do
the same then.
Add presubmit checks for the gpu/ directory and the Blink WebGL sources
which run the WebGL 2.0 conformance suite, since these are the places
most likely to break these tests.
(These tests will be run by default on the commit queue as soon as there
is machine capacity to do so.)
BUG=295792
CQ_INCLUDE_TRYBOTS=tryserver.chromium.win:win_optional_gpu_tests_rel
TBR=thakis@chromium.org
Review URL: https://codereview.chromium.org/1682593002
Cr-Commit-Position: refs/heads/master@{#374307}