[libcxx-commits] [PATCH] D96267: [libcxx] Move Linaro AArch64 buildbots to buildkite

Louis Dionne via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Wed Feb 17 08:24:41 PST 2021


ldionne added a comment.

This is looking pretty good. Your failing tests appear to be due to flaky tests, I just checked in the following to help:

  commit 642048eea041ff79aa9e8a934edff2415ab16447
  Author: Louis Dionne <ldionne.2 at gmail.com>
  Date:   Wed Feb 17 11:19:37 2021 -0500
  
      [libc++] Allow retries in a few more flaky tests

Can you please rebase on top of `main` and clean up the patch? I think we'll be good to go.

Also, what's your CI capacity like? From the build history, it looks like there's a single builder that takes roughly 1h30 to build. I expect that is going to be insufficient and that will stall the CI queue. Is there any way you could get an additional builder or a faster one? Otherwise, if you were able to check-in the Dockerfile you use into the libcxx repository, we could look into using the capacity we have on GCE to run those. Our GCE instances are huge and work like a charm.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D96267/new/

https://reviews.llvm.org/D96267



More information about the libcxx-commits mailing list