Go to file
Ben Wagner 12e69e7c89 Shuffle jobs off Nexus5x.
All Golo devices except 2 are AWOL. We added 6 to the Skolo, but they
can't keep up.

This CL moves the following jobs off Nexus5x:
 - All ASAN jobs to Pixel. Most other devices we have can't be rooted,
   so they can't run ASAN.
 - Vulkan NoGPUThreads arm64 jobs to NVIDIA_Shield. Of the devices that
   support Vulkan, this has the most available capacity.
    - I removed the arm32 Vulkan NoGPUThreads jobs because it seems a
      bit esoteric.
    - Also removed arm32 Vulkan Debug Perf because I can't imagine it
      would ever give us info that arm64 doesn't already provide. (We
      ignore Perf data from Debug builds.)
    - Other arm32 Vulkan jobs stayed on Nexus5x because we don't have
      any other Vulkan-capable devices with spare capacity.
 - Most arm32 jobs to MotoG4 and de-duplicated. This device has an
   ARMv8 processor but runs everything in arm32 mode, which is exactly
   what these jobs are trying to test. We have a bunch of MotoG4s in
   the Skolo; however, they don't support Vulkan or ASAN.
 - NoGPUThreads and NativeFonts arm64 jobs to GalaxyS6. There are only
   6 in the Skolo, but for some reason these devices are particularly
   fast. They also don't support Vulkan or ASAN.
    - Currently GalaxyS6 CPU arm64 jobs fail, possibly due to OOM. I
      will try to move those jobs in a future CL.

Sorted jobs.json.

Change-Id: If02584a9c04906f4b9c31b4ba3f1da0289a5b8a9
Reviewed-on: https://skia-review.googlesource.com/141281
Commit-Queue: Joe Gregorio <jcgregorio@google.com>
Auto-Submit: Ben Wagner <benjaminwagner@google.com>
Reviewed-by: Joe Gregorio <jcgregorio@google.com>
2018-07-16 10:37:36 +00:00
animations
bench
bin
dm Revert "implemented metal gpu backend texture upload testing" 2018-07-13 19:19:45 +00:00
docker
docs
example
experimental
fuzz
gm Reland: Check for ANGLE's implementation of texture_rectangle 2018-07-13 19:18:34 +00:00
gn Revert "implemented metal gpu backend texture upload testing" 2018-07-13 19:19:45 +00:00
include make u32 check runtime 2018-07-13 21:00:14 +00:00
infra Shuffle jobs off Nexus5x. 2018-07-16 10:37:36 +00:00
modules [skottie] Teach skottie_tool to dump frame SKPs 2018-07-15 02:52:38 +00:00
platform_tools SkAR Java: Animation support 2018-07-13 18:06:50 +00:00
resources
samplecode
site Update markdown files 2018-07-16 06:00:06 +00:00
src Revert "implemented metal gpu backend texture upload testing" 2018-07-13 19:19:45 +00:00
tests Revert "implemented metal gpu backend texture upload testing" 2018-07-13 19:19:45 +00:00
third_party
tools Reland: Check for ANGLE's implementation of texture_rectangle 2018-07-13 19:18:34 +00:00
.clang-format
.gitignore
.gn
AUTHORS
BUILD.gn
codereview.settings
CONTRIBUTING
CQ_COMMITTERS
DEPS Roll third_party/externals/angle2 92e955f2c4ab..76c1d14b8e21 (1 commits) 2018-07-14 18:58:48 +00:00
Doxyfile
LICENSE
OWNERS
PRESUBMIT.py
public.bzl
README
README.chromium
whitespace.txt

Skia is a complete 2D graphic library for drawing Text, Geometries, and Images.

See full details, and build instructions, at https://skia.org.