Commit 27e12398 by Yuly Novikov Committed by Commit Bot

Remove usages of obsolete Mac bots

Bug: angleproject:4483 Change-Id: I9d4d94d42ddab26b40e780ad04479ac470af7a52 Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/2757517Reviewed-by: 's avatarYuly Novikov <ynovikov@chromium.org> Reviewed-by: 's avatarJonah Ryan-Davis <jonahr@google.com> Commit-Queue: Yuly Novikov <ynovikov@chromium.org>
parent 65586746
...@@ -24,12 +24,12 @@ We currently run pre-commit tests on: ...@@ -24,12 +24,12 @@ We currently run pre-commit tests on:
Looking at an example build shows how tests are split up between machines. See for example: Looking at an example build shows how tests are split up between machines. See for example:
[`https://ci.chromium.org/p/chromium/builders/try/mac-angle-rel/5905`](https://ci.chromium.org/p/chromium/builders/try/mac-angle-rel/5905) [`https://ci.chromium.org/ui/p/chromium/builders/try/mac-angle-try/454/overview`](https://ci.chromium.org/ui/p/chromium/builders/try/mac-angle-try/454/overview)
This build ran 82 test steps across 3 GPU families. In some cases (e.g. This build ran 81 test steps across 3 GPU families. In some cases (e.g.
webgl2_conformance_tests) the test is split up between multiple machines to `angle_deqp_gles3_metal_tests`) the test is split up between multiple machines to
run faster (in this case 20 different machines at once). This build took 27 run faster (in this case 4 different machines at once). This build took 15
minutes to complete multiple hours of real automated testing. minutes to complete 1 hour of real automated testing.
For more details on running and working with our test sets see the docs in [Contributing Code][Contrib]. For more details on running and working with our test sets see the docs in [Contributing Code][Contrib].
......
...@@ -128,12 +128,12 @@ LOGGER = logging.getLogger('generate_stats') ...@@ -128,12 +128,12 @@ LOGGER = logging.getLogger('generate_stats')
SCOPES = ['https://www.googleapis.com/auth/spreadsheets'] SCOPES = ['https://www.googleapis.com/auth/spreadsheets']
BOT_NAMES = [ BOT_NAMES = [
'mac-angle-amd',
'mac-angle-intel',
'win10-angle-x64-nvidia', 'win10-angle-x64-nvidia',
'win10-angle-x64-intel', 'win10-angle-x64-intel',
'Win7 FYI dEQP Release (AMD)', 'Win7 FYI dEQP Release (AMD)',
'win7-angle-x64-nvidia', 'win7-angle-x64-nvidia',
'Mac FYI dEQP Release Intel',
'Mac FYI dEQP Release AMD',
'Linux FYI dEQP Release (Intel HD 630)', 'Linux FYI dEQP Release (Intel HD 630)',
'Linux FYI dEQP Release (NVIDIA)', 'Linux FYI dEQP Release (NVIDIA)',
'Android FYI dEQP Release (Nexus 5X)', 'Android FYI dEQP Release (Nexus 5X)',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment