Lines Matching +full:test +full:- +full:shared +full:- +full:dbg
4 # Use of this source code is governed by a BSD-style license that can be
21 "-module-docstring",
22 "-function-docstring",
28 buildbucket = "cr-buildbucket.appspot.com",
29 logdog = "luci-logdog.appspot.com",
30 milo = "luci-milo.appspot.com",
31 notify = "luci-notify.appspot.com",
32 scheduler = "luci-scheduler.appspot.com",
33 swarming = "chromium-swarm.appspot.com",
48 groups = "project-angle-admins",
54 groups = "luci-logdog-angle-writers",
60 users = "angle-try-builder@chops-service-accounts.iam.gserviceaccount.com",
64 groups = ["project-angle-owners", "mdb/chrome-troopers"],
70 # Allow any Angle build to trigger a test ran under testing accounts
71 # used on shared chromium tester pools.
75 "chromium-tester@chops-service-accounts.iam.gserviceaccount.com",
76 "chrome-gpu-gold@chops-service-accounts.iam.gserviceaccount.com",
91 groups = ["project-angle-owners", "mdb/chrome-troopers"],
96 groups = ["project-angle-owners", "mdb/chrome-troopers"],
101 "# This is a non-LUCI generated file",
104 # We don't validate matching source-side configs for simplicity.
113 logo = "https://storage.googleapis.com/chrome-infra/OpenGL%20ES_RGB_June16.svg",
117 luci.logdog(gs_bucket = "chromium-luci-logdog")
189 return name.split("-")[1]
200 is_asan = "-asan" in name
201 is_tsan = "-tsan" in name
202 is_debug = "-dbg" in name
203 is_exp = "-exp" in name
204 is_perf = name.endswith("-perf")
206 is_trace = name.endswith("-trace")
208 is_msvc = is_uwp or "-msvc" in name
212 if name.endswith("-compile"):
215 elif name.endswith("-test"):
217 category = "test"
235 print("Test mode unknown for %s" % name)
243 os_toolchain_name = "win-uwp"
245 os_toolchain_name = "win-msvc"
254 short_name = "asan-exp"
258 short_name = "tsan-exp"
260 short_name = "dbg"
264 # This is a little clunky, but we'd like this to be cleanly "s22" rather than "s22-exp"
271 # TODO: crbug.com/401959048 - Remove reclient props after migration.
273 "instance": "rbe-chromium-untrusted",
274 "metrics_project": "chromium-reclient-metrics",
278 "project": "rbe-chromium-untrusted",
283 "metrics_project": "chromium-reclient-metrics",
292 # TODO: crbug.com/401959048 - Remove reclient props after migration.
294 "instance": "rbe-chromium-trusted",
295 "metrics_project": "chromium-reclient-metrics",
299 "project": "rbe-chromium-trusted",
304 "metrics_project": "chromium-reclient-metrics",
323 triggered_by = ["main-poller"],
326 service_account = "angle-ci-builder@chops-service-accounts.iam.gserviceaccount.com",
327 shadow_service_account = "angle-try-builder@chops-service-accounts.iam.gserviceaccount.com",
344 "android-arm64-exp-test",
345 "android-arm64-exp-s22-test",
346 "linux-exp-test",
347 "mac-exp-test",
348 "win-exp-test",
376 service_account = "angle-try-builder@chops-service-accounts.iam.gserviceaccount.com",
401 "angle-ci-builder@chops-service-accounts.iam.gserviceaccount.com",
413 "project-angle-tryjob-access",
414 "service-account-cq",
431 "mdb/chrome-build-access-sphinx",
432 "mdb/chrome-troopers",
433 "chromium-led-users",
436 "angle-try-builder@chops-service-accounts.iam.gserviceaccount.com",
442 "angle-try-builder@chops-service-accounts.iam.gserviceaccount.com",
449 "angle-try-builder@chops-service-accounts.iam.gserviceaccount.com",
462 "angle-try-builder@chops-service-accounts.iam.gserviceaccount.com",
469 "mdb/chrome-build-access-sphinx",
470 "mdb/chrome-troopers",
471 "chromium-led-users",
474 "angle-try-builder@chops-service-accounts.iam.gserviceaccount.com",
480 "angle-try-builder@chops-service-accounts.iam.gserviceaccount.com",
487 "project-angle-try-task-accounts",
488 "project-angle-tryjob-access",
500 service_account = "angle-try-builder@chops-service-accounts.iam.gserviceaccount.com",
517 name = "main-poller",
527 angle_builder("android-arm-compile", cpu = "arm")
528 angle_builder("android-arm-dbg-compile", cpu = "arm")
529 angle_builder("android-arm64-dbg-compile", cpu = "arm64")
530 angle_builder("android-arm64-exp-s22-test", cpu = "arm64")
531 angle_builder("android-arm64-exp-test", cpu = "arm64")
532 angle_builder("android-arm64-test", cpu = "arm64")
533 angle_builder("linux-asan-test", cpu = "x64")
534 angle_builder("linux-exp-asan-test", cpu = "x64")
535 angle_builder("linux-exp-test", cpu = "x64")
536 angle_builder("linux-exp-tsan-test", cpu = "x64")
537 angle_builder("linux-tsan-test", cpu = "x64")
538 angle_builder("linux-dbg-compile", cpu = "x64")
539 angle_builder("linux-test", cpu = "x64")
540 angle_builder("mac-dbg-compile", cpu = "x64")
541 angle_builder("mac-exp-test", cpu = "x64")
542 angle_builder("mac-test", cpu = "x64")
543 angle_builder("win-asan-test", cpu = "x64")
544 angle_builder("win-dbg-compile", cpu = "x64")
545 angle_builder("win-exp-test", cpu = "x64")
546 angle_builder("win-msvc-compile", cpu = "x64")
547 angle_builder("win-msvc-dbg-compile", cpu = "x64")
548 angle_builder("win-msvc-x86-compile", cpu = "x86")
549 angle_builder("win-msvc-x86-dbg-compile", cpu = "x86")
550 angle_builder("win-test", cpu = "x64")
551 angle_builder("win-x86-dbg-compile", cpu = "x86")
552 angle_builder("win-x86-test", cpu = "x86")
553 angle_builder("winuwp-compile", cpu = "x64")
554 angle_builder("winuwp-dbg-compile", cpu = "x64")
556 angle_builder("linux-trace", cpu = "x64")
557 angle_builder("win-trace", cpu = "x64")
559 angle_builder("android-pixel4-perf", cpu = "arm64")
560 angle_builder("android-pixel6-perf", cpu = "arm64")
561 angle_builder("linux-intel-uhd630-perf", cpu = "x64")
562 angle_builder("linux-nvidia-gtx1660-perf", cpu = "x64")
563 angle_builder("win10-intel-uhd630-perf", cpu = "x64")
564 angle_builder("win10-nvidia-gtx1660-perf", cpu = "x64")
592 status_host = "chromium-cq-status.appspot.com",
606 groups = "project-angle-submit-access",
610 groups = "project-angle-tryjob-access",
619 builder = "chromium:try/android-angle-chromium-try",
622 builder = "chromium:try/fuchsia-angle-try",
625 builder = "chromium:try/linux-angle-chromium-try",
628 builder = "chromium:try/mac-angle-chromium-try",
631 builder = "chromium:try/win-angle-chromium-x64-try",
634 builder = "chromium:try/win-angle-chromium-x86-try",