This is a minor change to see if the config from the 'main' branch is used.
Bug: chromium:1159728
Change-Id: Id9d1959b9c581712488e822e971f3c3667e0e06e
Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/256480
Reviewed-by: Mirko Bonadei <mbonadei@webrtc.org>
Commit-Queue: Jeremy Leconte <jleconte@google.com>
Cr-Commit-Position: refs/heads/main@{#36301}
Explicitly say "_compile_" for ARM and Clang and GCC.
Explicitly say "_arm_" for mobiles.
Explicitly say "_x86_" for Windows.
Fill in some gaps where both tester and compile-only bots are viable.
Also remove unused "experimental" tryjobs.
No-Try: True
Bug: webrtc:10072
Change-Id: Ib22e0518fc1e600b237c3c687994f27c7e88b8b3
Reviewed-on: https://webrtc-review.googlesource.com/c/112585
Reviewed-by: Mirko Bonadei <mbonadei@webrtc.org>
Commit-Queue: Oleh Prypin <oprypin@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#25872}
Since iOS 9 32-bit is not actively supported and not shipped in the
WebRTC Cocoapod, this CL removes it from CQ in order to roll Abseil
fb462224c0..445998d7ac [1]. The roll has problems with `thread_local`
because starting fom XCode 9.3 `thread_local` is disallowed for 32-bit
iOS simulator builds targeting iOS 9.x.
[1] - https://chromium-review.googlesource.com/c/chromium/src/+/1273139
Bug: webrtc:9867
Change-Id: Ic4360a4429a1ab5ec48376e8627802db2a7f95d4
No-Try: True
Reviewed-on: https://webrtc-review.googlesource.com/c/105841
Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org>
Reviewed-by: Patrik Höglund <phoglund@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#25158}
No change in behavior, just making it explicit how CQ is treating
this builder.
No-Try: True
Bug: chromium:893955
Change-Id: Icf363b44a355af9278541a0c0549e530d679e78f
Reviewed-on: https://webrtc-review.googlesource.com/c/105820
Reviewed-by: Patrik Höglund <phoglund@webrtc.org>
Commit-Queue: Oleh Prypin <oprypin@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#25157}
Since the linux_memcheck trybot is no more, this CL removes all the
code needed to make it work.
Bug: webrtc:7737, webrtc:8356, webrtc:9570
Change-Id: I09a9467b8bf895146a3384c2c915b54662721af6
Reviewed-on: https://webrtc-review.googlesource.com/90863
Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org>
Reviewed-by: Patrik Höglund <phoglund@webrtc.org>
Reviewed-by: Erik Språng <sprang@webrtc.org>
Reviewed-by: Björn Terelius <terelius@webrtc.org>
Reviewed-by: Oleh Prypin <oprypin@webrtc.org>
Reviewed-by: Niels Moller <nisse@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#24201}
See https://chromium-review.googlesource.com/c/chromium/tools/build/+/1058799
After the baremetal machines are moved to swarming, that CL will add the tasks that were previously in *_baremetal bots to *_rel bots. *_rel bots will run all the same tasks as before on a pool of generic machines, but also run a few tests on dedicated baremetal machines (pool:WebRTC-baremetal-try).
No-Try: True
Bug: chromium:755660
Change-Id: I99d62a84aac631b1c127bf661546baecb2a3ae9a
Reviewed-on: https://webrtc-review.googlesource.com/76721
Reviewed-by: Patrik Höglund <phoglund@webrtc.org>
Commit-Queue: Oleh Prypin <oprypin@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#23290}
Android MIPS will not be actively maintained anymore because
the Android NDK is deprecating MIPS ABI in r16.
PSA: https://groups.google.com/forum/#!topic/discuss-webrtc/E7uhRhut3jY
Bug: webrtc:8953
Change-Id: I92d091a8c833f6b8e2c2915295af3bd45b586672
Reviewed-on: https://webrtc-review.googlesource.com/59100
Reviewed-by: Patrik Höglund <phoglund@webrtc.org>
Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#22242}
It is broken by very long file names in Chromium.
TBR=phoglund@webrtc.org
Bug: chromium:808111
Change-Id: If3dd556be506b90f8efaa01c50e3d8608ba9be20
No-Try: True
Reviewed-on: https://webrtc-review.googlesource.com/46104
Reviewed-by: Oleh Prypin <oprypin@webrtc.org>
Commit-Queue: Oleh Prypin <oprypin@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#21854}
These new bots will check all that all WebRTC patches compile in
Chromium before landing. They will not run tests, but this should be
enough to catch the majority of the errors.
Expected cycle time is ~30 minutes, so they may slow down the CQ.
I will monitor this so the average cycle time isn't too adversely
affected.
Bug: chromium:666656
Change-Id: I09c0409ea614570b3c28bf4be3644dfffacb424c
Reviewed-on: https://webrtc-review.googlesource.com/39006
Commit-Queue: Patrik Höglund <phoglund@webrtc.org>
Reviewed-by: Edward Lemur <ehmaldonado@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#21594}
It's has been timing out in a lot of my jobs recently, and for
others too, it appears.
Bug: chromium:749455
Change-Id: I7ee9b70328696d61a2bf41b798a92a55396bad70
Reviewed-on: https://webrtc-review.googlesource.com/38620
Commit-Queue: Patrik Höglund <phoglund@webrtc.org>
Reviewed-by: Edward Lemur <ehmaldonado@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#21551}
It will be fully removed soon because it duplicates the actions of win_rel
No-Try: True
Bug: webrtc:8664
Change-Id: I949d608b8de1f29b850fcaf036ffb7a0ef2bf28f
Reviewed-on: https://webrtc-review.googlesource.com/36501
Commit-Queue: Oleh Prypin <oprypin@webrtc.org>
Reviewed-by: Edward Lemur <ehmaldonado@webrtc.org>
Reviewed-by: Patrik Höglund <phoglund@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#21471}
The Chromium Roll https://webrtc-review.googlesource.com/24760
introduced a breakage on win_asan. In order to re-enable the roll
we have to be protected against these kind of failures.
Bug: webrtc:8562
Change-Id: I8de6268eb1d3f87cba53889f1ae2397b3dbf491e
No-Try: True
Reviewed-on: https://webrtc-review.googlesource.com/25080
Reviewed-by: Patrik Höglund <phoglund@webrtc.org>
Reviewed-by: Oleh Prypin <oprypin@webrtc.org>
Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#20826}
It will be broken after the next DEPS roll
TBR=phoglund@webrtc.org
Bug: webrtc:8356
Change-Id: I46d18da244a4b0bd59544f74ffda43fdb4b2f820
No-Try: True
Reviewed-on: https://webrtc-review.googlesource.com/24040
Commit-Queue: Oleh Prypin <oprypin@webrtc.org>
Reviewed-by: Edward Lemur <ehmaldonado@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#20734}
This, presumably, will make LUCI tryjobs run for people
opted into the experiment.
Bug: chromium:749455,chromium:776347
Change-Id: I25e3a011810aa47e5f245e1eb0ea2547e29fa3ff
Reviewed-on: https://webrtc-review.googlesource.com/16420
Commit-Queue: Patrik Höglund <phoglund@webrtc.org>
Reviewed-by: Edward Lemur <ehmaldonado@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#20506}
DEPS roll is blocked on it because it pins a broken clang version,
but Chromium has no commitment to fixing it.
Bug: chromium:774973
Change-Id: Id04fadde599293bca7b6c25faa2e9926c1265dc7
No-Try: true
Reviewed-on: https://webrtc-review.googlesource.com/16423
Reviewed-by: Patrik Höglund <phoglund@webrtc.org>
Commit-Queue: Oleh Prypin <oprypin@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#20460}
Rietveld CQ has already been disabled and is no longer supoorted.
TBR=kjellander@webrtc.org
No-Try: True
Bug: chromium:770592
Change-Id: I893d7a4be9a22ece16fc7547549143d480174bcb
Reviewed-on: https://webrtc-review.googlesource.com/8780
Reviewed-by: Henrik Kjellander <kjellander@webrtc.org>
Commit-Queue: Andrii Shyshkalov <tandrii@chromium.org>
Cr-Commit-Position: refs/heads/master@{#20255}