Commit 49f3e818 authored by Peter Kotwicz's avatar Peter Kotwicz Committed by Commit Bot

[Android WebAPK] Add webapk_shell_apk_h2o_junit_tests to build bots

BUG=None

Change-Id: Ibfccc7663c3d5091574af4cd50254e42dbb79190
Reviewed-on: https://chromium-review.googlesource.com/c/1313068
Commit-Queue: Peter Kotwicz <pkotwicz@chromium.org>
Reviewed-by: default avatarJohn Budorick <jbudorick@chromium.org>
Cr-Commit-Position: refs/heads/master@{#605000}
parent 13b29da7
......@@ -3280,6 +3280,9 @@
{
"test": "webapk_client_junit_tests"
},
{
"test": "webapk_shell_apk_h2o_junit_tests"
},
{
"test": "webapk_shell_apk_junit_tests"
}
......@@ -20790,6 +20793,9 @@
{
"test": "webapk_client_junit_tests"
},
{
"test": "webapk_shell_apk_h2o_junit_tests"
},
{
"test": "webapk_shell_apk_junit_tests"
}
......
......@@ -7335,6 +7335,9 @@
{
"test": "webapk_client_junit_tests"
},
{
"test": "webapk_shell_apk_h2o_junit_tests"
},
{
"test": "webapk_shell_apk_junit_tests"
}
......
......@@ -1331,6 +1331,10 @@
"label": "//chrome/android/webapk/libs/client:webapk_client_junit_tests",
"type": "junit_test",
},
"webapk_shell_apk_h2o_junit_tests": {
"label": "//chrome/android/webapk/shell_apk:webapk_shell_apk_h2o_junit_tests",
"type": "junit_test",
},
"webapk_shell_apk_junit_tests": {
"label": "//chrome/android/webapk/shell_apk:webapk_shell_apk_junit_tests",
"type": "junit_test",
......
......@@ -137,6 +137,7 @@ SKIP_GN_ISOLATE_MAP_TARGETS = {
'vr_common_perftests',
'vr_perf_tests',
'webapk_client_junit_tests',
'webapk_shell_apk_h2o_junit_tests',
'webapk_shell_apk_junit_tests',
# These tests are only run on WebRTC CI.
......
......@@ -669,6 +669,7 @@
'service_junit_tests': {},
'ui_junit_tests': {},
'webapk_client_junit_tests': {},
'webapk_shell_apk_h2o_junit_tests': {},
'webapk_shell_apk_junit_tests': {},
},
......
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