Commit 29cacbbc authored by Ben Pastene's avatar Ben Pastene Committed by Commit Bot

Add src-side specs for new CI + try CrOS DCHECK bot.

Bug: 1146481
Change-Id: I6fb9f2902f38e4c237902681c71d22db0940fe6f
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2542725Reviewed-by: default avatarStephen Martinis <martiniss@chromium.org>
Commit-Queue: Ben Pastene <bpastene@chromium.org>
Cr-Commit-Position: refs/heads/master@{#828295}
parent 50c50d6d
This diff is collapsed.
......@@ -5798,6 +5798,18 @@
],
},
},
'chromeos-betty-pi-arc-chrome-dchecks': {
'additional_compile_targets': [
'chromiumos_preflight',
],
'mixins': [
'chromeos-betty',
],
'test_suites': {
'gtest_tests': 'chromeos_vm_gtests',
'isolated_scripts': 'chromeos_isolated_scripts',
},
},
'chromeos-eve-arc-r-chrome': {
'additional_compile_targets': [
'chromiumos_preflight',
......
......@@ -702,6 +702,7 @@
'internal.chrome.fyi': {
'chromeos-amd64-generic-lacros-internal-rel': 'chromeos_amd64-generic_lacros_rel',
'chromeos-betty-pi-arc-chrome-dchecks': 'chromeos_betty-pi-arc_dchecks',
'linux-autofill-captured-sites-rel': 'release_bot',
'linux-password-manager-captured-sites-rel': 'release_bot',
'lorenz-graph-dbg': 'android_debug_static_external_bot',
......@@ -853,6 +854,7 @@
'chromeos-betty-arc-r-chrome': 'chromeos_betty-arc-r_include_unwind_tables_official_use_fake_dbus_clients',
'chromeos-betty-pi-arc-cfi-thin-lto-chrome': 'chromeos_betty-pi-arc_cfi_thin_lto_official',
'chromeos-betty-pi-arc-chrome': 'chromeos_betty-pi-arc_include_unwind_tables_official_use_fake_dbus_clients',
'chromeos-betty-pi-arc-chrome-dchecks': 'chromeos_betty-pi-arc_dchecks',
'chromeos-eve-arc-r-chrome': 'chromeos_eve-arc-r_include_unwind_tables_official',
'chromeos-eve-chrome': 'chromeos_eve_include_unwind_tables_official',
'chromeos-eve-compile-chrome': 'chromeos_eve_include_unwind_tables_official',
......@@ -1634,6 +1636,11 @@
'chromeos_device', 'betty-pi-arc', 'include_unwind_tables', 'official', 'use_fake_dbus_clients',
],
'chromeos_betty-pi-arc_dchecks': [
'chromeos_device', 'betty-pi-arc', 'include_unwind_tables', 'official',
'use_fake_dbus_clients', 'dcheck_always_on',
],
'chromeos_eve-arc-r_include_unwind_tables_official': [
'chromeos_device', 'eve-arc-r', 'include_unwind_tables', 'official',
],
......
......@@ -27,6 +27,19 @@
"use_vaapi": false
}
},
"chromeos-betty-pi-arc-chrome-dchecks": {
"args_file": "//build/args/chromeos/betty-pi-arc.gni",
"gn_args": {
"dcheck_always_on": true,
"exclude_unwind_tables": false,
"is_chrome_branded": true,
"is_chromeos_device": true,
"is_official_build": true,
"ozone_platform_headless": true,
"use_goma": true,
"use_real_dbus_clients": false
}
},
"linux-autofill-captured-sites-rel": {
"gn_args": {
"is_component_build": false,
......
......@@ -51,6 +51,19 @@
"use_real_dbus_clients": false
}
},
"chromeos-betty-pi-arc-chrome-dchecks": {
"args_file": "//build/args/chromeos/betty-pi-arc.gni",
"gn_args": {
"dcheck_always_on": true,
"exclude_unwind_tables": false,
"is_chrome_branded": true,
"is_chromeos_device": true,
"is_official_build": true,
"ozone_platform_headless": true,
"use_goma": true,
"use_real_dbus_clients": false
}
},
"chromeos-eve-arc-r-chrome": {
"args_file": "//build/args/chromeos/eve-arc-r.gni",
"gn_args": {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment