Revert "Disable Chromium bots on CQ."
This reverts commit b97cbbcde41772dc77b3af83847769428d9af6fa. Reason for revert: fixed configure_siso by https://crrev.com/c/6088713 Original change's description: > Disable Chromium bots on CQ. > > No-Try: True > Change-Id: I8d3a47b7228f553e4c2e1d654feb5926bea9b8c7 > Bug: webrtc:383513652 > Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/371060 > Commit-Queue: Jeremy Leconte <jleconte@webrtc.org> > Reviewed-by: Mirko Bonadei <mbonadei@webrtc.org> > Cr-Commit-Position: refs/heads/main@{#43536} Bug: webrtc:383513652 Change-Id: I19eaeef44eac16de3fe0770462e9dd74b57a878a Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/371160 Commit-Queue: Jeremy Leconte <jleconte@webrtc.org> Bot-Commit: rubber-stamper@appspot.gserviceaccount.com <rubber-stamper@appspot.gserviceaccount.com> Reviewed-by: Jeremy Leconte <jleconte@webrtc.org> Cr-Commit-Position: refs/heads/main@{#43543}
This commit is contained in:
parent
adc536af5a
commit
ef35daf744
@ -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"
|
||||
}
|
||||
@ -93,6 +96,9 @@ config_groups {
|
||||
builders {
|
||||
name: "webrtc/try/linux_asan"
|
||||
}
|
||||
builders {
|
||||
name: "webrtc/try/linux_chromium_compile_dbg"
|
||||
}
|
||||
builders {
|
||||
name: "webrtc/try/linux_compile_arm64_dbg"
|
||||
}
|
||||
@ -144,6 +150,9 @@ config_groups {
|
||||
builders {
|
||||
name: "webrtc/try/mac_asan"
|
||||
}
|
||||
builders {
|
||||
name: "webrtc/try/mac_chromium_compile"
|
||||
}
|
||||
builders {
|
||||
name: "webrtc/try/mac_compile_dbg"
|
||||
}
|
||||
@ -160,9 +169,18 @@ config_groups {
|
||||
name: "webrtc/try/presubmit"
|
||||
disable_reuse: true
|
||||
}
|
||||
builders {
|
||||
name: "webrtc/try/webrtc_linux_chromium"
|
||||
}
|
||||
builders {
|
||||
name: "webrtc/try/win_asan"
|
||||
}
|
||||
builders {
|
||||
name: "webrtc/try/win_chromium_compile"
|
||||
}
|
||||
builders {
|
||||
name: "webrtc/try/win_chromium_compile_dbg"
|
||||
}
|
||||
builders {
|
||||
name: "webrtc/try/win_compile_x64_clang_dbg"
|
||||
}
|
||||
|
||||
@ -743,7 +743,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")
|
||||
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")
|
||||
@ -789,9 +789,9 @@ try_builder("linux_libfuzzer_rel", recipe = "libfuzzer")
|
||||
ci_builder("Linux (more configs)", "Linux|x64|more")
|
||||
try_builder("linux_more_configs")
|
||||
try_builder("linux_coverage")
|
||||
chromium_try_builder("webrtc_linux_chromium", cq = None)
|
||||
chromium_try_builder("webrtc_linux_chromium")
|
||||
chromium_try_builder("linux_chromium_compile", cq = None)
|
||||
chromium_try_builder("linux_chromium_compile_dbg", cq = None)
|
||||
chromium_try_builder("linux_chromium_compile_dbg")
|
||||
|
||||
ci_builder("Fuchsia Builder", ci_cat = None, perf_cat = "Fuchsia|x64|Builder|", prioritized = True)
|
||||
ci_builder("Fuchsia Release", "Fuchsia|x64|rel")
|
||||
@ -813,7 +813,7 @@ try_builder("mac_asan")
|
||||
ci_builder("MacARM64 M1 Release", "Mac|arm64M1|rel", cpu = "arm64-64-Apple_M1")
|
||||
try_builder("mac_rel_m1")
|
||||
try_builder("mac_dbg_m1")
|
||||
chromium_try_builder("mac_chromium_compile", cq = None)
|
||||
chromium_try_builder("mac_chromium_compile")
|
||||
|
||||
ci_builder("Win32 Debug (Clang)", "Win Clang|x86|dbg")
|
||||
try_builder("win_x86_clang_dbg", cq = None)
|
||||
@ -835,8 +835,8 @@ ci_builder("Win (more configs)", "Win Clang|x86|more")
|
||||
try_builder("win_x86_more_configs")
|
||||
try_builder("win11_release", cq = None)
|
||||
try_builder("win11_debug", cq = None)
|
||||
chromium_try_builder("win_chromium_compile", cq = None)
|
||||
chromium_try_builder("win_chromium_compile_dbg", cq = None)
|
||||
chromium_try_builder("win_chromium_compile")
|
||||
chromium_try_builder("win_chromium_compile_dbg")
|
||||
|
||||
try_builder("iwyu_verifier", cq = None)
|
||||
|
||||
|
||||
@ -7,7 +7,7 @@
|
||||
name: "webrtc"
|
||||
access: "group:all"
|
||||
lucicfg {
|
||||
version: "1.43.14"
|
||||
version: "1.43.13"
|
||||
package_dir: "."
|
||||
config_dir: "."
|
||||
entry_point: "config.star"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user