Revert "Disable android_chromium_compile from CQ."

This reverts commit 7ec1333a0b.

Reason for revert: issue seems to be fixed

Original change's description:
> Disable android_chromium_compile from CQ.
>
> Change-Id: Iaa9095b5a7f2cce02a59590a29e13cb0c06fa620
> Bug: None
> Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/453261
> Commit-Queue: Harald Alvestrand <hta@webrtc.org>
> Auto-Submit: Jeremy Leconte <jleconte@google.com>
> Reviewed-by: Harald Alvestrand <hta@webrtc.org>
> Cr-Commit-Position: refs/heads/main@{#47030}

Bug: None
No-Presubmit: true
No-Tree-Checks: true
No-Try: true
Change-Id: I090fa2a5cb339228d48edd73280f1f619ebbc3f4
Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/453400
Bot-Commit: Rubber Stamper <rubber-stamper@appspot.gserviceaccount.com>
Auto-Submit: Jeremy Leconte <jleconte@google.com>
Commit-Queue: Jeremy Leconte <jleconte@google.com>
Cr-Commit-Position: refs/heads/main@{#47042}
This commit is contained in:
Jeremy Leconte 2026-03-03 11:14:53 -08:00 committed by WebRTC LUCI CQ
parent 3e52afec17
commit 6f9db9ffc6
2 changed files with 4 additions and 3 deletions

View File

@ -332,9 +332,7 @@ ci_builder("Android32 Builder x86", "Android|x86|rel")
try_builder("android_compile_x86_rel")
ci_builder("Android32 (more configs)", "Android|arm|more")
try_builder("android_arm_more_configs")
# TODO(jleconte): re-enable when the issue is fixed in Chromium.
chromium_try_builder("android_chromium_compile", cq = None)
chromium_try_builder("android_chromium_compile")
ios_builder("iOS64 Debug", "iOS|arm64|dbg")
ios_try_job("ios_compile_arm64_dbg")

View File

@ -56,6 +56,9 @@ config_groups {
builders {
name: "webrtc/try/android_arm_rel"
}
builders {
name: "webrtc/try/android_chromium_compile"
}
builders {
name: "webrtc/try/android_compile_arm64_rel"
}