• Show log

    Commit

  • Hash : 722c78b0
    Author : angle-autoroll
    Date : 2022-06-23T19:16:59

    Roll Chromium from 19706bf6c7d2 to 7f32e27c6969 (707 revisions)
    
    https://chromium.googlesource.com/chromium/src.git/+log/19706bf6c7d2..7f32e27c6969
    
    If this roll has caused a breakage, revert this CL and stop the roller
    using the controls here:
    https://autoroll.skia.org/r/chromium-angle-autoroll
    Please CC jonahr@google.com,ynovikov@google.com on the revert to ensure that a human
    is aware of the problem.
    
    To file a bug in Chromium: https://bugs.chromium.org/p/chromium/issues/entry
    To file a bug in ANGLE: https://bugs.chromium.org/p/angleproject/issues/entry
    
    To report a problem with the AutoRoller itself, please file a bug:
    https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug
    
    Documentation for the AutoRoller is here:
    https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
    
    Changed dependencies
    * build: https://chromium.googlesource.com/chromium/src/build.git/+log/3a562c9e07..4dbf5904da
    * buildtools/linux64: git_revision:ae474cc51337c3fe823f936371c5e92891e86b48..git_revision:29accf5ac2eadfc53e687081583b7bc1592a8839
    * buildtools/mac: git_revision:ae474cc51337c3fe823f936371c5e92891e86b48..git_revision:29accf5ac2eadfc53e687081583b7bc1592a8839
    * buildtools/third_party/libc++abi/trunk: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxxabi.git/+log/92ef8d47d0..b5f3d3b904
    * buildtools/win: git_revision:ae474cc51337c3fe823f936371c5e92891e86b48..git_revision:29accf5ac2eadfc53e687081583b7bc1592a8839
    * testing: https://chromium.googlesource.com/chromium/src/testing/+log/d4d70a4321..044213afe8
    * third_party/abseil-cpp: https://chromium.googlesource.com/chromium/src/third_party/abseil-cpp/+log/00f782bd3d..62a4d6866a
    * third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/{catapult_..d44f2956da
    * third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/39e4055004..1d5d7803fa
    * third_party/fuchsia-sdk/sdk: version:8.20220614.2.1..version:8.20220623.1.1
    * third_party/protobuf: https://chromium.googlesource.com/chromium/src/third_party/protobuf/+log/6fba7268ea..35de724cf2
    * tools/clang: https://chromium.googlesource.com/chromium/src/tools/clang.git/+log/f575df1ded..333646c3c0
    * tools/mb: https://chromium.googlesource.com/chromium/src/tools/mb/+log/1122520fc4..25de876ad0
    * tools/perf: https://chromium.googlesource.com/chromium/src/tools/perf/+log/2f10365a2a..eacae1e7ec
    Clang version changed llvmorg-15-init-13850-ge2913362:llvmorg-15-init-14188-g4dcb42fa
    Details: https://chromium.googlesource.com/chromium/src/tools/clang/+/f575df1ded2c30161bca2ff5f90c1e0d6814625f..333646c3c0d7f0332f3d9ebd0bdf4081999f8b77/scripts/update.py
    
    Bug: angleproject:7455
    Tbr: jonahr@google.com,ynovikov@google.com
    Change-Id: I132a7abada2e301a8e441c47a577650bd3852809
    Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/3720553
    Bot-Commit: angle-autoroll <angle-autoroll@skia-public.iam.gserviceaccount.com>
    Commit-Queue: Yuly Novikov <ynovikov@chromium.org>
    

  • Properties

  • Git HTTP https://git.kmx.io/kc3-lang/angle.git
    Git SSH git@git.kmx.io:kc3-lang/angle.git
    Public access ? public
    Description

    A conformant OpenGL ES implementation for Windows, Mac, Linux, iOS and Android.

    Homepage

    Github

    Users
    thodg_m kc3_lang_org thodg_w www_kmx_io thodg thodg_l
    Tags

  • README.md

  • ANGLE Testing Infrastructure

    ANGLE runs hundreds of thousands of tests on every change before it lands in the tree. We scale our pre-commit and post-commit testing to many machines using Chromium Swarming. Our testing setup heavily leverages existing work in Chromium. We also run compile-only Standalone Testing that does not depend on a Chromium checkout.

    Also see the documentation on ANGLE Wrangling for more info.

    Pre-Commit Testing

    See the pre-commit try waterfall here:

    https://ci.chromium.org/p/chromium/g/tryserver.chromium.angle/builders

    We currently run pre-commit tests on:

    • Windows 32-bit AMD and Windows 64-bit Intel and NVIDIA GPUs
    • Linux 64-bit NVIDIA and Intel GPUs
    • Mac NVIDIA, Intel and AMD GPUs
    • Pixel 4 and Nexus 5X
    • Fuchsia testing in a VM

    Looking at an example build shows how tests are split up between machines. See for example:

    https://ci.chromium.org/ui/p/angle/builders/ci/mac-rel/8123/overview

    This build ran 68 test steps across 3 GPU families. In some cases (e.g. angle_deqp_gles3_metal_tests) the test is split up between multiple machines to run faster (in this case 2 different machines at once). This build took 23 minutes to complete 72 minutes of real automated testing.

    For more details on running and working with our test sets see the docs in Contributing Code.

    ANGLE Standalone Testing

    In addition to the ANGLE try bots using Chrome, and the GPU.FYI bots, ANGLE has standalone testing on the Chrome infrastructure. Currently these tests are compile-only. This page is for maintaining the configurations that don’t use Chromium. Also see the main instructions for ANGLE Wrangling.

    It’s the ANGLE team’s responsibility for maintaining this testing infrastructure. The bot configurations live in four different repos and six branches.

    Info Consoles

    Continuous builders for every ANGLE revision are found on the CI console:

    https://ci.chromium.org/p/angle/g/ci/console

    Try jobs from pre-commit builds are found on the builders console:

    https://ci.chromium.org/p/angle/g/try/builders

    How to add a new build configuration

    1. bugs.chromium.org/p/chromium/issues/entry?template=Build+Infrastructure:

      • If adding a Mac bot, request new slaves by filing an infra issue.
    2. chrome-internal.googlesource.com/infradata/config:

      • Update configs/chromium-swarm/starlark/bots/angle.star with either Mac slaves requested in the previous step or increase the amount of Windows or Linux GCEs.
    3. chromium.googlesource.com/chromium/tools/build:

      • Update scripts/slave/recipes/angle.py with new the config.
      • The recipe code requires 100% code coverage through mock bots, so add mock bot config to GenTests.
      • Maybe run ./scripts/slave/recipes.py test train to update checked-in golden files. This might no longer be necessary.
    4. chromium.googlesource.com/angle/angle:

      • Update infra/config/global/cr-buildbucket.cfg to add the new builder (to ci and try), and set the new config option.
      • Update infra/config/global/luci-milo.cfg to make the builders show up on the ci and try waterfalls.
      • Update infra/config/global/luci-scheduler.cfg to make the builders trigger on new commits or try jobs respectively.
      • Update infra/config/global/commit-queue.cfg to add the builder to the default CQ jobs (if desired).

    Other Configuration

    There are other places where configuration for ANGLE infra lives. These are files that we shouldn’t need to modify very often:

    1. chrome-internal.googlesource.com/infradata/config:

      • configs/luci-token-server/service_accounts.cfg (service account names)
      • configs/chromium-swarm/pools.cfg (swarming pools)
    2. chromium.googlesource.com/chromium/tools/depot_tools:

      • recipes/recipe_modules/gclient/config.py (gclient config)