cheets_CTS_R: Uprev to 6935471.

For rolling changes in
android.googlesource.com/platform/cts/+log/12a78101..86b34155?no-merges

BUG=b:170182905
TEST=cheets_CTS_R.11_r3.arm.CtsUsb

Change-Id: I2fdd3f12178a7e6259e363d4cf661234220b5530
Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/third_party/autotest/+/2504434
Commit-Queue: Kazuhiro Inaba <kinaba@chromium.org>
Commit-Queue: Jiyoun Ha <jiyounha@chromium.org>
Tested-by: Kazuhiro Inaba <kinaba@chromium.org>
Auto-Submit: Kazuhiro Inaba <kinaba@chromium.org>
Reviewed-by: Jiyoun Ha <jiyounha@chromium.org>
diff --git a/server/site_tests/cheets_CTS_R/cheets_CTS_R.py b/server/site_tests/cheets_CTS_R/cheets_CTS_R.py
index 3b2bbf4..9e24181 100644
--- a/server/site_tests/cheets_CTS_R/cheets_CTS_R.py
+++ b/server/site_tests/cheets_CTS_R/cheets_CTS_R.py
@@ -33,8 +33,8 @@
 # Internal uprev for all CTS modules.
 _INTERNAL_CTS = 'gs://chromeos-arc-images/cts/bundle/R/'
 _CTS_LATEST_URI = {
-        'arm': _INTERNAL_CTS + 'android-cts-6922707-linux_x86-arm.zip',
-        'x86': _INTERNAL_CTS + 'android-cts-6922707-linux_x86-x86.zip',
+        'arm': _INTERNAL_CTS + 'android-cts-6935471-linux_x86-arm.zip',
+        'x86': _INTERNAL_CTS + 'android-cts-6935471-linux_x86-x86.zip',
 }
 
 
diff --git a/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsAbiOverrideHost b/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsAbiOverrideHost
deleted file mode 100644
index b61b8b9..0000000
--- a/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsAbiOverrideHost
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 2020 The Chromium OS Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-# This file has been automatically generated. Do not edit!
-
-AUTHOR = 'ARC++ Team'
-NAME = 'cheets_CTS_R.11_r2.arm.CtsAbiOverrideHost'
-ATTRIBUTES = 'suite:arc-cts-r'
-DEPENDENCIES = 'arc'
-JOB_RETRIES = 1
-TEST_TYPE = 'server'
-TIME = 'MEDIUM'
-MAX_RESULT_SIZE_KB = 512000
-DOC = 'Run module CtsAbiOverrideHostTestCases, CtsAbiOverrideHostTestCases[instant], CtsAbiOverrideHostTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using arm ABI in the ARC++ container.'
-
-def run_TS(machine):
-    host_list = [hosts.create_host(machine)]
-    job.run_test(
-        'cheets_CTS_R',
-        hosts=host_list,
-        iterations=1,
-        tag='11_r2.arm.CtsAbiOverrideHost',
-        test_name='cheets_CTS_R.11_r2.arm.CtsAbiOverrideHost',
-        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsAbiOverrideHostTestCases', '--include-filter', 'CtsAbiOverrideHostTestCases[instant]', '--include-filter', 'CtsAbiOverrideHostTestCases[secondary_user]', '--logcat-on-failure'],
-        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
-        target_module='CtsAbiOverrideHost',
-        target_plan=None,
-        bundle='arm',
-        uri='LATEST',
-        use_jdk9=True,
-        timeout=7200)
-
-parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsAcceleration b/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsAcceleration
deleted file mode 100644
index c6636f6..0000000
--- a/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsAcceleration
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 2020 The Chromium OS Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-# This file has been automatically generated. Do not edit!
-
-AUTHOR = 'ARC++ Team'
-NAME = 'cheets_CTS_R.11_r2.arm.CtsAcceleration'
-ATTRIBUTES = 'suite:arc-cts-r, suite:bvt-perbuild'
-DEPENDENCIES = 'arc'
-JOB_RETRIES = 1
-TEST_TYPE = 'server'
-TIME = 'MEDIUM'
-MAX_RESULT_SIZE_KB = 512000
-DOC = 'Run module CtsAccelerationTestCases, CtsAccelerationTestCases[instant], CtsAccelerationTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using arm ABI in the ARC++ container.'
-
-def run_TS(machine):
-    host_list = [hosts.create_host(machine)]
-    job.run_test(
-        'cheets_CTS_R',
-        hosts=host_list,
-        iterations=1,
-        max_retry=3,
-        tag='11_r2.arm.CtsAcceleration',
-        test_name='cheets_CTS_R.11_r2.arm.CtsAcceleration',
-        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsAccelerationTestCases', '--include-filter', 'CtsAccelerationTestCases[instant]', '--include-filter', 'CtsAccelerationTestCases[secondary_user]', '--logcat-on-failure'],
-        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
-        target_module='CtsAcceleration',
-        target_plan=None,
-        bundle='arm',
-        uri='LATEST',
-        use_jdk9=True,
-        timeout=7200)
-
-parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsAccessibility b/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsAccessibility
deleted file mode 100644
index aaae503..0000000
--- a/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsAccessibility
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 2020 The Chromium OS Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-# This file has been automatically generated. Do not edit!
-
-AUTHOR = 'ARC++ Team'
-NAME = 'cheets_CTS_R.11_r2.arm.CtsAccessibility'
-ATTRIBUTES = 'suite:arc-cts-r'
-DEPENDENCIES = 'arc'
-JOB_RETRIES = 1
-TEST_TYPE = 'server'
-TIME = 'MEDIUM'
-MAX_RESULT_SIZE_KB = 512000
-DOC = 'Run module CtsAccessibilityServiceSdk29TestCases, CtsAccessibilityServiceSdk29TestCases[instant], CtsAccessibilityServiceSdk29TestCases[secondary_user], CtsAccessibilityServiceTestCases, CtsAccessibilityServiceTestCases[instant], CtsAccessibilityTestCases, CtsAccessibilityTestCases[instant], CtsAccessibilityTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using arm ABI in the ARC++ container.'
-
-def run_TS(machine):
-    host_list = [hosts.create_host(machine)]
-    job.run_test(
-        'cheets_CTS_R',
-        hosts=host_list,
-        iterations=1,
-        tag='11_r2.arm.CtsAccessibility',
-        test_name='cheets_CTS_R.11_r2.arm.CtsAccessibility',
-        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsAccessibilityServiceSdk29TestCases', '--include-filter', 'CtsAccessibilityServiceSdk29TestCases[instant]', '--include-filter', 'CtsAccessibilityServiceSdk29TestCases[secondary_user]', '--include-filter', 'CtsAccessibilityServiceTestCases', '--include-filter', 'CtsAccessibilityServiceTestCases[instant]', '--include-filter', 'CtsAccessibilityTestCases', '--include-filter', 'CtsAccessibilityTestCases[instant]', '--include-filter', 'CtsAccessibilityTestCases[secondary_user]', '--logcat-on-failure'],
-        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
-        target_module='CtsAccessibility',
-        target_plan=None,
-        bundle='arm',
-        uri='LATEST',
-        use_jdk9=True,
-        timeout=16200)
-
-parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsAccountManager b/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsAccountManager
deleted file mode 100644
index fe36d19..0000000
--- a/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsAccountManager
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 2020 The Chromium OS Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-# This file has been automatically generated. Do not edit!
-
-AUTHOR = 'ARC++ Team'
-NAME = 'cheets_CTS_R.11_r2.arm.CtsAccountManager'
-ATTRIBUTES = 'suite:arc-cts-r'
-DEPENDENCIES = 'arc'
-JOB_RETRIES = 1
-TEST_TYPE = 'server'
-TIME = 'MEDIUM'
-MAX_RESULT_SIZE_KB = 512000
-DOC = 'Run module CtsAccountManagerTestCases, CtsAccountManagerTestCases[instant], CtsAccountManagerTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using arm ABI in the ARC++ container.'
-
-def run_TS(machine):
-    host_list = [hosts.create_host(machine)]
-    job.run_test(
-        'cheets_CTS_R',
-        hosts=host_list,
-        iterations=1,
-        tag='11_r2.arm.CtsAccountManager',
-        test_name='cheets_CTS_R.11_r2.arm.CtsAccountManager',
-        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsAccountManagerTestCases', '--include-filter', 'CtsAccountManagerTestCases[instant]', '--include-filter', 'CtsAccountManagerTestCases[secondary_user]', '--logcat-on-failure'],
-        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
-        target_module='CtsAccountManager',
-        target_plan=None,
-        bundle='arm',
-        uri='LATEST',
-        use_jdk9=True,
-        timeout=7200)
-
-parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsAccountsHost b/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsAccountsHost
deleted file mode 100644
index 43c6f25..0000000
--- a/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsAccountsHost
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 2020 The Chromium OS Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-# This file has been automatically generated. Do not edit!
-
-AUTHOR = 'ARC++ Team'
-NAME = 'cheets_CTS_R.11_r2.arm.CtsAccountsHost'
-ATTRIBUTES = 'suite:arc-cts-r'
-DEPENDENCIES = 'arc'
-JOB_RETRIES = 1
-TEST_TYPE = 'server'
-TIME = 'MEDIUM'
-MAX_RESULT_SIZE_KB = 512000
-DOC = 'Run module CtsAccountsHostTestCases, CtsAccountsHostTestCases[instant], CtsAccountsHostTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using arm ABI in the ARC++ container.'
-
-def run_TS(machine):
-    host_list = [hosts.create_host(machine)]
-    job.run_test(
-        'cheets_CTS_R',
-        hosts=host_list,
-        iterations=1,
-        tag='11_r2.arm.CtsAccountsHost',
-        test_name='cheets_CTS_R.11_r2.arm.CtsAccountsHost',
-        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsAccountsHostTestCases', '--include-filter', 'CtsAccountsHostTestCases[instant]', '--include-filter', 'CtsAccountsHostTestCases[secondary_user]', '--logcat-on-failure'],
-        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
-        target_module='CtsAccountsHost',
-        target_plan=None,
-        bundle='arm',
-        uri='LATEST',
-        use_jdk9=True,
-        timeout=7200)
-
-parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsActivityManagerBackgroundActivity b/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsActivityManagerBackgroundActivity
deleted file mode 100644
index c2818f1..0000000
--- a/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsActivityManagerBackgroundActivity
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 2020 The Chromium OS Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-# This file has been automatically generated. Do not edit!
-
-AUTHOR = 'ARC++ Team'
-NAME = 'cheets_CTS_R.11_r2.arm.CtsActivityManagerBackgroundActivity'
-ATTRIBUTES = 'suite:arc-cts-r'
-DEPENDENCIES = 'arc'
-JOB_RETRIES = 1
-TEST_TYPE = 'server'
-TIME = 'MEDIUM'
-MAX_RESULT_SIZE_KB = 512000
-DOC = 'Run module CtsActivityManagerBackgroundActivityTestCases, CtsActivityManagerBackgroundActivityTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using arm ABI in the ARC++ container.'
-
-def run_TS(machine):
-    host_list = [hosts.create_host(machine)]
-    job.run_test(
-        'cheets_CTS_R',
-        hosts=host_list,
-        iterations=1,
-        tag='11_r2.arm.CtsActivityManagerBackgroundActivity',
-        test_name='cheets_CTS_R.11_r2.arm.CtsActivityManagerBackgroundActivity',
-        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsActivityManagerBackgroundActivityTestCases', '--include-filter', 'CtsActivityManagerBackgroundActivityTestCases[secondary_user]', '--logcat-on-failure'],
-        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
-        target_module='CtsActivityManagerBackgroundActivity',
-        target_plan=None,
-        bundle='arm',
-        uri='LATEST',
-        use_jdk9=True,
-        timeout=5400)
-
-parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsAdb b/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsAdb
deleted file mode 100644
index 8dd6350..0000000
--- a/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsAdb
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 2020 The Chromium OS Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-# This file has been automatically generated. Do not edit!
-
-AUTHOR = 'ARC++ Team'
-NAME = 'cheets_CTS_R.11_r2.arm.CtsAdb'
-ATTRIBUTES = 'suite:arc-cts-r'
-DEPENDENCIES = 'arc'
-JOB_RETRIES = 1
-TEST_TYPE = 'server'
-TIME = 'MEDIUM'
-MAX_RESULT_SIZE_KB = 512000
-DOC = 'Run module CtsAdbHostTestCases, CtsAdbHostTestCases[secondary_user], CtsAdbManagerHostTestCases, CtsAdbManagerHostTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using arm ABI in the ARC++ container.'
-
-def run_TS(machine):
-    host_list = [hosts.create_host(machine)]
-    job.run_test(
-        'cheets_CTS_R',
-        hosts=host_list,
-        iterations=1,
-        tag='11_r2.arm.CtsAdb',
-        test_name='cheets_CTS_R.11_r2.arm.CtsAdb',
-        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsAdbHostTestCases', '--include-filter', 'CtsAdbHostTestCases[secondary_user]', '--include-filter', 'CtsAdbManagerHostTestCases', '--include-filter', 'CtsAdbManagerHostTestCases[secondary_user]', '--logcat-on-failure'],
-        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
-        target_module='CtsAdb',
-        target_plan=None,
-        bundle='arm',
-        uri='LATEST',
-        use_jdk9=True,
-        timeout=9000)
-
-parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsAdmin b/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsAdmin
deleted file mode 100644
index f27234d..0000000
--- a/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsAdmin
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 2020 The Chromium OS Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-# This file has been automatically generated. Do not edit!
-
-AUTHOR = 'ARC++ Team'
-NAME = 'cheets_CTS_R.11_r2.arm.CtsAdmin'
-ATTRIBUTES = 'suite:arc-cts-r'
-DEPENDENCIES = 'arc'
-JOB_RETRIES = 1
-TEST_TYPE = 'server'
-TIME = 'MEDIUM'
-MAX_RESULT_SIZE_KB = 512000
-DOC = 'Run module CtsAdminPackageInstallerTestCases, CtsAdminTestCases of the Android Compatibility Test Suite (CTS) using arm ABI in the ARC++ container.'
-
-def run_TS(machine):
-    host_list = [hosts.create_host(machine)]
-    job.run_test(
-        'cheets_CTS_R',
-        hosts=host_list,
-        iterations=1,
-        tag='11_r2.arm.CtsAdmin',
-        test_name='cheets_CTS_R.11_r2.arm.CtsAdmin',
-        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsAdminPackageInstallerTestCases', '--include-filter', 'CtsAdminTestCases', '--logcat-on-failure'],
-        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
-        target_module='CtsAdmin',
-        target_plan=None,
-        bundle='arm',
-        uri='LATEST',
-        use_jdk9=True,
-        timeout=5400)
-
-parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsAlarmManager b/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsAlarmManager
deleted file mode 100644
index 5921aa0..0000000
--- a/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsAlarmManager
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 2020 The Chromium OS Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-# This file has been automatically generated. Do not edit!
-
-AUTHOR = 'ARC++ Team'
-NAME = 'cheets_CTS_R.11_r2.arm.CtsAlarmManager'
-ATTRIBUTES = 'suite:arc-cts-r'
-DEPENDENCIES = 'arc'
-JOB_RETRIES = 1
-TEST_TYPE = 'server'
-TIME = 'MEDIUM'
-MAX_RESULT_SIZE_KB = 512000
-DOC = 'Run module CtsAlarmManagerTestCases, CtsAlarmManagerTestCases[instant], CtsAlarmManagerTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using arm ABI in the ARC++ container.'
-
-def run_TS(machine):
-    host_list = [hosts.create_host(machine)]
-    job.run_test(
-        'cheets_CTS_R',
-        hosts=host_list,
-        iterations=1,
-        tag='11_r2.arm.CtsAlarmManager',
-        test_name='cheets_CTS_R.11_r2.arm.CtsAlarmManager',
-        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsAlarmManagerTestCases', '--include-filter', 'CtsAlarmManagerTestCases[instant]', '--include-filter', 'CtsAlarmManagerTestCases[secondary_user]', '--logcat-on-failure'],
-        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
-        target_module='CtsAlarmManager',
-        target_plan=None,
-        bundle='arm',
-        uri='LATEST',
-        use_jdk9=True,
-        timeout=7200)
-
-parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsAndroid b/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsAndroid
deleted file mode 100644
index eee010a..0000000
--- a/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsAndroid
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 2020 The Chromium OS Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-# This file has been automatically generated. Do not edit!
-
-AUTHOR = 'ARC++ Team'
-NAME = 'cheets_CTS_R.11_r2.arm.CtsAndroid'
-ATTRIBUTES = 'suite:arc-cts-r'
-DEPENDENCIES = 'arc'
-JOB_RETRIES = 1
-TEST_TYPE = 'server'
-TIME = 'MEDIUM'
-MAX_RESULT_SIZE_KB = 512000
-DOC = 'Run module CtsAndroidAppTestCases, CtsAndroidAppTestCases[instant], CtsAndroidAppTestCases[secondary_user], CtsAndroidTestBase28ApiSignatureTestCases, CtsAndroidTestBase28ApiSignatureTestCases[instant], CtsAndroidTestBase28ApiSignatureTestCases[secondary_user], CtsAndroidTestBaseCurrentApiSignatureTestCases, CtsAndroidTestBaseCurrentApiSignatureTestCases[instant], CtsAndroidTestBaseCurrentApiSignatureTestCases[secondary_user], CtsAndroidTestMockCurrentApiSignatureTestCases, CtsAndroidTestMockCurrentApiSignatureTestCases[instant], CtsAndroidTestMockCurrentApiSignatureTestCases[secondary_user], CtsAndroidTestRunnerCurrentApiSignatureTestCases, CtsAndroidTestRunnerCurrentApiSignatureTestCases[instant], CtsAndroidTestRunnerCurrentApiSignatureTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using arm ABI in the ARC++ container.'
-
-def run_TS(machine):
-    host_list = [hosts.create_host(machine)]
-    job.run_test(
-        'cheets_CTS_R',
-        hosts=host_list,
-        iterations=1,
-        tag='11_r2.arm.CtsAndroid',
-        test_name='cheets_CTS_R.11_r2.arm.CtsAndroid',
-        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsAndroidAppTestCases', '--include-filter', 'CtsAndroidAppTestCases[instant]', '--include-filter', 'CtsAndroidAppTestCases[secondary_user]', '--include-filter', 'CtsAndroidTestBase28ApiSignatureTestCases', '--include-filter', 'CtsAndroidTestBase28ApiSignatureTestCases[instant]', '--include-filter', 'CtsAndroidTestBase28ApiSignatureTestCases[secondary_user]', '--include-filter', 'CtsAndroidTestBaseCurrentApiSignatureTestCases', '--include-filter', 'CtsAndroidTestBaseCurrentApiSignatureTestCases[instant]', '--include-filter', 'CtsAndroidTestBaseCurrentApiSignatureTestCases[secondary_user]', '--include-filter', 'CtsAndroidTestMockCurrentApiSignatureTestCases', '--include-filter', 'CtsAndroidTestMockCurrentApiSignatureTestCases[instant]', '--include-filter', 'CtsAndroidTestMockCurrentApiSignatureTestCases[secondary_user]', '--include-filter', 'CtsAndroidTestRunnerCurrentApiSignatureTestCases', '--include-filter', 'CtsAndroidTestRunnerCurrentApiSignatureTestCases[instant]', '--include-filter', 'CtsAndroidTestRunnerCurrentApiSignatureTestCases[secondary_user]', '--logcat-on-failure'],
-        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
-        target_module='CtsAndroid',
-        target_plan=None,
-        bundle='arm',
-        uri='LATEST',
-        use_jdk9=True,
-        timeout=28800)
-
-parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsAngleIntegrationHost b/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsAngleIntegrationHost
deleted file mode 100644
index 8e551ca..0000000
--- a/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsAngleIntegrationHost
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 2020 The Chromium OS Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-# This file has been automatically generated. Do not edit!
-
-AUTHOR = 'ARC++ Team'
-NAME = 'cheets_CTS_R.11_r2.arm.CtsAngleIntegrationHost'
-ATTRIBUTES = 'suite:arc-cts-r'
-DEPENDENCIES = 'arc'
-JOB_RETRIES = 1
-TEST_TYPE = 'server'
-TIME = 'MEDIUM'
-MAX_RESULT_SIZE_KB = 512000
-DOC = 'Run module CtsAngleIntegrationHostTestCases, CtsAngleIntegrationHostTestCases[instant], CtsAngleIntegrationHostTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using arm ABI in the ARC++ container.'
-
-def run_TS(machine):
-    host_list = [hosts.create_host(machine)]
-    job.run_test(
-        'cheets_CTS_R',
-        hosts=host_list,
-        iterations=1,
-        tag='11_r2.arm.CtsAngleIntegrationHost',
-        test_name='cheets_CTS_R.11_r2.arm.CtsAngleIntegrationHost',
-        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsAngleIntegrationHostTestCases', '--include-filter', 'CtsAngleIntegrationHostTestCases[instant]', '--include-filter', 'CtsAngleIntegrationHostTestCases[secondary_user]', '--logcat-on-failure'],
-        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
-        target_module='CtsAngleIntegrationHost',
-        target_plan=None,
-        bundle='arm',
-        uri='LATEST',
-        use_jdk9=True,
-        timeout=7200)
-
-parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsAnimation b/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsAnimation
deleted file mode 100644
index 1a62188..0000000
--- a/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsAnimation
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 2020 The Chromium OS Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-# This file has been automatically generated. Do not edit!
-
-AUTHOR = 'ARC++ Team'
-NAME = 'cheets_CTS_R.11_r2.arm.CtsAnimation'
-ATTRIBUTES = 'suite:arc-cts-r'
-DEPENDENCIES = 'arc'
-JOB_RETRIES = 1
-TEST_TYPE = 'server'
-TIME = 'MEDIUM'
-MAX_RESULT_SIZE_KB = 512000
-DOC = 'Run module CtsAnimationTestCases, CtsAnimationTestCases[instant], CtsAnimationTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using arm ABI in the ARC++ container.'
-
-def run_TS(machine):
-    host_list = [hosts.create_host(machine)]
-    job.run_test(
-        'cheets_CTS_R',
-        hosts=host_list,
-        iterations=1,
-        tag='11_r2.arm.CtsAnimation',
-        test_name='cheets_CTS_R.11_r2.arm.CtsAnimation',
-        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsAnimationTestCases', '--include-filter', 'CtsAnimationTestCases[instant]', '--include-filter', 'CtsAnimationTestCases[secondary_user]', '--logcat-on-failure'],
-        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
-        target_module='CtsAnimation',
-        target_plan=None,
-        bundle='arm',
-        uri='LATEST',
-        use_jdk9=True,
-        timeout=7200)
-
-parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsApacheHttpLegacy b/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsApacheHttpLegacy
deleted file mode 100644
index 7ecf299..0000000
--- a/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsApacheHttpLegacy
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 2020 The Chromium OS Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-# This file has been automatically generated. Do not edit!
-
-AUTHOR = 'ARC++ Team'
-NAME = 'cheets_CTS_R.11_r2.arm.CtsApacheHttpLegacy'
-ATTRIBUTES = 'suite:arc-cts-r'
-DEPENDENCIES = 'arc'
-JOB_RETRIES = 1
-TEST_TYPE = 'server'
-TIME = 'MEDIUM'
-MAX_RESULT_SIZE_KB = 512000
-DOC = 'Run module CtsApacheHttpLegacy27ApiSignatureTestCases, CtsApacheHttpLegacy27ApiSignatureTestCases[instant], CtsApacheHttpLegacy27ApiSignatureTestCases[secondary_user], CtsApacheHttpLegacyCurrentApiSignatureTestCases, CtsApacheHttpLegacyCurrentApiSignatureTestCases[instant], CtsApacheHttpLegacyCurrentApiSignatureTestCases[secondary_user], CtsApacheHttpLegacyUsesLibraryApiSignatureTestCases, CtsApacheHttpLegacyUsesLibraryApiSignatureTestCases[instant], CtsApacheHttpLegacyUsesLibraryApiSignatureTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using arm ABI in the ARC++ container.'
-
-def run_TS(machine):
-    host_list = [hosts.create_host(machine)]
-    job.run_test(
-        'cheets_CTS_R',
-        hosts=host_list,
-        iterations=1,
-        tag='11_r2.arm.CtsApacheHttpLegacy',
-        test_name='cheets_CTS_R.11_r2.arm.CtsApacheHttpLegacy',
-        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsApacheHttpLegacy27ApiSignatureTestCases', '--include-filter', 'CtsApacheHttpLegacy27ApiSignatureTestCases[instant]', '--include-filter', 'CtsApacheHttpLegacy27ApiSignatureTestCases[secondary_user]', '--include-filter', 'CtsApacheHttpLegacyCurrentApiSignatureTestCases', '--include-filter', 'CtsApacheHttpLegacyCurrentApiSignatureTestCases[instant]', '--include-filter', 'CtsApacheHttpLegacyCurrentApiSignatureTestCases[secondary_user]', '--include-filter', 'CtsApacheHttpLegacyUsesLibraryApiSignatureTestCases', '--include-filter', 'CtsApacheHttpLegacyUsesLibraryApiSignatureTestCases[instant]', '--include-filter', 'CtsApacheHttpLegacyUsesLibraryApiSignatureTestCases[secondary_user]', '--logcat-on-failure'],
-        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
-        target_module='CtsApacheHttpLegacy',
-        target_plan=None,
-        bundle='arm',
-        uri='LATEST',
-        use_jdk9=True,
-        timeout=18000)
-
-parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsApex b/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsApex
deleted file mode 100644
index 40f727c..0000000
--- a/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsApex
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 2020 The Chromium OS Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-# This file has been automatically generated. Do not edit!
-
-AUTHOR = 'ARC++ Team'
-NAME = 'cheets_CTS_R.11_r2.arm.CtsApex'
-ATTRIBUTES = 'suite:arc-cts-r'
-DEPENDENCIES = 'arc'
-JOB_RETRIES = 1
-TEST_TYPE = 'server'
-TIME = 'MEDIUM'
-MAX_RESULT_SIZE_KB = 512000
-DOC = 'Run module CtsApexTestCases, CtsApexTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using arm ABI in the ARC++ container.'
-
-def run_TS(machine):
-    host_list = [hosts.create_host(machine)]
-    job.run_test(
-        'cheets_CTS_R',
-        hosts=host_list,
-        iterations=1,
-        tag='11_r2.arm.CtsApex',
-        test_name='cheets_CTS_R.11_r2.arm.CtsApex',
-        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsApexTestCases', '--include-filter', 'CtsApexTestCases[secondary_user]', '--logcat-on-failure'],
-        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
-        target_module='CtsApex',
-        target_plan=None,
-        bundle='arm',
-        uri='LATEST',
-        use_jdk9=True,
-        timeout=5400)
-
-parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsApp b/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsApp
deleted file mode 100644
index 5e6427e..0000000
--- a/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsApp
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 2020 The Chromium OS Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-# This file has been automatically generated. Do not edit!
-
-AUTHOR = 'ARC++ Team'
-NAME = 'cheets_CTS_R.11_r2.arm.CtsApp'
-ATTRIBUTES = 'suite:arc-cts-r'
-DEPENDENCIES = 'arc'
-JOB_RETRIES = 1
-TEST_TYPE = 'server'
-TIME = 'MEDIUM'
-MAX_RESULT_SIZE_KB = 512000
-DOC = 'Run module CtsAppBindingHostTestCases, CtsAppBindingHostTestCases[secondary_user], CtsAppCompatHostTestCases, CtsAppCompatHostTestCases[instant], CtsAppCompatHostTestCases[secondary_user], CtsAppComponentFactoryTestCases, CtsAppComponentFactoryTestCases[instant], CtsAppComponentFactoryTestCases[secondary_user], CtsAppEnumerationTestCases, CtsAppEnumerationTestCases[secondary_user], CtsAppExitTestCases, CtsAppExitTestCases[instant], CtsAppExitTestCases[secondary_user], CtsAppIntegrityDeviceTestCases, CtsAppOpsTestCases, CtsAppOpsTestCases[instant], CtsAppOpsTestCases[secondary_user], CtsAppPredictionServiceTestCases, CtsAppPredictionServiceTestCases[secondary_user], CtsAppSecurityHostTestCases, CtsAppSecurityHostTestCases[secondary_user], CtsAppTestCases, CtsAppTestCases[instant], CtsAppTestCases[secondary_user], CtsAppUsageHostTestCases, CtsAppUsageHostTestCases[instant], CtsAppUsageHostTestCases[secondary_user], CtsAppWidgetTestCases, CtsAppWidgetTestCases[instant], CtsAppWidgetTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using arm ABI in the ARC++ container.'
-
-def run_TS(machine):
-    host_list = [hosts.create_host(machine)]
-    job.run_test(
-        'cheets_CTS_R',
-        hosts=host_list,
-        iterations=1,
-        enable_default_apps=True,
-        tag='11_r2.arm.CtsApp',
-        test_name='cheets_CTS_R.11_r2.arm.CtsApp',
-        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsAppBindingHostTestCases', '--include-filter', 'CtsAppBindingHostTestCases[secondary_user]', '--include-filter', 'CtsAppCompatHostTestCases', '--include-filter', 'CtsAppCompatHostTestCases[instant]', '--include-filter', 'CtsAppCompatHostTestCases[secondary_user]', '--include-filter', 'CtsAppComponentFactoryTestCases', '--include-filter', 'CtsAppComponentFactoryTestCases[instant]', '--include-filter', 'CtsAppComponentFactoryTestCases[secondary_user]', '--include-filter', 'CtsAppEnumerationTestCases', '--include-filter', 'CtsAppEnumerationTestCases[secondary_user]', '--include-filter', 'CtsAppExitTestCases', '--include-filter', 'CtsAppExitTestCases[instant]', '--include-filter', 'CtsAppExitTestCases[secondary_user]', '--include-filter', 'CtsAppIntegrityDeviceTestCases', '--include-filter', 'CtsAppOpsTestCases', '--include-filter', 'CtsAppOpsTestCases[instant]', '--include-filter', 'CtsAppOpsTestCases[secondary_user]', '--include-filter', 'CtsAppPredictionServiceTestCases', '--include-filter', 'CtsAppPredictionServiceTestCases[secondary_user]', '--include-filter', 'CtsAppSecurityHostTestCases', '--include-filter', 'CtsAppSecurityHostTestCases[secondary_user]', '--include-filter', 'CtsAppTestCases', '--include-filter', 'CtsAppTestCases[instant]', '--include-filter', 'CtsAppTestCases[secondary_user]', '--include-filter', 'CtsAppUsageHostTestCases', '--include-filter', 'CtsAppUsageHostTestCases[instant]', '--include-filter', 'CtsAppUsageHostTestCases[secondary_user]', '--include-filter', 'CtsAppWidgetTestCases', '--include-filter', 'CtsAppWidgetTestCases[instant]', '--include-filter', 'CtsAppWidgetTestCases[secondary_user]', '--logcat-on-failure'],
-        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
-        target_module='CtsApp',
-        target_plan=None,
-        bundle='arm',
-        uri='LATEST',
-        use_jdk9=True,
-        timeout=55800)
-
-parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsAslrMalloc b/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsAslrMalloc
deleted file mode 100644
index 82b24d6..0000000
--- a/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsAslrMalloc
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 2020 The Chromium OS Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-# This file has been automatically generated. Do not edit!
-
-AUTHOR = 'ARC++ Team'
-NAME = 'cheets_CTS_R.11_r2.arm.CtsAslrMalloc'
-ATTRIBUTES = 'suite:arc-cts-r'
-DEPENDENCIES = 'arc'
-JOB_RETRIES = 1
-TEST_TYPE = 'server'
-TIME = 'MEDIUM'
-MAX_RESULT_SIZE_KB = 512000
-DOC = 'Run module CtsAslrMallocTestCases, CtsAslrMallocTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using arm ABI in the ARC++ container.'
-
-def run_TS(machine):
-    host_list = [hosts.create_host(machine)]
-    job.run_test(
-        'cheets_CTS_R',
-        hosts=host_list,
-        iterations=1,
-        tag='11_r2.arm.CtsAslrMalloc',
-        test_name='cheets_CTS_R.11_r2.arm.CtsAslrMalloc',
-        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsAslrMallocTestCases', '--include-filter', 'CtsAslrMallocTestCases[secondary_user]', '--logcat-on-failure'],
-        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
-        target_module='CtsAslrMalloc',
-        target_plan=None,
-        bundle='arm',
-        uri='LATEST',
-        use_jdk9=True,
-        timeout=5400)
-
-parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsAssist b/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsAssist
deleted file mode 100644
index 109b1a7..0000000
--- a/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsAssist
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 2020 The Chromium OS Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-# This file has been automatically generated. Do not edit!
-
-AUTHOR = 'ARC++ Team'
-NAME = 'cheets_CTS_R.11_r2.arm.CtsAssist'
-ATTRIBUTES = 'suite:arc-cts-r'
-DEPENDENCIES = 'arc'
-JOB_RETRIES = 1
-TEST_TYPE = 'server'
-TIME = 'MEDIUM'
-MAX_RESULT_SIZE_KB = 512000
-DOC = 'Run module CtsAssistTestCases, CtsAssistTestCases[instant], CtsAssistTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using arm ABI in the ARC++ container.'
-
-def run_TS(machine):
-    host_list = [hosts.create_host(machine)]
-    job.run_test(
-        'cheets_CTS_R',
-        hosts=host_list,
-        iterations=1,
-        tag='11_r2.arm.CtsAssist',
-        test_name='cheets_CTS_R.11_r2.arm.CtsAssist',
-        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsAssistTestCases', '--include-filter', 'CtsAssistTestCases[instant]', '--include-filter', 'CtsAssistTestCases[secondary_user]', '--logcat-on-failure'],
-        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
-        target_module='CtsAssist',
-        target_plan=None,
-        bundle='arm',
-        uri='LATEST',
-        use_jdk9=True,
-        timeout=7200)
-
-parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsAtomicInstall b/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsAtomicInstall
deleted file mode 100644
index 47728b7..0000000
--- a/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsAtomicInstall
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 2020 The Chromium OS Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-# This file has been automatically generated. Do not edit!
-
-AUTHOR = 'ARC++ Team'
-NAME = 'cheets_CTS_R.11_r2.arm.CtsAtomicInstall'
-ATTRIBUTES = 'suite:arc-cts-r'
-DEPENDENCIES = 'arc'
-JOB_RETRIES = 1
-TEST_TYPE = 'server'
-TIME = 'MEDIUM'
-MAX_RESULT_SIZE_KB = 512000
-DOC = 'Run module CtsAtomicInstallTestCases, CtsAtomicInstallTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using arm ABI in the ARC++ container.'
-
-def run_TS(machine):
-    host_list = [hosts.create_host(machine)]
-    job.run_test(
-        'cheets_CTS_R',
-        hosts=host_list,
-        iterations=1,
-        tag='11_r2.arm.CtsAtomicInstall',
-        test_name='cheets_CTS_R.11_r2.arm.CtsAtomicInstall',
-        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsAtomicInstallTestCases', '--include-filter', 'CtsAtomicInstallTestCases[secondary_user]', '--logcat-on-failure'],
-        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
-        target_module='CtsAtomicInstall',
-        target_plan=None,
-        bundle='arm',
-        uri='LATEST',
-        use_jdk9=True,
-        timeout=5400)
-
-parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsAtraceHost b/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsAtraceHost
deleted file mode 100644
index a23cfcd..0000000
--- a/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsAtraceHost
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 2020 The Chromium OS Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-# This file has been automatically generated. Do not edit!
-
-AUTHOR = 'ARC++ Team'
-NAME = 'cheets_CTS_R.11_r2.arm.CtsAtraceHost'
-ATTRIBUTES = 'suite:arc-cts-r'
-DEPENDENCIES = 'arc'
-JOB_RETRIES = 1
-TEST_TYPE = 'server'
-TIME = 'MEDIUM'
-MAX_RESULT_SIZE_KB = 512000
-DOC = 'Run module CtsAtraceHostTestCases, CtsAtraceHostTestCases[instant], CtsAtraceHostTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using arm ABI in the ARC++ container.'
-
-def run_TS(machine):
-    host_list = [hosts.create_host(machine)]
-    job.run_test(
-        'cheets_CTS_R',
-        hosts=host_list,
-        iterations=1,
-        tag='11_r2.arm.CtsAtraceHost',
-        test_name='cheets_CTS_R.11_r2.arm.CtsAtraceHost',
-        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsAtraceHostTestCases', '--include-filter', 'CtsAtraceHostTestCases[instant]', '--include-filter', 'CtsAtraceHostTestCases[secondary_user]', '--logcat-on-failure'],
-        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
-        target_module='CtsAtraceHost',
-        target_plan=None,
-        bundle='arm',
-        uri='LATEST',
-        use_jdk9=True,
-        timeout=7200)
-
-parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsAttentionServiceDevice b/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsAttentionServiceDevice
deleted file mode 100644
index e0c9db8..0000000
--- a/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsAttentionServiceDevice
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 2020 The Chromium OS Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-# This file has been automatically generated. Do not edit!
-
-AUTHOR = 'ARC++ Team'
-NAME = 'cheets_CTS_R.11_r2.arm.CtsAttentionServiceDevice'
-ATTRIBUTES = 'suite:arc-cts-r'
-DEPENDENCIES = 'arc'
-JOB_RETRIES = 1
-TEST_TYPE = 'server'
-TIME = 'MEDIUM'
-MAX_RESULT_SIZE_KB = 512000
-DOC = 'Run module CtsAttentionServiceDeviceTestCases, CtsAttentionServiceDeviceTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using arm ABI in the ARC++ container.'
-
-def run_TS(machine):
-    host_list = [hosts.create_host(machine)]
-    job.run_test(
-        'cheets_CTS_R',
-        hosts=host_list,
-        iterations=1,
-        tag='11_r2.arm.CtsAttentionServiceDevice',
-        test_name='cheets_CTS_R.11_r2.arm.CtsAttentionServiceDevice',
-        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsAttentionServiceDeviceTestCases', '--include-filter', 'CtsAttentionServiceDeviceTestCases[secondary_user]', '--logcat-on-failure'],
-        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
-        target_module='CtsAttentionServiceDevice',
-        target_plan=None,
-        bundle='arm',
-        uri='LATEST',
-        use_jdk9=True,
-        timeout=5400)
-
-parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsAutoFillService b/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsAutoFillService
deleted file mode 100644
index 603e101..0000000
--- a/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsAutoFillService
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 2020 The Chromium OS Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-# This file has been automatically generated. Do not edit!
-
-AUTHOR = 'ARC++ Team'
-NAME = 'cheets_CTS_R.11_r2.arm.CtsAutoFillService'
-ATTRIBUTES = 'suite:arc-cts-r'
-DEPENDENCIES = 'arc'
-JOB_RETRIES = 1
-TEST_TYPE = 'server'
-TIME = 'MEDIUM'
-MAX_RESULT_SIZE_KB = 512000
-DOC = 'Run module CtsAutoFillServiceTestCases, CtsAutoFillServiceTestCases[instant], CtsAutoFillServiceTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using arm ABI in the ARC++ container.'
-
-def run_TS(machine):
-    host_list = [hosts.create_host(machine)]
-    job.run_test(
-        'cheets_CTS_R',
-        hosts=host_list,
-        iterations=1,
-        tag='11_r2.arm.CtsAutoFillService',
-        test_name='cheets_CTS_R.11_r2.arm.CtsAutoFillService',
-        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsAutoFillServiceTestCases', '--include-filter', 'CtsAutoFillServiceTestCases[instant]', '--include-filter', 'CtsAutoFillServiceTestCases[secondary_user]', '--logcat-on-failure'],
-        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
-        target_module='CtsAutoFillService',
-        target_plan=None,
-        bundle='arm',
-        uri='LATEST',
-        use_jdk9=True,
-        timeout=14400)
-
-parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsBackgroundRestrictions b/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsBackgroundRestrictions
deleted file mode 100644
index 406eda7..0000000
--- a/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsBackgroundRestrictions
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 2020 The Chromium OS Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-# This file has been automatically generated. Do not edit!
-
-AUTHOR = 'ARC++ Team'
-NAME = 'cheets_CTS_R.11_r2.arm.CtsBackgroundRestrictions'
-ATTRIBUTES = 'suite:arc-cts-r'
-DEPENDENCIES = 'arc'
-JOB_RETRIES = 1
-TEST_TYPE = 'server'
-TIME = 'MEDIUM'
-MAX_RESULT_SIZE_KB = 512000
-DOC = 'Run module CtsBackgroundRestrictionsTestCases, CtsBackgroundRestrictionsTestCases[instant], CtsBackgroundRestrictionsTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using arm ABI in the ARC++ container.'
-
-def run_TS(machine):
-    host_list = [hosts.create_host(machine)]
-    job.run_test(
-        'cheets_CTS_R',
-        hosts=host_list,
-        iterations=1,
-        tag='11_r2.arm.CtsBackgroundRestrictions',
-        test_name='cheets_CTS_R.11_r2.arm.CtsBackgroundRestrictions',
-        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsBackgroundRestrictionsTestCases', '--include-filter', 'CtsBackgroundRestrictionsTestCases[instant]', '--include-filter', 'CtsBackgroundRestrictionsTestCases[secondary_user]', '--logcat-on-failure'],
-        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
-        target_module='CtsBackgroundRestrictions',
-        target_plan=None,
-        bundle='arm',
-        uri='LATEST',
-        use_jdk9=True,
-        timeout=7200)
-
-parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsBackup b/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsBackup
deleted file mode 100644
index 0436a42..0000000
--- a/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsBackup
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 2020 The Chromium OS Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-# This file has been automatically generated. Do not edit!
-
-AUTHOR = 'ARC++ Team'
-NAME = 'cheets_CTS_R.11_r2.arm.CtsBackup'
-ATTRIBUTES = 'suite:arc-cts-r'
-DEPENDENCIES = 'arc'
-JOB_RETRIES = 1
-TEST_TYPE = 'server'
-TIME = 'MEDIUM'
-MAX_RESULT_SIZE_KB = 512000
-DOC = 'Run module CtsBackupHostTestCases, CtsBackupTestCases of the Android Compatibility Test Suite (CTS) using arm ABI in the ARC++ container.'
-
-def run_TS(machine):
-    host_list = [hosts.create_host(machine)]
-    job.run_test(
-        'cheets_CTS_R',
-        hosts=host_list,
-        iterations=1,
-        tag='11_r2.arm.CtsBackup',
-        test_name='cheets_CTS_R.11_r2.arm.CtsBackup',
-        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsBackupHostTestCases', '--include-filter', 'CtsBackupTestCases', '--logcat-on-failure'],
-        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
-        target_module='CtsBackup',
-        target_plan=None,
-        bundle='arm',
-        uri='LATEST',
-        use_jdk9=True,
-        timeout=5400)
-
-parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsBatterySaving b/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsBatterySaving
deleted file mode 100644
index acad36d..0000000
--- a/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsBatterySaving
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 2020 The Chromium OS Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-# This file has been automatically generated. Do not edit!
-
-AUTHOR = 'ARC++ Team'
-NAME = 'cheets_CTS_R.11_r2.arm.CtsBatterySaving'
-ATTRIBUTES = 'suite:arc-cts-r'
-DEPENDENCIES = 'arc'
-JOB_RETRIES = 1
-TEST_TYPE = 'server'
-TIME = 'MEDIUM'
-MAX_RESULT_SIZE_KB = 512000
-DOC = 'Run module CtsBatterySavingTestCases, CtsBatterySavingTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using arm ABI in the ARC++ container.'
-
-def run_TS(machine):
-    host_list = [hosts.create_host(machine)]
-    job.run_test(
-        'cheets_CTS_R',
-        hosts=host_list,
-        iterations=1,
-        tag='11_r2.arm.CtsBatterySaving',
-        test_name='cheets_CTS_R.11_r2.arm.CtsBatterySaving',
-        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsBatterySavingTestCases', '--include-filter', 'CtsBatterySavingTestCases[secondary_user]', '--logcat-on-failure'],
-        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
-        target_module='CtsBatterySaving',
-        target_plan=None,
-        bundle='arm',
-        uri='LATEST',
-        use_jdk9=True,
-        timeout=5400)
-
-parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsBionic b/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsBionic
deleted file mode 100644
index dfdb42b..0000000
--- a/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsBionic
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 2020 The Chromium OS Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-# This file has been automatically generated. Do not edit!
-
-AUTHOR = 'ARC++ Team'
-NAME = 'cheets_CTS_R.11_r2.arm.CtsBionic'
-ATTRIBUTES = 'suite:arc-cts-r'
-DEPENDENCIES = 'arc'
-JOB_RETRIES = 1
-TEST_TYPE = 'server'
-TIME = 'MEDIUM'
-MAX_RESULT_SIZE_KB = 512000
-DOC = 'Run module CtsBionicAppTestCases, CtsBionicAppTestCases[instant], CtsBionicAppTestCases[secondary_user], CtsBionicTestCases, CtsBionicTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using arm ABI in the ARC++ container.'
-
-def run_TS(machine):
-    host_list = [hosts.create_host(machine)]
-    job.run_test(
-        'cheets_CTS_R',
-        hosts=host_list,
-        iterations=1,
-        tag='11_r2.arm.CtsBionic',
-        test_name='cheets_CTS_R.11_r2.arm.CtsBionic',
-        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsBionicAppTestCases', '--include-filter', 'CtsBionicAppTestCases[instant]', '--include-filter', 'CtsBionicAppTestCases[secondary_user]', '--include-filter', 'CtsBionicTestCases', '--include-filter', 'CtsBionicTestCases[secondary_user]', '--logcat-on-failure'],
-        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
-        target_module='CtsBionic',
-        target_plan=None,
-        bundle='arm',
-        uri='LATEST',
-        use_jdk9=True,
-        timeout=10800)
-
-parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsBlobStore b/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsBlobStore
deleted file mode 100644
index e0ef27c..0000000
--- a/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsBlobStore
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 2020 The Chromium OS Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-# This file has been automatically generated. Do not edit!
-
-AUTHOR = 'ARC++ Team'
-NAME = 'cheets_CTS_R.11_r2.arm.CtsBlobStore'
-ATTRIBUTES = 'suite:arc-cts-r'
-DEPENDENCIES = 'arc'
-JOB_RETRIES = 1
-TEST_TYPE = 'server'
-TIME = 'MEDIUM'
-MAX_RESULT_SIZE_KB = 512000
-DOC = 'Run module CtsBlobStoreHostTestCases, CtsBlobStoreHostTestCases[secondary_user], CtsBlobStoreHostTestHelper, CtsBlobStoreHostTestHelper[secondary_user], CtsBlobStoreTestCases, CtsBlobStoreTestCases[secondary_user], CtsBlobStoreTestHelper, CtsBlobStoreTestHelperDiffSig, CtsBlobStoreTestHelperDiffSig2, CtsBlobStoreTestHelperDiffSig2[secondary_user], CtsBlobStoreTestHelperDiffSig[secondary_user], CtsBlobStoreTestHelper[secondary_user] of the Android Compatibility Test Suite (CTS) using arm ABI in the ARC++ container.'
-
-def run_TS(machine):
-    host_list = [hosts.create_host(machine)]
-    job.run_test(
-        'cheets_CTS_R',
-        hosts=host_list,
-        iterations=1,
-        tag='11_r2.arm.CtsBlobStore',
-        test_name='cheets_CTS_R.11_r2.arm.CtsBlobStore',
-        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsBlobStoreHostTestCases', '--include-filter', 'CtsBlobStoreHostTestCases[secondary_user]', '--include-filter', 'CtsBlobStoreHostTestHelper', '--include-filter', 'CtsBlobStoreHostTestHelper[secondary_user]', '--include-filter', 'CtsBlobStoreTestCases', '--include-filter', 'CtsBlobStoreTestCases[secondary_user]', '--include-filter', 'CtsBlobStoreTestHelper', '--include-filter', 'CtsBlobStoreTestHelperDiffSig', '--include-filter', 'CtsBlobStoreTestHelperDiffSig2', '--include-filter', 'CtsBlobStoreTestHelperDiffSig2[secondary_user]', '--include-filter', 'CtsBlobStoreTestHelperDiffSig[secondary_user]', '--include-filter', 'CtsBlobStoreTestHelper[secondary_user]', '--logcat-on-failure'],
-        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
-        target_module='CtsBlobStore',
-        target_plan=None,
-        bundle='arm',
-        uri='LATEST',
-        use_jdk9=True,
-        timeout=23400)
-
-parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsBluetooth b/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsBluetooth
deleted file mode 100644
index 1085fc1..0000000
--- a/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsBluetooth
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 2020 The Chromium OS Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-# This file has been automatically generated. Do not edit!
-
-AUTHOR = 'ARC++ Team'
-NAME = 'cheets_CTS_R.11_r2.arm.CtsBluetooth'
-ATTRIBUTES = 'suite:arc-cts-r'
-DEPENDENCIES = 'arc'
-JOB_RETRIES = 1
-TEST_TYPE = 'server'
-TIME = 'MEDIUM'
-MAX_RESULT_SIZE_KB = 512000
-DOC = 'Run module CtsBluetoothTestCases, CtsBluetoothTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using arm ABI in the ARC++ container.'
-
-def run_TS(machine):
-    host_list = [hosts.create_host(machine)]
-    job.run_test(
-        'cheets_CTS_R',
-        hosts=host_list,
-        iterations=1,
-        tag='11_r2.arm.CtsBluetooth',
-        test_name='cheets_CTS_R.11_r2.arm.CtsBluetooth',
-        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsBluetoothTestCases', '--include-filter', 'CtsBluetoothTestCases[secondary_user]', '--logcat-on-failure'],
-        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
-        target_module='CtsBluetooth',
-        target_plan=None,
-        bundle='arm',
-        uri='LATEST',
-        use_jdk9=True,
-        timeout=5400)
-
-parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsBootStats b/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsBootStats
deleted file mode 100644
index ab922fd..0000000
--- a/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsBootStats
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 2020 The Chromium OS Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-# This file has been automatically generated. Do not edit!
-
-AUTHOR = 'ARC++ Team'
-NAME = 'cheets_CTS_R.11_r2.arm.CtsBootStats'
-ATTRIBUTES = 'suite:arc-cts-r'
-DEPENDENCIES = 'arc'
-JOB_RETRIES = 1
-TEST_TYPE = 'server'
-TIME = 'MEDIUM'
-MAX_RESULT_SIZE_KB = 512000
-DOC = 'Run module CtsBootStatsTestCases, CtsBootStatsTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using arm ABI in the ARC++ container.'
-
-def run_TS(machine):
-    host_list = [hosts.create_host(machine)]
-    job.run_test(
-        'cheets_CTS_R',
-        hosts=host_list,
-        iterations=1,
-        tag='11_r2.arm.CtsBootStats',
-        test_name='cheets_CTS_R.11_r2.arm.CtsBootStats',
-        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsBootStatsTestCases', '--include-filter', 'CtsBootStatsTestCases[secondary_user]', '--logcat-on-failure'],
-        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
-        target_module='CtsBootStats',
-        target_plan=None,
-        bundle='arm',
-        uri='LATEST',
-        use_jdk9=True,
-        timeout=5400)
-
-parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsCalendarProvider b/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsCalendarProvider
deleted file mode 100644
index d741bce..0000000
--- a/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsCalendarProvider
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 2020 The Chromium OS Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-# This file has been automatically generated. Do not edit!
-
-AUTHOR = 'ARC++ Team'
-NAME = 'cheets_CTS_R.11_r2.arm.CtsCalendarProvider'
-ATTRIBUTES = 'suite:arc-cts-r'
-DEPENDENCIES = 'arc'
-JOB_RETRIES = 1
-TEST_TYPE = 'server'
-TIME = 'MEDIUM'
-MAX_RESULT_SIZE_KB = 512000
-DOC = 'Run module CtsCalendarProviderTestCases, CtsCalendarProviderTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using arm ABI in the ARC++ container.'
-
-def run_TS(machine):
-    host_list = [hosts.create_host(machine)]
-    job.run_test(
-        'cheets_CTS_R',
-        hosts=host_list,
-        iterations=1,
-        tag='11_r2.arm.CtsCalendarProvider',
-        test_name='cheets_CTS_R.11_r2.arm.CtsCalendarProvider',
-        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsCalendarProviderTestCases', '--include-filter', 'CtsCalendarProviderTestCases[secondary_user]', '--logcat-on-failure'],
-        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
-        target_module='CtsCalendarProvider',
-        target_plan=None,
-        bundle='arm',
-        uri='LATEST',
-        use_jdk9=True,
-        timeout=5400)
-
-parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsCalendarcommon2 b/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsCalendarcommon2
deleted file mode 100644
index f043c74..0000000
--- a/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsCalendarcommon2
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 2020 The Chromium OS Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-# This file has been automatically generated. Do not edit!
-
-AUTHOR = 'ARC++ Team'
-NAME = 'cheets_CTS_R.11_r2.arm.CtsCalendarcommon2'
-ATTRIBUTES = 'suite:arc-cts-r'
-DEPENDENCIES = 'arc'
-JOB_RETRIES = 1
-TEST_TYPE = 'server'
-TIME = 'MEDIUM'
-MAX_RESULT_SIZE_KB = 512000
-DOC = 'Run module CtsCalendarcommon2TestCases, CtsCalendarcommon2TestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using arm ABI in the ARC++ container.'
-
-def run_TS(machine):
-    host_list = [hosts.create_host(machine)]
-    job.run_test(
-        'cheets_CTS_R',
-        hosts=host_list,
-        iterations=1,
-        tag='11_r2.arm.CtsCalendarcommon2',
-        test_name='cheets_CTS_R.11_r2.arm.CtsCalendarcommon2',
-        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsCalendarcommon2TestCases', '--include-filter', 'CtsCalendarcommon2TestCases[secondary_user]', '--logcat-on-failure'],
-        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
-        target_module='CtsCalendarcommon2',
-        target_plan=None,
-        bundle='arm',
-        uri='LATEST',
-        use_jdk9=True,
-        timeout=5400)
-
-parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsCamera b/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsCamera
deleted file mode 100644
index 31a1e35..0000000
--- a/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsCamera
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 2020 The Chromium OS Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-# This file has been automatically generated. Do not edit!
-
-AUTHOR = 'ARC++ Team'
-NAME = 'cheets_CTS_R.11_r2.arm.CtsCamera'
-ATTRIBUTES = 'suite:arc-cts-r'
-DEPENDENCIES = 'arc'
-JOB_RETRIES = 1
-TEST_TYPE = 'server'
-TIME = 'LONG'
-MAX_RESULT_SIZE_KB = 512000
-DOC = 'Run module CtsCameraApi25TestCases, CtsCameraApi25TestCases[secondary_user], CtsCameraTestCases, CtsCameraTestCases[instant], CtsCameraTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using arm ABI in the ARC++ container.'
-
-def run_TS(machine):
-    host_list = [hosts.create_host(machine)]
-    job.run_test(
-        'cheets_CTS_R',
-        hosts=host_list,
-        iterations=1,
-        tag='11_r2.arm.CtsCamera',
-        test_name='cheets_CTS_R.11_r2.arm.CtsCamera',
-        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsCameraApi25TestCases', '--include-filter', 'CtsCameraApi25TestCases[secondary_user]', '--include-filter', 'CtsCameraTestCases', '--include-filter', 'CtsCameraTestCases[instant]', '--include-filter', 'CtsCameraTestCases[secondary_user]', '--logcat-on-failure'],
-        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
-        target_module='CtsCamera',
-        target_plan=None,
-        bundle='arm',
-        uri='LATEST',
-        use_jdk9=True,
-        timeout=10800)
-
-parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsCar b/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsCar
deleted file mode 100644
index 043bc28..0000000
--- a/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsCar
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 2020 The Chromium OS Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-# This file has been automatically generated. Do not edit!
-
-AUTHOR = 'ARC++ Team'
-NAME = 'cheets_CTS_R.11_r2.arm.CtsCar'
-ATTRIBUTES = 'suite:arc-cts-r'
-DEPENDENCIES = 'arc'
-JOB_RETRIES = 1
-TEST_TYPE = 'server'
-TIME = 'MEDIUM'
-MAX_RESULT_SIZE_KB = 512000
-DOC = 'Run module CtsCarHostTestCases, CtsCarTestCases, CtsCarTestCases[instant], CtsCarTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using arm ABI in the ARC++ container.'
-
-def run_TS(machine):
-    host_list = [hosts.create_host(machine)]
-    job.run_test(
-        'cheets_CTS_R',
-        hosts=host_list,
-        iterations=1,
-        tag='11_r2.arm.CtsCar',
-        test_name='cheets_CTS_R.11_r2.arm.CtsCar',
-        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsCarHostTestCases', '--include-filter', 'CtsCarTestCases', '--include-filter', 'CtsCarTestCases[instant]', '--include-filter', 'CtsCarTestCases[secondary_user]', '--logcat-on-failure'],
-        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
-        target_module='CtsCar',
-        target_plan=None,
-        bundle='arm',
-        uri='LATEST',
-        use_jdk9=True,
-        timeout=9000)
-
-parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsCarrierApiTestCases b/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsCarrierApiTestCases
deleted file mode 100644
index 27355ca..0000000
--- a/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsCarrierApiTestCases
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 2020 The Chromium OS Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-# This file has been automatically generated. Do not edit!
-
-AUTHOR = 'ARC++ Team'
-NAME = 'cheets_CTS_R.11_r2.arm.CtsCarrierApiTestCases'
-ATTRIBUTES = 'suite:arc-cts-r'
-DEPENDENCIES = 'arc'
-JOB_RETRIES = 1
-TEST_TYPE = 'server'
-TIME = 'MEDIUM'
-MAX_RESULT_SIZE_KB = 512000
-DOC = 'Run module CtsCarrierApiTestCases of the Android Compatibility Test Suite (CTS) using arm ABI in the ARC++ container.'
-
-def run_TS(machine):
-    host_list = [hosts.create_host(machine)]
-    job.run_test(
-        'cheets_CTS_R',
-        hosts=host_list,
-        iterations=1,
-        tag='11_r2.arm.CtsCarrierApiTestCases',
-        test_name='cheets_CTS_R.11_r2.arm.CtsCarrierApiTestCases',
-        run_template=['run', 'commandAndExit', 'cts', '--module', 'CtsCarrierApiTestCases', '--logcat-on-failure'],
-        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
-        target_module='CtsCarrierApiTestCases',
-        target_plan=None,
-        bundle='arm',
-        uri='LATEST',
-        use_jdk9=True,
-        timeout=3600)
-
-parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsClassLoaderFactory b/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsClassLoaderFactory
deleted file mode 100644
index 5b6627c..0000000
--- a/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsClassLoaderFactory
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 2020 The Chromium OS Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-# This file has been automatically generated. Do not edit!
-
-AUTHOR = 'ARC++ Team'
-NAME = 'cheets_CTS_R.11_r2.arm.CtsClassLoaderFactory'
-ATTRIBUTES = 'suite:arc-cts-r'
-DEPENDENCIES = 'arc'
-JOB_RETRIES = 1
-TEST_TYPE = 'server'
-TIME = 'MEDIUM'
-MAX_RESULT_SIZE_KB = 512000
-DOC = 'Run module CtsClassLoaderFactoryInMemoryDexClassLoaderTestCases, CtsClassLoaderFactoryInMemoryDexClassLoaderTestCases[instant], CtsClassLoaderFactoryInMemoryDexClassLoaderTestCases[secondary_user], CtsClassLoaderFactoryPathClassLoaderTestCases, CtsClassLoaderFactoryPathClassLoaderTestCases[instant], CtsClassLoaderFactoryPathClassLoaderTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using arm ABI in the ARC++ container.'
-
-def run_TS(machine):
-    host_list = [hosts.create_host(machine)]
-    job.run_test(
-        'cheets_CTS_R',
-        hosts=host_list,
-        iterations=1,
-        tag='11_r2.arm.CtsClassLoaderFactory',
-        test_name='cheets_CTS_R.11_r2.arm.CtsClassLoaderFactory',
-        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsClassLoaderFactoryInMemoryDexClassLoaderTestCases', '--include-filter', 'CtsClassLoaderFactoryInMemoryDexClassLoaderTestCases[instant]', '--include-filter', 'CtsClassLoaderFactoryInMemoryDexClassLoaderTestCases[secondary_user]', '--include-filter', 'CtsClassLoaderFactoryPathClassLoaderTestCases', '--include-filter', 'CtsClassLoaderFactoryPathClassLoaderTestCases[instant]', '--include-filter', 'CtsClassLoaderFactoryPathClassLoaderTestCases[secondary_user]', '--logcat-on-failure'],
-        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
-        target_module='CtsClassLoaderFactory',
-        target_plan=None,
-        bundle='arm',
-        uri='LATEST',
-        use_jdk9=True,
-        timeout=12600)
-
-parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsClassloaderSplitsHost b/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsClassloaderSplitsHost
deleted file mode 100644
index 06d8531..0000000
--- a/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsClassloaderSplitsHost
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 2020 The Chromium OS Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-# This file has been automatically generated. Do not edit!
-
-AUTHOR = 'ARC++ Team'
-NAME = 'cheets_CTS_R.11_r2.arm.CtsClassloaderSplitsHost'
-ATTRIBUTES = 'suite:arc-cts-r'
-DEPENDENCIES = 'arc'
-JOB_RETRIES = 1
-TEST_TYPE = 'server'
-TIME = 'MEDIUM'
-MAX_RESULT_SIZE_KB = 512000
-DOC = 'Run module CtsClassloaderSplitsHostTestCases, CtsClassloaderSplitsHostTestCases[instant], CtsClassloaderSplitsHostTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using arm ABI in the ARC++ container.'
-
-def run_TS(machine):
-    host_list = [hosts.create_host(machine)]
-    job.run_test(
-        'cheets_CTS_R',
-        hosts=host_list,
-        iterations=1,
-        tag='11_r2.arm.CtsClassloaderSplitsHost',
-        test_name='cheets_CTS_R.11_r2.arm.CtsClassloaderSplitsHost',
-        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsClassloaderSplitsHostTestCases', '--include-filter', 'CtsClassloaderSplitsHostTestCases[instant]', '--include-filter', 'CtsClassloaderSplitsHostTestCases[secondary_user]', '--logcat-on-failure'],
-        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
-        target_module='CtsClassloaderSplitsHost',
-        target_plan=None,
-        bundle='arm',
-        uri='LATEST',
-        use_jdk9=True,
-        timeout=7200)
-
-parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsCodePathHost b/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsCodePathHost
deleted file mode 100644
index 57fae6d..0000000
--- a/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsCodePathHost
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 2020 The Chromium OS Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-# This file has been automatically generated. Do not edit!
-
-AUTHOR = 'ARC++ Team'
-NAME = 'cheets_CTS_R.11_r2.arm.CtsCodePathHost'
-ATTRIBUTES = 'suite:arc-cts-r'
-DEPENDENCIES = 'arc'
-JOB_RETRIES = 1
-TEST_TYPE = 'server'
-TIME = 'MEDIUM'
-MAX_RESULT_SIZE_KB = 512000
-DOC = 'Run module CtsCodePathHostTestCases, CtsCodePathHostTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using arm ABI in the ARC++ container.'
-
-def run_TS(machine):
-    host_list = [hosts.create_host(machine)]
-    job.run_test(
-        'cheets_CTS_R',
-        hosts=host_list,
-        iterations=1,
-        tag='11_r2.arm.CtsCodePathHost',
-        test_name='cheets_CTS_R.11_r2.arm.CtsCodePathHost',
-        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsCodePathHostTestCases', '--include-filter', 'CtsCodePathHostTestCases[secondary_user]', '--logcat-on-failure'],
-        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
-        target_module='CtsCodePathHost',
-        target_plan=None,
-        bundle='arm',
-        uri='LATEST',
-        use_jdk9=True,
-        timeout=5400)
-
-parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsColorMode b/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsColorMode
deleted file mode 100644
index 7c87e98..0000000
--- a/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsColorMode
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 2020 The Chromium OS Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-# This file has been automatically generated. Do not edit!
-
-AUTHOR = 'ARC++ Team'
-NAME = 'cheets_CTS_R.11_r2.arm.CtsColorMode'
-ATTRIBUTES = 'suite:arc-cts-r'
-DEPENDENCIES = 'arc'
-JOB_RETRIES = 1
-TEST_TYPE = 'server'
-TIME = 'MEDIUM'
-MAX_RESULT_SIZE_KB = 512000
-DOC = 'Run module CtsColorModeTestCases, CtsColorModeTestCases[instant], CtsColorModeTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using arm ABI in the ARC++ container.'
-
-def run_TS(machine):
-    host_list = [hosts.create_host(machine)]
-    job.run_test(
-        'cheets_CTS_R',
-        hosts=host_list,
-        iterations=1,
-        tag='11_r2.arm.CtsColorMode',
-        test_name='cheets_CTS_R.11_r2.arm.CtsColorMode',
-        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsColorModeTestCases', '--include-filter', 'CtsColorModeTestCases[instant]', '--include-filter', 'CtsColorModeTestCases[secondary_user]', '--logcat-on-failure'],
-        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
-        target_module='CtsColorMode',
-        target_plan=None,
-        bundle='arm',
-        uri='LATEST',
-        use_jdk9=True,
-        timeout=7200)
-
-parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsCompilation b/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsCompilation
deleted file mode 100644
index 587fab9..0000000
--- a/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsCompilation
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 2020 The Chromium OS Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-# This file has been automatically generated. Do not edit!
-
-AUTHOR = 'ARC++ Team'
-NAME = 'cheets_CTS_R.11_r2.arm.CtsCompilation'
-ATTRIBUTES = 'suite:arc-cts-r'
-DEPENDENCIES = 'arc'
-JOB_RETRIES = 1
-TEST_TYPE = 'server'
-TIME = 'MEDIUM'
-MAX_RESULT_SIZE_KB = 512000
-DOC = 'Run module CtsCompilationTestCases, CtsCompilationTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using arm ABI in the ARC++ container.'
-
-def run_TS(machine):
-    host_list = [hosts.create_host(machine)]
-    job.run_test(
-        'cheets_CTS_R',
-        hosts=host_list,
-        iterations=1,
-        tag='11_r2.arm.CtsCompilation',
-        test_name='cheets_CTS_R.11_r2.arm.CtsCompilation',
-        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsCompilationTestCases', '--include-filter', 'CtsCompilationTestCases[secondary_user]', '--logcat-on-failure'],
-        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
-        target_module='CtsCompilation',
-        target_plan=None,
-        bundle='arm',
-        uri='LATEST',
-        use_jdk9=True,
-        timeout=5400)
-
-parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsContactsProvider b/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsContactsProvider
deleted file mode 100644
index 46dc366..0000000
--- a/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsContactsProvider
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 2020 The Chromium OS Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-# This file has been automatically generated. Do not edit!
-
-AUTHOR = 'ARC++ Team'
-NAME = 'cheets_CTS_R.11_r2.arm.CtsContactsProvider'
-ATTRIBUTES = 'suite:arc-cts-r'
-DEPENDENCIES = 'arc'
-JOB_RETRIES = 1
-TEST_TYPE = 'server'
-TIME = 'MEDIUM'
-MAX_RESULT_SIZE_KB = 512000
-DOC = 'Run module CtsContactsProviderTestCases, CtsContactsProviderTestCases[secondary_user], CtsContactsProviderWipe, CtsContactsProviderWipe[secondary_user] of the Android Compatibility Test Suite (CTS) using arm ABI in the ARC++ container.'
-
-def run_TS(machine):
-    host_list = [hosts.create_host(machine)]
-    job.run_test(
-        'cheets_CTS_R',
-        hosts=host_list,
-        iterations=1,
-        tag='11_r2.arm.CtsContactsProvider',
-        test_name='cheets_CTS_R.11_r2.arm.CtsContactsProvider',
-        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsContactsProviderTestCases', '--include-filter', 'CtsContactsProviderTestCases[secondary_user]', '--include-filter', 'CtsContactsProviderWipe', '--include-filter', 'CtsContactsProviderWipe[secondary_user]', '--logcat-on-failure'],
-        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
-        target_module='CtsContactsProvider',
-        target_plan=None,
-        bundle='arm',
-        uri='LATEST',
-        use_jdk9=True,
-        timeout=9000)
-
-parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsContent b/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsContent
deleted file mode 100644
index 3fdfd8d..0000000
--- a/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsContent
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 2020 The Chromium OS Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-# This file has been automatically generated. Do not edit!
-
-AUTHOR = 'ARC++ Team'
-NAME = 'cheets_CTS_R.11_r2.arm.CtsContent'
-ATTRIBUTES = 'suite:arc-cts-r'
-DEPENDENCIES = 'arc'
-JOB_RETRIES = 1
-TEST_TYPE = 'server'
-TIME = 'MEDIUM'
-MAX_RESULT_SIZE_KB = 512000
-DOC = 'Run module CtsContentCaptureServiceTestCases, CtsContentCaptureServiceTestCases[instant], CtsContentCaptureServiceTestCases[secondary_user], CtsContentSuggestionsTestCases, CtsContentSuggestionsTestCases[secondary_user], CtsContentTestCases, CtsContentTestCases[instant], CtsContentTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using arm ABI in the ARC++ container.'
-
-def run_TS(machine):
-    host_list = [hosts.create_host(machine)]
-    job.run_test(
-        'cheets_CTS_R',
-        hosts=host_list,
-        iterations=1,
-        enable_default_apps=True,
-        tag='11_r2.arm.CtsContent',
-        test_name='cheets_CTS_R.11_r2.arm.CtsContent',
-        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsContentCaptureServiceTestCases', '--include-filter', 'CtsContentCaptureServiceTestCases[instant]', '--include-filter', 'CtsContentCaptureServiceTestCases[secondary_user]', '--include-filter', 'CtsContentSuggestionsTestCases', '--include-filter', 'CtsContentSuggestionsTestCases[secondary_user]', '--include-filter', 'CtsContentTestCases', '--include-filter', 'CtsContentTestCases[instant]', '--include-filter', 'CtsContentTestCases[secondary_user]', '--logcat-on-failure'],
-        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
-        target_module='CtsContent',
-        target_plan=None,
-        bundle='arm',
-        uri='LATEST',
-        use_jdk9=True,
-        timeout=16200)
-
-parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsControlsDevice b/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsControlsDevice
deleted file mode 100644
index 93ede7d..0000000
--- a/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsControlsDevice
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 2020 The Chromium OS Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-# This file has been automatically generated. Do not edit!
-
-AUTHOR = 'ARC++ Team'
-NAME = 'cheets_CTS_R.11_r2.arm.CtsControlsDevice'
-ATTRIBUTES = 'suite:arc-cts-r'
-DEPENDENCIES = 'arc'
-JOB_RETRIES = 1
-TEST_TYPE = 'server'
-TIME = 'MEDIUM'
-MAX_RESULT_SIZE_KB = 512000
-DOC = 'Run module CtsControlsDeviceTestCases, CtsControlsDeviceTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using arm ABI in the ARC++ container.'
-
-def run_TS(machine):
-    host_list = [hosts.create_host(machine)]
-    job.run_test(
-        'cheets_CTS_R',
-        hosts=host_list,
-        iterations=1,
-        tag='11_r2.arm.CtsControlsDevice',
-        test_name='cheets_CTS_R.11_r2.arm.CtsControlsDevice',
-        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsControlsDeviceTestCases', '--include-filter', 'CtsControlsDeviceTestCases[secondary_user]', '--logcat-on-failure'],
-        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
-        target_module='CtsControlsDevice',
-        target_plan=None,
-        bundle='arm',
-        uri='LATEST',
-        use_jdk9=True,
-        timeout=5400)
-
-parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsCppTools b/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsCppTools
deleted file mode 100644
index 9da74d3..0000000
--- a/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsCppTools
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 2020 The Chromium OS Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-# This file has been automatically generated. Do not edit!
-
-AUTHOR = 'ARC++ Team'
-NAME = 'cheets_CTS_R.11_r2.arm.CtsCppTools'
-ATTRIBUTES = 'suite:arc-cts-r'
-DEPENDENCIES = 'arc'
-JOB_RETRIES = 1
-TEST_TYPE = 'server'
-TIME = 'MEDIUM'
-MAX_RESULT_SIZE_KB = 512000
-DOC = 'Run module CtsCppToolsTestCases, CtsCppToolsTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using arm ABI in the ARC++ container.'
-
-def run_TS(machine):
-    host_list = [hosts.create_host(machine)]
-    job.run_test(
-        'cheets_CTS_R',
-        hosts=host_list,
-        iterations=1,
-        tag='11_r2.arm.CtsCppTools',
-        test_name='cheets_CTS_R.11_r2.arm.CtsCppTools',
-        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsCppToolsTestCases', '--include-filter', 'CtsCppToolsTestCases[secondary_user]', '--logcat-on-failure'],
-        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
-        target_module='CtsCppTools',
-        target_plan=None,
-        bundle='arm',
-        uri='LATEST',
-        use_jdk9=True,
-        timeout=5400)
-
-parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsCurrentApiSignature b/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsCurrentApiSignature
deleted file mode 100644
index 3c3d75b..0000000
--- a/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsCurrentApiSignature
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 2020 The Chromium OS Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-# This file has been automatically generated. Do not edit!
-
-AUTHOR = 'ARC++ Team'
-NAME = 'cheets_CTS_R.11_r2.arm.CtsCurrentApiSignature'
-ATTRIBUTES = 'suite:arc-cts-r'
-DEPENDENCIES = 'arc'
-JOB_RETRIES = 1
-TEST_TYPE = 'server'
-TIME = 'MEDIUM'
-MAX_RESULT_SIZE_KB = 512000
-DOC = 'Run module CtsCurrentApiSignatureTestCases, CtsCurrentApiSignatureTestCases[instant], CtsCurrentApiSignatureTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using arm ABI in the ARC++ container.'
-
-def run_TS(machine):
-    host_list = [hosts.create_host(machine)]
-    job.run_test(
-        'cheets_CTS_R',
-        hosts=host_list,
-        iterations=1,
-        tag='11_r2.arm.CtsCurrentApiSignature',
-        test_name='cheets_CTS_R.11_r2.arm.CtsCurrentApiSignature',
-        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsCurrentApiSignatureTestCases', '--include-filter', 'CtsCurrentApiSignatureTestCases[instant]', '--include-filter', 'CtsCurrentApiSignatureTestCases[secondary_user]', '--logcat-on-failure'],
-        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
-        target_module='CtsCurrentApiSignature',
-        target_plan=None,
-        bundle='arm',
-        uri='LATEST',
-        use_jdk9=True,
-        timeout=7200)
-
-parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsDatabase b/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsDatabase
deleted file mode 100644
index 8fd6749..0000000
--- a/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsDatabase
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 2020 The Chromium OS Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-# This file has been automatically generated. Do not edit!
-
-AUTHOR = 'ARC++ Team'
-NAME = 'cheets_CTS_R.11_r2.arm.CtsDatabase'
-ATTRIBUTES = 'suite:arc-cts-r'
-DEPENDENCIES = 'arc'
-JOB_RETRIES = 1
-TEST_TYPE = 'server'
-TIME = 'MEDIUM'
-MAX_RESULT_SIZE_KB = 512000
-DOC = 'Run module CtsDatabaseTestCases, CtsDatabaseTestCases[instant], CtsDatabaseTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using arm ABI in the ARC++ container.'
-
-def run_TS(machine):
-    host_list = [hosts.create_host(machine)]
-    job.run_test(
-        'cheets_CTS_R',
-        hosts=host_list,
-        iterations=1,
-        tag='11_r2.arm.CtsDatabase',
-        test_name='cheets_CTS_R.11_r2.arm.CtsDatabase',
-        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsDatabaseTestCases', '--include-filter', 'CtsDatabaseTestCases[instant]', '--include-filter', 'CtsDatabaseTestCases[secondary_user]', '--logcat-on-failure'],
-        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
-        target_module='CtsDatabase',
-        target_plan=None,
-        bundle='arm',
-        uri='LATEST',
-        use_jdk9=True,
-        timeout=7200)
-
-parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsDeqp b/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsDeqp
deleted file mode 100644
index 605b5c5..0000000
--- a/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsDeqp
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 2020 The Chromium OS Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-# This file has been automatically generated. Do not edit!
-
-AUTHOR = 'ARC++ Team'
-NAME = 'cheets_CTS_R.11_r2.arm.CtsDeqp'
-ATTRIBUTES = 'suite:arc-cts-r'
-DEPENDENCIES = 'arc'
-JOB_RETRIES = 1
-TEST_TYPE = 'server'
-TIME = 'LONG'
-MAX_RESULT_SIZE_KB = 1024000
-DOC = 'Run module CtsDeqpTestCases, CtsDeqpTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using arm ABI in the ARC++ container.'
-
-def run_TS(machine):
-    host_list = [hosts.create_host(machine)]
-    job.run_test(
-        'cheets_CTS_R',
-        hosts=host_list,
-        iterations=1,
-        max_retry=1,
-        tag='11_r2.arm.CtsDeqp',
-        test_name='cheets_CTS_R.11_r2.arm.CtsDeqp',
-        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsDeqpTestCases', '--include-filter', 'CtsDeqpTestCases[secondary_user]'],
-        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
-        target_module='CtsDeqp',
-        target_plan=None,
-        bundle='arm',
-        uri='LATEST',
-        use_jdk9=True,
-        timeout=111600)
-
-parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsDeqpTestCases.dEQP-EGL b/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsDeqpTestCases.dEQP-EGL
deleted file mode 100644
index 64f7dba..0000000
--- a/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsDeqpTestCases.dEQP-EGL
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 2020 The Chromium OS Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-# This file has been automatically generated. Do not edit!
-
-AUTHOR = 'ARC++ Team'
-NAME = 'cheets_CTS_R.11_r2.arm.CtsDeqpTestCases.dEQP-EGL'
-ATTRIBUTES = 'suite:arc-cts-r'
-DEPENDENCIES = 'arc'
-JOB_RETRIES = 0
-TEST_TYPE = 'server'
-TIME = 'MEDIUM'
-MAX_RESULT_SIZE_KB = 512000
-DOC = 'Run module CtsDeqpTestCases.dEQP-EGL of the Android Compatibility Test Suite (CTS) using arm ABI in the ARC++ container.'
-
-def run_TS(machine):
-    host_list = [hosts.create_host(machine)]
-    job.run_test(
-        'cheets_CTS_R',
-        hosts=host_list,
-        iterations=1,
-        tag='11_r2.arm.CtsDeqpTestCases.dEQP-EGL',
-        test_name='cheets_CTS_R.11_r2.arm.CtsDeqpTestCases.dEQP-EGL',
-        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsDeqpTestCases', '--module', 'CtsDeqpTestCases', '--test', 'dEQP-EGL.*'],
-        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
-        target_module='CtsDeqpTestCases',
-        target_plan=None,
-        bundle='arm',
-        uri='gs://chromeos-arc-images/cts/bundle/R/android-cts-6922707-linux_x86-arm.zip',
-        use_jdk9=True,
-        timeout=7200)
-
-parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsDeqpTestCases.dEQP-GLES2 b/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsDeqpTestCases.dEQP-GLES2
deleted file mode 100644
index 7ad2197..0000000
--- a/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsDeqpTestCases.dEQP-GLES2
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 2020 The Chromium OS Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-# This file has been automatically generated. Do not edit!
-
-AUTHOR = 'ARC++ Team'
-NAME = 'cheets_CTS_R.11_r2.arm.CtsDeqpTestCases.dEQP-GLES2'
-ATTRIBUTES = 'suite:arc-cts-r'
-DEPENDENCIES = 'arc'
-JOB_RETRIES = 0
-TEST_TYPE = 'server'
-TIME = 'MEDIUM'
-MAX_RESULT_SIZE_KB = 512000
-DOC = 'Run module CtsDeqpTestCases.dEQP-GLES2 of the Android Compatibility Test Suite (CTS) using arm ABI in the ARC++ container.'
-
-def run_TS(machine):
-    host_list = [hosts.create_host(machine)]
-    job.run_test(
-        'cheets_CTS_R',
-        hosts=host_list,
-        iterations=1,
-        tag='11_r2.arm.CtsDeqpTestCases.dEQP-GLES2',
-        test_name='cheets_CTS_R.11_r2.arm.CtsDeqpTestCases.dEQP-GLES2',
-        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsDeqpTestCases', '--module', 'CtsDeqpTestCases', '--test', 'dEQP-GLES2.*'],
-        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
-        target_module='CtsDeqpTestCases',
-        target_plan=None,
-        bundle='arm',
-        uri='gs://chromeos-arc-images/cts/bundle/R/android-cts-6922707-linux_x86-arm.zip',
-        use_jdk9=True,
-        timeout=7200)
-
-parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsDeqpTestCases.dEQP-GLES3 b/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsDeqpTestCases.dEQP-GLES3
deleted file mode 100644
index 027a8bb..0000000
--- a/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsDeqpTestCases.dEQP-GLES3
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 2020 The Chromium OS Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-# This file has been automatically generated. Do not edit!
-
-AUTHOR = 'ARC++ Team'
-NAME = 'cheets_CTS_R.11_r2.arm.CtsDeqpTestCases.dEQP-GLES3'
-ATTRIBUTES = 'suite:arc-cts-r'
-DEPENDENCIES = 'arc'
-JOB_RETRIES = 0
-TEST_TYPE = 'server'
-TIME = 'MEDIUM'
-MAX_RESULT_SIZE_KB = 512000
-DOC = 'Run module CtsDeqpTestCases.dEQP-GLES3 of the Android Compatibility Test Suite (CTS) using arm ABI in the ARC++ container.'
-
-def run_TS(machine):
-    host_list = [hosts.create_host(machine)]
-    job.run_test(
-        'cheets_CTS_R',
-        hosts=host_list,
-        iterations=1,
-        tag='11_r2.arm.CtsDeqpTestCases.dEQP-GLES3',
-        test_name='cheets_CTS_R.11_r2.arm.CtsDeqpTestCases.dEQP-GLES3',
-        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsDeqpTestCases', '--module', 'CtsDeqpTestCases', '--test', 'dEQP-GLES3.*'],
-        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
-        target_module='CtsDeqpTestCases',
-        target_plan=None,
-        bundle='arm',
-        uri='gs://chromeos-arc-images/cts/bundle/R/android-cts-6922707-linux_x86-arm.zip',
-        use_jdk9=True,
-        timeout=21600)
-
-parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsDeqpTestCases.dEQP-GLES31 b/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsDeqpTestCases.dEQP-GLES31
deleted file mode 100644
index 56bef5d..0000000
--- a/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsDeqpTestCases.dEQP-GLES31
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 2020 The Chromium OS Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-# This file has been automatically generated. Do not edit!
-
-AUTHOR = 'ARC++ Team'
-NAME = 'cheets_CTS_R.11_r2.arm.CtsDeqpTestCases.dEQP-GLES31'
-ATTRIBUTES = 'suite:arc-cts-r'
-DEPENDENCIES = 'arc'
-JOB_RETRIES = 0
-TEST_TYPE = 'server'
-TIME = 'MEDIUM'
-MAX_RESULT_SIZE_KB = 512000
-DOC = 'Run module CtsDeqpTestCases.dEQP-GLES31 of the Android Compatibility Test Suite (CTS) using arm ABI in the ARC++ container.'
-
-def run_TS(machine):
-    host_list = [hosts.create_host(machine)]
-    job.run_test(
-        'cheets_CTS_R',
-        hosts=host_list,
-        iterations=1,
-        tag='11_r2.arm.CtsDeqpTestCases.dEQP-GLES31',
-        test_name='cheets_CTS_R.11_r2.arm.CtsDeqpTestCases.dEQP-GLES31',
-        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsDeqpTestCases', '--module', 'CtsDeqpTestCases', '--test', 'dEQP-GLES31.*'],
-        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
-        target_module='CtsDeqpTestCases',
-        target_plan=None,
-        bundle='arm',
-        uri='gs://chromeos-arc-images/cts/bundle/R/android-cts-6922707-linux_x86-arm.zip',
-        use_jdk9=True,
-        timeout=21600)
-
-parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsDeqpTestCases.dEQP-VK b/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsDeqpTestCases.dEQP-VK
deleted file mode 100644
index 336f5b5..0000000
--- a/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsDeqpTestCases.dEQP-VK
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 2020 The Chromium OS Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-# This file has been automatically generated. Do not edit!
-
-AUTHOR = 'ARC++ Team'
-NAME = 'cheets_CTS_R.11_r2.arm.CtsDeqpTestCases.dEQP-VK'
-ATTRIBUTES = 'suite:arc-cts-r'
-DEPENDENCIES = 'arc'
-JOB_RETRIES = 0
-TEST_TYPE = 'server'
-TIME = 'MEDIUM'
-MAX_RESULT_SIZE_KB = 512000
-DOC = 'Run module CtsDeqpTestCases.dEQP-VK of the Android Compatibility Test Suite (CTS) using arm ABI in the ARC++ container.'
-
-def run_TS(machine):
-    host_list = [hosts.create_host(machine)]
-    job.run_test(
-        'cheets_CTS_R',
-        hosts=host_list,
-        iterations=1,
-        tag='11_r2.arm.CtsDeqpTestCases.dEQP-VK',
-        test_name='cheets_CTS_R.11_r2.arm.CtsDeqpTestCases.dEQP-VK',
-        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsDeqpTestCases', '--module', 'CtsDeqpTestCases', '--test', 'dEQP-VK.*'],
-        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
-        target_module='CtsDeqpTestCases',
-        target_plan=None,
-        bundle='arm',
-        uri='gs://chromeos-arc-images/cts/bundle/R/android-cts-6922707-linux_x86-arm.zip',
-        use_jdk9=True,
-        timeout=54000)
-
-parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsDevice b/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsDevice
deleted file mode 100644
index bde4b99..0000000
--- a/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsDevice
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 2020 The Chromium OS Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-# This file has been automatically generated. Do not edit!
-
-AUTHOR = 'ARC++ Team'
-NAME = 'cheets_CTS_R.11_r2.arm.CtsDevice'
-ATTRIBUTES = 'suite:arc-cts-r'
-DEPENDENCIES = 'arc'
-JOB_RETRIES = 1
-TEST_TYPE = 'server'
-TIME = 'MEDIUM'
-MAX_RESULT_SIZE_KB = 512000
-DOC = 'Run module CtsDeviceConfigTestCases, CtsDeviceConfigTestCases[instant], CtsDeviceConfigTestCases[secondary_user], CtsDeviceIdleHostTestCases, CtsDeviceIdleHostTestCases[secondary_user], CtsDevicePolicyManagerTestCases of the Android Compatibility Test Suite (CTS) using arm ABI in the ARC++ container.'
-
-def run_TS(machine):
-    host_list = [hosts.create_host(machine)]
-    job.run_test(
-        'cheets_CTS_R',
-        hosts=host_list,
-        iterations=1,
-        tag='11_r2.arm.CtsDevice',
-        test_name='cheets_CTS_R.11_r2.arm.CtsDevice',
-        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsDeviceConfigTestCases', '--include-filter', 'CtsDeviceConfigTestCases[instant]', '--include-filter', 'CtsDeviceConfigTestCases[secondary_user]', '--include-filter', 'CtsDeviceIdleHostTestCases', '--include-filter', 'CtsDeviceIdleHostTestCases[secondary_user]', '--include-filter', 'CtsDevicePolicyManagerTestCases', '--logcat-on-failure'],
-        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
-        target_module='CtsDevice',
-        target_plan=None,
-        bundle='arm',
-        uri='LATEST',
-        use_jdk9=True,
-        timeout=12600)
-
-parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsDexMetadataHost b/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsDexMetadataHost
deleted file mode 100644
index 77dc4e3..0000000
--- a/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsDexMetadataHost
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 2020 The Chromium OS Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-# This file has been automatically generated. Do not edit!
-
-AUTHOR = 'ARC++ Team'
-NAME = 'cheets_CTS_R.11_r2.arm.CtsDexMetadataHost'
-ATTRIBUTES = 'suite:arc-cts-r'
-DEPENDENCIES = 'arc'
-JOB_RETRIES = 1
-TEST_TYPE = 'server'
-TIME = 'MEDIUM'
-MAX_RESULT_SIZE_KB = 512000
-DOC = 'Run module CtsDexMetadataHostTestCases, CtsDexMetadataHostTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using arm ABI in the ARC++ container.'
-
-def run_TS(machine):
-    host_list = [hosts.create_host(machine)]
-    job.run_test(
-        'cheets_CTS_R',
-        hosts=host_list,
-        iterations=1,
-        tag='11_r2.arm.CtsDexMetadataHost',
-        test_name='cheets_CTS_R.11_r2.arm.CtsDexMetadataHost',
-        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsDexMetadataHostTestCases', '--include-filter', 'CtsDexMetadataHostTestCases[secondary_user]', '--logcat-on-failure'],
-        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
-        target_module='CtsDexMetadataHost',
-        target_plan=None,
-        bundle='arm',
-        uri='LATEST',
-        use_jdk9=True,
-        timeout=5400)
-
-parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsDisplay b/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsDisplay
deleted file mode 100644
index 91316a8..0000000
--- a/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsDisplay
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 2020 The Chromium OS Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-# This file has been automatically generated. Do not edit!
-
-AUTHOR = 'ARC++ Team'
-NAME = 'cheets_CTS_R.11_r2.arm.CtsDisplay'
-ATTRIBUTES = 'suite:arc-cts-r'
-DEPENDENCIES = 'arc'
-JOB_RETRIES = 1
-TEST_TYPE = 'server'
-TIME = 'MEDIUM'
-MAX_RESULT_SIZE_KB = 512000
-DOC = 'Run module CtsDisplayTestCases, CtsDisplayTestCases[instant], CtsDisplayTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using arm ABI in the ARC++ container.'
-
-def run_TS(machine):
-    host_list = [hosts.create_host(machine)]
-    job.run_test(
-        'cheets_CTS_R',
-        hosts=host_list,
-        iterations=1,
-        tag='11_r2.arm.CtsDisplay',
-        test_name='cheets_CTS_R.11_r2.arm.CtsDisplay',
-        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsDisplayTestCases', '--include-filter', 'CtsDisplayTestCases[instant]', '--include-filter', 'CtsDisplayTestCases[secondary_user]', '--logcat-on-failure'],
-        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
-        target_module='CtsDisplay',
-        target_plan=None,
-        bundle='arm',
-        uri='LATEST',
-        use_jdk9=True,
-        timeout=7200)
-
-parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsDownloadManager b/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsDownloadManager
deleted file mode 100644
index 4ffb2de..0000000
--- a/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsDownloadManager
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 2020 The Chromium OS Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-# This file has been automatically generated. Do not edit!
-
-AUTHOR = 'ARC++ Team'
-NAME = 'cheets_CTS_R.11_r2.arm.CtsDownloadManager'
-ATTRIBUTES = 'suite:arc-cts-r'
-DEPENDENCIES = 'arc'
-JOB_RETRIES = 1
-TEST_TYPE = 'server'
-TIME = 'MEDIUM'
-MAX_RESULT_SIZE_KB = 512000
-DOC = 'Run module CtsDownloadManagerApi28, CtsDownloadManagerApi28[secondary_user], CtsDownloadManagerInstaller, CtsDownloadManagerInstaller[secondary_user] of the Android Compatibility Test Suite (CTS) using arm ABI in the ARC++ container.'
-
-def run_TS(machine):
-    host_list = [hosts.create_host(machine)]
-    job.run_test(
-        'cheets_CTS_R',
-        hosts=host_list,
-        iterations=1,
-        tag='11_r2.arm.CtsDownloadManager',
-        test_name='cheets_CTS_R.11_r2.arm.CtsDownloadManager',
-        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsDownloadManagerApi28', '--include-filter', 'CtsDownloadManagerApi28[secondary_user]', '--include-filter', 'CtsDownloadManagerInstaller', '--include-filter', 'CtsDownloadManagerInstaller[secondary_user]', '--logcat-on-failure'],
-        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
-        target_module='CtsDownloadManager',
-        target_plan=None,
-        bundle='arm',
-        uri='LATEST',
-        use_jdk9=True,
-        timeout=9000)
-
-parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsDpi b/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsDpi
deleted file mode 100644
index 33c5e57..0000000
--- a/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsDpi
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 2020 The Chromium OS Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-# This file has been automatically generated. Do not edit!
-
-AUTHOR = 'ARC++ Team'
-NAME = 'cheets_CTS_R.11_r2.arm.CtsDpi'
-ATTRIBUTES = 'suite:arc-cts-r'
-DEPENDENCIES = 'arc'
-JOB_RETRIES = 1
-TEST_TYPE = 'server'
-TIME = 'MEDIUM'
-MAX_RESULT_SIZE_KB = 512000
-DOC = 'Run module CtsDpiTestCases, CtsDpiTestCases2, CtsDpiTestCases2[secondary_user], CtsDpiTestCases[instant], CtsDpiTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using arm ABI in the ARC++ container.'
-
-def run_TS(machine):
-    host_list = [hosts.create_host(machine)]
-    job.run_test(
-        'cheets_CTS_R',
-        hosts=host_list,
-        iterations=1,
-        tag='11_r2.arm.CtsDpi',
-        test_name='cheets_CTS_R.11_r2.arm.CtsDpi',
-        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsDpiTestCases', '--include-filter', 'CtsDpiTestCases2', '--include-filter', 'CtsDpiTestCases2[secondary_user]', '--include-filter', 'CtsDpiTestCases[instant]', '--include-filter', 'CtsDpiTestCases[secondary_user]', '--logcat-on-failure'],
-        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
-        target_module='CtsDpi',
-        target_plan=None,
-        bundle='arm',
-        uri='LATEST',
-        use_jdk9=True,
-        timeout=10800)
-
-parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsDreams b/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsDreams
deleted file mode 100644
index a5fb509..0000000
--- a/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsDreams
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 2020 The Chromium OS Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-# This file has been automatically generated. Do not edit!
-
-AUTHOR = 'ARC++ Team'
-NAME = 'cheets_CTS_R.11_r2.arm.CtsDreams'
-ATTRIBUTES = 'suite:arc-cts-r'
-DEPENDENCIES = 'arc'
-JOB_RETRIES = 1
-TEST_TYPE = 'server'
-TIME = 'MEDIUM'
-MAX_RESULT_SIZE_KB = 512000
-DOC = 'Run module CtsDreamsTestCases, CtsDreamsTestCases[instant], CtsDreamsTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using arm ABI in the ARC++ container.'
-
-def run_TS(machine):
-    host_list = [hosts.create_host(machine)]
-    job.run_test(
-        'cheets_CTS_R',
-        hosts=host_list,
-        iterations=1,
-        tag='11_r2.arm.CtsDreams',
-        test_name='cheets_CTS_R.11_r2.arm.CtsDreams',
-        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsDreamsTestCases', '--include-filter', 'CtsDreamsTestCases[instant]', '--include-filter', 'CtsDreamsTestCases[secondary_user]', '--logcat-on-failure'],
-        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
-        target_module='CtsDreams',
-        target_plan=None,
-        bundle='arm',
-        uri='LATEST',
-        use_jdk9=True,
-        timeout=7200)
-
-parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsDrm b/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsDrm
deleted file mode 100644
index 842512a..0000000
--- a/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsDrm
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 2020 The Chromium OS Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-# This file has been automatically generated. Do not edit!
-
-AUTHOR = 'ARC++ Team'
-NAME = 'cheets_CTS_R.11_r2.arm.CtsDrm'
-ATTRIBUTES = 'suite:arc-cts-r'
-DEPENDENCIES = 'arc'
-JOB_RETRIES = 1
-TEST_TYPE = 'server'
-TIME = 'MEDIUM'
-MAX_RESULT_SIZE_KB = 512000
-DOC = 'Run module CtsDrmTestCases, CtsDrmTestCases[instant], CtsDrmTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using arm ABI in the ARC++ container.'
-
-def run_TS(machine):
-    host_list = [hosts.create_host(machine)]
-    job.run_test(
-        'cheets_CTS_R',
-        hosts=host_list,
-        iterations=1,
-        tag='11_r2.arm.CtsDrm',
-        test_name='cheets_CTS_R.11_r2.arm.CtsDrm',
-        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsDrmTestCases', '--include-filter', 'CtsDrmTestCases[instant]', '--include-filter', 'CtsDrmTestCases[secondary_user]', '--logcat-on-failure'],
-        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
-        target_module='CtsDrm',
-        target_plan=None,
-        bundle='arm',
-        uri='LATEST',
-        use_jdk9=True,
-        timeout=7200)
-
-parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsDropBoxManagerTestCases b/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsDropBoxManagerTestCases
deleted file mode 100644
index 97e5c89..0000000
--- a/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsDropBoxManagerTestCases
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 2020 The Chromium OS Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-# This file has been automatically generated. Do not edit!
-
-AUTHOR = 'ARC++ Team'
-NAME = 'cheets_CTS_R.11_r2.arm.CtsDropBoxManagerTestCases'
-ATTRIBUTES = 'suite:arc-cts-r'
-DEPENDENCIES = 'arc'
-JOB_RETRIES = 1
-TEST_TYPE = 'server'
-TIME = 'MEDIUM'
-MAX_RESULT_SIZE_KB = 512000
-DOC = 'Run module CtsDropBoxManagerTestCases of the Android Compatibility Test Suite (CTS) using arm ABI in the ARC++ container.'
-
-def run_TS(machine):
-    host_list = [hosts.create_host(machine)]
-    job.run_test(
-        'cheets_CTS_R',
-        hosts=host_list,
-        iterations=1,
-        tag='11_r2.arm.CtsDropBoxManagerTestCases',
-        test_name='cheets_CTS_R.11_r2.arm.CtsDropBoxManagerTestCases',
-        run_template=['run', 'commandAndExit', 'cts', '--module', 'CtsDropBoxManagerTestCases', '--logcat-on-failure'],
-        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
-        target_module='CtsDropBoxManagerTestCases',
-        target_plan=None,
-        bundle='arm',
-        uri='LATEST',
-        use_jdk9=True,
-        timeout=3600)
-
-parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsDumpsysHost b/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsDumpsysHost
deleted file mode 100644
index 6e25b60..0000000
--- a/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsDumpsysHost
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 2020 The Chromium OS Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-# This file has been automatically generated. Do not edit!
-
-AUTHOR = 'ARC++ Team'
-NAME = 'cheets_CTS_R.11_r2.arm.CtsDumpsysHost'
-ATTRIBUTES = 'suite:arc-cts-r'
-DEPENDENCIES = 'arc'
-JOB_RETRIES = 1
-TEST_TYPE = 'server'
-TIME = 'MEDIUM'
-MAX_RESULT_SIZE_KB = 512000
-DOC = 'Run module CtsDumpsysHostTestCases, CtsDumpsysHostTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using arm ABI in the ARC++ container.'
-
-def run_TS(machine):
-    host_list = [hosts.create_host(machine)]
-    job.run_test(
-        'cheets_CTS_R',
-        hosts=host_list,
-        iterations=1,
-        tag='11_r2.arm.CtsDumpsysHost',
-        test_name='cheets_CTS_R.11_r2.arm.CtsDumpsysHost',
-        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsDumpsysHostTestCases', '--include-filter', 'CtsDumpsysHostTestCases[secondary_user]', '--logcat-on-failure'],
-        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
-        target_module='CtsDumpsysHost',
-        target_plan=None,
-        bundle='arm',
-        uri='LATEST',
-        use_jdk9=True,
-        timeout=5400)
-
-parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsDynamic b/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsDynamic
deleted file mode 100644
index 6241fc7..0000000
--- a/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsDynamic
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 2020 The Chromium OS Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-# This file has been automatically generated. Do not edit!
-
-AUTHOR = 'ARC++ Team'
-NAME = 'cheets_CTS_R.11_r2.arm.CtsDynamic'
-ATTRIBUTES = 'suite:arc-cts-r'
-DEPENDENCIES = 'arc'
-JOB_RETRIES = 1
-TEST_TYPE = 'server'
-TIME = 'MEDIUM'
-MAX_RESULT_SIZE_KB = 512000
-DOC = 'Run module CtsDynamicLinkerTestCases, CtsDynamicLinkerTestCases[instant], CtsDynamicLinkerTestCases[secondary_user], CtsDynamicMimeHostTestCases, CtsDynamicMimeHostTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using arm ABI in the ARC++ container.'
-
-def run_TS(machine):
-    host_list = [hosts.create_host(machine)]
-    job.run_test(
-        'cheets_CTS_R',
-        hosts=host_list,
-        iterations=1,
-        tag='11_r2.arm.CtsDynamic',
-        test_name='cheets_CTS_R.11_r2.arm.CtsDynamic',
-        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsDynamicLinkerTestCases', '--include-filter', 'CtsDynamicLinkerTestCases[instant]', '--include-filter', 'CtsDynamicLinkerTestCases[secondary_user]', '--include-filter', 'CtsDynamicMimeHostTestCases', '--include-filter', 'CtsDynamicMimeHostTestCases[secondary_user]', '--logcat-on-failure'],
-        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
-        target_module='CtsDynamic',
-        target_plan=None,
-        bundle='arm',
-        uri='LATEST',
-        use_jdk9=True,
-        timeout=10800)
-
-parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsEdiHost b/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsEdiHost
deleted file mode 100644
index 59a3cd3..0000000
--- a/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsEdiHost
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 2020 The Chromium OS Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-# This file has been automatically generated. Do not edit!
-
-AUTHOR = 'ARC++ Team'
-NAME = 'cheets_CTS_R.11_r2.arm.CtsEdiHost'
-ATTRIBUTES = 'suite:arc-cts-r'
-DEPENDENCIES = 'arc'
-JOB_RETRIES = 1
-TEST_TYPE = 'server'
-TIME = 'MEDIUM'
-MAX_RESULT_SIZE_KB = 512000
-DOC = 'Run module CtsEdiHostTestCases, CtsEdiHostTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using arm ABI in the ARC++ container.'
-
-def run_TS(machine):
-    host_list = [hosts.create_host(machine)]
-    job.run_test(
-        'cheets_CTS_R',
-        hosts=host_list,
-        iterations=1,
-        tag='11_r2.arm.CtsEdiHost',
-        test_name='cheets_CTS_R.11_r2.arm.CtsEdiHost',
-        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsEdiHostTestCases', '--include-filter', 'CtsEdiHostTestCases[secondary_user]', '--logcat-on-failure'],
-        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
-        target_module='CtsEdiHost',
-        target_plan=None,
-        bundle='arm',
-        uri='LATEST',
-        use_jdk9=True,
-        timeout=5400)
-
-parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsEffect b/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsEffect
deleted file mode 100644
index b310155..0000000
--- a/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsEffect
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 2020 The Chromium OS Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-# This file has been automatically generated. Do not edit!
-
-AUTHOR = 'ARC++ Team'
-NAME = 'cheets_CTS_R.11_r2.arm.CtsEffect'
-ATTRIBUTES = 'suite:arc-cts-r'
-DEPENDENCIES = 'arc'
-JOB_RETRIES = 1
-TEST_TYPE = 'server'
-TIME = 'MEDIUM'
-MAX_RESULT_SIZE_KB = 512000
-DOC = 'Run module CtsEffectTestCases, CtsEffectTestCases[instant], CtsEffectTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using arm ABI in the ARC++ container.'
-
-def run_TS(machine):
-    host_list = [hosts.create_host(machine)]
-    job.run_test(
-        'cheets_CTS_R',
-        hosts=host_list,
-        iterations=1,
-        tag='11_r2.arm.CtsEffect',
-        test_name='cheets_CTS_R.11_r2.arm.CtsEffect',
-        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsEffectTestCases', '--include-filter', 'CtsEffectTestCases[instant]', '--include-filter', 'CtsEffectTestCases[secondary_user]', '--logcat-on-failure'],
-        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
-        target_module='CtsEffect',
-        target_plan=None,
-        bundle='arm',
-        uri='LATEST',
-        use_jdk9=True,
-        timeout=7200)
-
-parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsExtendedMocking b/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsExtendedMocking
deleted file mode 100644
index 7bdac2d..0000000
--- a/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsExtendedMocking
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 2020 The Chromium OS Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-# This file has been automatically generated. Do not edit!
-
-AUTHOR = 'ARC++ Team'
-NAME = 'cheets_CTS_R.11_r2.arm.CtsExtendedMocking'
-ATTRIBUTES = 'suite:arc-cts-r'
-DEPENDENCIES = 'arc'
-JOB_RETRIES = 1
-TEST_TYPE = 'server'
-TIME = 'MEDIUM'
-MAX_RESULT_SIZE_KB = 512000
-DOC = 'Run module CtsExtendedMockingTestCases, CtsExtendedMockingTestCases[instant], CtsExtendedMockingTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using arm ABI in the ARC++ container.'
-
-def run_TS(machine):
-    host_list = [hosts.create_host(machine)]
-    job.run_test(
-        'cheets_CTS_R',
-        hosts=host_list,
-        iterations=1,
-        tag='11_r2.arm.CtsExtendedMocking',
-        test_name='cheets_CTS_R.11_r2.arm.CtsExtendedMocking',
-        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsExtendedMockingTestCases', '--include-filter', 'CtsExtendedMockingTestCases[instant]', '--include-filter', 'CtsExtendedMockingTestCases[secondary_user]', '--logcat-on-failure'],
-        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
-        target_module='CtsExtendedMocking',
-        target_plan=None,
-        bundle='arm',
-        uri='LATEST',
-        use_jdk9=True,
-        timeout=7200)
-
-parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsExternalService b/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsExternalService
deleted file mode 100644
index 619ef0b..0000000
--- a/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsExternalService
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 2020 The Chromium OS Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-# This file has been automatically generated. Do not edit!
-
-AUTHOR = 'ARC++ Team'
-NAME = 'cheets_CTS_R.11_r2.arm.CtsExternalService'
-ATTRIBUTES = 'suite:arc-cts-r'
-DEPENDENCIES = 'arc'
-JOB_RETRIES = 1
-TEST_TYPE = 'server'
-TIME = 'MEDIUM'
-MAX_RESULT_SIZE_KB = 512000
-DOC = 'Run module CtsExternalServiceTestCases, CtsExternalServiceTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using arm ABI in the ARC++ container.'
-
-def run_TS(machine):
-    host_list = [hosts.create_host(machine)]
-    job.run_test(
-        'cheets_CTS_R',
-        hosts=host_list,
-        iterations=1,
-        tag='11_r2.arm.CtsExternalService',
-        test_name='cheets_CTS_R.11_r2.arm.CtsExternalService',
-        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsExternalServiceTestCases', '--include-filter', 'CtsExternalServiceTestCases[secondary_user]', '--logcat-on-failure'],
-        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
-        target_module='CtsExternalService',
-        target_plan=None,
-        bundle='arm',
-        uri='LATEST',
-        use_jdk9=True,
-        timeout=5400)
-
-parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsExtractNativeLibsHost b/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsExtractNativeLibsHost
deleted file mode 100644
index fcdecaa..0000000
--- a/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsExtractNativeLibsHost
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 2020 The Chromium OS Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-# This file has been automatically generated. Do not edit!
-
-AUTHOR = 'ARC++ Team'
-NAME = 'cheets_CTS_R.11_r2.arm.CtsExtractNativeLibsHost'
-ATTRIBUTES = 'suite:arc-cts-r'
-DEPENDENCIES = 'arc'
-JOB_RETRIES = 1
-TEST_TYPE = 'server'
-TIME = 'MEDIUM'
-MAX_RESULT_SIZE_KB = 512000
-DOC = 'Run module CtsExtractNativeLibsHostTestCases, CtsExtractNativeLibsHostTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using arm ABI in the ARC++ container.'
-
-def run_TS(machine):
-    host_list = [hosts.create_host(machine)]
-    job.run_test(
-        'cheets_CTS_R',
-        hosts=host_list,
-        iterations=1,
-        tag='11_r2.arm.CtsExtractNativeLibsHost',
-        test_name='cheets_CTS_R.11_r2.arm.CtsExtractNativeLibsHost',
-        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsExtractNativeLibsHostTestCases', '--include-filter', 'CtsExtractNativeLibsHostTestCases[secondary_user]', '--logcat-on-failure'],
-        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
-        target_module='CtsExtractNativeLibsHost',
-        target_plan=None,
-        bundle='arm',
-        uri='LATEST',
-        use_jdk9=True,
-        timeout=5400)
-
-parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsFileSystem b/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsFileSystem
deleted file mode 100644
index 74017d0..0000000
--- a/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsFileSystem
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 2020 The Chromium OS Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-# This file has been automatically generated. Do not edit!
-
-AUTHOR = 'ARC++ Team'
-NAME = 'cheets_CTS_R.11_r2.arm.CtsFileSystem'
-ATTRIBUTES = 'suite:arc-cts-r'
-DEPENDENCIES = 'arc'
-JOB_RETRIES = 1
-TEST_TYPE = 'server'
-TIME = 'MEDIUM'
-MAX_RESULT_SIZE_KB = 512000
-DOC = 'Run module CtsFileSystemTestCases, CtsFileSystemTestCases[instant], CtsFileSystemTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using arm ABI in the ARC++ container.'
-
-def run_TS(machine):
-    host_list = [hosts.create_host(machine)]
-    job.run_test(
-        'cheets_CTS_R',
-        hosts=host_list,
-        iterations=1,
-        tag='11_r2.arm.CtsFileSystem',
-        test_name='cheets_CTS_R.11_r2.arm.CtsFileSystem',
-        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsFileSystemTestCases', '--include-filter', 'CtsFileSystemTestCases[instant]', '--include-filter', 'CtsFileSystemTestCases[secondary_user]', '--logcat-on-failure'],
-        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
-        target_module='CtsFileSystem',
-        target_plan=None,
-        bundle='arm',
-        uri='LATEST',
-        use_jdk9=True,
-        timeout=16200)
-
-parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsFragment b/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsFragment
deleted file mode 100644
index 78ff11b..0000000
--- a/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsFragment
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 2020 The Chromium OS Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-# This file has been automatically generated. Do not edit!
-
-AUTHOR = 'ARC++ Team'
-NAME = 'cheets_CTS_R.11_r2.arm.CtsFragment'
-ATTRIBUTES = 'suite:arc-cts-r'
-DEPENDENCIES = 'arc'
-JOB_RETRIES = 1
-TEST_TYPE = 'server'
-TIME = 'MEDIUM'
-MAX_RESULT_SIZE_KB = 512000
-DOC = 'Run module CtsFragmentTestCases, CtsFragmentTestCasesSdk26, CtsFragmentTestCasesSdk26[instant], CtsFragmentTestCasesSdk26[secondary_user], CtsFragmentTestCases[instant], CtsFragmentTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using arm ABI in the ARC++ container.'
-
-def run_TS(machine):
-    host_list = [hosts.create_host(machine)]
-    job.run_test(
-        'cheets_CTS_R',
-        hosts=host_list,
-        iterations=1,
-        tag='11_r2.arm.CtsFragment',
-        test_name='cheets_CTS_R.11_r2.arm.CtsFragment',
-        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsFragmentTestCases', '--include-filter', 'CtsFragmentTestCasesSdk26', '--include-filter', 'CtsFragmentTestCasesSdk26[instant]', '--include-filter', 'CtsFragmentTestCasesSdk26[secondary_user]', '--include-filter', 'CtsFragmentTestCases[instant]', '--include-filter', 'CtsFragmentTestCases[secondary_user]', '--logcat-on-failure'],
-        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
-        target_module='CtsFragment',
-        target_plan=None,
-        bundle='arm',
-        uri='LATEST',
-        use_jdk9=True,
-        timeout=12600)
-
-parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsFsMgr b/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsFsMgr
deleted file mode 100644
index b7badb4..0000000
--- a/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsFsMgr
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 2020 The Chromium OS Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-# This file has been automatically generated. Do not edit!
-
-AUTHOR = 'ARC++ Team'
-NAME = 'cheets_CTS_R.11_r2.arm.CtsFsMgr'
-ATTRIBUTES = 'suite:arc-cts-r'
-DEPENDENCIES = 'arc'
-JOB_RETRIES = 1
-TEST_TYPE = 'server'
-TIME = 'MEDIUM'
-MAX_RESULT_SIZE_KB = 512000
-DOC = 'Run module CtsFsMgrTestCases, CtsFsMgrTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using arm ABI in the ARC++ container.'
-
-def run_TS(machine):
-    host_list = [hosts.create_host(machine)]
-    job.run_test(
-        'cheets_CTS_R',
-        hosts=host_list,
-        iterations=1,
-        tag='11_r2.arm.CtsFsMgr',
-        test_name='cheets_CTS_R.11_r2.arm.CtsFsMgr',
-        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsFsMgrTestCases', '--include-filter', 'CtsFsMgrTestCases[secondary_user]', '--logcat-on-failure'],
-        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
-        target_module='CtsFsMgr',
-        target_plan=None,
-        bundle='arm',
-        uri='LATEST',
-        use_jdk9=True,
-        timeout=5400)
-
-parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsGesture b/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsGesture
deleted file mode 100644
index 3485f2f..0000000
--- a/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsGesture
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 2020 The Chromium OS Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-# This file has been automatically generated. Do not edit!
-
-AUTHOR = 'ARC++ Team'
-NAME = 'cheets_CTS_R.11_r2.arm.CtsGesture'
-ATTRIBUTES = 'suite:arc-cts-r'
-DEPENDENCIES = 'arc'
-JOB_RETRIES = 1
-TEST_TYPE = 'server'
-TIME = 'MEDIUM'
-MAX_RESULT_SIZE_KB = 512000
-DOC = 'Run module CtsGestureTestCases, CtsGestureTestCases[instant], CtsGestureTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using arm ABI in the ARC++ container.'
-
-def run_TS(machine):
-    host_list = [hosts.create_host(machine)]
-    job.run_test(
-        'cheets_CTS_R',
-        hosts=host_list,
-        iterations=1,
-        tag='11_r2.arm.CtsGesture',
-        test_name='cheets_CTS_R.11_r2.arm.CtsGesture',
-        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsGestureTestCases', '--include-filter', 'CtsGestureTestCases[instant]', '--include-filter', 'CtsGestureTestCases[secondary_user]', '--logcat-on-failure'],
-        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
-        target_module='CtsGesture',
-        target_plan=None,
-        bundle='arm',
-        uri='LATEST',
-        use_jdk9=True,
-        timeout=7200)
-
-parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsGpu b/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsGpu
deleted file mode 100644
index 6c14935..0000000
--- a/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsGpu
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 2020 The Chromium OS Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-# This file has been automatically generated. Do not edit!
-
-AUTHOR = 'ARC++ Team'
-NAME = 'cheets_CTS_R.11_r2.arm.CtsGpu'
-ATTRIBUTES = 'suite:arc-cts-r'
-DEPENDENCIES = 'arc'
-JOB_RETRIES = 1
-TEST_TYPE = 'server'
-TIME = 'MEDIUM'
-MAX_RESULT_SIZE_KB = 512000
-DOC = 'Run module CtsGpuProfilingDataTestCases, CtsGpuProfilingDataTestCases[secondary_user], CtsGpuToolsHostTestCases, CtsGpuToolsHostTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using arm ABI in the ARC++ container.'
-
-def run_TS(machine):
-    host_list = [hosts.create_host(machine)]
-    job.run_test(
-        'cheets_CTS_R',
-        hosts=host_list,
-        iterations=1,
-        tag='11_r2.arm.CtsGpu',
-        test_name='cheets_CTS_R.11_r2.arm.CtsGpu',
-        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsGpuProfilingDataTestCases', '--include-filter', 'CtsGpuProfilingDataTestCases[secondary_user]', '--include-filter', 'CtsGpuToolsHostTestCases', '--include-filter', 'CtsGpuToolsHostTestCases[secondary_user]', '--logcat-on-failure'],
-        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
-        target_module='CtsGpu',
-        target_plan=None,
-        bundle='arm',
-        uri='LATEST',
-        use_jdk9=True,
-        timeout=9000)
-
-parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsGraphics b/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsGraphics
deleted file mode 100644
index 5a5521e..0000000
--- a/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsGraphics
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 2020 The Chromium OS Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-# This file has been automatically generated. Do not edit!
-
-AUTHOR = 'ARC++ Team'
-NAME = 'cheets_CTS_R.11_r2.arm.CtsGraphics'
-ATTRIBUTES = 'suite:arc-cts-r'
-DEPENDENCIES = 'arc'
-JOB_RETRIES = 1
-TEST_TYPE = 'server'
-TIME = 'MEDIUM'
-MAX_RESULT_SIZE_KB = 512000
-DOC = 'Run module CtsGraphicsTestCases, CtsGraphicsTestCases[instant], CtsGraphicsTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using arm ABI in the ARC++ container.'
-
-def run_TS(machine):
-    host_list = [hosts.create_host(machine)]
-    job.run_test(
-        'cheets_CTS_R',
-        hosts=host_list,
-        iterations=1,
-        tag='11_r2.arm.CtsGraphics',
-        test_name='cheets_CTS_R.11_r2.arm.CtsGraphics',
-        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsGraphicsTestCases', '--include-filter', 'CtsGraphicsTestCases[instant]', '--include-filter', 'CtsGraphicsTestCases[secondary_user]', '--logcat-on-failure'],
-        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
-        target_module='CtsGraphics',
-        target_plan=None,
-        bundle='arm',
-        uri='LATEST',
-        use_jdk9=True,
-        timeout=7200)
-
-parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsGwpAsan b/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsGwpAsan
deleted file mode 100644
index 1b99832..0000000
--- a/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsGwpAsan
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 2020 The Chromium OS Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-# This file has been automatically generated. Do not edit!
-
-AUTHOR = 'ARC++ Team'
-NAME = 'cheets_CTS_R.11_r2.arm.CtsGwpAsan'
-ATTRIBUTES = 'suite:arc-cts-r'
-DEPENDENCIES = 'arc'
-JOB_RETRIES = 1
-TEST_TYPE = 'server'
-TIME = 'MEDIUM'
-MAX_RESULT_SIZE_KB = 512000
-DOC = 'Run module CtsGwpAsanTestCases, CtsGwpAsanTestCases[instant], CtsGwpAsanTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using arm ABI in the ARC++ container.'
-
-def run_TS(machine):
-    host_list = [hosts.create_host(machine)]
-    job.run_test(
-        'cheets_CTS_R',
-        hosts=host_list,
-        iterations=1,
-        tag='11_r2.arm.CtsGwpAsan',
-        test_name='cheets_CTS_R.11_r2.arm.CtsGwpAsan',
-        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsGwpAsanTestCases', '--include-filter', 'CtsGwpAsanTestCases[instant]', '--include-filter', 'CtsGwpAsanTestCases[secondary_user]', '--logcat-on-failure'],
-        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
-        target_module='CtsGwpAsan',
-        target_plan=None,
-        bundle='arm',
-        uri='LATEST',
-        use_jdk9=True,
-        timeout=7200)
-
-parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsHardware b/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsHardware
deleted file mode 100644
index bf8fe4b..0000000
--- a/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsHardware
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 2020 The Chromium OS Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-# This file has been automatically generated. Do not edit!
-
-AUTHOR = 'ARC++ Team'
-NAME = 'cheets_CTS_R.11_r2.arm.CtsHardware'
-ATTRIBUTES = 'suite:arc-cts-r'
-DEPENDENCIES = 'arc'
-JOB_RETRIES = 1
-TEST_TYPE = 'server'
-TIME = 'MEDIUM'
-MAX_RESULT_SIZE_KB = 512000
-DOC = 'Run module CtsHardwareTestCases, CtsHardwareTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using arm ABI in the ARC++ container.'
-
-def run_TS(machine):
-    host_list = [hosts.create_host(machine)]
-    job.run_test(
-        'cheets_CTS_R',
-        hosts=host_list,
-        iterations=1,
-        tag='11_r2.arm.CtsHardware',
-        test_name='cheets_CTS_R.11_r2.arm.CtsHardware',
-        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsHardwareTestCases', '--include-filter', 'CtsHardwareTestCases[secondary_user]', '--logcat-on-failure'],
-        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
-        target_module='CtsHardware',
-        target_plan=None,
-        bundle='arm',
-        uri='LATEST',
-        use_jdk9=True,
-        timeout=10800)
-
-parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsHarmfulAppWarningHost b/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsHarmfulAppWarningHost
deleted file mode 100644
index e65d93a..0000000
--- a/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsHarmfulAppWarningHost
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 2020 The Chromium OS Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-# This file has been automatically generated. Do not edit!
-
-AUTHOR = 'ARC++ Team'
-NAME = 'cheets_CTS_R.11_r2.arm.CtsHarmfulAppWarningHost'
-ATTRIBUTES = 'suite:arc-cts-r'
-DEPENDENCIES = 'arc'
-JOB_RETRIES = 1
-TEST_TYPE = 'server'
-TIME = 'MEDIUM'
-MAX_RESULT_SIZE_KB = 512000
-DOC = 'Run module CtsHarmfulAppWarningHostTestCases, CtsHarmfulAppWarningHostTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using arm ABI in the ARC++ container.'
-
-def run_TS(machine):
-    host_list = [hosts.create_host(machine)]
-    job.run_test(
-        'cheets_CTS_R',
-        hosts=host_list,
-        iterations=1,
-        tag='11_r2.arm.CtsHarmfulAppWarningHost',
-        test_name='cheets_CTS_R.11_r2.arm.CtsHarmfulAppWarningHost',
-        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsHarmfulAppWarningHostTestCases', '--include-filter', 'CtsHarmfulAppWarningHostTestCases[secondary_user]', '--logcat-on-failure'],
-        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
-        target_module='CtsHarmfulAppWarningHost',
-        target_plan=None,
-        bundle='arm',
-        uri='LATEST',
-        use_jdk9=True,
-        timeout=5400)
-
-parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsHdmiCecHost b/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsHdmiCecHost
deleted file mode 100644
index 39800cc..0000000
--- a/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsHdmiCecHost
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 2020 The Chromium OS Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-# This file has been automatically generated. Do not edit!
-
-AUTHOR = 'ARC++ Team'
-NAME = 'cheets_CTS_R.11_r2.arm.CtsHdmiCecHost'
-ATTRIBUTES = 'suite:arc-cts-r'
-DEPENDENCIES = 'arc'
-JOB_RETRIES = 1
-TEST_TYPE = 'server'
-TIME = 'MEDIUM'
-MAX_RESULT_SIZE_KB = 512000
-DOC = 'Run module CtsHdmiCecHostTestCases, CtsHdmiCecHostTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using arm ABI in the ARC++ container.'
-
-def run_TS(machine):
-    host_list = [hosts.create_host(machine)]
-    job.run_test(
-        'cheets_CTS_R',
-        hosts=host_list,
-        iterations=1,
-        tag='11_r2.arm.CtsHdmiCecHost',
-        test_name='cheets_CTS_R.11_r2.arm.CtsHdmiCecHost',
-        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsHdmiCecHostTestCases', '--include-filter', 'CtsHdmiCecHostTestCases[secondary_user]', '--logcat-on-failure'],
-        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
-        target_module='CtsHdmiCecHost',
-        target_plan=None,
-        bundle='arm',
-        uri='LATEST',
-        use_jdk9=True,
-        timeout=5400)
-
-parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsHiddenApi b/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsHiddenApi
deleted file mode 100644
index ab3922c..0000000
--- a/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsHiddenApi
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 2020 The Chromium OS Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-# This file has been automatically generated. Do not edit!
-
-AUTHOR = 'ARC++ Team'
-NAME = 'cheets_CTS_R.11_r2.arm.CtsHiddenApi'
-ATTRIBUTES = 'suite:arc-cts-r'
-DEPENDENCIES = 'arc'
-JOB_RETRIES = 1
-TEST_TYPE = 'server'
-TIME = 'MEDIUM'
-MAX_RESULT_SIZE_KB = 512000
-DOC = 'Run module CtsHiddenApiBlacklistApi27TestCases, CtsHiddenApiBlacklistApi27TestCases[instant], CtsHiddenApiBlacklistApi27TestCases[secondary_user], CtsHiddenApiBlacklistApi28TestCases, CtsHiddenApiBlacklistApi28TestCases[instant], CtsHiddenApiBlacklistApi28TestCases[secondary_user], CtsHiddenApiBlacklistCurrentApiTestCases, CtsHiddenApiBlacklistCurrentApiTestCases[instant], CtsHiddenApiBlacklistCurrentApiTestCases[secondary_user], CtsHiddenApiBlacklistDebugClassTestCases, CtsHiddenApiBlacklistDebugClassTestCases[instant], CtsHiddenApiBlacklistDebugClassTestCases[secondary_user], CtsHiddenApiBlacklistTestApiTestCases, CtsHiddenApiBlacklistTestApiTestCases[instant], CtsHiddenApiBlacklistTestApiTestCases[secondary_user], CtsHiddenApiKillswitchDebugClassTestCases, CtsHiddenApiKillswitchDebugClassTestCases[instant], CtsHiddenApiKillswitchDebugClassTestCases[secondary_user], CtsHiddenApiKillswitchWhitelistTestCases, CtsHiddenApiKillswitchWhitelistTestCases[instant], CtsHiddenApiKillswitchWhitelistTestCases[secondary_user], CtsHiddenApiKillswitchWildcardTestCases, CtsHiddenApiKillswitchWildcardTestCases[instant], CtsHiddenApiKillswitchWildcardTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using arm ABI in the ARC++ container.'
-
-def run_TS(machine):
-    host_list = [hosts.create_host(machine)]
-    job.run_test(
-        'cheets_CTS_R',
-        hosts=host_list,
-        iterations=1,
-        tag='11_r2.arm.CtsHiddenApi',
-        test_name='cheets_CTS_R.11_r2.arm.CtsHiddenApi',
-        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsHiddenApiBlacklistApi27TestCases', '--include-filter', 'CtsHiddenApiBlacklistApi27TestCases[instant]', '--include-filter', 'CtsHiddenApiBlacklistApi27TestCases[secondary_user]', '--include-filter', 'CtsHiddenApiBlacklistApi28TestCases', '--include-filter', 'CtsHiddenApiBlacklistApi28TestCases[instant]', '--include-filter', 'CtsHiddenApiBlacklistApi28TestCases[secondary_user]', '--include-filter', 'CtsHiddenApiBlacklistCurrentApiTestCases', '--include-filter', 'CtsHiddenApiBlacklistCurrentApiTestCases[instant]', '--include-filter', 'CtsHiddenApiBlacklistCurrentApiTestCases[secondary_user]', '--include-filter', 'CtsHiddenApiBlacklistDebugClassTestCases', '--include-filter', 'CtsHiddenApiBlacklistDebugClassTestCases[instant]', '--include-filter', 'CtsHiddenApiBlacklistDebugClassTestCases[secondary_user]', '--include-filter', 'CtsHiddenApiBlacklistTestApiTestCases', '--include-filter', 'CtsHiddenApiBlacklistTestApiTestCases[instant]', '--include-filter', 'CtsHiddenApiBlacklistTestApiTestCases[secondary_user]', '--include-filter', 'CtsHiddenApiKillswitchDebugClassTestCases', '--include-filter', 'CtsHiddenApiKillswitchDebugClassTestCases[instant]', '--include-filter', 'CtsHiddenApiKillswitchDebugClassTestCases[secondary_user]', '--include-filter', 'CtsHiddenApiKillswitchWhitelistTestCases', '--include-filter', 'CtsHiddenApiKillswitchWhitelistTestCases[instant]', '--include-filter', 'CtsHiddenApiKillswitchWhitelistTestCases[secondary_user]', '--include-filter', 'CtsHiddenApiKillswitchWildcardTestCases', '--include-filter', 'CtsHiddenApiKillswitchWildcardTestCases[instant]', '--include-filter', 'CtsHiddenApiKillswitchWildcardTestCases[secondary_user]', '--logcat-on-failure'],
-        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
-        target_module='CtsHiddenApi',
-        target_plan=None,
-        bundle='arm',
-        uri='LATEST',
-        use_jdk9=True,
-        timeout=45000)
-
-parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsHostTzData b/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsHostTzData
deleted file mode 100644
index 2468c07..0000000
--- a/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsHostTzData
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 2020 The Chromium OS Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-# This file has been automatically generated. Do not edit!
-
-AUTHOR = 'ARC++ Team'
-NAME = 'cheets_CTS_R.11_r2.arm.CtsHostTzData'
-ATTRIBUTES = 'suite:arc-cts-r'
-DEPENDENCIES = 'arc'
-JOB_RETRIES = 1
-TEST_TYPE = 'server'
-TIME = 'MEDIUM'
-MAX_RESULT_SIZE_KB = 512000
-DOC = 'Run module CtsHostTzDataTests, CtsHostTzDataTests[secondary_user] of the Android Compatibility Test Suite (CTS) using arm ABI in the ARC++ container.'
-
-def run_TS(machine):
-    host_list = [hosts.create_host(machine)]
-    job.run_test(
-        'cheets_CTS_R',
-        hosts=host_list,
-        iterations=1,
-        tag='11_r2.arm.CtsHostTzData',
-        test_name='cheets_CTS_R.11_r2.arm.CtsHostTzData',
-        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsHostTzDataTests', '--include-filter', 'CtsHostTzDataTests[secondary_user]', '--logcat-on-failure'],
-        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
-        target_module='CtsHostTzData',
-        target_plan=None,
-        bundle='arm',
-        uri='LATEST',
-        use_jdk9=True,
-        timeout=5400)
-
-parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsHostside b/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsHostside
deleted file mode 100644
index 7648d4a..0000000
--- a/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsHostside
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 2020 The Chromium OS Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-# This file has been automatically generated. Do not edit!
-
-AUTHOR = 'ARC++ Team'
-NAME = 'cheets_CTS_R.11_r2.arm.CtsHostside'
-ATTRIBUTES = 'suite:arc-cts-r'
-DEPENDENCIES = 'arc'
-JOB_RETRIES = 1
-TEST_TYPE = 'server'
-TIME = 'MEDIUM'
-MAX_RESULT_SIZE_KB = 512000
-DOC = 'Run module CtsHostsideNetworkTests, CtsHostsideNetworkTests[instant], CtsHostsideNetworkTests[secondary_user], CtsHostsideNumberBlockingTestCases, CtsHostsideNumberBlockingTestCases[secondary_user], CtsHostsideTvTests, CtsHostsideTvTests[secondary_user], CtsHostsideWebViewTests, CtsHostsideWebViewTests[instant], CtsHostsideWebViewTests[secondary_user] of the Android Compatibility Test Suite (CTS) using arm ABI in the ARC++ container.'
-
-def run_TS(machine):
-    host_list = [hosts.create_host(machine)]
-    job.run_test(
-        'cheets_CTS_R',
-        hosts=host_list,
-        iterations=1,
-        tag='11_r2.arm.CtsHostside',
-        test_name='cheets_CTS_R.11_r2.arm.CtsHostside',
-        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsHostsideNetworkTests', '--include-filter', 'CtsHostsideNetworkTests[instant]', '--include-filter', 'CtsHostsideNetworkTests[secondary_user]', '--include-filter', 'CtsHostsideNumberBlockingTestCases', '--include-filter', 'CtsHostsideNumberBlockingTestCases[secondary_user]', '--include-filter', 'CtsHostsideTvTests', '--include-filter', 'CtsHostsideTvTests[secondary_user]', '--include-filter', 'CtsHostsideWebViewTests', '--include-filter', 'CtsHostsideWebViewTests[instant]', '--include-filter', 'CtsHostsideWebViewTests[secondary_user]', '--logcat-on-failure'],
-        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
-        target_module='CtsHostside',
-        target_plan=None,
-        bundle='arm',
-        uri='LATEST',
-        use_jdk9=True,
-        timeout=19800)
-
-parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsIcu b/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsIcu
deleted file mode 100644
index af9dd0c..0000000
--- a/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsIcu
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 2020 The Chromium OS Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-# This file has been automatically generated. Do not edit!
-
-AUTHOR = 'ARC++ Team'
-NAME = 'cheets_CTS_R.11_r2.arm.CtsIcu'
-ATTRIBUTES = 'suite:arc-cts-r'
-DEPENDENCIES = 'arc'
-JOB_RETRIES = 1
-TEST_TYPE = 'server'
-TIME = 'MEDIUM'
-MAX_RESULT_SIZE_KB = 512000
-DOC = 'Run module CtsIcuTestCases, CtsIcuTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using arm ABI in the ARC++ container.'
-
-def run_TS(machine):
-    host_list = [hosts.create_host(machine)]
-    job.run_test(
-        'cheets_CTS_R',
-        hosts=host_list,
-        iterations=1,
-        tag='11_r2.arm.CtsIcu',
-        test_name='cheets_CTS_R.11_r2.arm.CtsIcu',
-        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsIcuTestCases', '--include-filter', 'CtsIcuTestCases[secondary_user]', '--logcat-on-failure'],
-        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
-        target_module='CtsIcu',
-        target_plan=None,
-        bundle='arm',
-        uri='LATEST',
-        use_jdk9=True,
-        timeout=10800)
-
-parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsIdentity b/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsIdentity
deleted file mode 100644
index 4e57945..0000000
--- a/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsIdentity
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 2020 The Chromium OS Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-# This file has been automatically generated. Do not edit!
-
-AUTHOR = 'ARC++ Team'
-NAME = 'cheets_CTS_R.11_r2.arm.CtsIdentity'
-ATTRIBUTES = 'suite:arc-cts-r'
-DEPENDENCIES = 'arc'
-JOB_RETRIES = 1
-TEST_TYPE = 'server'
-TIME = 'MEDIUM'
-MAX_RESULT_SIZE_KB = 512000
-DOC = 'Run module CtsIdentityTestCases, CtsIdentityTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using arm ABI in the ARC++ container.'
-
-def run_TS(machine):
-    host_list = [hosts.create_host(machine)]
-    job.run_test(
-        'cheets_CTS_R',
-        hosts=host_list,
-        iterations=1,
-        tag='11_r2.arm.CtsIdentity',
-        test_name='cheets_CTS_R.11_r2.arm.CtsIdentity',
-        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsIdentityTestCases', '--include-filter', 'CtsIdentityTestCases[secondary_user]', '--logcat-on-failure'],
-        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
-        target_module='CtsIdentity',
-        target_plan=None,
-        bundle='arm',
-        uri='LATEST',
-        use_jdk9=True,
-        timeout=5400)
-
-parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsIke b/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsIke
deleted file mode 100644
index 06a2fba..0000000
--- a/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsIke
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 2020 The Chromium OS Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-# This file has been automatically generated. Do not edit!
-
-AUTHOR = 'ARC++ Team'
-NAME = 'cheets_CTS_R.11_r2.arm.CtsIke'
-ATTRIBUTES = 'suite:arc-cts-r'
-DEPENDENCIES = 'arc'
-JOB_RETRIES = 1
-TEST_TYPE = 'server'
-TIME = 'MEDIUM'
-MAX_RESULT_SIZE_KB = 512000
-DOC = 'Run module CtsIkeTestCases, CtsIkeTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using arm ABI in the ARC++ container.'
-
-def run_TS(machine):
-    host_list = [hosts.create_host(machine)]
-    job.run_test(
-        'cheets_CTS_R',
-        hosts=host_list,
-        iterations=1,
-        tag='11_r2.arm.CtsIke',
-        test_name='cheets_CTS_R.11_r2.arm.CtsIke',
-        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsIkeTestCases', '--include-filter', 'CtsIkeTestCases[secondary_user]', '--logcat-on-failure'],
-        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
-        target_module='CtsIke',
-        target_plan=None,
-        bundle='arm',
-        uri='LATEST',
-        use_jdk9=True,
-        timeout=5400)
-
-parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsIncidentHost b/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsIncidentHost
deleted file mode 100644
index fc4c4cd..0000000
--- a/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsIncidentHost
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 2020 The Chromium OS Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-# This file has been automatically generated. Do not edit!
-
-AUTHOR = 'ARC++ Team'
-NAME = 'cheets_CTS_R.11_r2.arm.CtsIncidentHost'
-ATTRIBUTES = 'suite:arc-cts-r'
-DEPENDENCIES = 'arc'
-JOB_RETRIES = 1
-TEST_TYPE = 'server'
-TIME = 'MEDIUM'
-MAX_RESULT_SIZE_KB = 512000
-DOC = 'Run module CtsIncidentHostTestCases, CtsIncidentHostTestCases[instant] of the Android Compatibility Test Suite (CTS) using arm ABI in the ARC++ container.'
-
-def run_TS(machine):
-    host_list = [hosts.create_host(machine)]
-    job.run_test(
-        'cheets_CTS_R',
-        hosts=host_list,
-        iterations=1,
-        tag='11_r2.arm.CtsIncidentHost',
-        test_name='cheets_CTS_R.11_r2.arm.CtsIncidentHost',
-        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsIncidentHostTestCases', '--include-filter', 'CtsIncidentHostTestCases[instant]', '--logcat-on-failure'],
-        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
-        target_module='CtsIncidentHost',
-        target_plan=None,
-        bundle='arm',
-        uri='LATEST',
-        use_jdk9=True,
-        timeout=5400)
-
-parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsIncrementalInstallHost b/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsIncrementalInstallHost
deleted file mode 100644
index c5b42b6..0000000
--- a/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsIncrementalInstallHost
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 2020 The Chromium OS Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-# This file has been automatically generated. Do not edit!
-
-AUTHOR = 'ARC++ Team'
-NAME = 'cheets_CTS_R.11_r2.arm.CtsIncrementalInstallHost'
-ATTRIBUTES = 'suite:arc-cts-r'
-DEPENDENCIES = 'arc'
-JOB_RETRIES = 1
-TEST_TYPE = 'server'
-TIME = 'MEDIUM'
-MAX_RESULT_SIZE_KB = 512000
-DOC = 'Run module CtsIncrementalInstallHostTestCases, CtsIncrementalInstallHostTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using arm ABI in the ARC++ container.'
-
-def run_TS(machine):
-    host_list = [hosts.create_host(machine)]
-    job.run_test(
-        'cheets_CTS_R',
-        hosts=host_list,
-        iterations=1,
-        tag='11_r2.arm.CtsIncrementalInstallHost',
-        test_name='cheets_CTS_R.11_r2.arm.CtsIncrementalInstallHost',
-        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsIncrementalInstallHostTestCases', '--include-filter', 'CtsIncrementalInstallHostTestCases[secondary_user]', '--logcat-on-failure'],
-        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
-        target_module='CtsIncrementalInstallHost',
-        target_plan=None,
-        bundle='arm',
-        uri='LATEST',
-        use_jdk9=True,
-        timeout=5400)
-
-parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsInit b/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsInit
deleted file mode 100644
index 9ef8d56..0000000
--- a/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsInit
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 2020 The Chromium OS Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-# This file has been automatically generated. Do not edit!
-
-AUTHOR = 'ARC++ Team'
-NAME = 'cheets_CTS_R.11_r2.arm.CtsInit'
-ATTRIBUTES = 'suite:arc-cts-r'
-DEPENDENCIES = 'arc'
-JOB_RETRIES = 1
-TEST_TYPE = 'server'
-TIME = 'MEDIUM'
-MAX_RESULT_SIZE_KB = 512000
-DOC = 'Run module CtsInitTestCases, CtsInitTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using arm ABI in the ARC++ container.'
-
-def run_TS(machine):
-    host_list = [hosts.create_host(machine)]
-    job.run_test(
-        'cheets_CTS_R',
-        hosts=host_list,
-        iterations=1,
-        tag='11_r2.arm.CtsInit',
-        test_name='cheets_CTS_R.11_r2.arm.CtsInit',
-        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsInitTestCases', '--include-filter', 'CtsInitTestCases[secondary_user]', '--logcat-on-failure'],
-        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
-        target_module='CtsInit',
-        target_plan=None,
-        bundle='arm',
-        uri='LATEST',
-        use_jdk9=True,
-        timeout=5400)
-
-parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsInlineMocking b/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsInlineMocking
deleted file mode 100644
index af760bf..0000000
--- a/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsInlineMocking
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 2020 The Chromium OS Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-# This file has been automatically generated. Do not edit!
-
-AUTHOR = 'ARC++ Team'
-NAME = 'cheets_CTS_R.11_r2.arm.CtsInlineMocking'
-ATTRIBUTES = 'suite:arc-cts-r'
-DEPENDENCIES = 'arc'
-JOB_RETRIES = 1
-TEST_TYPE = 'server'
-TIME = 'MEDIUM'
-MAX_RESULT_SIZE_KB = 512000
-DOC = 'Run module CtsInlineMockingTestCases, CtsInlineMockingTestCases[instant], CtsInlineMockingTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using arm ABI in the ARC++ container.'
-
-def run_TS(machine):
-    host_list = [hosts.create_host(machine)]
-    job.run_test(
-        'cheets_CTS_R',
-        hosts=host_list,
-        iterations=1,
-        tag='11_r2.arm.CtsInlineMocking',
-        test_name='cheets_CTS_R.11_r2.arm.CtsInlineMocking',
-        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsInlineMockingTestCases', '--include-filter', 'CtsInlineMockingTestCases[instant]', '--include-filter', 'CtsInlineMockingTestCases[secondary_user]', '--logcat-on-failure'],
-        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
-        target_module='CtsInlineMocking',
-        target_plan=None,
-        bundle='arm',
-        uri='LATEST',
-        use_jdk9=True,
-        timeout=7200)
-
-parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsInputMethod b/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsInputMethod
deleted file mode 100644
index a0a9b1e..0000000
--- a/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsInputMethod
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 2020 The Chromium OS Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-# This file has been automatically generated. Do not edit!
-
-AUTHOR = 'ARC++ Team'
-NAME = 'cheets_CTS_R.11_r2.arm.CtsInputMethod'
-ATTRIBUTES = 'suite:arc-cts-r'
-DEPENDENCIES = 'arc'
-JOB_RETRIES = 1
-TEST_TYPE = 'server'
-TIME = 'MEDIUM'
-MAX_RESULT_SIZE_KB = 512000
-DOC = 'Run module CtsInputMethodServiceHostTestCases, CtsInputMethodServiceHostTestCases[instant], CtsInputMethodServiceHostTestCases[secondary_user], CtsInputMethodTestCases, CtsInputMethodTestCases[instant], CtsInputMethodTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using arm ABI in the ARC++ container.'
-
-def run_TS(machine):
-    host_list = [hosts.create_host(machine)]
-    job.run_test(
-        'cheets_CTS_R',
-        hosts=host_list,
-        iterations=1,
-        tag='11_r2.arm.CtsInputMethod',
-        test_name='cheets_CTS_R.11_r2.arm.CtsInputMethod',
-        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsInputMethodServiceHostTestCases', '--include-filter', 'CtsInputMethodServiceHostTestCases[instant]', '--include-filter', 'CtsInputMethodServiceHostTestCases[secondary_user]', '--include-filter', 'CtsInputMethodTestCases', '--include-filter', 'CtsInputMethodTestCases[instant]', '--include-filter', 'CtsInputMethodTestCases[secondary_user]', '--logcat-on-failure'],
-        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
-        target_module='CtsInputMethod',
-        target_plan=None,
-        bundle='arm',
-        uri='LATEST',
-        use_jdk9=True,
-        timeout=12600)
-
-parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsInstantApp b/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsInstantApp
deleted file mode 100644
index 7c07376..0000000
--- a/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsInstantApp
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 2020 The Chromium OS Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-# This file has been automatically generated. Do not edit!
-
-AUTHOR = 'ARC++ Team'
-NAME = 'cheets_CTS_R.11_r2.arm.CtsInstantApp'
-ATTRIBUTES = 'suite:arc-cts-r'
-DEPENDENCIES = 'arc'
-JOB_RETRIES = 1
-TEST_TYPE = 'server'
-TIME = 'MEDIUM'
-MAX_RESULT_SIZE_KB = 512000
-DOC = 'Run module CtsInstantAppTests, CtsInstantAppTests[secondary_user] of the Android Compatibility Test Suite (CTS) using arm ABI in the ARC++ container.'
-
-def run_TS(machine):
-    host_list = [hosts.create_host(machine)]
-    job.run_test(
-        'cheets_CTS_R',
-        hosts=host_list,
-        iterations=1,
-        tag='11_r2.arm.CtsInstantApp',
-        test_name='cheets_CTS_R.11_r2.arm.CtsInstantApp',
-        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsInstantAppTests', '--include-filter', 'CtsInstantAppTests[secondary_user]', '--logcat-on-failure'],
-        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
-        target_module='CtsInstantApp',
-        target_plan=None,
-        bundle='arm',
-        uri='LATEST',
-        use_jdk9=True,
-        timeout=5400)
-
-parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsIntentSignature b/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsIntentSignature
deleted file mode 100644
index 767603b..0000000
--- a/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsIntentSignature
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 2020 The Chromium OS Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-# This file has been automatically generated. Do not edit!
-
-AUTHOR = 'ARC++ Team'
-NAME = 'cheets_CTS_R.11_r2.arm.CtsIntentSignature'
-ATTRIBUTES = 'suite:arc-cts-r'
-DEPENDENCIES = 'arc'
-JOB_RETRIES = 1
-TEST_TYPE = 'server'
-TIME = 'MEDIUM'
-MAX_RESULT_SIZE_KB = 512000
-DOC = 'Run module CtsIntentSignatureTestCases, CtsIntentSignatureTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using arm ABI in the ARC++ container.'
-
-def run_TS(machine):
-    host_list = [hosts.create_host(machine)]
-    job.run_test(
-        'cheets_CTS_R',
-        hosts=host_list,
-        iterations=1,
-        tag='11_r2.arm.CtsIntentSignature',
-        test_name='cheets_CTS_R.11_r2.arm.CtsIntentSignature',
-        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsIntentSignatureTestCases', '--include-filter', 'CtsIntentSignatureTestCases[secondary_user]', '--logcat-on-failure'],
-        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
-        target_module='CtsIntentSignature',
-        target_plan=None,
-        bundle='arm',
-        uri='LATEST',
-        use_jdk9=True,
-        timeout=5400)
-
-parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsJdwp b/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsJdwp
deleted file mode 100644
index e26269e..0000000
--- a/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsJdwp
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 2020 The Chromium OS Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-# This file has been automatically generated. Do not edit!
-
-AUTHOR = 'ARC++ Team'
-NAME = 'cheets_CTS_R.11_r2.arm.CtsJdwp'
-ATTRIBUTES = 'suite:arc-cts-r'
-DEPENDENCIES = 'arc'
-JOB_RETRIES = 1
-TEST_TYPE = 'server'
-TIME = 'MEDIUM'
-MAX_RESULT_SIZE_KB = 512000
-DOC = 'Run module CtsJdwpSecurityHostTestCases, CtsJdwpSecurityHostTestCases[secondary_user], CtsJdwpTestCases, CtsJdwpTestCases[instant], CtsJdwpTestCases[secondary_user], CtsJdwpTunnelHostTestCases, CtsJdwpTunnelHostTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using arm ABI in the ARC++ container.'
-
-def run_TS(machine):
-    host_list = [hosts.create_host(machine)]
-    job.run_test(
-        'cheets_CTS_R',
-        hosts=host_list,
-        iterations=1,
-        tag='11_r2.arm.CtsJdwp',
-        test_name='cheets_CTS_R.11_r2.arm.CtsJdwp',
-        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsJdwpSecurityHostTestCases', '--include-filter', 'CtsJdwpSecurityHostTestCases[secondary_user]', '--include-filter', 'CtsJdwpTestCases', '--include-filter', 'CtsJdwpTestCases[instant]', '--include-filter', 'CtsJdwpTestCases[secondary_user]', '--include-filter', 'CtsJdwpTunnelHostTestCases', '--include-filter', 'CtsJdwpTunnelHostTestCases[secondary_user]', '--logcat-on-failure'],
-        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
-        target_module='CtsJdwp',
-        target_plan=None,
-        bundle='arm',
-        uri='LATEST',
-        use_jdk9=True,
-        timeout=14400)
-
-parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsJni b/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsJni
deleted file mode 100644
index c42b87c..0000000
--- a/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsJni
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 2020 The Chromium OS Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-# This file has been automatically generated. Do not edit!
-
-AUTHOR = 'ARC++ Team'
-NAME = 'cheets_CTS_R.11_r2.arm.CtsJni'
-ATTRIBUTES = 'suite:arc-cts-r'
-DEPENDENCIES = 'arc'
-JOB_RETRIES = 1
-TEST_TYPE = 'server'
-TIME = 'MEDIUM'
-MAX_RESULT_SIZE_KB = 512000
-DOC = 'Run module CtsJniTestCases, CtsJniTestCases[instant], CtsJniTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using arm ABI in the ARC++ container.'
-
-def run_TS(machine):
-    host_list = [hosts.create_host(machine)]
-    job.run_test(
-        'cheets_CTS_R',
-        hosts=host_list,
-        iterations=1,
-        tag='11_r2.arm.CtsJni',
-        test_name='cheets_CTS_R.11_r2.arm.CtsJni',
-        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsJniTestCases', '--include-filter', 'CtsJniTestCases[instant]', '--include-filter', 'CtsJniTestCases[secondary_user]', '--logcat-on-failure'],
-        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
-        target_module='CtsJni',
-        target_plan=None,
-        bundle='arm',
-        uri='LATEST',
-        use_jdk9=True,
-        timeout=7200)
-
-parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsJobScheduler b/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsJobScheduler
deleted file mode 100644
index 6c96f38..0000000
--- a/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsJobScheduler
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 2020 The Chromium OS Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-# This file has been automatically generated. Do not edit!
-
-AUTHOR = 'ARC++ Team'
-NAME = 'cheets_CTS_R.11_r2.arm.CtsJobScheduler'
-ATTRIBUTES = 'suite:arc-cts-r'
-DEPENDENCIES = 'arc'
-JOB_RETRIES = 1
-TEST_TYPE = 'server'
-TIME = 'MEDIUM'
-MAX_RESULT_SIZE_KB = 512000
-DOC = 'Run module CtsJobSchedulerSharedUidTestCases, CtsJobSchedulerSharedUidTestCases[secondary_user], CtsJobSchedulerTestCases, CtsJobSchedulerTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using arm ABI in the ARC++ container.'
-
-def run_TS(machine):
-    host_list = [hosts.create_host(machine)]
-    job.run_test(
-        'cheets_CTS_R',
-        hosts=host_list,
-        iterations=1,
-        tag='11_r2.arm.CtsJobScheduler',
-        test_name='cheets_CTS_R.11_r2.arm.CtsJobScheduler',
-        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsJobSchedulerSharedUidTestCases', '--include-filter', 'CtsJobSchedulerSharedUidTestCases[secondary_user]', '--include-filter', 'CtsJobSchedulerTestCases', '--include-filter', 'CtsJobSchedulerTestCases[secondary_user]', '--logcat-on-failure'],
-        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
-        target_module='CtsJobScheduler',
-        target_plan=None,
-        bundle='arm',
-        uri='LATEST',
-        use_jdk9=True,
-        timeout=9000)
-
-parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsJvmti b/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsJvmti
deleted file mode 100644
index 5425649..0000000
--- a/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsJvmti
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 2020 The Chromium OS Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-# This file has been automatically generated. Do not edit!
-
-AUTHOR = 'ARC++ Team'
-NAME = 'cheets_CTS_R.11_r2.arm.CtsJvmti'
-ATTRIBUTES = 'suite:arc-cts-r'
-DEPENDENCIES = 'arc'
-JOB_RETRIES = 1
-TEST_TYPE = 'server'
-TIME = 'MEDIUM'
-MAX_RESULT_SIZE_KB = 512000
-DOC = 'Run module CtsJvmtiAttachingHostTestCases, CtsJvmtiAttachingHostTestCases[secondary_user], CtsJvmtiAttachingTestCases, CtsJvmtiAttachingTestCases[secondary_user], CtsJvmtiRedefineClassesHostTestCases, CtsJvmtiRedefineClassesHostTestCases[secondary_user], CtsJvmtiRunTest1900HostTestCases, CtsJvmtiRunTest1900HostTestCases[secondary_user], CtsJvmtiRunTest1901HostTestCases, CtsJvmtiRunTest1901HostTestCases[secondary_user], CtsJvmtiRunTest1902HostTestCases, CtsJvmtiRunTest1902HostTestCases[secondary_user], CtsJvmtiRunTest1903HostTestCases, CtsJvmtiRunTest1903HostTestCases[secondary_user], CtsJvmtiRunTest1904HostTestCases, CtsJvmtiRunTest1904HostTestCases[secondary_user], CtsJvmtiRunTest1906HostTestCases, CtsJvmtiRunTest1906HostTestCases[secondary_user], CtsJvmtiRunTest1907HostTestCases, CtsJvmtiRunTest1907HostTestCases[secondary_user], CtsJvmtiRunTest1908HostTestCases, CtsJvmtiRunTest1908HostTestCases[secondary_user], CtsJvmtiRunTest1909HostTestCases, CtsJvmtiRunTest1909HostTestCases[secondary_user], CtsJvmtiRunTest1910HostTestCases, CtsJvmtiRunTest1910HostTestCases[secondary_user], CtsJvmtiRunTest1911HostTestCases, CtsJvmtiRunTest1911HostTestCases[secondary_user], CtsJvmtiRunTest1912HostTestCases, CtsJvmtiRunTest1912HostTestCases[secondary_user], CtsJvmtiRunTest1913HostTestCases, CtsJvmtiRunTest1913HostTestCases[secondary_user], CtsJvmtiRunTest1914HostTestCases, CtsJvmtiRunTest1914HostTestCases[secondary_user], CtsJvmtiRunTest1915HostTestCases, CtsJvmtiRunTest1915HostTestCases[secondary_user], CtsJvmtiRunTest1916HostTestCases, CtsJvmtiRunTest1916HostTestCases[secondary_user], CtsJvmtiRunTest1917HostTestCases, CtsJvmtiRunTest1917HostTestCases[secondary_user], CtsJvmtiRunTest1920HostTestCases, CtsJvmtiRunTest1920HostTestCases[secondary_user], CtsJvmtiRunTest1921HostTestCases, CtsJvmtiRunTest1921HostTestCases[secondary_user], CtsJvmtiRunTest1922HostTestCases, CtsJvmtiRunTest1922HostTestCases[secondary_user], CtsJvmtiRunTest1923HostTestCases, CtsJvmtiRunTest1923HostTestCases[secondary_user], CtsJvmtiRunTest1924HostTestCases, CtsJvmtiRunTest1924HostTestCases[secondary_user], CtsJvmtiRunTest1925HostTestCases, CtsJvmtiRunTest1925HostTestCases[secondary_user], CtsJvmtiRunTest1926HostTestCases, CtsJvmtiRunTest1926HostTestCases[secondary_user], CtsJvmtiRunTest1927HostTestCases, CtsJvmtiRunTest1927HostTestCases[secondary_user], CtsJvmtiRunTest1928HostTestCases, CtsJvmtiRunTest1928HostTestCases[secondary_user], CtsJvmtiRunTest1930HostTestCases, CtsJvmtiRunTest1930HostTestCases[secondary_user], CtsJvmtiRunTest1931HostTestCases, CtsJvmtiRunTest1931HostTestCases[secondary_user], CtsJvmtiRunTest1932HostTestCases, CtsJvmtiRunTest1932HostTestCases[secondary_user], CtsJvmtiRunTest1933HostTestCases, CtsJvmtiRunTest1933HostTestCases[secondary_user], CtsJvmtiRunTest1934HostTestCases, CtsJvmtiRunTest1934HostTestCases[secondary_user], CtsJvmtiRunTest1936HostTestCases, CtsJvmtiRunTest1936HostTestCases[secondary_user], CtsJvmtiRunTest1937HostTestCases, CtsJvmtiRunTest1937HostTestCases[secondary_user], CtsJvmtiRunTest1939HostTestCases, CtsJvmtiRunTest1939HostTestCases[secondary_user], CtsJvmtiRunTest1941HostTestCases, CtsJvmtiRunTest1941HostTestCases[secondary_user], CtsJvmtiRunTest1942HostTestCases, CtsJvmtiRunTest1942HostTestCases[secondary_user], CtsJvmtiRunTest1943HostTestCases, CtsJvmtiRunTest1943HostTestCases[secondary_user], CtsJvmtiRunTest1953HostTestCases, CtsJvmtiRunTest1953HostTestCases[secondary_user], CtsJvmtiRunTest1958HostTestCases, CtsJvmtiRunTest1958HostTestCases[secondary_user], CtsJvmtiRunTest1962HostTestCases, CtsJvmtiRunTest1962HostTestCases[secondary_user], CtsJvmtiRunTest1967HostTestCases, CtsJvmtiRunTest1967HostTestCases[secondary_user], CtsJvmtiRunTest1968HostTestCases, CtsJvmtiRunTest1968HostTestCases[secondary_user], CtsJvmtiRunTest1969HostTestCases, CtsJvmtiRunTest1969HostTestCases[secondary_user], CtsJvmtiRunTest1970HostTestCases, CtsJvmtiRunTest1970HostTestCases[secondary_user], CtsJvmtiRunTest1971HostTestCases, CtsJvmtiRunTest1971HostTestCases[secondary_user], CtsJvmtiRunTest1974HostTestCases, CtsJvmtiRunTest1974HostTestCases[secondary_user], CtsJvmtiRunTest1975HostTestCases, CtsJvmtiRunTest1975HostTestCases[secondary_user], CtsJvmtiRunTest1976HostTestCases, CtsJvmtiRunTest1976HostTestCases[secondary_user], CtsJvmtiRunTest1977HostTestCases, CtsJvmtiRunTest1977HostTestCases[secondary_user], CtsJvmtiRunTest1978HostTestCases, CtsJvmtiRunTest1978HostTestCases[secondary_user], CtsJvmtiRunTest1979HostTestCases, CtsJvmtiRunTest1979HostTestCases[secondary_user], CtsJvmtiRunTest1981HostTestCases, CtsJvmtiRunTest1981HostTestCases[secondary_user], CtsJvmtiRunTest1982HostTestCases, CtsJvmtiRunTest1982HostTestCases[secondary_user], CtsJvmtiRunTest1983HostTestCases, CtsJvmtiRunTest1983HostTestCases[secondary_user], CtsJvmtiRunTest1984HostTestCases, CtsJvmtiRunTest1984HostTestCases[secondary_user], CtsJvmtiRunTest1988HostTestCases, CtsJvmtiRunTest1988HostTestCases[secondary_user], CtsJvmtiRunTest1989HostTestCases, CtsJvmtiRunTest1989HostTestCases[secondary_user], CtsJvmtiRunTest1990HostTestCases, CtsJvmtiRunTest1990HostTestCases[secondary_user], CtsJvmtiRunTest1991HostTestCases, CtsJvmtiRunTest1991HostTestCases[secondary_user], CtsJvmtiRunTest1992HostTestCases, CtsJvmtiRunTest1992HostTestCases[secondary_user], CtsJvmtiRunTest1994HostTestCases, CtsJvmtiRunTest1994HostTestCases[secondary_user], CtsJvmtiRunTest1995HostTestCases, CtsJvmtiRunTest1995HostTestCases[secondary_user], CtsJvmtiRunTest1996HostTestCases, CtsJvmtiRunTest1996HostTestCases[secondary_user], CtsJvmtiRunTest1997HostTestCases, CtsJvmtiRunTest1997HostTestCases[secondary_user], CtsJvmtiRunTest1998HostTestCases, CtsJvmtiRunTest1998HostTestCases[secondary_user], CtsJvmtiRunTest1999HostTestCases, CtsJvmtiRunTest1999HostTestCases[secondary_user], CtsJvmtiRunTest2001HostTestCases, CtsJvmtiRunTest2001HostTestCases[secondary_user], CtsJvmtiRunTest2002HostTestCases, CtsJvmtiRunTest2002HostTestCases[secondary_user], CtsJvmtiRunTest2003HostTestCases, CtsJvmtiRunTest2003HostTestCases[secondary_user], CtsJvmtiRunTest2004HostTestCases, CtsJvmtiRunTest2004HostTestCases[secondary_user], CtsJvmtiRunTest2005HostTestCases, CtsJvmtiRunTest2005HostTestCases[secondary_user], CtsJvmtiRunTest2006HostTestCases, CtsJvmtiRunTest2006HostTestCases[secondary_user], CtsJvmtiRunTest2007HostTestCases, CtsJvmtiRunTest2007HostTestCases[secondary_user], CtsJvmtiRunTest902HostTestCases, CtsJvmtiRunTest902HostTestCases[secondary_user], CtsJvmtiRunTest903HostTestCases, CtsJvmtiRunTest903HostTestCases[secondary_user], CtsJvmtiRunTest904HostTestCases, CtsJvmtiRunTest904HostTestCases[secondary_user], CtsJvmtiRunTest905HostTestCases, CtsJvmtiRunTest905HostTestCases[secondary_user], CtsJvmtiRunTest906HostTestCases, CtsJvmtiRunTest906HostTestCases[secondary_user], CtsJvmtiRunTest907HostTestCases, CtsJvmtiRunTest907HostTestCases[secondary_user], CtsJvmtiRunTest908HostTestCases, CtsJvmtiRunTest908HostTestCases[secondary_user], CtsJvmtiRunTest910HostTestCases, CtsJvmtiRunTest910HostTestCases[secondary_user], CtsJvmtiRunTest911HostTestCases, CtsJvmtiRunTest911HostTestCases[secondary_user], CtsJvmtiRunTest912HostTestCases, CtsJvmtiRunTest912HostTestCases[secondary_user], CtsJvmtiRunTest913HostTestCases, CtsJvmtiRunTest913HostTestCases[secondary_user], CtsJvmtiRunTest914HostTestCases, CtsJvmtiRunTest914HostTestCases[secondary_user], CtsJvmtiRunTest915HostTestCases, CtsJvmtiRunTest915HostTestCases[secondary_user], CtsJvmtiRunTest917HostTestCases, CtsJvmtiRunTest917HostTestCases[secondary_user], CtsJvmtiRunTest918HostTestCases, CtsJvmtiRunTest918HostTestCases[secondary_user], CtsJvmtiRunTest919HostTestCases, CtsJvmtiRunTest919HostTestCases[secondary_user], CtsJvmtiRunTest920HostTestCases, CtsJvmtiRunTest920HostTestCases[secondary_user], CtsJvmtiRunTest922HostTestCases, CtsJvmtiRunTest922HostTestCases[secondary_user], CtsJvmtiRunTest923HostTestCases, CtsJvmtiRunTest923HostTestCases[secondary_user], CtsJvmtiRunTest924HostTestCases, CtsJvmtiRunTest924HostTestCases[secondary_user], CtsJvmtiRunTest926HostTestCases, CtsJvmtiRunTest926HostTestCases[secondary_user], CtsJvmtiRunTest927HostTestCases, CtsJvmtiRunTest927HostTestCases[secondary_user], CtsJvmtiRunTest928HostTestCases, CtsJvmtiRunTest928HostTestCases[secondary_user], CtsJvmtiRunTest930HostTestCases, CtsJvmtiRunTest930HostTestCases[secondary_user], CtsJvmtiRunTest931HostTestCases, CtsJvmtiRunTest931HostTestCases[secondary_user], CtsJvmtiRunTest932HostTestCases, CtsJvmtiRunTest932HostTestCases[secondary_user], CtsJvmtiRunTest940HostTestCases, CtsJvmtiRunTest940HostTestCases[secondary_user], CtsJvmtiRunTest942HostTestCases, CtsJvmtiRunTest942HostTestCases[secondary_user], CtsJvmtiRunTest944HostTestCases, CtsJvmtiRunTest944HostTestCases[secondary_user], CtsJvmtiRunTest945HostTestCases, CtsJvmtiRunTest945HostTestCases[secondary_user], CtsJvmtiRunTest947HostTestCases, CtsJvmtiRunTest947HostTestCases[secondary_user], CtsJvmtiRunTest951HostTestCases, CtsJvmtiRunTest951HostTestCases[secondary_user], CtsJvmtiRunTest982HostTestCases, CtsJvmtiRunTest982HostTestCases[secondary_user], CtsJvmtiRunTest983HostTestCases, CtsJvmtiRunTest983HostTestCases[secondary_user], CtsJvmtiRunTest984HostTestCases, CtsJvmtiRunTest984HostTestCases[secondary_user], CtsJvmtiRunTest985HostTestCases, CtsJvmtiRunTest985HostTestCases[secondary_user], CtsJvmtiRunTest986HostTestCases, CtsJvmtiRunTest986HostTestCases[secondary_user], CtsJvmtiRunTest988HostTestCases, CtsJvmtiRunTest988HostTestCases[secondary_user], CtsJvmtiRunTest989HostTestCases, CtsJvmtiRunTest989HostTestCases[secondary_user], CtsJvmtiRunTest990HostTestCases, CtsJvmtiRunTest990HostTestCases[secondary_user], CtsJvmtiRunTest991HostTestCases, CtsJvmtiRunTest991HostTestCases[secondary_user], CtsJvmtiRunTest992HostTestCases, CtsJvmtiRunTest992HostTestCases[secondary_user], CtsJvmtiRunTest993HostTestCases, CtsJvmtiRunTest993HostTestCases[secondary_user], CtsJvmtiRunTest994HostTestCases, CtsJvmtiRunTest994HostTestCases[secondary_user], CtsJvmtiRunTest995HostTestCases, CtsJvmtiRunTest995HostTestCases[secondary_user], CtsJvmtiRunTest996HostTestCases, CtsJvmtiRunTest996HostTestCases[secondary_user], CtsJvmtiRunTest997HostTestCases, CtsJvmtiRunTest997HostTestCases[secondary_user], CtsJvmtiTaggingHostTestCases, CtsJvmtiTaggingHostTestCases[secondary_user], CtsJvmtiTrackingHostTestCases, CtsJvmtiTrackingHostTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using arm ABI in the ARC++ container.'
-
-def run_TS(machine):
-    host_list = [hosts.create_host(machine)]
-    job.run_test(
-        'cheets_CTS_R',
-        hosts=host_list,
-        iterations=1,
-        tag='11_r2.arm.CtsJvmti',
-        test_name='cheets_CTS_R.11_r2.arm.CtsJvmti',
-        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsJvmtiAttachingHostTestCases', '--include-filter', 'CtsJvmtiAttachingHostTestCases[secondary_user]', '--include-filter', 'CtsJvmtiAttachingTestCases', '--include-filter', 'CtsJvmtiAttachingTestCases[secondary_user]', '--include-filter', 'CtsJvmtiRedefineClassesHostTestCases', '--include-filter', 'CtsJvmtiRedefineClassesHostTestCases[secondary_user]', '--include-filter', 'CtsJvmtiRunTest1900HostTestCases', '--include-filter', 'CtsJvmtiRunTest1900HostTestCases[secondary_user]', '--include-filter', 'CtsJvmtiRunTest1901HostTestCases', '--include-filter', 'CtsJvmtiRunTest1901HostTestCases[secondary_user]', '--include-filter', 'CtsJvmtiRunTest1902HostTestCases', '--include-filter', 'CtsJvmtiRunTest1902HostTestCases[secondary_user]', '--include-filter', 'CtsJvmtiRunTest1903HostTestCases', '--include-filter', 'CtsJvmtiRunTest1903HostTestCases[secondary_user]', '--include-filter', 'CtsJvmtiRunTest1904HostTestCases', '--include-filter', 'CtsJvmtiRunTest1904HostTestCases[secondary_user]', '--include-filter', 'CtsJvmtiRunTest1906HostTestCases', '--include-filter', 'CtsJvmtiRunTest1906HostTestCases[secondary_user]', '--include-filter', 'CtsJvmtiRunTest1907HostTestCases', '--include-filter', 'CtsJvmtiRunTest1907HostTestCases[secondary_user]', '--include-filter', 'CtsJvmtiRunTest1908HostTestCases', '--include-filter', 'CtsJvmtiRunTest1908HostTestCases[secondary_user]', '--include-filter', 'CtsJvmtiRunTest1909HostTestCases', '--include-filter', 'CtsJvmtiRunTest1909HostTestCases[secondary_user]', '--include-filter', 'CtsJvmtiRunTest1910HostTestCases', '--include-filter', 'CtsJvmtiRunTest1910HostTestCases[secondary_user]', '--include-filter', 'CtsJvmtiRunTest1911HostTestCases', '--include-filter', 'CtsJvmtiRunTest1911HostTestCases[secondary_user]', '--include-filter', 'CtsJvmtiRunTest1912HostTestCases', '--include-filter', 'CtsJvmtiRunTest1912HostTestCases[secondary_user]', '--include-filter', 'CtsJvmtiRunTest1913HostTestCases', '--include-filter', 'CtsJvmtiRunTest1913HostTestCases[secondary_user]', '--include-filter', 'CtsJvmtiRunTest1914HostTestCases', '--include-filter', 'CtsJvmtiRunTest1914HostTestCases[secondary_user]', '--include-filter', 'CtsJvmtiRunTest1915HostTestCases', '--include-filter', 'CtsJvmtiRunTest1915HostTestCases[secondary_user]', '--include-filter', 'CtsJvmtiRunTest1916HostTestCases', '--include-filter', 'CtsJvmtiRunTest1916HostTestCases[secondary_user]', '--include-filter', 'CtsJvmtiRunTest1917HostTestCases', '--include-filter', 'CtsJvmtiRunTest1917HostTestCases[secondary_user]', '--include-filter', 'CtsJvmtiRunTest1920HostTestCases', '--include-filter', 'CtsJvmtiRunTest1920HostTestCases[secondary_user]', '--include-filter', 'CtsJvmtiRunTest1921HostTestCases', '--include-filter', 'CtsJvmtiRunTest1921HostTestCases[secondary_user]', '--include-filter', 'CtsJvmtiRunTest1922HostTestCases', '--include-filter', 'CtsJvmtiRunTest1922HostTestCases[secondary_user]', '--include-filter', 'CtsJvmtiRunTest1923HostTestCases', '--include-filter', 'CtsJvmtiRunTest1923HostTestCases[secondary_user]', '--include-filter', 'CtsJvmtiRunTest1924HostTestCases', '--include-filter', 'CtsJvmtiRunTest1924HostTestCases[secondary_user]', '--include-filter', 'CtsJvmtiRunTest1925HostTestCases', '--include-filter', 'CtsJvmtiRunTest1925HostTestCases[secondary_user]', '--include-filter', 'CtsJvmtiRunTest1926HostTestCases', '--include-filter', 'CtsJvmtiRunTest1926HostTestCases[secondary_user]', '--include-filter', 'CtsJvmtiRunTest1927HostTestCases', '--include-filter', 'CtsJvmtiRunTest1927HostTestCases[secondary_user]', '--include-filter', 'CtsJvmtiRunTest1928HostTestCases', '--include-filter', 'CtsJvmtiRunTest1928HostTestCases[secondary_user]', '--include-filter', 'CtsJvmtiRunTest1930HostTestCases', '--include-filter', 'CtsJvmtiRunTest1930HostTestCases[secondary_user]', '--include-filter', 'CtsJvmtiRunTest1931HostTestCases', '--include-filter', 'CtsJvmtiRunTest1931HostTestCases[secondary_user]', '--include-filter', 'CtsJvmtiRunTest1932HostTestCases', '--include-filter', 'CtsJvmtiRunTest1932HostTestCases[secondary_user]', '--include-filter', 'CtsJvmtiRunTest1933HostTestCases', '--include-filter', 'CtsJvmtiRunTest1933HostTestCases[secondary_user]', '--include-filter', 'CtsJvmtiRunTest1934HostTestCases', '--include-filter', 'CtsJvmtiRunTest1934HostTestCases[secondary_user]', '--include-filter', 'CtsJvmtiRunTest1936HostTestCases', '--include-filter', 'CtsJvmtiRunTest1936HostTestCases[secondary_user]', '--include-filter', 'CtsJvmtiRunTest1937HostTestCases', '--include-filter', 'CtsJvmtiRunTest1937HostTestCases[secondary_user]', '--include-filter', 'CtsJvmtiRunTest1939HostTestCases', '--include-filter', 'CtsJvmtiRunTest1939HostTestCases[secondary_user]', '--include-filter', 'CtsJvmtiRunTest1941HostTestCases', '--include-filter', 'CtsJvmtiRunTest1941HostTestCases[secondary_user]', '--include-filter', 'CtsJvmtiRunTest1942HostTestCases', '--include-filter', 'CtsJvmtiRunTest1942HostTestCases[secondary_user]', '--include-filter', 'CtsJvmtiRunTest1943HostTestCases', '--include-filter', 'CtsJvmtiRunTest1943HostTestCases[secondary_user]', '--include-filter', 'CtsJvmtiRunTest1953HostTestCases', '--include-filter', 'CtsJvmtiRunTest1953HostTestCases[secondary_user]', '--include-filter', 'CtsJvmtiRunTest1958HostTestCases', '--include-filter', 'CtsJvmtiRunTest1958HostTestCases[secondary_user]', '--include-filter', 'CtsJvmtiRunTest1962HostTestCases', '--include-filter', 'CtsJvmtiRunTest1962HostTestCases[secondary_user]', '--include-filter', 'CtsJvmtiRunTest1967HostTestCases', '--include-filter', 'CtsJvmtiRunTest1967HostTestCases[secondary_user]', '--include-filter', 'CtsJvmtiRunTest1968HostTestCases', '--include-filter', 'CtsJvmtiRunTest1968HostTestCases[secondary_user]', '--include-filter', 'CtsJvmtiRunTest1969HostTestCases', '--include-filter', 'CtsJvmtiRunTest1969HostTestCases[secondary_user]', '--include-filter', 'CtsJvmtiRunTest1970HostTestCases', '--include-filter', 'CtsJvmtiRunTest1970HostTestCases[secondary_user]', '--include-filter', 'CtsJvmtiRunTest1971HostTestCases', '--include-filter', 'CtsJvmtiRunTest1971HostTestCases[secondary_user]', '--include-filter', 'CtsJvmtiRunTest1974HostTestCases', '--include-filter', 'CtsJvmtiRunTest1974HostTestCases[secondary_user]', '--include-filter', 'CtsJvmtiRunTest1975HostTestCases', '--include-filter', 'CtsJvmtiRunTest1975HostTestCases[secondary_user]', '--include-filter', 'CtsJvmtiRunTest1976HostTestCases', '--include-filter', 'CtsJvmtiRunTest1976HostTestCases[secondary_user]', '--include-filter', 'CtsJvmtiRunTest1977HostTestCases', '--include-filter', 'CtsJvmtiRunTest1977HostTestCases[secondary_user]', '--include-filter', 'CtsJvmtiRunTest1978HostTestCases', '--include-filter', 'CtsJvmtiRunTest1978HostTestCases[secondary_user]', '--include-filter', 'CtsJvmtiRunTest1979HostTestCases', '--include-filter', 'CtsJvmtiRunTest1979HostTestCases[secondary_user]', '--include-filter', 'CtsJvmtiRunTest1981HostTestCases', '--include-filter', 'CtsJvmtiRunTest1981HostTestCases[secondary_user]', '--include-filter', 'CtsJvmtiRunTest1982HostTestCases', '--include-filter', 'CtsJvmtiRunTest1982HostTestCases[secondary_user]', '--include-filter', 'CtsJvmtiRunTest1983HostTestCases', '--include-filter', 'CtsJvmtiRunTest1983HostTestCases[secondary_user]', '--include-filter', 'CtsJvmtiRunTest1984HostTestCases', '--include-filter', 'CtsJvmtiRunTest1984HostTestCases[secondary_user]', '--include-filter', 'CtsJvmtiRunTest1988HostTestCases', '--include-filter', 'CtsJvmtiRunTest1988HostTestCases[secondary_user]', '--include-filter', 'CtsJvmtiRunTest1989HostTestCases', '--include-filter', 'CtsJvmtiRunTest1989HostTestCases[secondary_user]', '--include-filter', 'CtsJvmtiRunTest1990HostTestCases', '--include-filter', 'CtsJvmtiRunTest1990HostTestCases[secondary_user]', '--include-filter', 'CtsJvmtiRunTest1991HostTestCases', '--include-filter', 'CtsJvmtiRunTest1991HostTestCases[secondary_user]', '--include-filter', 'CtsJvmtiRunTest1992HostTestCases', '--include-filter', 'CtsJvmtiRunTest1992HostTestCases[secondary_user]', '--include-filter', 'CtsJvmtiRunTest1994HostTestCases', '--include-filter', 'CtsJvmtiRunTest1994HostTestCases[secondary_user]', '--include-filter', 'CtsJvmtiRunTest1995HostTestCases', '--include-filter', 'CtsJvmtiRunTest1995HostTestCases[secondary_user]', '--include-filter', 'CtsJvmtiRunTest1996HostTestCases', '--include-filter', 'CtsJvmtiRunTest1996HostTestCases[secondary_user]', '--include-filter', 'CtsJvmtiRunTest1997HostTestCases', '--include-filter', 'CtsJvmtiRunTest1997HostTestCases[secondary_user]', '--include-filter', 'CtsJvmtiRunTest1998HostTestCases', '--include-filter', 'CtsJvmtiRunTest1998HostTestCases[secondary_user]', '--include-filter', 'CtsJvmtiRunTest1999HostTestCases', '--include-filter', 'CtsJvmtiRunTest1999HostTestCases[secondary_user]', '--include-filter', 'CtsJvmtiRunTest2001HostTestCases', '--include-filter', 'CtsJvmtiRunTest2001HostTestCases[secondary_user]', '--include-filter', 'CtsJvmtiRunTest2002HostTestCases', '--include-filter', 'CtsJvmtiRunTest2002HostTestCases[secondary_user]', '--include-filter', 'CtsJvmtiRunTest2003HostTestCases', '--include-filter', 'CtsJvmtiRunTest2003HostTestCases[secondary_user]', '--include-filter', 'CtsJvmtiRunTest2004HostTestCases', '--include-filter', 'CtsJvmtiRunTest2004HostTestCases[secondary_user]', '--include-filter', 'CtsJvmtiRunTest2005HostTestCases', '--include-filter', 'CtsJvmtiRunTest2005HostTestCases[secondary_user]', '--include-filter', 'CtsJvmtiRunTest2006HostTestCases', '--include-filter', 'CtsJvmtiRunTest2006HostTestCases[secondary_user]', '--include-filter', 'CtsJvmtiRunTest2007HostTestCases', '--include-filter', 'CtsJvmtiRunTest2007HostTestCases[secondary_user]', '--include-filter', 'CtsJvmtiRunTest902HostTestCases', '--include-filter', 'CtsJvmtiRunTest902HostTestCases[secondary_user]', '--include-filter', 'CtsJvmtiRunTest903HostTestCases', '--include-filter', 'CtsJvmtiRunTest903HostTestCases[secondary_user]', '--include-filter', 'CtsJvmtiRunTest904HostTestCases', '--include-filter', 'CtsJvmtiRunTest904HostTestCases[secondary_user]', '--include-filter', 'CtsJvmtiRunTest905HostTestCases', '--include-filter', 'CtsJvmtiRunTest905HostTestCases[secondary_user]', '--include-filter', 'CtsJvmtiRunTest906HostTestCases', '--include-filter', 'CtsJvmtiRunTest906HostTestCases[secondary_user]', '--include-filter', 'CtsJvmtiRunTest907HostTestCases', '--include-filter', 'CtsJvmtiRunTest907HostTestCases[secondary_user]', '--include-filter', 'CtsJvmtiRunTest908HostTestCases', '--include-filter', 'CtsJvmtiRunTest908HostTestCases[secondary_user]', '--include-filter', 'CtsJvmtiRunTest910HostTestCases', '--include-filter', 'CtsJvmtiRunTest910HostTestCases[secondary_user]', '--include-filter', 'CtsJvmtiRunTest911HostTestCases', '--include-filter', 'CtsJvmtiRunTest911HostTestCases[secondary_user]', '--include-filter', 'CtsJvmtiRunTest912HostTestCases', '--include-filter', 'CtsJvmtiRunTest912HostTestCases[secondary_user]', '--include-filter', 'CtsJvmtiRunTest913HostTestCases', '--include-filter', 'CtsJvmtiRunTest913HostTestCases[secondary_user]', '--include-filter', 'CtsJvmtiRunTest914HostTestCases', '--include-filter', 'CtsJvmtiRunTest914HostTestCases[secondary_user]', '--include-filter', 'CtsJvmtiRunTest915HostTestCases', '--include-filter', 'CtsJvmtiRunTest915HostTestCases[secondary_user]', '--include-filter', 'CtsJvmtiRunTest917HostTestCases', '--include-filter', 'CtsJvmtiRunTest917HostTestCases[secondary_user]', '--include-filter', 'CtsJvmtiRunTest918HostTestCases', '--include-filter', 'CtsJvmtiRunTest918HostTestCases[secondary_user]', '--include-filter', 'CtsJvmtiRunTest919HostTestCases', '--include-filter', 'CtsJvmtiRunTest919HostTestCases[secondary_user]', '--include-filter', 'CtsJvmtiRunTest920HostTestCases', '--include-filter', 'CtsJvmtiRunTest920HostTestCases[secondary_user]', '--include-filter', 'CtsJvmtiRunTest922HostTestCases', '--include-filter', 'CtsJvmtiRunTest922HostTestCases[secondary_user]', '--include-filter', 'CtsJvmtiRunTest923HostTestCases', '--include-filter', 'CtsJvmtiRunTest923HostTestCases[secondary_user]', '--include-filter', 'CtsJvmtiRunTest924HostTestCases', '--include-filter', 'CtsJvmtiRunTest924HostTestCases[secondary_user]', '--include-filter', 'CtsJvmtiRunTest926HostTestCases', '--include-filter', 'CtsJvmtiRunTest926HostTestCases[secondary_user]', '--include-filter', 'CtsJvmtiRunTest927HostTestCases', '--include-filter', 'CtsJvmtiRunTest927HostTestCases[secondary_user]', '--include-filter', 'CtsJvmtiRunTest928HostTestCases', '--include-filter', 'CtsJvmtiRunTest928HostTestCases[secondary_user]', '--include-filter', 'CtsJvmtiRunTest930HostTestCases', '--include-filter', 'CtsJvmtiRunTest930HostTestCases[secondary_user]', '--include-filter', 'CtsJvmtiRunTest931HostTestCases', '--include-filter', 'CtsJvmtiRunTest931HostTestCases[secondary_user]', '--include-filter', 'CtsJvmtiRunTest932HostTestCases', '--include-filter', 'CtsJvmtiRunTest932HostTestCases[secondary_user]', '--include-filter', 'CtsJvmtiRunTest940HostTestCases', '--include-filter', 'CtsJvmtiRunTest940HostTestCases[secondary_user]', '--include-filter', 'CtsJvmtiRunTest942HostTestCases', '--include-filter', 'CtsJvmtiRunTest942HostTestCases[secondary_user]', '--include-filter', 'CtsJvmtiRunTest944HostTestCases', '--include-filter', 'CtsJvmtiRunTest944HostTestCases[secondary_user]', '--include-filter', 'CtsJvmtiRunTest945HostTestCases', '--include-filter', 'CtsJvmtiRunTest945HostTestCases[secondary_user]', '--include-filter', 'CtsJvmtiRunTest947HostTestCases', '--include-filter', 'CtsJvmtiRunTest947HostTestCases[secondary_user]', '--include-filter', 'CtsJvmtiRunTest951HostTestCases', '--include-filter', 'CtsJvmtiRunTest951HostTestCases[secondary_user]', '--include-filter', 'CtsJvmtiRunTest982HostTestCases', '--include-filter', 'CtsJvmtiRunTest982HostTestCases[secondary_user]', '--include-filter', 'CtsJvmtiRunTest983HostTestCases', '--include-filter', 'CtsJvmtiRunTest983HostTestCases[secondary_user]', '--include-filter', 'CtsJvmtiRunTest984HostTestCases', '--include-filter', 'CtsJvmtiRunTest984HostTestCases[secondary_user]', '--include-filter', 'CtsJvmtiRunTest985HostTestCases', '--include-filter', 'CtsJvmtiRunTest985HostTestCases[secondary_user]', '--include-filter', 'CtsJvmtiRunTest986HostTestCases', '--include-filter', 'CtsJvmtiRunTest986HostTestCases[secondary_user]', '--include-filter', 'CtsJvmtiRunTest988HostTestCases', '--include-filter', 'CtsJvmtiRunTest988HostTestCases[secondary_user]', '--include-filter', 'CtsJvmtiRunTest989HostTestCases', '--include-filter', 'CtsJvmtiRunTest989HostTestCases[secondary_user]', '--include-filter', 'CtsJvmtiRunTest990HostTestCases', '--include-filter', 'CtsJvmtiRunTest990HostTestCases[secondary_user]', '--include-filter', 'CtsJvmtiRunTest991HostTestCases', '--include-filter', 'CtsJvmtiRunTest991HostTestCases[secondary_user]', '--include-filter', 'CtsJvmtiRunTest992HostTestCases', '--include-filter', 'CtsJvmtiRunTest992HostTestCases[secondary_user]', '--include-filter', 'CtsJvmtiRunTest993HostTestCases', '--include-filter', 'CtsJvmtiRunTest993HostTestCases[secondary_user]', '--include-filter', 'CtsJvmtiRunTest994HostTestCases', '--include-filter', 'CtsJvmtiRunTest994HostTestCases[secondary_user]', '--include-filter', 'CtsJvmtiRunTest995HostTestCases', '--include-filter', 'CtsJvmtiRunTest995HostTestCases[secondary_user]', '--include-filter', 'CtsJvmtiRunTest996HostTestCases', '--include-filter', 'CtsJvmtiRunTest996HostTestCases[secondary_user]', '--include-filter', 'CtsJvmtiRunTest997HostTestCases', '--include-filter', 'CtsJvmtiRunTest997HostTestCases[secondary_user]', '--include-filter', 'CtsJvmtiTaggingHostTestCases', '--include-filter', 'CtsJvmtiTaggingHostTestCases[secondary_user]', '--include-filter', 'CtsJvmtiTrackingHostTestCases', '--include-filter', 'CtsJvmtiTrackingHostTestCases[secondary_user]', '--logcat-on-failure'],
-        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
-        target_module='CtsJvmti',
-        target_plan=None,
-        bundle='arm',
-        uri='LATEST',
-        use_jdk9=True,
-        timeout=75000)
-
-parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsKernelConfigTestCases b/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsKernelConfigTestCases
deleted file mode 100644
index 7a62748..0000000
--- a/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsKernelConfigTestCases
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 2020 The Chromium OS Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-# This file has been automatically generated. Do not edit!
-
-AUTHOR = 'ARC++ Team'
-NAME = 'cheets_CTS_R.11_r2.arm.CtsKernelConfigTestCases'
-ATTRIBUTES = 'suite:arc-cts-r'
-DEPENDENCIES = 'arc'
-JOB_RETRIES = 1
-TEST_TYPE = 'server'
-TIME = 'MEDIUM'
-MAX_RESULT_SIZE_KB = 512000
-DOC = 'Run module CtsKernelConfigTestCases of the Android Compatibility Test Suite (CTS) using arm ABI in the ARC++ container.'
-
-def run_TS(machine):
-    host_list = [hosts.create_host(machine)]
-    job.run_test(
-        'cheets_CTS_R',
-        hosts=host_list,
-        iterations=1,
-        tag='11_r2.arm.CtsKernelConfigTestCases',
-        test_name='cheets_CTS_R.11_r2.arm.CtsKernelConfigTestCases',
-        run_template=['run', 'commandAndExit', 'cts', '--module', 'CtsKernelConfigTestCases', '--logcat-on-failure'],
-        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
-        target_module='CtsKernelConfigTestCases',
-        target_plan=None,
-        bundle='arm',
-        uri='LATEST',
-        use_jdk9=True,
-        timeout=3600)
-
-parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsKeystore b/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsKeystore
deleted file mode 100644
index 64108b1..0000000
--- a/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsKeystore
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 2020 The Chromium OS Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-# This file has been automatically generated. Do not edit!
-
-AUTHOR = 'ARC++ Team'
-NAME = 'cheets_CTS_R.11_r2.arm.CtsKeystore'
-ATTRIBUTES = 'suite:arc-cts-r'
-DEPENDENCIES = 'arc'
-JOB_RETRIES = 1
-TEST_TYPE = 'server'
-TIME = 'MEDIUM'
-MAX_RESULT_SIZE_KB = 512000
-DOC = 'Run module CtsKeystoreTestCases, CtsKeystoreTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using arm ABI in the ARC++ container.'
-
-def run_TS(machine):
-    host_list = [hosts.create_host(machine)]
-    job.run_test(
-        'cheets_CTS_R',
-        hosts=host_list,
-        iterations=1,
-        tag='11_r2.arm.CtsKeystore',
-        test_name='cheets_CTS_R.11_r2.arm.CtsKeystore',
-        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsKeystoreTestCases', '--include-filter', 'CtsKeystoreTestCases[secondary_user]', '--logcat-on-failure'],
-        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
-        target_module='CtsKeystore',
-        target_plan=None,
-        bundle='arm',
-        uri='LATEST',
-        use_jdk9=True,
-        timeout=5400)
-
-parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsLeanbackJank b/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsLeanbackJank
deleted file mode 100644
index 0e5bf27..0000000
--- a/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsLeanbackJank
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 2020 The Chromium OS Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-# This file has been automatically generated. Do not edit!
-
-AUTHOR = 'ARC++ Team'
-NAME = 'cheets_CTS_R.11_r2.arm.CtsLeanbackJank'
-ATTRIBUTES = 'suite:arc-cts-r'
-DEPENDENCIES = 'arc'
-JOB_RETRIES = 1
-TEST_TYPE = 'server'
-TIME = 'MEDIUM'
-MAX_RESULT_SIZE_KB = 512000
-DOC = 'Run module CtsLeanbackJankTestCases, CtsLeanbackJankTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using arm ABI in the ARC++ container.'
-
-def run_TS(machine):
-    host_list = [hosts.create_host(machine)]
-    job.run_test(
-        'cheets_CTS_R',
-        hosts=host_list,
-        iterations=1,
-        tag='11_r2.arm.CtsLeanbackJank',
-        test_name='cheets_CTS_R.11_r2.arm.CtsLeanbackJank',
-        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsLeanbackJankTestCases', '--include-filter', 'CtsLeanbackJankTestCases[secondary_user]', '--logcat-on-failure'],
-        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
-        target_module='CtsLeanbackJank',
-        target_plan=None,
-        bundle='arm',
-        uri='LATEST',
-        use_jdk9=True,
-        timeout=5400)
-
-parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsLegacyNotification2 b/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsLegacyNotification2
deleted file mode 100644
index 4d0a60b..0000000
--- a/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsLegacyNotification2
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 2020 The Chromium OS Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-# This file has been automatically generated. Do not edit!
-
-AUTHOR = 'ARC++ Team'
-NAME = 'cheets_CTS_R.11_r2.arm.CtsLegacyNotification2'
-ATTRIBUTES = 'suite:arc-cts-r'
-DEPENDENCIES = 'arc'
-JOB_RETRIES = 1
-TEST_TYPE = 'server'
-TIME = 'MEDIUM'
-MAX_RESULT_SIZE_KB = 512000
-DOC = 'Run module CtsLegacyNotification20TestCases, CtsLegacyNotification20TestCases[secondary_user], CtsLegacyNotification27TestCases, CtsLegacyNotification27TestCases[secondary_user], CtsLegacyNotification28TestCases, CtsLegacyNotification28TestCases[secondary_user], CtsLegacyNotification29TestCases, CtsLegacyNotification29TestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using arm ABI in the ARC++ container.'
-
-def run_TS(machine):
-    host_list = [hosts.create_host(machine)]
-    job.run_test(
-        'cheets_CTS_R',
-        hosts=host_list,
-        iterations=1,
-        tag='11_r2.arm.CtsLegacyNotification2',
-        test_name='cheets_CTS_R.11_r2.arm.CtsLegacyNotification2',
-        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsLegacyNotification20TestCases', '--include-filter', 'CtsLegacyNotification20TestCases[secondary_user]', '--include-filter', 'CtsLegacyNotification27TestCases', '--include-filter', 'CtsLegacyNotification27TestCases[secondary_user]', '--include-filter', 'CtsLegacyNotification28TestCases', '--include-filter', 'CtsLegacyNotification28TestCases[secondary_user]', '--include-filter', 'CtsLegacyNotification29TestCases', '--include-filter', 'CtsLegacyNotification29TestCases[secondary_user]', '--logcat-on-failure'],
-        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
-        target_module='CtsLegacyNotification2',
-        target_plan=None,
-        bundle='arm',
-        uri='LATEST',
-        use_jdk9=True,
-        timeout=16200)
-
-parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsLibcore b/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsLibcore
deleted file mode 100644
index 00d9930..0000000
--- a/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsLibcore
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 2020 The Chromium OS Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-# This file has been automatically generated. Do not edit!
-
-AUTHOR = 'ARC++ Team'
-NAME = 'cheets_CTS_R.11_r2.arm.CtsLibcore'
-ATTRIBUTES = 'suite:arc-cts-r'
-DEPENDENCIES = 'arc'
-JOB_RETRIES = 1
-TEST_TYPE = 'server'
-TIME = 'MEDIUM'
-MAX_RESULT_SIZE_KB = 512000
-DOC = 'Run module CtsLibcoreApiEvolutionTestCases, CtsLibcoreApiEvolutionTestCases[secondary_user], CtsLibcoreFileIOTestCases, CtsLibcoreFileIOTestCases[secondary_user], CtsLibcoreJsr166TestCases, CtsLibcoreJsr166TestCases[secondary_user], CtsLibcoreLegacy22TestCases, CtsLibcoreLegacy22TestCases[secondary_user], CtsLibcoreOjTestCases, CtsLibcoreOjTestCases[secondary_user], CtsLibcoreOkHttpTestCases, CtsLibcoreOkHttpTestCases[secondary_user], CtsLibcoreTestCases, CtsLibcoreTestCases[secondary_user], CtsLibcoreWycheproofBCTestCases, CtsLibcoreWycheproofBCTestCases[secondary_user], CtsLibcoreWycheproofConscryptTestCases, CtsLibcoreWycheproofConscryptTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using arm ABI in the ARC++ container.'
-
-def run_TS(machine):
-    host_list = [hosts.create_host(machine)]
-    job.run_test(
-        'cheets_CTS_R',
-        hosts=host_list,
-        iterations=1,
-        tag='11_r2.arm.CtsLibcore',
-        test_name='cheets_CTS_R.11_r2.arm.CtsLibcore',
-        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsLibcoreApiEvolutionTestCases', '--include-filter', 'CtsLibcoreApiEvolutionTestCases[secondary_user]', '--include-filter', 'CtsLibcoreFileIOTestCases', '--include-filter', 'CtsLibcoreFileIOTestCases[secondary_user]', '--include-filter', 'CtsLibcoreJsr166TestCases', '--include-filter', 'CtsLibcoreJsr166TestCases[secondary_user]', '--include-filter', 'CtsLibcoreLegacy22TestCases', '--include-filter', 'CtsLibcoreLegacy22TestCases[secondary_user]', '--include-filter', 'CtsLibcoreOjTestCases', '--include-filter', 'CtsLibcoreOjTestCases[secondary_user]', '--include-filter', 'CtsLibcoreOkHttpTestCases', '--include-filter', 'CtsLibcoreOkHttpTestCases[secondary_user]', '--include-filter', 'CtsLibcoreTestCases', '--include-filter', 'CtsLibcoreTestCases[secondary_user]', '--include-filter', 'CtsLibcoreWycheproofBCTestCases', '--include-filter', 'CtsLibcoreWycheproofBCTestCases[secondary_user]', '--include-filter', 'CtsLibcoreWycheproofConscryptTestCases', '--include-filter', 'CtsLibcoreWycheproofConscryptTestCases[secondary_user]'],
-        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
-        target_module='CtsLibcore',
-        target_plan=None,
-        bundle='arm',
-        uri='LATEST',
-        use_jdk9=True,
-        timeout=39600)
-
-parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsLiblog b/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsLiblog
deleted file mode 100644
index df3aaaf..0000000
--- a/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsLiblog
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 2020 The Chromium OS Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-# This file has been automatically generated. Do not edit!
-
-AUTHOR = 'ARC++ Team'
-NAME = 'cheets_CTS_R.11_r2.arm.CtsLiblog'
-ATTRIBUTES = 'suite:arc-cts-r'
-DEPENDENCIES = 'arc'
-JOB_RETRIES = 1
-TEST_TYPE = 'server'
-TIME = 'MEDIUM'
-MAX_RESULT_SIZE_KB = 512000
-DOC = 'Run module CtsLiblogTestCases, CtsLiblogTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using arm ABI in the ARC++ container.'
-
-def run_TS(machine):
-    host_list = [hosts.create_host(machine)]
-    job.run_test(
-        'cheets_CTS_R',
-        hosts=host_list,
-        iterations=1,
-        tag='11_r2.arm.CtsLiblog',
-        test_name='cheets_CTS_R.11_r2.arm.CtsLiblog',
-        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsLiblogTestCases', '--include-filter', 'CtsLiblogTestCases[secondary_user]', '--logcat-on-failure'],
-        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
-        target_module='CtsLiblog',
-        target_plan=None,
-        bundle='arm',
-        uri='LATEST',
-        use_jdk9=True,
-        timeout=5400)
-
-parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsLocation b/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsLocation
deleted file mode 100644
index dbb2455..0000000
--- a/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsLocation
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 2020 The Chromium OS Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-# This file has been automatically generated. Do not edit!
-
-AUTHOR = 'ARC++ Team'
-NAME = 'cheets_CTS_R.11_r2.arm.CtsLocation'
-ATTRIBUTES = 'suite:arc-cts-r'
-DEPENDENCIES = 'arc'
-JOB_RETRIES = 1
-TEST_TYPE = 'server'
-TIME = 'MEDIUM'
-MAX_RESULT_SIZE_KB = 512000
-DOC = 'Run module CtsLocationCoarseTestCases, CtsLocationCoarseTestCases[instant], CtsLocationCoarseTestCases[secondary_user], CtsLocationFineTestCases, CtsLocationFineTestCases[instant], CtsLocationFineTestCases[secondary_user], CtsLocationGnssTestCases, CtsLocationGnssTestCases[instant], CtsLocationGnssTestCases[secondary_user], CtsLocationNoneTestCases, CtsLocationNoneTestCases[instant], CtsLocationNoneTestCases[secondary_user], CtsLocationPrivilegedTestCases, CtsLocationPrivilegedTestCases[instant], CtsLocationPrivilegedTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using arm ABI in the ARC++ container.'
-
-def run_TS(machine):
-    host_list = [hosts.create_host(machine)]
-    job.run_test(
-        'cheets_CTS_R',
-        hosts=host_list,
-        iterations=1,
-        tag='11_r2.arm.CtsLocation',
-        test_name='cheets_CTS_R.11_r2.arm.CtsLocation',
-        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsLocationCoarseTestCases', '--include-filter', 'CtsLocationCoarseTestCases[instant]', '--include-filter', 'CtsLocationCoarseTestCases[secondary_user]', '--include-filter', 'CtsLocationFineTestCases', '--include-filter', 'CtsLocationFineTestCases[instant]', '--include-filter', 'CtsLocationFineTestCases[secondary_user]', '--include-filter', 'CtsLocationGnssTestCases', '--include-filter', 'CtsLocationGnssTestCases[instant]', '--include-filter', 'CtsLocationGnssTestCases[secondary_user]', '--include-filter', 'CtsLocationNoneTestCases', '--include-filter', 'CtsLocationNoneTestCases[instant]', '--include-filter', 'CtsLocationNoneTestCases[secondary_user]', '--include-filter', 'CtsLocationPrivilegedTestCases', '--include-filter', 'CtsLocationPrivilegedTestCases[instant]', '--include-filter', 'CtsLocationPrivilegedTestCases[secondary_user]', '--logcat-on-failure'],
-        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
-        target_module='CtsLocation',
-        target_plan=None,
-        bundle='arm',
-        uri='LATEST',
-        use_jdk9=True,
-        timeout=28800)
-
-parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsLogd b/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsLogd
deleted file mode 100644
index df851f1..0000000
--- a/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsLogd
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 2020 The Chromium OS Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-# This file has been automatically generated. Do not edit!
-
-AUTHOR = 'ARC++ Team'
-NAME = 'cheets_CTS_R.11_r2.arm.CtsLogd'
-ATTRIBUTES = 'suite:arc-cts-r'
-DEPENDENCIES = 'arc'
-JOB_RETRIES = 1
-TEST_TYPE = 'server'
-TIME = 'MEDIUM'
-MAX_RESULT_SIZE_KB = 512000
-DOC = 'Run module CtsLogdTestCases, CtsLogdTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using arm ABI in the ARC++ container.'
-
-def run_TS(machine):
-    host_list = [hosts.create_host(machine)]
-    job.run_test(
-        'cheets_CTS_R',
-        hosts=host_list,
-        iterations=1,
-        tag='11_r2.arm.CtsLogd',
-        test_name='cheets_CTS_R.11_r2.arm.CtsLogd',
-        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsLogdTestCases', '--include-filter', 'CtsLogdTestCases[secondary_user]', '--logcat-on-failure'],
-        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
-        target_module='CtsLogd',
-        target_plan=None,
-        bundle='arm',
-        uri='LATEST',
-        use_jdk9=True,
-        timeout=5400)
-
-parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsMatchFlag b/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsMatchFlag
deleted file mode 100644
index c317684..0000000
--- a/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsMatchFlag
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 2020 The Chromium OS Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-# This file has been automatically generated. Do not edit!
-
-AUTHOR = 'ARC++ Team'
-NAME = 'cheets_CTS_R.11_r2.arm.CtsMatchFlag'
-ATTRIBUTES = 'suite:arc-cts-r'
-DEPENDENCIES = 'arc'
-JOB_RETRIES = 1
-TEST_TYPE = 'server'
-TIME = 'MEDIUM'
-MAX_RESULT_SIZE_KB = 512000
-DOC = 'Run module CtsMatchFlagTestCases, CtsMatchFlagTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using arm ABI in the ARC++ container.'
-
-def run_TS(machine):
-    host_list = [hosts.create_host(machine)]
-    job.run_test(
-        'cheets_CTS_R',
-        hosts=host_list,
-        iterations=1,
-        tag='11_r2.arm.CtsMatchFlag',
-        test_name='cheets_CTS_R.11_r2.arm.CtsMatchFlag',
-        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsMatchFlagTestCases', '--include-filter', 'CtsMatchFlagTestCases[secondary_user]', '--logcat-on-failure'],
-        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
-        target_module='CtsMatchFlag',
-        target_plan=None,
-        bundle='arm',
-        uri='LATEST',
-        use_jdk9=True,
-        timeout=5400)
-
-parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsMediaBitstreamsTestCases b/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsMediaBitstreamsTestCases
deleted file mode 100644
index bcac5fc..0000000
--- a/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsMediaBitstreamsTestCases
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 2020 The Chromium OS Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-# This file has been automatically generated. Do not edit!
-
-AUTHOR = 'ARC++ Team'
-NAME = 'cheets_CTS_R.11_r2.arm.CtsMediaBitstreamsTestCases'
-ATTRIBUTES = 'suite:arc-cts-r'
-DEPENDENCIES = 'arc'
-JOB_RETRIES = 1
-TEST_TYPE = 'server'
-TIME = 'MEDIUM'
-MAX_RESULT_SIZE_KB = 512000
-DOC = 'Run module CtsMediaBitstreamsTestCases, CtsMediaBitstreamsTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using arm ABI in the ARC++ container.'
-
-def run_TS(machine):
-    host_list = [hosts.create_host(machine)]
-    job.run_test(
-        'cheets_CTS_R',
-        hosts=host_list,
-        iterations=1,
-        needs_push_media=True,
-        tag='11_r2.arm.CtsMediaBitstreamsTestCases',
-        test_name='cheets_CTS_R.11_r2.arm.CtsMediaBitstreamsTestCases',
-        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsMediaBitstreamsTestCases', '--include-filter', 'CtsMediaBitstreamsTestCases[secondary_user]', '--logcat-on-failure'],
-        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
-        target_module='CtsMediaBitstreamsTestCases',
-        target_plan=None,
-        bundle='arm',
-        uri='LATEST',
-        use_jdk9=True,
-        timeout=5400)
-
-parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsMediaHostTestCases b/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsMediaHostTestCases
deleted file mode 100644
index cfdd5ae..0000000
--- a/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsMediaHostTestCases
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 2020 The Chromium OS Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-# This file has been automatically generated. Do not edit!
-
-AUTHOR = 'ARC++ Team'
-NAME = 'cheets_CTS_R.11_r2.arm.CtsMediaHostTestCases'
-ATTRIBUTES = 'suite:arc-cts-r'
-DEPENDENCIES = 'arc'
-JOB_RETRIES = 1
-TEST_TYPE = 'server'
-TIME = 'MEDIUM'
-MAX_RESULT_SIZE_KB = 512000
-DOC = 'Run module CtsMediaHostTestCases, CtsMediaHostTestCases[instant] of the Android Compatibility Test Suite (CTS) using arm ABI in the ARC++ container.'
-
-def run_TS(machine):
-    host_list = [hosts.create_host(machine)]
-    job.run_test(
-        'cheets_CTS_R',
-        hosts=host_list,
-        iterations=1,
-        tag='11_r2.arm.CtsMediaHostTestCases',
-        test_name='cheets_CTS_R.11_r2.arm.CtsMediaHostTestCases',
-        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsMediaHostTestCases', '--include-filter', 'CtsMediaHostTestCases[instant]', '--logcat-on-failure'],
-        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
-        target_module='CtsMediaHostTestCases',
-        target_plan=None,
-        bundle='arm',
-        uri='LATEST',
-        use_jdk9=True,
-        timeout=5400)
-
-parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsMediaParserTestCases b/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsMediaParserTestCases
deleted file mode 100644
index b5b7913..0000000
--- a/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsMediaParserTestCases
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 2020 The Chromium OS Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-# This file has been automatically generated. Do not edit!
-
-AUTHOR = 'ARC++ Team'
-NAME = 'cheets_CTS_R.11_r2.arm.CtsMediaParserTestCases'
-ATTRIBUTES = 'suite:arc-cts-r'
-DEPENDENCIES = 'arc'
-JOB_RETRIES = 1
-TEST_TYPE = 'server'
-TIME = 'MEDIUM'
-MAX_RESULT_SIZE_KB = 512000
-DOC = 'Run module CtsMediaParserTestCases, CtsMediaParserTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using arm ABI in the ARC++ container.'
-
-def run_TS(machine):
-    host_list = [hosts.create_host(machine)]
-    job.run_test(
-        'cheets_CTS_R',
-        hosts=host_list,
-        iterations=1,
-        tag='11_r2.arm.CtsMediaParserTestCases',
-        test_name='cheets_CTS_R.11_r2.arm.CtsMediaParserTestCases',
-        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsMediaParserTestCases', '--include-filter', 'CtsMediaParserTestCases[secondary_user]', '--logcat-on-failure'],
-        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
-        target_module='CtsMediaParserTestCases',
-        target_plan=None,
-        bundle='arm',
-        uri='LATEST',
-        use_jdk9=True,
-        timeout=5400)
-
-parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsMediaStressTestCases b/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsMediaStressTestCases
deleted file mode 100644
index 7185b46..0000000
--- a/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsMediaStressTestCases
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 2020 The Chromium OS Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-# This file has been automatically generated. Do not edit!
-
-AUTHOR = 'ARC++ Team'
-NAME = 'cheets_CTS_R.11_r2.arm.CtsMediaStressTestCases'
-ATTRIBUTES = 'suite:arc-cts-r'
-DEPENDENCIES = 'arc'
-JOB_RETRIES = 1
-TEST_TYPE = 'server'
-TIME = 'LONG'
-MAX_RESULT_SIZE_KB = 512000
-DOC = 'Run module CtsMediaStressTestCases, CtsMediaStressTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using arm ABI in the ARC++ container.'
-
-def run_TS(machine):
-    host_list = [hosts.create_host(machine)]
-    job.run_test(
-        'cheets_CTS_R',
-        hosts=host_list,
-        iterations=1,
-        needs_push_media=True,
-        tag='11_r2.arm.CtsMediaStressTestCases',
-        test_name='cheets_CTS_R.11_r2.arm.CtsMediaStressTestCases',
-        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsMediaStressTestCases', '--include-filter', 'CtsMediaStressTestCases[secondary_user]', '--logcat-on-failure'],
-        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
-        target_module='CtsMediaStressTestCases',
-        target_plan=None,
-        bundle='arm',
-        uri='LATEST',
-        use_jdk9=True,
-        timeout=21600)
-
-parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsMediaTestCases b/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsMediaTestCases
deleted file mode 100644
index 4cc4eaa..0000000
--- a/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsMediaTestCases
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 2020 The Chromium OS Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-# This file has been automatically generated. Do not edit!
-
-AUTHOR = 'ARC++ Team'
-NAME = 'cheets_CTS_R.11_r2.arm.CtsMediaTestCases'
-ATTRIBUTES = 'suite:arc-cts-r'
-DEPENDENCIES = 'arc'
-JOB_RETRIES = 1
-TEST_TYPE = 'server'
-TIME = 'LONG'
-MAX_RESULT_SIZE_KB = 512000
-DOC = 'Run module CtsMediaTestCases, CtsMediaTestCases[instant] of the Android Compatibility Test Suite (CTS) using arm ABI in the ARC++ container.'
-
-def run_TS(machine):
-    host_list = [hosts.create_host(machine)]
-    job.run_test(
-        'cheets_CTS_R',
-        hosts=host_list,
-        iterations=1,
-        max_retry=1,
-        needs_push_media=True,
-        tag='11_r2.arm.CtsMediaTestCases',
-        test_name='cheets_CTS_R.11_r2.arm.CtsMediaTestCases',
-        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsMediaTestCases', '--include-filter', 'CtsMediaTestCases[instant]', '--logcat-on-failure'],
-        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
-        target_module='CtsMediaTestCases',
-        target_plan=None,
-        bundle='arm',
-        uri='LATEST',
-        use_jdk9=True,
-        timeout=39600)
-
-parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsMediaTestCases.audio b/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsMediaTestCases.audio
deleted file mode 100644
index a4cd80f..0000000
--- a/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsMediaTestCases.audio
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 2020 The Chromium OS Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-# This file has been automatically generated. Do not edit!
-
-AUTHOR = 'ARC++ Team'
-NAME = 'cheets_CTS_R.11_r2.arm.CtsMediaTestCases.audio'
-ATTRIBUTES = 'suite:arc-cts-r'
-DEPENDENCIES = 'arc'
-JOB_RETRIES = 1
-TEST_TYPE = 'server'
-TIME = 'MEDIUM'
-MAX_RESULT_SIZE_KB = 512000
-DOC = 'Run module CtsMediaTestCases.audio of the Android Compatibility Test Suite (CTS) using arm ABI in the ARC++ container.'
-
-def run_TS(machine):
-    host_list = [hosts.create_host(machine)]
-    job.run_test(
-        'cheets_CTS_R',
-        hosts=host_list,
-        iterations=1,
-        needs_push_media=True,
-        tag='11_r2.arm.CtsMediaTestCases.audio',
-        test_name='cheets_CTS_R.11_r2.arm.CtsMediaTestCases.audio',
-        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsMediaTestCases android.media.cts.AudioAttributesTest', '--include-filter', 'CtsMediaTestCases android.media.cts.AudioEffectTest', '--include-filter', 'CtsMediaTestCases android.media.cts.AudioAttributesTest', '--include-filter', 'CtsMediaTestCases android.media.cts.AudioEffectTest', '--include-filter', 'CtsMediaTestCases android.media.cts.AudioFocusTest', '--include-filter', 'CtsMediaTestCases android.media.cts.AudioFormatTest', '--include-filter', 'CtsMediaTestCases android.media.cts.AudioManagerTest', '--include-filter', 'CtsMediaTestCases android.media.cts.AudioMetadataTest', '--include-filter', 'CtsMediaTestCases android.media.cts.AudioNativeTest', '--include-filter', 'CtsMediaTestCases android.media.cts.AudioPlayRoutingNative', '--include-filter', 'CtsMediaTestCases android.media.cts.AudioPlaybackCaptureTest', '--include-filter', 'CtsMediaTestCases android.media.cts.AudioPlaybackConfigurationTest', '--include-filter', 'CtsMediaTestCases android.media.cts.AudioPreProcessingTest', '--include-filter', 'CtsMediaTestCases android.media.cts.AudioPresentationTest', '--include-filter', 'CtsMediaTestCases android.media.cts.AudioRecordAppOpTest', '--include-filter', 'CtsMediaTestCases android.media.cts.AudioRecordRoutingNative', '--include-filter', 'CtsMediaTestCases android.media.cts.AudioRecordTest', '--include-filter', 'CtsMediaTestCases android.media.cts.AudioRecord_BufferSizeTest', '--include-filter', 'CtsMediaTestCases android.media.cts.AudioRecordingConfigurationTest', '--include-filter', 'CtsMediaTestCases android.media.cts.AudioSystemTest', '--include-filter', 'CtsMediaTestCases android.media.cts.AudioSystemUsageTest', '--include-filter', 'CtsMediaTestCases android.media.cts.AudioTrackLatencyTest', '--include-filter', 'CtsMediaTestCases android.media.cts.AudioTrackOffloadTest', '--include-filter', 'CtsMediaTestCases android.media.cts.AudioTrackSurroundTest', '--include-filter', 'CtsMediaTestCases android.media.cts.AudioTrackTest', '--include-filter', 'CtsMediaTestCases android.media.cts.AudioTrack_ListenerTest', '--include-filter', 'CtsMediaTestCases android.media.cts.SoundPoolAacTest', '--include-filter', 'CtsMediaTestCases android.media.cts.SoundPoolHapticTest', '--include-filter', 'CtsMediaTestCases android.media.cts.SoundPoolMidiTest', '--include-filter', 'CtsMediaTestCases android.media.cts.SoundPoolOggTest', '--include-filter', 'CtsMediaTestCases android.media.cts.VolumeShaperTest', '--logcat-on-failure'],
-        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
-        target_module='CtsMediaTestCases',
-        target_plan=None,
-        bundle='arm',
-        uri='gs://chromeos-arc-images/cts/bundle/R/android-cts-6922707-linux_x86-arm.zip',
-        use_jdk9=True,
-        timeout=3600)
-
-parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsMediaV2TestCases b/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsMediaV2TestCases
deleted file mode 100644
index 878d3b4..0000000
--- a/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsMediaV2TestCases
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 2020 The Chromium OS Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-# This file has been automatically generated. Do not edit!
-
-AUTHOR = 'ARC++ Team'
-NAME = 'cheets_CTS_R.11_r2.arm.CtsMediaV2TestCases'
-ATTRIBUTES = 'suite:arc-cts-r'
-DEPENDENCIES = 'arc'
-JOB_RETRIES = 1
-TEST_TYPE = 'server'
-TIME = 'MEDIUM'
-MAX_RESULT_SIZE_KB = 512000
-DOC = 'Run module CtsMediaV2TestCases of the Android Compatibility Test Suite (CTS) using arm ABI in the ARC++ container.'
-
-def run_TS(machine):
-    host_list = [hosts.create_host(machine)]
-    job.run_test(
-        'cheets_CTS_R',
-        hosts=host_list,
-        iterations=1,
-        tag='11_r2.arm.CtsMediaV2TestCases',
-        test_name='cheets_CTS_R.11_r2.arm.CtsMediaV2TestCases',
-        run_template=['run', 'commandAndExit', 'cts', '--module', 'CtsMediaV2TestCases', '--logcat-on-failure'],
-        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
-        target_module='CtsMediaV2TestCases',
-        target_plan=None,
-        bundle='arm',
-        uri='LATEST',
-        use_jdk9=True,
-        timeout=3600)
-
-parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsMidiTestCases b/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsMidiTestCases
deleted file mode 100644
index 98d6ef0..0000000
--- a/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsMidiTestCases
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 2020 The Chromium OS Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-# This file has been automatically generated. Do not edit!
-
-AUTHOR = 'ARC++ Team'
-NAME = 'cheets_CTS_R.11_r2.arm.CtsMidiTestCases'
-ATTRIBUTES = 'suite:arc-cts-r, suite:bvt-perbuild'
-DEPENDENCIES = 'arc'
-JOB_RETRIES = 1
-TEST_TYPE = 'server'
-TIME = 'MEDIUM'
-MAX_RESULT_SIZE_KB = 512000
-DOC = 'Run module CtsMidiTestCases of the Android Compatibility Test Suite (CTS) using arm ABI in the ARC++ container.'
-
-def run_TS(machine):
-    host_list = [hosts.create_host(machine)]
-    job.run_test(
-        'cheets_CTS_R',
-        hosts=host_list,
-        iterations=1,
-        max_retry=3,
-        tag='11_r2.arm.CtsMidiTestCases',
-        test_name='cheets_CTS_R.11_r2.arm.CtsMidiTestCases',
-        run_template=['run', 'commandAndExit', 'cts', '--module', 'CtsMidiTestCases', '--logcat-on-failure'],
-        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
-        target_module='CtsMidiTestCases',
-        target_plan=None,
-        bundle='arm',
-        uri='LATEST',
-        use_jdk9=True,
-        timeout=3600)
-
-parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsMimeMap b/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsMimeMap
deleted file mode 100644
index 0e0f4b2..0000000
--- a/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsMimeMap
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 2020 The Chromium OS Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-# This file has been automatically generated. Do not edit!
-
-AUTHOR = 'ARC++ Team'
-NAME = 'cheets_CTS_R.11_r2.arm.CtsMimeMap'
-ATTRIBUTES = 'suite:arc-cts-r'
-DEPENDENCIES = 'arc'
-JOB_RETRIES = 1
-TEST_TYPE = 'server'
-TIME = 'MEDIUM'
-MAX_RESULT_SIZE_KB = 512000
-DOC = 'Run module CtsMimeMapTestCases, CtsMimeMapTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using arm ABI in the ARC++ container.'
-
-def run_TS(machine):
-    host_list = [hosts.create_host(machine)]
-    job.run_test(
-        'cheets_CTS_R',
-        hosts=host_list,
-        iterations=1,
-        tag='11_r2.arm.CtsMimeMap',
-        test_name='cheets_CTS_R.11_r2.arm.CtsMimeMap',
-        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsMimeMapTestCases', '--include-filter', 'CtsMimeMapTestCases[secondary_user]', '--logcat-on-failure'],
-        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
-        target_module='CtsMimeMap',
-        target_plan=None,
-        bundle='arm',
-        uri='LATEST',
-        use_jdk9=True,
-        timeout=5400)
-
-parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsMocking b/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsMocking
deleted file mode 100644
index b7dc042..0000000
--- a/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsMocking
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 2020 The Chromium OS Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-# This file has been automatically generated. Do not edit!
-
-AUTHOR = 'ARC++ Team'
-NAME = 'cheets_CTS_R.11_r2.arm.CtsMocking'
-ATTRIBUTES = 'suite:arc-cts-r'
-DEPENDENCIES = 'arc'
-JOB_RETRIES = 1
-TEST_TYPE = 'server'
-TIME = 'MEDIUM'
-MAX_RESULT_SIZE_KB = 512000
-DOC = 'Run module CtsMockingDebuggableTestCases, CtsMockingDebuggableTestCases[instant], CtsMockingDebuggableTestCases[secondary_user], CtsMockingTestCases, CtsMockingTestCases[instant], CtsMockingTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using arm ABI in the ARC++ container.'
-
-def run_TS(machine):
-    host_list = [hosts.create_host(machine)]
-    job.run_test(
-        'cheets_CTS_R',
-        hosts=host_list,
-        iterations=1,
-        tag='11_r2.arm.CtsMocking',
-        test_name='cheets_CTS_R.11_r2.arm.CtsMocking',
-        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsMockingDebuggableTestCases', '--include-filter', 'CtsMockingDebuggableTestCases[instant]', '--include-filter', 'CtsMockingDebuggableTestCases[secondary_user]', '--include-filter', 'CtsMockingTestCases', '--include-filter', 'CtsMockingTestCases[instant]', '--include-filter', 'CtsMockingTestCases[secondary_user]', '--logcat-on-failure'],
-        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
-        target_module='CtsMocking',
-        target_plan=None,
-        bundle='arm',
-        uri='LATEST',
-        use_jdk9=True,
-        timeout=12600)
-
-parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsMonkey b/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsMonkey
deleted file mode 100644
index 87f0a2c..0000000
--- a/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsMonkey
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 2020 The Chromium OS Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-# This file has been automatically generated. Do not edit!
-
-AUTHOR = 'ARC++ Team'
-NAME = 'cheets_CTS_R.11_r2.arm.CtsMonkey'
-ATTRIBUTES = 'suite:arc-cts-r'
-DEPENDENCIES = 'arc'
-JOB_RETRIES = 1
-TEST_TYPE = 'server'
-TIME = 'MEDIUM'
-MAX_RESULT_SIZE_KB = 512000
-DOC = 'Run module CtsMonkeyTestCases, CtsMonkeyTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using arm ABI in the ARC++ container.'
-
-def run_TS(machine):
-    host_list = [hosts.create_host(machine)]
-    job.run_test(
-        'cheets_CTS_R',
-        hosts=host_list,
-        iterations=1,
-        tag='11_r2.arm.CtsMonkey',
-        test_name='cheets_CTS_R.11_r2.arm.CtsMonkey',
-        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsMonkeyTestCases', '--include-filter', 'CtsMonkeyTestCases[secondary_user]', '--logcat-on-failure'],
-        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
-        target_module='CtsMonkey',
-        target_plan=None,
-        bundle='arm',
-        uri='LATEST',
-        use_jdk9=True,
-        timeout=5400)
-
-parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsMultiUser b/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsMultiUser
deleted file mode 100644
index db8b7b9..0000000
--- a/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsMultiUser
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 2020 The Chromium OS Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-# This file has been automatically generated. Do not edit!
-
-AUTHOR = 'ARC++ Team'
-NAME = 'cheets_CTS_R.11_r2.arm.CtsMultiUser'
-ATTRIBUTES = 'suite:arc-cts-r'
-DEPENDENCIES = 'arc'
-JOB_RETRIES = 1
-TEST_TYPE = 'server'
-TIME = 'MEDIUM'
-MAX_RESULT_SIZE_KB = 512000
-DOC = 'Run module CtsMultiUserHostTestCases, CtsMultiUserHostTestCases[instant], CtsMultiUserHostTestCases[secondary_user], CtsMultiUserTestCases, CtsMultiUserTestCases[instant], CtsMultiUserTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using arm ABI in the ARC++ container.'
-
-def run_TS(machine):
-    host_list = [hosts.create_host(machine)]
-    job.run_test(
-        'cheets_CTS_R',
-        hosts=host_list,
-        iterations=1,
-        tag='11_r2.arm.CtsMultiUser',
-        test_name='cheets_CTS_R.11_r2.arm.CtsMultiUser',
-        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsMultiUserHostTestCases', '--include-filter', 'CtsMultiUserHostTestCases[instant]', '--include-filter', 'CtsMultiUserHostTestCases[secondary_user]', '--include-filter', 'CtsMultiUserTestCases', '--include-filter', 'CtsMultiUserTestCases[instant]', '--include-filter', 'CtsMultiUserTestCases[secondary_user]', '--logcat-on-failure'],
-        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
-        target_module='CtsMultiUser',
-        target_plan=None,
-        bundle='arm',
-        uri='LATEST',
-        use_jdk9=True,
-        timeout=12600)
-
-parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsNNAPI b/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsNNAPI
deleted file mode 100644
index fc5c3dd..0000000
--- a/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsNNAPI
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 2020 The Chromium OS Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-# This file has been automatically generated. Do not edit!
-
-AUTHOR = 'ARC++ Team'
-NAME = 'cheets_CTS_R.11_r2.arm.CtsNNAPI'
-ATTRIBUTES = 'suite:arc-cts-r'
-DEPENDENCIES = 'arc'
-JOB_RETRIES = 1
-TEST_TYPE = 'server'
-TIME = 'MEDIUM'
-MAX_RESULT_SIZE_KB = 512000
-DOC = 'Run module CtsNNAPITestCases, CtsNNAPITestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using arm ABI in the ARC++ container.'
-
-def run_TS(machine):
-    host_list = [hosts.create_host(machine)]
-    job.run_test(
-        'cheets_CTS_R',
-        hosts=host_list,
-        iterations=1,
-        tag='11_r2.arm.CtsNNAPI',
-        test_name='cheets_CTS_R.11_r2.arm.CtsNNAPI',
-        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsNNAPITestCases', '--include-filter', 'CtsNNAPITestCases[secondary_user]', '--logcat-on-failure'],
-        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
-        target_module='CtsNNAPI',
-        target_plan=None,
-        bundle='arm',
-        uri='LATEST',
-        use_jdk9=True,
-        timeout=5400)
-
-parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsNNAPIBenchmark b/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsNNAPIBenchmark
deleted file mode 100644
index 1ec1488..0000000
--- a/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsNNAPIBenchmark
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 2020 The Chromium OS Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-# This file has been automatically generated. Do not edit!
-
-AUTHOR = 'ARC++ Team'
-NAME = 'cheets_CTS_R.11_r2.arm.CtsNNAPIBenchmark'
-ATTRIBUTES = 'suite:arc-cts-r'
-DEPENDENCIES = 'arc'
-JOB_RETRIES = 1
-TEST_TYPE = 'server'
-TIME = 'MEDIUM'
-MAX_RESULT_SIZE_KB = 512000
-DOC = 'Run module CtsNNAPIBenchmarkTestCases, CtsNNAPIBenchmarkTestCases[instant], CtsNNAPIBenchmarkTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using arm ABI in the ARC++ container.'
-
-def run_TS(machine):
-    host_list = [hosts.create_host(machine)]
-    job.run_test(
-        'cheets_CTS_R',
-        hosts=host_list,
-        iterations=1,
-        tag='11_r2.arm.CtsNNAPIBenchmark',
-        test_name='cheets_CTS_R.11_r2.arm.CtsNNAPIBenchmark',
-        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsNNAPIBenchmarkTestCases', '--include-filter', 'CtsNNAPIBenchmarkTestCases[instant]', '--include-filter', 'CtsNNAPIBenchmarkTestCases[secondary_user]', '--logcat-on-failure'],
-        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
-        target_module='CtsNNAPIBenchmark',
-        target_plan=None,
-        bundle='arm',
-        uri='LATEST',
-        use_jdk9=True,
-        timeout=12600)
-
-parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsNative b/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsNative
deleted file mode 100644
index 71f76e4..0000000
--- a/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsNative
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 2020 The Chromium OS Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-# This file has been automatically generated. Do not edit!
-
-AUTHOR = 'ARC++ Team'
-NAME = 'cheets_CTS_R.11_r2.arm.CtsNative'
-ATTRIBUTES = 'suite:arc-cts-r'
-DEPENDENCIES = 'arc'
-JOB_RETRIES = 1
-TEST_TYPE = 'server'
-TIME = 'MEDIUM'
-MAX_RESULT_SIZE_KB = 512000
-DOC = 'Run module CtsNativeEncryptionTestCases, CtsNativeEncryptionTestCases[instant], CtsNativeEncryptionTestCases[secondary_user], CtsNativeHardwareTestCases, CtsNativeHardwareTestCases[secondary_user], CtsNativeMediaAAudioTestCases, CtsNativeMediaAAudioTestCases[instant], CtsNativeMediaAAudioTestCases[secondary_user], CtsNativeMediaMetricsTestCases, CtsNativeMediaMetricsTestCases[instant], CtsNativeMediaMetricsTestCases[secondary_user], CtsNativeMediaSlTestCases, CtsNativeMediaSlTestCases[instant], CtsNativeMediaSlTestCases[secondary_user], CtsNativeMediaXaTestCases, CtsNativeMediaXaTestCases[instant], CtsNativeMediaXaTestCases[secondary_user], CtsNativeMidiTestCases, CtsNativeMidiTestCases[secondary_user], CtsNativeNetDnsTestCases, CtsNativeNetDnsTestCases[instant], CtsNativeNetDnsTestCases[secondary_user], CtsNativeNetTestCases, CtsNativeNetTestCases[instant], CtsNativeNetTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using arm ABI in the ARC++ container.'
-
-def run_TS(machine):
-    host_list = [hosts.create_host(machine)]
-    job.run_test(
-        'cheets_CTS_R',
-        hosts=host_list,
-        iterations=1,
-        tag='11_r2.arm.CtsNative',
-        test_name='cheets_CTS_R.11_r2.arm.CtsNative',
-        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsNativeEncryptionTestCases', '--include-filter', 'CtsNativeEncryptionTestCases[instant]', '--include-filter', 'CtsNativeEncryptionTestCases[secondary_user]', '--include-filter', 'CtsNativeHardwareTestCases', '--include-filter', 'CtsNativeHardwareTestCases[secondary_user]', '--include-filter', 'CtsNativeMediaAAudioTestCases', '--include-filter', 'CtsNativeMediaAAudioTestCases[instant]', '--include-filter', 'CtsNativeMediaAAudioTestCases[secondary_user]', '--include-filter', 'CtsNativeMediaMetricsTestCases', '--include-filter', 'CtsNativeMediaMetricsTestCases[instant]', '--include-filter', 'CtsNativeMediaMetricsTestCases[secondary_user]', '--include-filter', 'CtsNativeMediaSlTestCases', '--include-filter', 'CtsNativeMediaSlTestCases[instant]', '--include-filter', 'CtsNativeMediaSlTestCases[secondary_user]', '--include-filter', 'CtsNativeMediaXaTestCases', '--include-filter', 'CtsNativeMediaXaTestCases[instant]', '--include-filter', 'CtsNativeMediaXaTestCases[secondary_user]', '--include-filter', 'CtsNativeMidiTestCases', '--include-filter', 'CtsNativeMidiTestCases[secondary_user]', '--include-filter', 'CtsNativeNetDnsTestCases', '--include-filter', 'CtsNativeNetDnsTestCases[instant]', '--include-filter', 'CtsNativeNetDnsTestCases[secondary_user]', '--include-filter', 'CtsNativeNetTestCases', '--include-filter', 'CtsNativeNetTestCases[instant]', '--include-filter', 'CtsNativeNetTestCases[secondary_user]', '--logcat-on-failure'],
-        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
-        target_module='CtsNative',
-        target_plan=None,
-        bundle='arm',
-        uri='LATEST',
-        use_jdk9=True,
-        timeout=46800)
-
-parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsNdef b/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsNdef
deleted file mode 100644
index 2082624..0000000
--- a/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsNdef
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 2020 The Chromium OS Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-# This file has been automatically generated. Do not edit!
-
-AUTHOR = 'ARC++ Team'
-NAME = 'cheets_CTS_R.11_r2.arm.CtsNdef'
-ATTRIBUTES = 'suite:arc-cts-r'
-DEPENDENCIES = 'arc'
-JOB_RETRIES = 1
-TEST_TYPE = 'server'
-TIME = 'MEDIUM'
-MAX_RESULT_SIZE_KB = 512000
-DOC = 'Run module CtsNdefTestCases, CtsNdefTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using arm ABI in the ARC++ container.'
-
-def run_TS(machine):
-    host_list = [hosts.create_host(machine)]
-    job.run_test(
-        'cheets_CTS_R',
-        hosts=host_list,
-        iterations=1,
-        tag='11_r2.arm.CtsNdef',
-        test_name='cheets_CTS_R.11_r2.arm.CtsNdef',
-        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsNdefTestCases', '--include-filter', 'CtsNdefTestCases[secondary_user]', '--logcat-on-failure'],
-        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
-        target_module='CtsNdef',
-        target_plan=None,
-        bundle='arm',
-        uri='LATEST',
-        use_jdk9=True,
-        timeout=5400)
-
-parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsNdkBinder b/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsNdkBinder
deleted file mode 100644
index 95523b6..0000000
--- a/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsNdkBinder
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 2020 The Chromium OS Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-# This file has been automatically generated. Do not edit!
-
-AUTHOR = 'ARC++ Team'
-NAME = 'cheets_CTS_R.11_r2.arm.CtsNdkBinder'
-ATTRIBUTES = 'suite:arc-cts-r'
-DEPENDENCIES = 'arc'
-JOB_RETRIES = 1
-TEST_TYPE = 'server'
-TIME = 'MEDIUM'
-MAX_RESULT_SIZE_KB = 512000
-DOC = 'Run module CtsNdkBinderTestCases, CtsNdkBinderTestCases[instant], CtsNdkBinderTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using arm ABI in the ARC++ container.'
-
-def run_TS(machine):
-    host_list = [hosts.create_host(machine)]
-    job.run_test(
-        'cheets_CTS_R',
-        hosts=host_list,
-        iterations=1,
-        tag='11_r2.arm.CtsNdkBinder',
-        test_name='cheets_CTS_R.11_r2.arm.CtsNdkBinder',
-        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsNdkBinderTestCases', '--include-filter', 'CtsNdkBinderTestCases[instant]', '--include-filter', 'CtsNdkBinderTestCases[secondary_user]', '--logcat-on-failure'],
-        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
-        target_module='CtsNdkBinder',
-        target_plan=None,
-        bundle='arm',
-        uri='LATEST',
-        use_jdk9=True,
-        timeout=7200)
-
-parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsNet b/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsNet
deleted file mode 100644
index acc9197..0000000
--- a/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsNet
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 2020 The Chromium OS Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-# This file has been automatically generated. Do not edit!
-
-AUTHOR = 'ARC++ Team'
-NAME = 'cheets_CTS_R.11_r2.arm.CtsNet'
-ATTRIBUTES = 'suite:arc-cts-r'
-DEPENDENCIES = 'arc'
-JOB_RETRIES = 1
-TEST_TYPE = 'server'
-TIME = 'MEDIUM'
-MAX_RESULT_SIZE_KB = 512000
-DOC = 'Run module CtsNetApi23TestCases, CtsNetApi23TestCases[secondary_user], CtsNetSecConfigAttributeTestCases, CtsNetSecConfigAttributeTestCases[instant], CtsNetSecConfigAttributeTestCases[secondary_user], CtsNetSecConfigBasicDebugDisabledTestCases, CtsNetSecConfigBasicDebugDisabledTestCases[instant], CtsNetSecConfigBasicDebugDisabledTestCases[secondary_user], CtsNetSecConfigBasicDebugEnabledTestCases, CtsNetSecConfigBasicDebugEnabledTestCases[instant], CtsNetSecConfigBasicDebugEnabledTestCases[secondary_user], CtsNetSecConfigBasicDomainConfigTestCases, CtsNetSecConfigBasicDomainConfigTestCases[instant], CtsNetSecConfigBasicDomainConfigTestCases[secondary_user], CtsNetSecConfigCleartextTrafficTestCases, CtsNetSecConfigCleartextTrafficTestCases[instant], CtsNetSecConfigCleartextTrafficTestCases[secondary_user], CtsNetSecConfigDownloadManagerTestCases, CtsNetSecConfigDownloadManagerTestCases[secondary_user], CtsNetSecConfigInvalidPinTestCases, CtsNetSecConfigInvalidPinTestCases[instant], CtsNetSecConfigInvalidPinTestCases[secondary_user], CtsNetSecConfigNestedDomainConfigTestCases, CtsNetSecConfigNestedDomainConfigTestCases[instant], CtsNetSecConfigNestedDomainConfigTestCases[secondary_user], CtsNetSecConfigPrePCleartextTrafficTestCases, CtsNetSecConfigPrePCleartextTrafficTestCases[secondary_user], CtsNetSecConfigResourcesSrcTestCases, CtsNetSecConfigResourcesSrcTestCases[instant], CtsNetSecConfigResourcesSrcTestCases[secondary_user], CtsNetSecPolicyUsesCleartextTrafficFalseTestCases, CtsNetSecPolicyUsesCleartextTrafficFalseTestCases[secondary_user], CtsNetSecPolicyUsesCleartextTrafficTrueTestCases, CtsNetSecPolicyUsesCleartextTrafficTrueTestCases[secondary_user], CtsNetSecPolicyUsesCleartextTrafficUnspecifiedTestCases, CtsNetSecPolicyUsesCleartextTrafficUnspecifiedTestCases[secondary_user], CtsNetTestCases, CtsNetTestCasesInternetPermission, CtsNetTestCasesInternetPermission[instant], CtsNetTestCasesInternetPermission[secondary_user], CtsNetTestCasesLegacyApi22, CtsNetTestCasesLegacyApi22[secondary_user], CtsNetTestCasesLegacyPermission22, CtsNetTestCasesLegacyPermission22[secondary_user], CtsNetTestCasesUpdateStatsPermission, CtsNetTestCasesUpdateStatsPermission[instant], CtsNetTestCasesUpdateStatsPermission[secondary_user], CtsNetTestCases[instant], CtsNetTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using arm ABI in the ARC++ container.'
-
-def run_TS(machine):
-    host_list = [hosts.create_host(machine)]
-    job.run_test(
-        'cheets_CTS_R',
-        hosts=host_list,
-        iterations=1,
-        tag='11_r2.arm.CtsNet',
-        test_name='cheets_CTS_R.11_r2.arm.CtsNet',
-        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsNetApi23TestCases', '--include-filter', 'CtsNetApi23TestCases[secondary_user]', '--include-filter', 'CtsNetSecConfigAttributeTestCases', '--include-filter', 'CtsNetSecConfigAttributeTestCases[instant]', '--include-filter', 'CtsNetSecConfigAttributeTestCases[secondary_user]', '--include-filter', 'CtsNetSecConfigBasicDebugDisabledTestCases', '--include-filter', 'CtsNetSecConfigBasicDebugDisabledTestCases[instant]', '--include-filter', 'CtsNetSecConfigBasicDebugDisabledTestCases[secondary_user]', '--include-filter', 'CtsNetSecConfigBasicDebugEnabledTestCases', '--include-filter', 'CtsNetSecConfigBasicDebugEnabledTestCases[instant]', '--include-filter', 'CtsNetSecConfigBasicDebugEnabledTestCases[secondary_user]', '--include-filter', 'CtsNetSecConfigBasicDomainConfigTestCases', '--include-filter', 'CtsNetSecConfigBasicDomainConfigTestCases[instant]', '--include-filter', 'CtsNetSecConfigBasicDomainConfigTestCases[secondary_user]', '--include-filter', 'CtsNetSecConfigCleartextTrafficTestCases', '--include-filter', 'CtsNetSecConfigCleartextTrafficTestCases[instant]', '--include-filter', 'CtsNetSecConfigCleartextTrafficTestCases[secondary_user]', '--include-filter', 'CtsNetSecConfigDownloadManagerTestCases', '--include-filter', 'CtsNetSecConfigDownloadManagerTestCases[secondary_user]', '--include-filter', 'CtsNetSecConfigInvalidPinTestCases', '--include-filter', 'CtsNetSecConfigInvalidPinTestCases[instant]', '--include-filter', 'CtsNetSecConfigInvalidPinTestCases[secondary_user]', '--include-filter', 'CtsNetSecConfigNestedDomainConfigTestCases', '--include-filter', 'CtsNetSecConfigNestedDomainConfigTestCases[instant]', '--include-filter', 'CtsNetSecConfigNestedDomainConfigTestCases[secondary_user]', '--include-filter', 'CtsNetSecConfigPrePCleartextTrafficTestCases', '--include-filter', 'CtsNetSecConfigPrePCleartextTrafficTestCases[secondary_user]', '--include-filter', 'CtsNetSecConfigResourcesSrcTestCases', '--include-filter', 'CtsNetSecConfigResourcesSrcTestCases[instant]', '--include-filter', 'CtsNetSecConfigResourcesSrcTestCases[secondary_user]', '--include-filter', 'CtsNetSecPolicyUsesCleartextTrafficFalseTestCases', '--include-filter', 'CtsNetSecPolicyUsesCleartextTrafficFalseTestCases[secondary_user]', '--include-filter', 'CtsNetSecPolicyUsesCleartextTrafficTrueTestCases', '--include-filter', 'CtsNetSecPolicyUsesCleartextTrafficTrueTestCases[secondary_user]', '--include-filter', 'CtsNetSecPolicyUsesCleartextTrafficUnspecifiedTestCases', '--include-filter', 'CtsNetSecPolicyUsesCleartextTrafficUnspecifiedTestCases[secondary_user]', '--include-filter', 'CtsNetTestCases', '--include-filter', 'CtsNetTestCasesInternetPermission', '--include-filter', 'CtsNetTestCasesInternetPermission[instant]', '--include-filter', 'CtsNetTestCasesInternetPermission[secondary_user]', '--include-filter', 'CtsNetTestCasesLegacyApi22', '--include-filter', 'CtsNetTestCasesLegacyApi22[secondary_user]', '--include-filter', 'CtsNetTestCasesLegacyPermission22', '--include-filter', 'CtsNetTestCasesLegacyPermission22[secondary_user]', '--include-filter', 'CtsNetTestCasesUpdateStatsPermission', '--include-filter', 'CtsNetTestCasesUpdateStatsPermission[instant]', '--include-filter', 'CtsNetTestCasesUpdateStatsPermission[secondary_user]', '--include-filter', 'CtsNetTestCases[instant]', '--include-filter', 'CtsNetTestCases[secondary_user]', '--logcat-on-failure'],
-        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
-        target_module='CtsNet',
-        target_plan=None,
-        bundle='arm',
-        uri='LATEST',
-        use_jdk9=True,
-        timeout=90000)
-
-parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsNfc b/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsNfc
deleted file mode 100644
index 6f92b5d..0000000
--- a/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsNfc
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 2020 The Chromium OS Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-# This file has been automatically generated. Do not edit!
-
-AUTHOR = 'ARC++ Team'
-NAME = 'cheets_CTS_R.11_r2.arm.CtsNfc'
-ATTRIBUTES = 'suite:arc-cts-r'
-DEPENDENCIES = 'arc'
-JOB_RETRIES = 1
-TEST_TYPE = 'server'
-TIME = 'MEDIUM'
-MAX_RESULT_SIZE_KB = 512000
-DOC = 'Run module CtsNfcTestCases, CtsNfcTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using arm ABI in the ARC++ container.'
-
-def run_TS(machine):
-    host_list = [hosts.create_host(machine)]
-    job.run_test(
-        'cheets_CTS_R',
-        hosts=host_list,
-        iterations=1,
-        tag='11_r2.arm.CtsNfc',
-        test_name='cheets_CTS_R.11_r2.arm.CtsNfc',
-        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsNfcTestCases', '--include-filter', 'CtsNfcTestCases[secondary_user]', '--logcat-on-failure'],
-        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
-        target_module='CtsNfc',
-        target_plan=None,
-        bundle='arm',
-        uri='LATEST',
-        use_jdk9=True,
-        timeout=5400)
-
-parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsNoPermission b/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsNoPermission
deleted file mode 100644
index 7a4a53c..0000000
--- a/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsNoPermission
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 2020 The Chromium OS Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-# This file has been automatically generated. Do not edit!
-
-AUTHOR = 'ARC++ Team'
-NAME = 'cheets_CTS_R.11_r2.arm.CtsNoPermission'
-ATTRIBUTES = 'suite:arc-cts-r'
-DEPENDENCIES = 'arc'
-JOB_RETRIES = 1
-TEST_TYPE = 'server'
-TIME = 'MEDIUM'
-MAX_RESULT_SIZE_KB = 512000
-DOC = 'Run module CtsNoPermissionTestCases, CtsNoPermissionTestCases25, CtsNoPermissionTestCases25[secondary_user], CtsNoPermissionTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using arm ABI in the ARC++ container.'
-
-def run_TS(machine):
-    host_list = [hosts.create_host(machine)]
-    job.run_test(
-        'cheets_CTS_R',
-        hosts=host_list,
-        iterations=1,
-        tag='11_r2.arm.CtsNoPermission',
-        test_name='cheets_CTS_R.11_r2.arm.CtsNoPermission',
-        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsNoPermissionTestCases', '--include-filter', 'CtsNoPermissionTestCases25', '--include-filter', 'CtsNoPermissionTestCases25[secondary_user]', '--include-filter', 'CtsNoPermissionTestCases[secondary_user]', '--logcat-on-failure'],
-        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
-        target_module='CtsNoPermission',
-        target_plan=None,
-        bundle='arm',
-        uri='LATEST',
-        use_jdk9=True,
-        timeout=9000)
-
-parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsOmapi b/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsOmapi
deleted file mode 100644
index a386ad7..0000000
--- a/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsOmapi
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 2020 The Chromium OS Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-# This file has been automatically generated. Do not edit!
-
-AUTHOR = 'ARC++ Team'
-NAME = 'cheets_CTS_R.11_r2.arm.CtsOmapi'
-ATTRIBUTES = 'suite:arc-cts-r'
-DEPENDENCIES = 'arc'
-JOB_RETRIES = 1
-TEST_TYPE = 'server'
-TIME = 'MEDIUM'
-MAX_RESULT_SIZE_KB = 512000
-DOC = 'Run module CtsOmapiTestCases, CtsOmapiTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using arm ABI in the ARC++ container.'
-
-def run_TS(machine):
-    host_list = [hosts.create_host(machine)]
-    job.run_test(
-        'cheets_CTS_R',
-        hosts=host_list,
-        iterations=1,
-        tag='11_r2.arm.CtsOmapi',
-        test_name='cheets_CTS_R.11_r2.arm.CtsOmapi',
-        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsOmapiTestCases', '--include-filter', 'CtsOmapiTestCases[secondary_user]', '--logcat-on-failure'],
-        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
-        target_module='CtsOmapi',
-        target_plan=None,
-        bundle='arm',
-        uri='LATEST',
-        use_jdk9=True,
-        timeout=5400)
-
-parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsOpenG b/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsOpenG
deleted file mode 100644
index 03e380d..0000000
--- a/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsOpenG
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 2020 The Chromium OS Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-# This file has been automatically generated. Do not edit!
-
-AUTHOR = 'ARC++ Team'
-NAME = 'cheets_CTS_R.11_r2.arm.CtsOpenG'
-ATTRIBUTES = 'suite:arc-cts-r'
-DEPENDENCIES = 'arc'
-JOB_RETRIES = 1
-TEST_TYPE = 'server'
-TIME = 'MEDIUM'
-MAX_RESULT_SIZE_KB = 512000
-DOC = 'Run module CtsOpenGLTestCases, CtsOpenGLTestCases[secondary_user], CtsOpenGlPerf2TestCases, CtsOpenGlPerf2TestCases[secondary_user], CtsOpenGlPerfTestCases of the Android Compatibility Test Suite (CTS) using arm ABI in the ARC++ container.'
-
-def run_TS(machine):
-    host_list = [hosts.create_host(machine)]
-    job.run_test(
-        'cheets_CTS_R',
-        hosts=host_list,
-        iterations=1,
-        tag='11_r2.arm.CtsOpenG',
-        test_name='cheets_CTS_R.11_r2.arm.CtsOpenG',
-        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsOpenGLTestCases', '--include-filter', 'CtsOpenGLTestCases[secondary_user]', '--include-filter', 'CtsOpenGlPerf2TestCases', '--include-filter', 'CtsOpenGlPerf2TestCases[secondary_user]', '--include-filter', 'CtsOpenGlPerfTestCases', '--logcat-on-failure'],
-        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
-        target_module='CtsOpenG',
-        target_plan=None,
-        bundle='arm',
-        uri='LATEST',
-        use_jdk9=True,
-        timeout=10800)
-
-parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsOs b/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsOs
deleted file mode 100644
index 3b1c792..0000000
--- a/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsOs
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 2020 The Chromium OS Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-# This file has been automatically generated. Do not edit!
-
-AUTHOR = 'ARC++ Team'
-NAME = 'cheets_CTS_R.11_r2.arm.CtsOs'
-ATTRIBUTES = 'suite:arc-cts-r'
-DEPENDENCIES = 'arc'
-JOB_RETRIES = 1
-TEST_TYPE = 'server'
-TIME = 'MEDIUM'
-MAX_RESULT_SIZE_KB = 512000
-DOC = 'Run module CtsOsHostTestCases, CtsOsHostTestCases[instant], CtsOsHostTestCases[secondary_user], CtsOsTestCases, CtsOsTestCases[instant] of the Android Compatibility Test Suite (CTS) using arm ABI in the ARC++ container.'
-
-def run_TS(machine):
-    host_list = [hosts.create_host(machine)]
-    job.run_test(
-        'cheets_CTS_R',
-        hosts=host_list,
-        iterations=1,
-        tag='11_r2.arm.CtsOs',
-        test_name='cheets_CTS_R.11_r2.arm.CtsOs',
-        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsOsHostTestCases', '--include-filter', 'CtsOsHostTestCases[instant]', '--include-filter', 'CtsOsHostTestCases[secondary_user]', '--include-filter', 'CtsOsTestCases', '--include-filter', 'CtsOsTestCases[instant]', '--logcat-on-failure'],
-        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
-        target_module='CtsOs',
-        target_plan=None,
-        bundle='arm',
-        uri='LATEST',
-        use_jdk9=True,
-        timeout=10800)
-
-parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsPackage b/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsPackage
deleted file mode 100644
index 2dbaaac..0000000
--- a/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsPackage
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 2020 The Chromium OS Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-# This file has been automatically generated. Do not edit!
-
-AUTHOR = 'ARC++ Team'
-NAME = 'cheets_CTS_R.11_r2.arm.CtsPackage'
-ATTRIBUTES = 'suite:arc-cts-r'
-DEPENDENCIES = 'arc'
-JOB_RETRIES = 1
-TEST_TYPE = 'server'
-TIME = 'MEDIUM'
-MAX_RESULT_SIZE_KB = 512000
-DOC = 'Run module CtsPackageInstallAppOpDefaultTestCases, CtsPackageInstallAppOpDefaultTestCases[instant], CtsPackageInstallAppOpDefaultTestCases[secondary_user], CtsPackageInstallAppOpDeniedTestCases, CtsPackageInstallAppOpDeniedTestCases[instant], CtsPackageInstallAppOpDeniedTestCases[secondary_user], CtsPackageInstallTestCases, CtsPackageInstallTestCases[instant], CtsPackageInstallTestCases[secondary_user], CtsPackageInstallerTapjackingTestCases, CtsPackageInstallerTapjackingTestCases[secondary_user], CtsPackageUninstallTestCases, CtsPackageUninstallTestCases[secondary_user], CtsPackageWatchdogTestCases, CtsPackageWatchdogTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using arm ABI in the ARC++ container.'
-
-def run_TS(machine):
-    host_list = [hosts.create_host(machine)]
-    job.run_test(
-        'cheets_CTS_R',
-        hosts=host_list,
-        iterations=1,
-        tag='11_r2.arm.CtsPackage',
-        test_name='cheets_CTS_R.11_r2.arm.CtsPackage',
-        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsPackageInstallAppOpDefaultTestCases', '--include-filter', 'CtsPackageInstallAppOpDefaultTestCases[instant]', '--include-filter', 'CtsPackageInstallAppOpDefaultTestCases[secondary_user]', '--include-filter', 'CtsPackageInstallAppOpDeniedTestCases', '--include-filter', 'CtsPackageInstallAppOpDeniedTestCases[instant]', '--include-filter', 'CtsPackageInstallAppOpDeniedTestCases[secondary_user]', '--include-filter', 'CtsPackageInstallTestCases', '--include-filter', 'CtsPackageInstallTestCases[instant]', '--include-filter', 'CtsPackageInstallTestCases[secondary_user]', '--include-filter', 'CtsPackageInstallerTapjackingTestCases', '--include-filter', 'CtsPackageInstallerTapjackingTestCases[secondary_user]', '--include-filter', 'CtsPackageUninstallTestCases', '--include-filter', 'CtsPackageUninstallTestCases[secondary_user]', '--include-filter', 'CtsPackageWatchdogTestCases', '--include-filter', 'CtsPackageWatchdogTestCases[secondary_user]', '--logcat-on-failure'],
-        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
-        target_module='CtsPackage',
-        target_plan=None,
-        bundle='arm',
-        uri='LATEST',
-        use_jdk9=True,
-        timeout=28800)
-
-parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsPdf b/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsPdf
deleted file mode 100644
index b088370..0000000
--- a/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsPdf
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 2020 The Chromium OS Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-# This file has been automatically generated. Do not edit!
-
-AUTHOR = 'ARC++ Team'
-NAME = 'cheets_CTS_R.11_r2.arm.CtsPdf'
-ATTRIBUTES = 'suite:arc-cts-r'
-DEPENDENCIES = 'arc'
-JOB_RETRIES = 1
-TEST_TYPE = 'server'
-TIME = 'MEDIUM'
-MAX_RESULT_SIZE_KB = 512000
-DOC = 'Run module CtsPdfTestCases, CtsPdfTestCases[instant], CtsPdfTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using arm ABI in the ARC++ container.'
-
-def run_TS(machine):
-    host_list = [hosts.create_host(machine)]
-    job.run_test(
-        'cheets_CTS_R',
-        hosts=host_list,
-        iterations=1,
-        tag='11_r2.arm.CtsPdf',
-        test_name='cheets_CTS_R.11_r2.arm.CtsPdf',
-        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsPdfTestCases', '--include-filter', 'CtsPdfTestCases[instant]', '--include-filter', 'CtsPdfTestCases[secondary_user]', '--logcat-on-failure'],
-        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
-        target_module='CtsPdf',
-        target_plan=None,
-        bundle='arm',
-        uri='LATEST',
-        use_jdk9=True,
-        timeout=7200)
-
-parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsPerfetto b/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsPerfetto
deleted file mode 100644
index c8eddd7..0000000
--- a/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsPerfetto
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 2020 The Chromium OS Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-# This file has been automatically generated. Do not edit!
-
-AUTHOR = 'ARC++ Team'
-NAME = 'cheets_CTS_R.11_r2.arm.CtsPerfetto'
-ATTRIBUTES = 'suite:arc-cts-r'
-DEPENDENCIES = 'arc'
-JOB_RETRIES = 1
-TEST_TYPE = 'server'
-TIME = 'MEDIUM'
-MAX_RESULT_SIZE_KB = 512000
-DOC = 'Run module CtsPerfettoTestCases, CtsPerfettoTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using arm ABI in the ARC++ container.'
-
-def run_TS(machine):
-    host_list = [hosts.create_host(machine)]
-    job.run_test(
-        'cheets_CTS_R',
-        hosts=host_list,
-        iterations=1,
-        tag='11_r2.arm.CtsPerfetto',
-        test_name='cheets_CTS_R.11_r2.arm.CtsPerfetto',
-        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsPerfettoTestCases', '--include-filter', 'CtsPerfettoTestCases[secondary_user]', '--logcat-on-failure'],
-        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
-        target_module='CtsPerfetto',
-        target_plan=None,
-        bundle='arm',
-        uri='LATEST',
-        use_jdk9=True,
-        timeout=5400)
-
-parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsPermission b/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsPermission
deleted file mode 100644
index 7ee7df7..0000000
--- a/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsPermission
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 2020 The Chromium OS Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-# This file has been automatically generated. Do not edit!
-
-AUTHOR = 'ARC++ Team'
-NAME = 'cheets_CTS_R.11_r2.arm.CtsPermission'
-ATTRIBUTES = 'suite:arc-cts-r'
-DEPENDENCIES = 'arc'
-JOB_RETRIES = 1
-TEST_TYPE = 'server'
-TIME = 'MEDIUM'
-MAX_RESULT_SIZE_KB = 512000
-DOC = 'Run module CtsPermission2TestCases, CtsPermission2TestCases[instant], CtsPermission3TestCases, CtsPermission3TestCases[secondary_user], CtsPermissionTestCases, CtsPermissionTestCasesSdk28, CtsPermissionTestCasesSdk28[instant], CtsPermissionTestCasesSdk28[secondary_user], CtsPermissionTestCasesTelephony, CtsPermissionTestCasesTelephony[instant], CtsPermissionTestCasesTelephony[secondary_user], CtsPermissionTestCases[instant] of the Android Compatibility Test Suite (CTS) using arm ABI in the ARC++ container.'
-
-def run_TS(machine):
-    host_list = [hosts.create_host(machine)]
-    job.run_test(
-        'cheets_CTS_R',
-        hosts=host_list,
-        iterations=1,
-        tag='11_r2.arm.CtsPermission',
-        test_name='cheets_CTS_R.11_r2.arm.CtsPermission',
-        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsPermission2TestCases', '--include-filter', 'CtsPermission2TestCases[instant]', '--include-filter', 'CtsPermission3TestCases', '--include-filter', 'CtsPermission3TestCases[secondary_user]', '--include-filter', 'CtsPermissionTestCases', '--include-filter', 'CtsPermissionTestCasesSdk28', '--include-filter', 'CtsPermissionTestCasesSdk28[instant]', '--include-filter', 'CtsPermissionTestCasesSdk28[secondary_user]', '--include-filter', 'CtsPermissionTestCasesTelephony', '--include-filter', 'CtsPermissionTestCasesTelephony[instant]', '--include-filter', 'CtsPermissionTestCasesTelephony[secondary_user]', '--include-filter', 'CtsPermissionTestCases[instant]', '--logcat-on-failure'],
-        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
-        target_module='CtsPermission',
-        target_plan=None,
-        bundle='arm',
-        uri='LATEST',
-        use_jdk9=True,
-        timeout=23400)
-
-parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsPreference b/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsPreference
deleted file mode 100644
index 0a1c2b0..0000000
--- a/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsPreference
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 2020 The Chromium OS Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-# This file has been automatically generated. Do not edit!
-
-AUTHOR = 'ARC++ Team'
-NAME = 'cheets_CTS_R.11_r2.arm.CtsPreference'
-ATTRIBUTES = 'suite:arc-cts-r'
-DEPENDENCIES = 'arc'
-JOB_RETRIES = 1
-TEST_TYPE = 'server'
-TIME = 'MEDIUM'
-MAX_RESULT_SIZE_KB = 512000
-DOC = 'Run module CtsPreferenceTestCases, CtsPreferenceTestCases[instant], CtsPreferenceTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using arm ABI in the ARC++ container.'
-
-def run_TS(machine):
-    host_list = [hosts.create_host(machine)]
-    job.run_test(
-        'cheets_CTS_R',
-        hosts=host_list,
-        iterations=1,
-        tag='11_r2.arm.CtsPreference',
-        test_name='cheets_CTS_R.11_r2.arm.CtsPreference',
-        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsPreferenceTestCases', '--include-filter', 'CtsPreferenceTestCases[instant]', '--include-filter', 'CtsPreferenceTestCases[secondary_user]', '--logcat-on-failure'],
-        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
-        target_module='CtsPreference',
-        target_plan=None,
-        bundle='arm',
-        uri='LATEST',
-        use_jdk9=True,
-        timeout=7200)
-
-parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsPrint b/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsPrint
deleted file mode 100644
index 48f3ad3..0000000
--- a/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsPrint
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 2020 The Chromium OS Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-# This file has been automatically generated. Do not edit!
-
-AUTHOR = 'ARC++ Team'
-NAME = 'cheets_CTS_R.11_r2.arm.CtsPrint'
-ATTRIBUTES = 'suite:arc-cts-r'
-DEPENDENCIES = 'arc'
-JOB_RETRIES = 1
-TEST_TYPE = 'server'
-TIME = 'MEDIUM'
-MAX_RESULT_SIZE_KB = 512000
-DOC = 'Run module CtsPrintTestCases, CtsPrintTestCases[instant], CtsPrintTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using arm ABI in the ARC++ container.'
-
-def run_TS(machine):
-    host_list = [hosts.create_host(machine)]
-    job.run_test(
-        'cheets_CTS_R',
-        hosts=host_list,
-        iterations=1,
-        tag='11_r2.arm.CtsPrint',
-        test_name='cheets_CTS_R.11_r2.arm.CtsPrint',
-        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsPrintTestCases', '--include-filter', 'CtsPrintTestCases[instant]', '--include-filter', 'CtsPrintTestCases[secondary_user]', '--logcat-on-failure'],
-        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
-        target_module='CtsPrint',
-        target_plan=None,
-        bundle='arm',
-        uri='LATEST',
-        use_jdk9=True,
-        timeout=10800)
-
-parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsProto b/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsProto
deleted file mode 100644
index 04cb032..0000000
--- a/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsProto
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 2020 The Chromium OS Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-# This file has been automatically generated. Do not edit!
-
-AUTHOR = 'ARC++ Team'
-NAME = 'cheets_CTS_R.11_r2.arm.CtsProto'
-ATTRIBUTES = 'suite:arc-cts-r'
-DEPENDENCIES = 'arc'
-JOB_RETRIES = 1
-TEST_TYPE = 'server'
-TIME = 'MEDIUM'
-MAX_RESULT_SIZE_KB = 512000
-DOC = 'Run module CtsProtoTestCases, CtsProtoTestCases[instant], CtsProtoTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using arm ABI in the ARC++ container.'
-
-def run_TS(machine):
-    host_list = [hosts.create_host(machine)]
-    job.run_test(
-        'cheets_CTS_R',
-        hosts=host_list,
-        iterations=1,
-        tag='11_r2.arm.CtsProto',
-        test_name='cheets_CTS_R.11_r2.arm.CtsProto',
-        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsProtoTestCases', '--include-filter', 'CtsProtoTestCases[instant]', '--include-filter', 'CtsProtoTestCases[secondary_user]', '--logcat-on-failure'],
-        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
-        target_module='CtsProto',
-        target_plan=None,
-        bundle='arm',
-        uri='LATEST',
-        use_jdk9=True,
-        timeout=7200)
-
-parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsProvider b/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsProvider
deleted file mode 100644
index 7a31270..0000000
--- a/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsProvider
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 2020 The Chromium OS Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-# This file has been automatically generated. Do not edit!
-
-AUTHOR = 'ARC++ Team'
-NAME = 'cheets_CTS_R.11_r2.arm.CtsProvider'
-ATTRIBUTES = 'suite:arc-cts-r'
-DEPENDENCIES = 'arc'
-JOB_RETRIES = 1
-TEST_TYPE = 'server'
-TIME = 'MEDIUM'
-MAX_RESULT_SIZE_KB = 512000
-DOC = 'Run module CtsProviderTestCases, CtsProviderTestCases[secondary_user], CtsProviderUiTestCases of the Android Compatibility Test Suite (CTS) using arm ABI in the ARC++ container.'
-
-def run_TS(machine):
-    host_list = [hosts.create_host(machine)]
-    job.run_test(
-        'cheets_CTS_R',
-        hosts=host_list,
-        iterations=1,
-        tag='11_r2.arm.CtsProvider',
-        test_name='cheets_CTS_R.11_r2.arm.CtsProvider',
-        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsProviderTestCases', '--include-filter', 'CtsProviderTestCases[secondary_user]', '--include-filter', 'CtsProviderUiTestCases', '--logcat-on-failure'],
-        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
-        target_module='CtsProvider',
-        target_plan=None,
-        bundle='arm',
-        uri='LATEST',
-        use_jdk9=True,
-        timeout=7200)
-
-parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsQuickAccessWallet b/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsQuickAccessWallet
deleted file mode 100644
index 354fd89..0000000
--- a/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsQuickAccessWallet
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 2020 The Chromium OS Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-# This file has been automatically generated. Do not edit!
-
-AUTHOR = 'ARC++ Team'
-NAME = 'cheets_CTS_R.11_r2.arm.CtsQuickAccessWallet'
-ATTRIBUTES = 'suite:arc-cts-r'
-DEPENDENCIES = 'arc'
-JOB_RETRIES = 1
-TEST_TYPE = 'server'
-TIME = 'MEDIUM'
-MAX_RESULT_SIZE_KB = 512000
-DOC = 'Run module CtsQuickAccessWalletTestCases, CtsQuickAccessWalletTestCases[instant], CtsQuickAccessWalletTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using arm ABI in the ARC++ container.'
-
-def run_TS(machine):
-    host_list = [hosts.create_host(machine)]
-    job.run_test(
-        'cheets_CTS_R',
-        hosts=host_list,
-        iterations=1,
-        tag='11_r2.arm.CtsQuickAccessWallet',
-        test_name='cheets_CTS_R.11_r2.arm.CtsQuickAccessWallet',
-        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsQuickAccessWalletTestCases', '--include-filter', 'CtsQuickAccessWalletTestCases[instant]', '--include-filter', 'CtsQuickAccessWalletTestCases[secondary_user]', '--logcat-on-failure'],
-        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
-        target_module='CtsQuickAccessWallet',
-        target_plan=None,
-        bundle='arm',
-        uri='LATEST',
-        use_jdk9=True,
-        timeout=7200)
-
-parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsRenderscript b/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsRenderscript
deleted file mode 100644
index bc5751f..0000000
--- a/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsRenderscript
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 2020 The Chromium OS Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-# This file has been automatically generated. Do not edit!
-
-AUTHOR = 'ARC++ Team'
-NAME = 'cheets_CTS_R.11_r2.arm.CtsRenderscript'
-ATTRIBUTES = 'suite:arc-cts-r'
-DEPENDENCIES = 'arc'
-JOB_RETRIES = 1
-TEST_TYPE = 'server'
-TIME = 'MEDIUM'
-MAX_RESULT_SIZE_KB = 512000
-DOC = 'Run module CtsRenderscriptLegacyTestCases, CtsRenderscriptLegacyTestCases[secondary_user], CtsRenderscriptTestCases, CtsRenderscriptTestCases[instant], CtsRenderscriptTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using arm ABI in the ARC++ container.'
-
-def run_TS(machine):
-    host_list = [hosts.create_host(machine)]
-    job.run_test(
-        'cheets_CTS_R',
-        hosts=host_list,
-        iterations=1,
-        tag='11_r2.arm.CtsRenderscript',
-        test_name='cheets_CTS_R.11_r2.arm.CtsRenderscript',
-        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsRenderscriptLegacyTestCases', '--include-filter', 'CtsRenderscriptLegacyTestCases[secondary_user]', '--include-filter', 'CtsRenderscriptTestCases', '--include-filter', 'CtsRenderscriptTestCases[instant]', '--include-filter', 'CtsRenderscriptTestCases[secondary_user]', '--logcat-on-failure'],
-        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
-        target_module='CtsRenderscript',
-        target_plan=None,
-        bundle='arm',
-        uri='LATEST',
-        use_jdk9=True,
-        timeout=10800)
-
-parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsResolverService b/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsResolverService
deleted file mode 100644
index 16cef69..0000000
--- a/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsResolverService
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 2020 The Chromium OS Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-# This file has been automatically generated. Do not edit!
-
-AUTHOR = 'ARC++ Team'
-NAME = 'cheets_CTS_R.11_r2.arm.CtsResolverService'
-ATTRIBUTES = 'suite:arc-cts-r'
-DEPENDENCIES = 'arc'
-JOB_RETRIES = 1
-TEST_TYPE = 'server'
-TIME = 'MEDIUM'
-MAX_RESULT_SIZE_KB = 512000
-DOC = 'Run module CtsResolverServiceTestCases, CtsResolverServiceTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using arm ABI in the ARC++ container.'
-
-def run_TS(machine):
-    host_list = [hosts.create_host(machine)]
-    job.run_test(
-        'cheets_CTS_R',
-        hosts=host_list,
-        iterations=1,
-        tag='11_r2.arm.CtsResolverService',
-        test_name='cheets_CTS_R.11_r2.arm.CtsResolverService',
-        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsResolverServiceTestCases', '--include-filter', 'CtsResolverServiceTestCases[secondary_user]', '--logcat-on-failure'],
-        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
-        target_module='CtsResolverService',
-        target_plan=None,
-        bundle='arm',
-        uri='LATEST',
-        use_jdk9=True,
-        timeout=5400)
-
-parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsResourcesLoader b/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsResourcesLoader
deleted file mode 100644
index 1111226..0000000
--- a/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsResourcesLoader
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 2020 The Chromium OS Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-# This file has been automatically generated. Do not edit!
-
-AUTHOR = 'ARC++ Team'
-NAME = 'cheets_CTS_R.11_r2.arm.CtsResourcesLoader'
-ATTRIBUTES = 'suite:arc-cts-r'
-DEPENDENCIES = 'arc'
-JOB_RETRIES = 1
-TEST_TYPE = 'server'
-TIME = 'MEDIUM'
-MAX_RESULT_SIZE_KB = 512000
-DOC = 'Run module CtsResourcesLoaderTests, CtsResourcesLoaderTests[secondary_user] of the Android Compatibility Test Suite (CTS) using arm ABI in the ARC++ container.'
-
-def run_TS(machine):
-    host_list = [hosts.create_host(machine)]
-    job.run_test(
-        'cheets_CTS_R',
-        hosts=host_list,
-        iterations=1,
-        tag='11_r2.arm.CtsResourcesLoader',
-        test_name='cheets_CTS_R.11_r2.arm.CtsResourcesLoader',
-        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsResourcesLoaderTests', '--include-filter', 'CtsResourcesLoaderTests[secondary_user]', '--logcat-on-failure'],
-        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
-        target_module='CtsResourcesLoader',
-        target_plan=None,
-        bundle='arm',
-        uri='LATEST',
-        use_jdk9=True,
-        timeout=5400)
-
-parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsRole b/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsRole
deleted file mode 100644
index 8c632b5..0000000
--- a/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsRole
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 2020 The Chromium OS Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-# This file has been automatically generated. Do not edit!
-
-AUTHOR = 'ARC++ Team'
-NAME = 'cheets_CTS_R.11_r2.arm.CtsRole'
-ATTRIBUTES = 'suite:arc-cts-r'
-DEPENDENCIES = 'arc'
-JOB_RETRIES = 1
-TEST_TYPE = 'server'
-TIME = 'MEDIUM'
-MAX_RESULT_SIZE_KB = 512000
-DOC = 'Run module CtsRoleTestCases, CtsRoleTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using arm ABI in the ARC++ container.'
-
-def run_TS(machine):
-    host_list = [hosts.create_host(machine)]
-    job.run_test(
-        'cheets_CTS_R',
-        hosts=host_list,
-        iterations=1,
-        tag='11_r2.arm.CtsRole',
-        test_name='cheets_CTS_R.11_r2.arm.CtsRole',
-        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsRoleTestCases', '--include-filter', 'CtsRoleTestCases[secondary_user]', '--logcat-on-failure'],
-        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
-        target_module='CtsRole',
-        target_plan=None,
-        bundle='arm',
-        uri='LATEST',
-        use_jdk9=True,
-        timeout=5400)
-
-parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsRollbackManagerHostTestCases b/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsRollbackManagerHostTestCases
deleted file mode 100644
index e35261a..0000000
--- a/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsRollbackManagerHostTestCases
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 2020 The Chromium OS Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-# This file has been automatically generated. Do not edit!
-
-AUTHOR = 'ARC++ Team'
-NAME = 'cheets_CTS_R.11_r2.arm.CtsRollbackManagerHostTestCases'
-ATTRIBUTES = 'suite:arc-cts-r'
-DEPENDENCIES = 'arc'
-JOB_RETRIES = 1
-TEST_TYPE = 'server'
-TIME = 'MEDIUM'
-MAX_RESULT_SIZE_KB = 512000
-DOC = 'Run module CtsRollbackManagerHostTestCases of the Android Compatibility Test Suite (CTS) using arm ABI in the ARC++ container.'
-
-def run_TS(machine):
-    host_list = [hosts.create_host(machine)]
-    job.run_test(
-        'cheets_CTS_R',
-        hosts=host_list,
-        iterations=1,
-        tag='11_r2.arm.CtsRollbackManagerHostTestCases',
-        test_name='cheets_CTS_R.11_r2.arm.CtsRollbackManagerHostTestCases',
-        run_template=['run', 'commandAndExit', 'cts', '--module', 'CtsRollbackManagerHostTestCases', '--logcat-on-failure'],
-        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
-        target_module='CtsRollbackManagerHostTestCases',
-        target_plan=None,
-        bundle='arm',
-        uri='LATEST',
-        use_jdk9=True,
-        timeout=3600)
-
-parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsRs b/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsRs
deleted file mode 100644
index 8c5494c..0000000
--- a/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsRs
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 2020 The Chromium OS Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-# This file has been automatically generated. Do not edit!
-
-AUTHOR = 'ARC++ Team'
-NAME = 'cheets_CTS_R.11_r2.arm.CtsRs'
-ATTRIBUTES = 'suite:arc-cts-r'
-DEPENDENCIES = 'arc'
-JOB_RETRIES = 1
-TEST_TYPE = 'server'
-TIME = 'MEDIUM'
-MAX_RESULT_SIZE_KB = 512000
-DOC = 'Run module CtsRsBlasTestCases, CtsRsBlasTestCases[secondary_user], CtsRsCppTestCases, CtsRsCppTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using arm ABI in the ARC++ container.'
-
-def run_TS(machine):
-    host_list = [hosts.create_host(machine)]
-    job.run_test(
-        'cheets_CTS_R',
-        hosts=host_list,
-        iterations=1,
-        tag='11_r2.arm.CtsRs',
-        test_name='cheets_CTS_R.11_r2.arm.CtsRs',
-        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsRsBlasTestCases', '--include-filter', 'CtsRsBlasTestCases[secondary_user]', '--include-filter', 'CtsRsCppTestCases', '--include-filter', 'CtsRsCppTestCases[secondary_user]', '--logcat-on-failure'],
-        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
-        target_module='CtsRs',
-        target_plan=None,
-        bundle='arm',
-        uri='LATEST',
-        use_jdk9=True,
-        timeout=9000)
-
-parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsSample b/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsSample
deleted file mode 100644
index d65ba0b..0000000
--- a/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsSample
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 2020 The Chromium OS Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-# This file has been automatically generated. Do not edit!
-
-AUTHOR = 'ARC++ Team'
-NAME = 'cheets_CTS_R.11_r2.arm.CtsSample'
-ATTRIBUTES = 'suite:arc-cts-r'
-DEPENDENCIES = 'arc'
-JOB_RETRIES = 1
-TEST_TYPE = 'server'
-TIME = 'MEDIUM'
-MAX_RESULT_SIZE_KB = 512000
-DOC = 'Run module CtsSampleDeviceTestCases, CtsSampleDeviceTestCases[instant], CtsSampleDeviceTestCases[secondary_user], CtsSampleHostTestCases, CtsSampleHostTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using arm ABI in the ARC++ container.'
-
-def run_TS(machine):
-    host_list = [hosts.create_host(machine)]
-    job.run_test(
-        'cheets_CTS_R',
-        hosts=host_list,
-        iterations=1,
-        tag='11_r2.arm.CtsSample',
-        test_name='cheets_CTS_R.11_r2.arm.CtsSample',
-        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsSampleDeviceTestCases', '--include-filter', 'CtsSampleDeviceTestCases[instant]', '--include-filter', 'CtsSampleDeviceTestCases[secondary_user]', '--include-filter', 'CtsSampleHostTestCases', '--include-filter', 'CtsSampleHostTestCases[secondary_user]', '--logcat-on-failure'],
-        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
-        target_module='CtsSample',
-        target_plan=None,
-        bundle='arm',
-        uri='LATEST',
-        use_jdk9=True,
-        timeout=10800)
-
-parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsSax b/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsSax
deleted file mode 100644
index 2a1a50b..0000000
--- a/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsSax
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 2020 The Chromium OS Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-# This file has been automatically generated. Do not edit!
-
-AUTHOR = 'ARC++ Team'
-NAME = 'cheets_CTS_R.11_r2.arm.CtsSax'
-ATTRIBUTES = 'suite:arc-cts-r'
-DEPENDENCIES = 'arc'
-JOB_RETRIES = 1
-TEST_TYPE = 'server'
-TIME = 'MEDIUM'
-MAX_RESULT_SIZE_KB = 512000
-DOC = 'Run module CtsSaxTestCases, CtsSaxTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using arm ABI in the ARC++ container.'
-
-def run_TS(machine):
-    host_list = [hosts.create_host(machine)]
-    job.run_test(
-        'cheets_CTS_R',
-        hosts=host_list,
-        iterations=1,
-        tag='11_r2.arm.CtsSax',
-        test_name='cheets_CTS_R.11_r2.arm.CtsSax',
-        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsSaxTestCases', '--include-filter', 'CtsSaxTestCases[secondary_user]', '--logcat-on-failure'],
-        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
-        target_module='CtsSax',
-        target_plan=None,
-        bundle='arm',
-        uri='LATEST',
-        use_jdk9=True,
-        timeout=5400)
-
-parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsScopedStorageHostTest b/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsScopedStorageHostTest
deleted file mode 100644
index 2b77a54..0000000
--- a/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsScopedStorageHostTest
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 2020 The Chromium OS Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-# This file has been automatically generated. Do not edit!
-
-AUTHOR = 'ARC++ Team'
-NAME = 'cheets_CTS_R.11_r2.arm.CtsScopedStorageHostTest'
-ATTRIBUTES = 'suite:arc-cts-r'
-DEPENDENCIES = 'arc'
-JOB_RETRIES = 1
-TEST_TYPE = 'server'
-TIME = 'MEDIUM'
-MAX_RESULT_SIZE_KB = 512000
-DOC = 'Run module CtsScopedStorageHostTest, CtsScopedStorageHostTest[instant] of the Android Compatibility Test Suite (CTS) using arm ABI in the ARC++ container.'
-
-def run_TS(machine):
-    host_list = [hosts.create_host(machine)]
-    job.run_test(
-        'cheets_CTS_R',
-        hosts=host_list,
-        iterations=1,
-        tag='11_r2.arm.CtsScopedStorageHostTest',
-        test_name='cheets_CTS_R.11_r2.arm.CtsScopedStorageHostTest',
-        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsScopedStorageHostTest', '--include-filter', 'CtsScopedStorageHostTest[instant]', '--logcat-on-failure'],
-        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
-        target_module='CtsScopedStorageHostTest',
-        target_plan=None,
-        bundle='arm',
-        uri='LATEST',
-        use_jdk9=True,
-        timeout=5400)
-
-parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsSdkExtensions b/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsSdkExtensions
deleted file mode 100644
index dadafff..0000000
--- a/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsSdkExtensions
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 2020 The Chromium OS Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-# This file has been automatically generated. Do not edit!
-
-AUTHOR = 'ARC++ Team'
-NAME = 'cheets_CTS_R.11_r2.arm.CtsSdkExtensions'
-ATTRIBUTES = 'suite:arc-cts-r'
-DEPENDENCIES = 'arc'
-JOB_RETRIES = 1
-TEST_TYPE = 'server'
-TIME = 'MEDIUM'
-MAX_RESULT_SIZE_KB = 512000
-DOC = 'Run module CtsSdkExtensionsTestCases, CtsSdkExtensionsTestCases[instant], CtsSdkExtensionsTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using arm ABI in the ARC++ container.'
-
-def run_TS(machine):
-    host_list = [hosts.create_host(machine)]
-    job.run_test(
-        'cheets_CTS_R',
-        hosts=host_list,
-        iterations=1,
-        tag='11_r2.arm.CtsSdkExtensions',
-        test_name='cheets_CTS_R.11_r2.arm.CtsSdkExtensions',
-        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsSdkExtensionsTestCases', '--include-filter', 'CtsSdkExtensionsTestCases[instant]', '--include-filter', 'CtsSdkExtensionsTestCases[secondary_user]', '--logcat-on-failure'],
-        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
-        target_module='CtsSdkExtensions',
-        target_plan=None,
-        bundle='arm',
-        uri='LATEST',
-        use_jdk9=True,
-        timeout=7200)
-
-parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsSeccompHost b/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsSeccompHost
deleted file mode 100644
index e9b2eaf..0000000
--- a/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsSeccompHost
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 2020 The Chromium OS Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-# This file has been automatically generated. Do not edit!
-
-AUTHOR = 'ARC++ Team'
-NAME = 'cheets_CTS_R.11_r2.arm.CtsSeccompHost'
-ATTRIBUTES = 'suite:arc-cts-r'
-DEPENDENCIES = 'arc'
-JOB_RETRIES = 1
-TEST_TYPE = 'server'
-TIME = 'MEDIUM'
-MAX_RESULT_SIZE_KB = 512000
-DOC = 'Run module CtsSeccompHostTestCases, CtsSeccompHostTestCases[instant], CtsSeccompHostTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using arm ABI in the ARC++ container.'
-
-def run_TS(machine):
-    host_list = [hosts.create_host(machine)]
-    job.run_test(
-        'cheets_CTS_R',
-        hosts=host_list,
-        iterations=1,
-        tag='11_r2.arm.CtsSeccompHost',
-        test_name='cheets_CTS_R.11_r2.arm.CtsSeccompHost',
-        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsSeccompHostTestCases', '--include-filter', 'CtsSeccompHostTestCases[instant]', '--include-filter', 'CtsSeccompHostTestCases[secondary_user]', '--logcat-on-failure'],
-        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
-        target_module='CtsSeccompHost',
-        target_plan=None,
-        bundle='arm',
-        uri='LATEST',
-        use_jdk9=True,
-        timeout=7200)
-
-parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsSecure b/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsSecure
deleted file mode 100644
index 0f124e7..0000000
--- a/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsSecure
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 2020 The Chromium OS Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-# This file has been automatically generated. Do not edit!
-
-AUTHOR = 'ARC++ Team'
-NAME = 'cheets_CTS_R.11_r2.arm.CtsSecure'
-ATTRIBUTES = 'suite:arc-cts-r'
-DEPENDENCIES = 'arc'
-JOB_RETRIES = 1
-TEST_TYPE = 'server'
-TIME = 'MEDIUM'
-MAX_RESULT_SIZE_KB = 512000
-DOC = 'Run module CtsSecureElementAccessControlTestCases1, CtsSecureElementAccessControlTestCases1[secondary_user], CtsSecureElementAccessControlTestCases2, CtsSecureElementAccessControlTestCases2[secondary_user], CtsSecureElementAccessControlTestCases3, CtsSecureElementAccessControlTestCases3[secondary_user], CtsSecureFrpInstallTestCases, CtsSecureFrpInstallTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using arm ABI in the ARC++ container.'
-
-def run_TS(machine):
-    host_list = [hosts.create_host(machine)]
-    job.run_test(
-        'cheets_CTS_R',
-        hosts=host_list,
-        iterations=1,
-        tag='11_r2.arm.CtsSecure',
-        test_name='cheets_CTS_R.11_r2.arm.CtsSecure',
-        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsSecureElementAccessControlTestCases1', '--include-filter', 'CtsSecureElementAccessControlTestCases1[secondary_user]', '--include-filter', 'CtsSecureElementAccessControlTestCases2', '--include-filter', 'CtsSecureElementAccessControlTestCases2[secondary_user]', '--include-filter', 'CtsSecureElementAccessControlTestCases3', '--include-filter', 'CtsSecureElementAccessControlTestCases3[secondary_user]', '--include-filter', 'CtsSecureFrpInstallTestCases', '--include-filter', 'CtsSecureFrpInstallTestCases[secondary_user]', '--logcat-on-failure'],
-        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
-        target_module='CtsSecure',
-        target_plan=None,
-        bundle='arm',
-        uri='LATEST',
-        use_jdk9=True,
-        timeout=16200)
-
-parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsSecurity b/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsSecurity
deleted file mode 100644
index 5cc946b..0000000
--- a/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsSecurity
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 2020 The Chromium OS Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-# This file has been automatically generated. Do not edit!
-
-AUTHOR = 'ARC++ Team'
-NAME = 'cheets_CTS_R.11_r2.arm.CtsSecurity'
-ATTRIBUTES = 'suite:arc-cts-r'
-DEPENDENCIES = 'arc'
-JOB_RETRIES = 1
-TEST_TYPE = 'server'
-TIME = 'LONG'
-MAX_RESULT_SIZE_KB = 512000
-DOC = 'Run module CtsSecurityBulletinHostTestCases, CtsSecurityBulletinHostTestCases[secondary_user], CtsSecurityHostTestCases, CtsSecurityHostTestCases[secondary_user], CtsSecurityTestCases, CtsSecurityTestCases[instant], CtsSecurityTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using arm ABI in the ARC++ container.'
-
-def run_TS(machine):
-    host_list = [hosts.create_host(machine)]
-    job.run_test(
-        'cheets_CTS_R',
-        hosts=host_list,
-        iterations=1,
-        tag='11_r2.arm.CtsSecurity',
-        test_name='cheets_CTS_R.11_r2.arm.CtsSecurity',
-        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsSecurityBulletinHostTestCases', '--include-filter', 'CtsSecurityBulletinHostTestCases[secondary_user]', '--include-filter', 'CtsSecurityHostTestCases', '--include-filter', 'CtsSecurityHostTestCases[secondary_user]', '--include-filter', 'CtsSecurityTestCases', '--include-filter', 'CtsSecurityTestCases[instant]', '--include-filter', 'CtsSecurityTestCases[secondary_user]', '--logcat-on-failure'],
-        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
-        target_module='CtsSecurity',
-        target_plan=None,
-        bundle='arm',
-        uri='LATEST',
-        use_jdk9=True,
-        timeout=154800)
-
-parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsSelinux b/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsSelinux
deleted file mode 100644
index 177c8d8..0000000
--- a/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsSelinux
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 2020 The Chromium OS Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-# This file has been automatically generated. Do not edit!
-
-AUTHOR = 'ARC++ Team'
-NAME = 'cheets_CTS_R.11_r2.arm.CtsSelinux'
-ATTRIBUTES = 'suite:arc-cts-r'
-DEPENDENCIES = 'arc'
-JOB_RETRIES = 1
-TEST_TYPE = 'server'
-TIME = 'MEDIUM'
-MAX_RESULT_SIZE_KB = 512000
-DOC = 'Run module CtsSelinuxEphemeralTestCases, CtsSelinuxEphemeralTestCases[instant], CtsSelinuxTargetSdk25TestCases, CtsSelinuxTargetSdk25TestCases[secondary_user], CtsSelinuxTargetSdk27TestCases, CtsSelinuxTargetSdk27TestCases[secondary_user], CtsSelinuxTargetSdk28TestCases, CtsSelinuxTargetSdk28TestCases[secondary_user], CtsSelinuxTargetSdk29TestCases, CtsSelinuxTargetSdk29TestCases[secondary_user], CtsSelinuxTargetSdkCurrentTestCases, CtsSelinuxTargetSdkCurrentTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using arm ABI in the ARC++ container.'
-
-def run_TS(machine):
-    host_list = [hosts.create_host(machine)]
-    job.run_test(
-        'cheets_CTS_R',
-        hosts=host_list,
-        iterations=1,
-        tag='11_r2.arm.CtsSelinux',
-        test_name='cheets_CTS_R.11_r2.arm.CtsSelinux',
-        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsSelinuxEphemeralTestCases', '--include-filter', 'CtsSelinuxEphemeralTestCases[instant]', '--include-filter', 'CtsSelinuxTargetSdk25TestCases', '--include-filter', 'CtsSelinuxTargetSdk25TestCases[secondary_user]', '--include-filter', 'CtsSelinuxTargetSdk27TestCases', '--include-filter', 'CtsSelinuxTargetSdk27TestCases[secondary_user]', '--include-filter', 'CtsSelinuxTargetSdk28TestCases', '--include-filter', 'CtsSelinuxTargetSdk28TestCases[secondary_user]', '--include-filter', 'CtsSelinuxTargetSdk29TestCases', '--include-filter', 'CtsSelinuxTargetSdk29TestCases[secondary_user]', '--include-filter', 'CtsSelinuxTargetSdkCurrentTestCases', '--include-filter', 'CtsSelinuxTargetSdkCurrentTestCases[secondary_user]', '--logcat-on-failure'],
-        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
-        target_module='CtsSelinux',
-        target_plan=None,
-        bundle='arm',
-        uri='LATEST',
-        use_jdk9=True,
-        timeout=23400)
-
-parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsSensor b/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsSensor
deleted file mode 100644
index 42cfbfc..0000000
--- a/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsSensor
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 2020 The Chromium OS Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-# This file has been automatically generated. Do not edit!
-
-AUTHOR = 'ARC++ Team'
-NAME = 'cheets_CTS_R.11_r2.arm.CtsSensor'
-ATTRIBUTES = 'suite:arc-cts-r'
-DEPENDENCIES = 'arc'
-JOB_RETRIES = 1
-TEST_TYPE = 'server'
-TIME = 'MEDIUM'
-MAX_RESULT_SIZE_KB = 512000
-DOC = 'Run module CtsSensorTestCases, CtsSensorTestCases[instant], CtsSensorTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using arm ABI in the ARC++ container.'
-
-def run_TS(machine):
-    host_list = [hosts.create_host(machine)]
-    job.run_test(
-        'cheets_CTS_R',
-        hosts=host_list,
-        iterations=1,
-        tag='11_r2.arm.CtsSensor',
-        test_name='cheets_CTS_R.11_r2.arm.CtsSensor',
-        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsSensorTestCases', '--include-filter', 'CtsSensorTestCases[instant]', '--include-filter', 'CtsSensorTestCases[secondary_user]', '--logcat-on-failure'],
-        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
-        target_module='CtsSensor',
-        target_plan=None,
-        bundle='arm',
-        uri='LATEST',
-        use_jdk9=True,
-        timeout=12600)
-
-parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsSettingsHostTestCases b/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsSettingsHostTestCases
deleted file mode 100644
index 59a4e04..0000000
--- a/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsSettingsHostTestCases
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 2020 The Chromium OS Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-# This file has been automatically generated. Do not edit!
-
-AUTHOR = 'ARC++ Team'
-NAME = 'cheets_CTS_R.11_r2.arm.CtsSettingsHostTestCases'
-ATTRIBUTES = 'suite:arc-cts-r'
-DEPENDENCIES = 'arc'
-JOB_RETRIES = 1
-TEST_TYPE = 'server'
-TIME = 'MEDIUM'
-MAX_RESULT_SIZE_KB = 512000
-DOC = 'Run module CtsSettingsHostTestCases of the Android Compatibility Test Suite (CTS) using arm ABI in the ARC++ container.'
-
-def run_TS(machine):
-    host_list = [hosts.create_host(machine)]
-    job.run_test(
-        'cheets_CTS_R',
-        hosts=host_list,
-        iterations=1,
-        tag='11_r2.arm.CtsSettingsHostTestCases',
-        test_name='cheets_CTS_R.11_r2.arm.CtsSettingsHostTestCases',
-        run_template=['run', 'commandAndExit', 'cts', '--module', 'CtsSettingsHostTestCases', '--logcat-on-failure'],
-        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
-        target_module='CtsSettingsHostTestCases',
-        target_plan=None,
-        bundle='arm',
-        uri='LATEST',
-        use_jdk9=True,
-        timeout=3600)
-
-parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsSharedLibsApiSignature b/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsSharedLibsApiSignature
deleted file mode 100644
index 81756d6..0000000
--- a/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsSharedLibsApiSignature
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 2020 The Chromium OS Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-# This file has been automatically generated. Do not edit!
-
-AUTHOR = 'ARC++ Team'
-NAME = 'cheets_CTS_R.11_r2.arm.CtsSharedLibsApiSignature'
-ATTRIBUTES = 'suite:arc-cts-r'
-DEPENDENCIES = 'arc'
-JOB_RETRIES = 1
-TEST_TYPE = 'server'
-TIME = 'MEDIUM'
-MAX_RESULT_SIZE_KB = 512000
-DOC = 'Run module CtsSharedLibsApiSignatureTestCases, CtsSharedLibsApiSignatureTestCases[instant], CtsSharedLibsApiSignatureTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using arm ABI in the ARC++ container.'
-
-def run_TS(machine):
-    host_list = [hosts.create_host(machine)]
-    job.run_test(
-        'cheets_CTS_R',
-        hosts=host_list,
-        iterations=1,
-        tag='11_r2.arm.CtsSharedLibsApiSignature',
-        test_name='cheets_CTS_R.11_r2.arm.CtsSharedLibsApiSignature',
-        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsSharedLibsApiSignatureTestCases', '--include-filter', 'CtsSharedLibsApiSignatureTestCases[instant]', '--include-filter', 'CtsSharedLibsApiSignatureTestCases[secondary_user]', '--logcat-on-failure'],
-        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
-        target_module='CtsSharedLibsApiSignature',
-        target_plan=None,
-        bundle='arm',
-        uri='LATEST',
-        use_jdk9=True,
-        timeout=7200)
-
-parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsSharesheet b/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsSharesheet
deleted file mode 100644
index 2731e4e..0000000
--- a/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsSharesheet
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 2020 The Chromium OS Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-# This file has been automatically generated. Do not edit!
-
-AUTHOR = 'ARC++ Team'
-NAME = 'cheets_CTS_R.11_r2.arm.CtsSharesheet'
-ATTRIBUTES = 'suite:arc-cts-r'
-DEPENDENCIES = 'arc'
-JOB_RETRIES = 1
-TEST_TYPE = 'server'
-TIME = 'MEDIUM'
-MAX_RESULT_SIZE_KB = 512000
-DOC = 'Run module CtsSharesheetTestCases, CtsSharesheetTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using arm ABI in the ARC++ container.'
-
-def run_TS(machine):
-    host_list = [hosts.create_host(machine)]
-    job.run_test(
-        'cheets_CTS_R',
-        hosts=host_list,
-        iterations=1,
-        tag='11_r2.arm.CtsSharesheet',
-        test_name='cheets_CTS_R.11_r2.arm.CtsSharesheet',
-        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsSharesheetTestCases', '--include-filter', 'CtsSharesheetTestCases[secondary_user]', '--logcat-on-failure'],
-        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
-        target_module='CtsSharesheet',
-        target_plan=None,
-        bundle='arm',
-        uri='LATEST',
-        use_jdk9=True,
-        timeout=5400)
-
-parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsShortcut b/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsShortcut
deleted file mode 100644
index 96a0ae4..0000000
--- a/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsShortcut
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 2020 The Chromium OS Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-# This file has been automatically generated. Do not edit!
-
-AUTHOR = 'ARC++ Team'
-NAME = 'cheets_CTS_R.11_r2.arm.CtsShortcut'
-ATTRIBUTES = 'suite:arc-cts-r'
-DEPENDENCIES = 'arc'
-JOB_RETRIES = 1
-TEST_TYPE = 'server'
-TIME = 'MEDIUM'
-MAX_RESULT_SIZE_KB = 512000
-DOC = 'Run module CtsShortcutHostTestCases, CtsShortcutManagerLauncher1, CtsShortcutManagerLauncher1[secondary_user], CtsShortcutManagerLauncher2, CtsShortcutManagerLauncher2[secondary_user], CtsShortcutManagerLauncher3, CtsShortcutManagerLauncher3[secondary_user], CtsShortcutManagerLauncher4, CtsShortcutManagerLauncher4[secondary_user], CtsShortcutManagerPackage1, CtsShortcutManagerPackage1[secondary_user], CtsShortcutManagerPackage2, CtsShortcutManagerPackage2[secondary_user], CtsShortcutManagerPackage3, CtsShortcutManagerPackage3[secondary_user], CtsShortcutManagerPackage4, CtsShortcutManagerPackage4[secondary_user], CtsShortcutManagerTestCases, CtsShortcutManagerTestCases[secondary_user], CtsShortcutManagerThrottlingTest, CtsShortcutManagerThrottlingTest[secondary_user] of the Android Compatibility Test Suite (CTS) using arm ABI in the ARC++ container.'
-
-def run_TS(machine):
-    host_list = [hosts.create_host(machine)]
-    job.run_test(
-        'cheets_CTS_R',
-        hosts=host_list,
-        iterations=1,
-        tag='11_r2.arm.CtsShortcut',
-        test_name='cheets_CTS_R.11_r2.arm.CtsShortcut',
-        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsShortcutHostTestCases', '--include-filter', 'CtsShortcutManagerLauncher1', '--include-filter', 'CtsShortcutManagerLauncher1[secondary_user]', '--include-filter', 'CtsShortcutManagerLauncher2', '--include-filter', 'CtsShortcutManagerLauncher2[secondary_user]', '--include-filter', 'CtsShortcutManagerLauncher3', '--include-filter', 'CtsShortcutManagerLauncher3[secondary_user]', '--include-filter', 'CtsShortcutManagerLauncher4', '--include-filter', 'CtsShortcutManagerLauncher4[secondary_user]', '--include-filter', 'CtsShortcutManagerPackage1', '--include-filter', 'CtsShortcutManagerPackage1[secondary_user]', '--include-filter', 'CtsShortcutManagerPackage2', '--include-filter', 'CtsShortcutManagerPackage2[secondary_user]', '--include-filter', 'CtsShortcutManagerPackage3', '--include-filter', 'CtsShortcutManagerPackage3[secondary_user]', '--include-filter', 'CtsShortcutManagerPackage4', '--include-filter', 'CtsShortcutManagerPackage4[secondary_user]', '--include-filter', 'CtsShortcutManagerTestCases', '--include-filter', 'CtsShortcutManagerTestCases[secondary_user]', '--include-filter', 'CtsShortcutManagerThrottlingTest', '--include-filter', 'CtsShortcutManagerThrottlingTest[secondary_user]', '--logcat-on-failure'],
-        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
-        target_module='CtsShortcut',
-        target_plan=None,
-        bundle='arm',
-        uri='LATEST',
-        use_jdk9=True,
-        timeout=39600)
-
-parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsSignedConfigHost b/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsSignedConfigHost
deleted file mode 100644
index 8261cf9..0000000
--- a/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsSignedConfigHost
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 2020 The Chromium OS Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-# This file has been automatically generated. Do not edit!
-
-AUTHOR = 'ARC++ Team'
-NAME = 'cheets_CTS_R.11_r2.arm.CtsSignedConfigHost'
-ATTRIBUTES = 'suite:arc-cts-r'
-DEPENDENCIES = 'arc'
-JOB_RETRIES = 1
-TEST_TYPE = 'server'
-TIME = 'MEDIUM'
-MAX_RESULT_SIZE_KB = 512000
-DOC = 'Run module CtsSignedConfigHostTestCases, CtsSignedConfigHostTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using arm ABI in the ARC++ container.'
-
-def run_TS(machine):
-    host_list = [hosts.create_host(machine)]
-    job.run_test(
-        'cheets_CTS_R',
-        hosts=host_list,
-        iterations=1,
-        tag='11_r2.arm.CtsSignedConfigHost',
-        test_name='cheets_CTS_R.11_r2.arm.CtsSignedConfigHost',
-        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsSignedConfigHostTestCases', '--include-filter', 'CtsSignedConfigHostTestCases[secondary_user]', '--logcat-on-failure'],
-        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
-        target_module='CtsSignedConfigHost',
-        target_plan=None,
-        bundle='arm',
-        uri='LATEST',
-        use_jdk9=True,
-        timeout=5400)
-
-parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsSimRestrictedApis b/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsSimRestrictedApis
deleted file mode 100644
index c577bf8..0000000
--- a/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsSimRestrictedApis
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 2020 The Chromium OS Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-# This file has been automatically generated. Do not edit!
-
-AUTHOR = 'ARC++ Team'
-NAME = 'cheets_CTS_R.11_r2.arm.CtsSimRestrictedApis'
-ATTRIBUTES = 'suite:arc-cts-r'
-DEPENDENCIES = 'arc'
-JOB_RETRIES = 1
-TEST_TYPE = 'server'
-TIME = 'MEDIUM'
-MAX_RESULT_SIZE_KB = 512000
-DOC = 'Run module CtsSimRestrictedApisTestCases, CtsSimRestrictedApisTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using arm ABI in the ARC++ container.'
-
-def run_TS(machine):
-    host_list = [hosts.create_host(machine)]
-    job.run_test(
-        'cheets_CTS_R',
-        hosts=host_list,
-        iterations=1,
-        tag='11_r2.arm.CtsSimRestrictedApis',
-        test_name='cheets_CTS_R.11_r2.arm.CtsSimRestrictedApis',
-        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsSimRestrictedApisTestCases', '--include-filter', 'CtsSimRestrictedApisTestCases[secondary_user]', '--logcat-on-failure'],
-        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
-        target_module='CtsSimRestrictedApis',
-        target_plan=None,
-        bundle='arm',
-        uri='LATEST',
-        use_jdk9=True,
-        timeout=5400)
-
-parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsSimpleCpu b/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsSimpleCpu
deleted file mode 100644
index 0206fdf..0000000
--- a/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsSimpleCpu
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 2020 The Chromium OS Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-# This file has been automatically generated. Do not edit!
-
-AUTHOR = 'ARC++ Team'
-NAME = 'cheets_CTS_R.11_r2.arm.CtsSimpleCpu'
-ATTRIBUTES = 'suite:arc-cts-r'
-DEPENDENCIES = 'arc'
-JOB_RETRIES = 1
-TEST_TYPE = 'server'
-TIME = 'MEDIUM'
-MAX_RESULT_SIZE_KB = 512000
-DOC = 'Run module CtsSimpleCpuTestCases, CtsSimpleCpuTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using arm ABI in the ARC++ container.'
-
-def run_TS(machine):
-    host_list = [hosts.create_host(machine)]
-    job.run_test(
-        'cheets_CTS_R',
-        hosts=host_list,
-        iterations=1,
-        tag='11_r2.arm.CtsSimpleCpu',
-        test_name='cheets_CTS_R.11_r2.arm.CtsSimpleCpu',
-        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsSimpleCpuTestCases', '--include-filter', 'CtsSimpleCpuTestCases[secondary_user]', '--logcat-on-failure'],
-        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
-        target_module='CtsSimpleCpu',
-        target_plan=None,
-        bundle='arm',
-        uri='LATEST',
-        use_jdk9=True,
-        timeout=5400)
-
-parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsSimpleperfTestCases b/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsSimpleperfTestCases
deleted file mode 100644
index 1b47e1f..0000000
--- a/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsSimpleperfTestCases
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 2020 The Chromium OS Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-# This file has been automatically generated. Do not edit!
-
-AUTHOR = 'ARC++ Team'
-NAME = 'cheets_CTS_R.11_r2.arm.CtsSimpleperfTestCases'
-ATTRIBUTES = 'suite:arc-cts-r'
-DEPENDENCIES = 'arc'
-JOB_RETRIES = 1
-TEST_TYPE = 'server'
-TIME = 'MEDIUM'
-MAX_RESULT_SIZE_KB = 512000
-DOC = 'Run module CtsSimpleperfTestCases of the Android Compatibility Test Suite (CTS) using arm ABI in the ARC++ container.'
-
-def run_TS(machine):
-    host_list = [hosts.create_host(machine)]
-    job.run_test(
-        'cheets_CTS_R',
-        hosts=host_list,
-        iterations=1,
-        tag='11_r2.arm.CtsSimpleperfTestCases',
-        test_name='cheets_CTS_R.11_r2.arm.CtsSimpleperfTestCases',
-        run_template=['run', 'commandAndExit', 'cts', '--module', 'CtsSimpleperfTestCases', '--logcat-on-failure'],
-        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
-        target_module='CtsSimpleperfTestCases',
-        target_plan=None,
-        bundle='arm',
-        uri='LATEST',
-        use_jdk9=True,
-        timeout=3600)
-
-parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsSkQP b/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsSkQP
deleted file mode 100644
index 07423be..0000000
--- a/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsSkQP
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 2020 The Chromium OS Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-# This file has been automatically generated. Do not edit!
-
-AUTHOR = 'ARC++ Team'
-NAME = 'cheets_CTS_R.11_r2.arm.CtsSkQP'
-ATTRIBUTES = 'suite:arc-cts-r'
-DEPENDENCIES = 'arc'
-JOB_RETRIES = 1
-TEST_TYPE = 'server'
-TIME = 'MEDIUM'
-MAX_RESULT_SIZE_KB = 512000
-DOC = 'Run module CtsSkQPTestCases, CtsSkQPTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using arm ABI in the ARC++ container.'
-
-def run_TS(machine):
-    host_list = [hosts.create_host(machine)]
-    job.run_test(
-        'cheets_CTS_R',
-        hosts=host_list,
-        iterations=1,
-        tag='11_r2.arm.CtsSkQP',
-        test_name='cheets_CTS_R.11_r2.arm.CtsSkQP',
-        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsSkQPTestCases', '--include-filter', 'CtsSkQPTestCases[secondary_user]', '--logcat-on-failure'],
-        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
-        target_module='CtsSkQP',
-        target_plan=None,
-        bundle='arm',
-        uri='LATEST',
-        use_jdk9=True,
-        timeout=5400)
-
-parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsSlice b/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsSlice
deleted file mode 100644
index b1f3c9f..0000000
--- a/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsSlice
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 2020 The Chromium OS Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-# This file has been automatically generated. Do not edit!
-
-AUTHOR = 'ARC++ Team'
-NAME = 'cheets_CTS_R.11_r2.arm.CtsSlice'
-ATTRIBUTES = 'suite:arc-cts-r'
-DEPENDENCIES = 'arc'
-JOB_RETRIES = 1
-TEST_TYPE = 'server'
-TIME = 'MEDIUM'
-MAX_RESULT_SIZE_KB = 512000
-DOC = 'Run module CtsSliceTestCases, CtsSliceTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using arm ABI in the ARC++ container.'
-
-def run_TS(machine):
-    host_list = [hosts.create_host(machine)]
-    job.run_test(
-        'cheets_CTS_R',
-        hosts=host_list,
-        iterations=1,
-        tag='11_r2.arm.CtsSlice',
-        test_name='cheets_CTS_R.11_r2.arm.CtsSlice',
-        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsSliceTestCases', '--include-filter', 'CtsSliceTestCases[secondary_user]', '--logcat-on-failure'],
-        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
-        target_module='CtsSlice',
-        target_plan=None,
-        bundle='arm',
-        uri='LATEST',
-        use_jdk9=True,
-        timeout=5400)
-
-parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsSoundTrigger b/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsSoundTrigger
deleted file mode 100644
index d4d5139..0000000
--- a/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsSoundTrigger
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 2020 The Chromium OS Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-# This file has been automatically generated. Do not edit!
-
-AUTHOR = 'ARC++ Team'
-NAME = 'cheets_CTS_R.11_r2.arm.CtsSoundTrigger'
-ATTRIBUTES = 'suite:arc-cts-r'
-DEPENDENCIES = 'arc'
-JOB_RETRIES = 1
-TEST_TYPE = 'server'
-TIME = 'MEDIUM'
-MAX_RESULT_SIZE_KB = 512000
-DOC = 'Run module CtsSoundTriggerTestCases, CtsSoundTriggerTestCases[instant], CtsSoundTriggerTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using arm ABI in the ARC++ container.'
-
-def run_TS(machine):
-    host_list = [hosts.create_host(machine)]
-    job.run_test(
-        'cheets_CTS_R',
-        hosts=host_list,
-        iterations=1,
-        tag='11_r2.arm.CtsSoundTrigger',
-        test_name='cheets_CTS_R.11_r2.arm.CtsSoundTrigger',
-        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsSoundTriggerTestCases', '--include-filter', 'CtsSoundTriggerTestCases[instant]', '--include-filter', 'CtsSoundTriggerTestCases[secondary_user]', '--logcat-on-failure'],
-        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
-        target_module='CtsSoundTrigger',
-        target_plan=None,
-        bundle='arm',
-        uri='LATEST',
-        use_jdk9=True,
-        timeout=7200)
-
-parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsSpeech b/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsSpeech
deleted file mode 100644
index c3970b0..0000000
--- a/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsSpeech
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 2020 The Chromium OS Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-# This file has been automatically generated. Do not edit!
-
-AUTHOR = 'ARC++ Team'
-NAME = 'cheets_CTS_R.11_r2.arm.CtsSpeech'
-ATTRIBUTES = 'suite:arc-cts-r'
-DEPENDENCIES = 'arc'
-JOB_RETRIES = 1
-TEST_TYPE = 'server'
-TIME = 'MEDIUM'
-MAX_RESULT_SIZE_KB = 512000
-DOC = 'Run module CtsSpeechTestCases, CtsSpeechTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using arm ABI in the ARC++ container.'
-
-def run_TS(machine):
-    host_list = [hosts.create_host(machine)]
-    job.run_test(
-        'cheets_CTS_R',
-        hosts=host_list,
-        iterations=1,
-        tag='11_r2.arm.CtsSpeech',
-        test_name='cheets_CTS_R.11_r2.arm.CtsSpeech',
-        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsSpeechTestCases', '--include-filter', 'CtsSpeechTestCases[secondary_user]', '--logcat-on-failure'],
-        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
-        target_module='CtsSpeech',
-        target_plan=None,
-        bundle='arm',
-        uri='LATEST',
-        use_jdk9=True,
-        timeout=5400)
-
-parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsStagedInstallHostTestCases b/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsStagedInstallHostTestCases
deleted file mode 100644
index 75d6a2e..0000000
--- a/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsStagedInstallHostTestCases
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 2020 The Chromium OS Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-# This file has been automatically generated. Do not edit!
-
-AUTHOR = 'ARC++ Team'
-NAME = 'cheets_CTS_R.11_r2.arm.CtsStagedInstallHostTestCases'
-ATTRIBUTES = 'suite:arc-cts-r'
-DEPENDENCIES = 'arc'
-JOB_RETRIES = 1
-TEST_TYPE = 'server'
-TIME = 'MEDIUM'
-MAX_RESULT_SIZE_KB = 512000
-DOC = 'Run module CtsStagedInstallHostTestCases of the Android Compatibility Test Suite (CTS) using arm ABI in the ARC++ container.'
-
-def run_TS(machine):
-    host_list = [hosts.create_host(machine)]
-    job.run_test(
-        'cheets_CTS_R',
-        hosts=host_list,
-        iterations=1,
-        tag='11_r2.arm.CtsStagedInstallHostTestCases',
-        test_name='cheets_CTS_R.11_r2.arm.CtsStagedInstallHostTestCases',
-        run_template=['run', 'commandAndExit', 'cts', '--module', 'CtsStagedInstallHostTestCases', '--logcat-on-failure'],
-        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
-        target_module='CtsStagedInstallHostTestCases',
-        target_plan=None,
-        bundle='arm',
-        uri='LATEST',
-        use_jdk9=True,
-        timeout=3600)
-
-parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsStatsdHost b/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsStatsdHost
deleted file mode 100644
index 44c3639..0000000
--- a/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsStatsdHost
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 2020 The Chromium OS Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-# This file has been automatically generated. Do not edit!
-
-AUTHOR = 'ARC++ Team'
-NAME = 'cheets_CTS_R.11_r2.arm.CtsStatsdHost'
-ATTRIBUTES = 'suite:arc-cts-r'
-DEPENDENCIES = 'arc'
-JOB_RETRIES = 1
-TEST_TYPE = 'server'
-TIME = 'MEDIUM'
-MAX_RESULT_SIZE_KB = 512000
-DOC = 'Run module CtsStatsdHostTestCases, CtsStatsdHostTestCases[instant], CtsStatsdHostTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using arm ABI in the ARC++ container.'
-
-def run_TS(machine):
-    host_list = [hosts.create_host(machine)]
-    job.run_test(
-        'cheets_CTS_R',
-        hosts=host_list,
-        iterations=1,
-        tag='11_r2.arm.CtsStatsdHost',
-        test_name='cheets_CTS_R.11_r2.arm.CtsStatsdHost',
-        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsStatsdHostTestCases', '--include-filter', 'CtsStatsdHostTestCases[instant]', '--include-filter', 'CtsStatsdHostTestCases[secondary_user]', '--logcat-on-failure'],
-        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
-        target_module='CtsStatsdHost',
-        target_plan=None,
-        bundle='arm',
-        uri='LATEST',
-        use_jdk9=True,
-        timeout=12600)
-
-parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsStrictJavaPackages b/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsStrictJavaPackages
deleted file mode 100644
index 68358c9..0000000
--- a/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsStrictJavaPackages
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 2020 The Chromium OS Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-# This file has been automatically generated. Do not edit!
-
-AUTHOR = 'ARC++ Team'
-NAME = 'cheets_CTS_R.11_r2.arm.CtsStrictJavaPackages'
-ATTRIBUTES = 'suite:arc-cts-r'
-DEPENDENCIES = 'arc'
-JOB_RETRIES = 1
-TEST_TYPE = 'server'
-TIME = 'MEDIUM'
-MAX_RESULT_SIZE_KB = 512000
-DOC = 'Run module CtsStrictJavaPackagesTestCases, CtsStrictJavaPackagesTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using arm ABI in the ARC++ container.'
-
-def run_TS(machine):
-    host_list = [hosts.create_host(machine)]
-    job.run_test(
-        'cheets_CTS_R',
-        hosts=host_list,
-        iterations=1,
-        tag='11_r2.arm.CtsStrictJavaPackages',
-        test_name='cheets_CTS_R.11_r2.arm.CtsStrictJavaPackages',
-        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsStrictJavaPackagesTestCases', '--include-filter', 'CtsStrictJavaPackagesTestCases[secondary_user]', '--logcat-on-failure'],
-        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
-        target_module='CtsStrictJavaPackages',
-        target_plan=None,
-        bundle='arm',
-        uri='LATEST',
-        use_jdk9=True,
-        timeout=5400)
-
-parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsSuspendApps b/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsSuspendApps
deleted file mode 100644
index f444491..0000000
--- a/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsSuspendApps
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 2020 The Chromium OS Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-# This file has been automatically generated. Do not edit!
-
-AUTHOR = 'ARC++ Team'
-NAME = 'cheets_CTS_R.11_r2.arm.CtsSuspendApps'
-ATTRIBUTES = 'suite:arc-cts-r'
-DEPENDENCIES = 'arc'
-JOB_RETRIES = 1
-TEST_TYPE = 'server'
-TIME = 'MEDIUM'
-MAX_RESULT_SIZE_KB = 512000
-DOC = 'Run module CtsSuspendAppsPermissionTestCases, CtsSuspendAppsPermissionTestCases[secondary_user], CtsSuspendAppsTestCases, CtsSuspendAppsTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using arm ABI in the ARC++ container.'
-
-def run_TS(machine):
-    host_list = [hosts.create_host(machine)]
-    job.run_test(
-        'cheets_CTS_R',
-        hosts=host_list,
-        iterations=1,
-        tag='11_r2.arm.CtsSuspendApps',
-        test_name='cheets_CTS_R.11_r2.arm.CtsSuspendApps',
-        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsSuspendAppsPermissionTestCases', '--include-filter', 'CtsSuspendAppsPermissionTestCases[secondary_user]', '--include-filter', 'CtsSuspendAppsTestCases', '--include-filter', 'CtsSuspendAppsTestCases[secondary_user]', '--logcat-on-failure'],
-        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
-        target_module='CtsSuspendApps',
-        target_plan=None,
-        bundle='arm',
-        uri='LATEST',
-        use_jdk9=True,
-        timeout=9000)
-
-parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsSustainedPerformanceHost b/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsSustainedPerformanceHost
deleted file mode 100644
index e39a537..0000000
--- a/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsSustainedPerformanceHost
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 2020 The Chromium OS Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-# This file has been automatically generated. Do not edit!
-
-AUTHOR = 'ARC++ Team'
-NAME = 'cheets_CTS_R.11_r2.arm.CtsSustainedPerformanceHost'
-ATTRIBUTES = 'suite:arc-cts-r'
-DEPENDENCIES = 'arc'
-JOB_RETRIES = 1
-TEST_TYPE = 'server'
-TIME = 'MEDIUM'
-MAX_RESULT_SIZE_KB = 512000
-DOC = 'Run module CtsSustainedPerformanceHostTestCases, CtsSustainedPerformanceHostTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using arm ABI in the ARC++ container.'
-
-def run_TS(machine):
-    host_list = [hosts.create_host(machine)]
-    job.run_test(
-        'cheets_CTS_R',
-        hosts=host_list,
-        iterations=1,
-        tag='11_r2.arm.CtsSustainedPerformanceHost',
-        test_name='cheets_CTS_R.11_r2.arm.CtsSustainedPerformanceHost',
-        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsSustainedPerformanceHostTestCases', '--include-filter', 'CtsSustainedPerformanceHostTestCases[secondary_user]', '--logcat-on-failure'],
-        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
-        target_module='CtsSustainedPerformanceHost',
-        target_plan=None,
-        bundle='arm',
-        uri='LATEST',
-        use_jdk9=True,
-        timeout=5400)
-
-parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsSync b/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsSync
deleted file mode 100644
index 302179a..0000000
--- a/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsSync
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 2020 The Chromium OS Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-# This file has been automatically generated. Do not edit!
-
-AUTHOR = 'ARC++ Team'
-NAME = 'cheets_CTS_R.11_r2.arm.CtsSync'
-ATTRIBUTES = 'suite:arc-cts-r'
-DEPENDENCIES = 'arc'
-JOB_RETRIES = 1
-TEST_TYPE = 'server'
-TIME = 'MEDIUM'
-MAX_RESULT_SIZE_KB = 512000
-DOC = 'Run module CtsSyncAccountAccessOtherCertTestCases, CtsSyncAccountAccessOtherCertTestCases[secondary_user], CtsSyncContentHostTestCases, CtsSyncContentHostTestCases[secondary_user], CtsSyncManagerTestsCases, CtsSyncManagerTestsCases[secondary_user] of the Android Compatibility Test Suite (CTS) using arm ABI in the ARC++ container.'
-
-def run_TS(machine):
-    host_list = [hosts.create_host(machine)]
-    job.run_test(
-        'cheets_CTS_R',
-        hosts=host_list,
-        iterations=1,
-        tag='11_r2.arm.CtsSync',
-        test_name='cheets_CTS_R.11_r2.arm.CtsSync',
-        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsSyncAccountAccessOtherCertTestCases', '--include-filter', 'CtsSyncAccountAccessOtherCertTestCases[secondary_user]', '--include-filter', 'CtsSyncContentHostTestCases', '--include-filter', 'CtsSyncContentHostTestCases[secondary_user]', '--include-filter', 'CtsSyncManagerTestsCases', '--include-filter', 'CtsSyncManagerTestsCases[secondary_user]', '--logcat-on-failure'],
-        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
-        target_module='CtsSync',
-        target_plan=None,
-        bundle='arm',
-        uri='LATEST',
-        use_jdk9=True,
-        timeout=12600)
-
-parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsSystem b/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsSystem
deleted file mode 100644
index c7412fc..0000000
--- a/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsSystem
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 2020 The Chromium OS Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-# This file has been automatically generated. Do not edit!
-
-AUTHOR = 'ARC++ Team'
-NAME = 'cheets_CTS_R.11_r2.arm.CtsSystem'
-ATTRIBUTES = 'suite:arc-cts-r'
-DEPENDENCIES = 'arc'
-JOB_RETRIES = 1
-TEST_TYPE = 'server'
-TIME = 'MEDIUM'
-MAX_RESULT_SIZE_KB = 512000
-DOC = 'Run module CtsSystemApiAnnotationTestCases, CtsSystemApiAnnotationTestCases[instant], CtsSystemApiAnnotationTestCases[secondary_user], CtsSystemApiSignatureTestCases, CtsSystemApiSignatureTestCases[instant], CtsSystemApiSignatureTestCases[secondary_user], CtsSystemIntentTestCases, CtsSystemIntentTestCases[secondary_user], CtsSystemUiHostTestCases, CtsSystemUiHostTestCases[instant], CtsSystemUiHostTestCases[secondary_user], CtsSystemUiTestCases, CtsSystemUiTestCases[instant], CtsSystemUiTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using arm ABI in the ARC++ container.'
-
-def run_TS(machine):
-    host_list = [hosts.create_host(machine)]
-    job.run_test(
-        'cheets_CTS_R',
-        hosts=host_list,
-        iterations=1,
-        tag='11_r2.arm.CtsSystem',
-        test_name='cheets_CTS_R.11_r2.arm.CtsSystem',
-        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsSystemApiAnnotationTestCases', '--include-filter', 'CtsSystemApiAnnotationTestCases[instant]', '--include-filter', 'CtsSystemApiAnnotationTestCases[secondary_user]', '--include-filter', 'CtsSystemApiSignatureTestCases', '--include-filter', 'CtsSystemApiSignatureTestCases[instant]', '--include-filter', 'CtsSystemApiSignatureTestCases[secondary_user]', '--include-filter', 'CtsSystemIntentTestCases', '--include-filter', 'CtsSystemIntentTestCases[secondary_user]', '--include-filter', 'CtsSystemUiHostTestCases', '--include-filter', 'CtsSystemUiHostTestCases[instant]', '--include-filter', 'CtsSystemUiHostTestCases[secondary_user]', '--include-filter', 'CtsSystemUiTestCases', '--include-filter', 'CtsSystemUiTestCases[instant]', '--include-filter', 'CtsSystemUiTestCases[secondary_user]', '--logcat-on-failure'],
-        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
-        target_module='CtsSystem',
-        target_plan=None,
-        bundle='arm',
-        uri='LATEST',
-        use_jdk9=True,
-        timeout=27000)
-
-parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsTaggingHost b/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsTaggingHost
deleted file mode 100644
index 24aa1bd..0000000
--- a/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsTaggingHost
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 2020 The Chromium OS Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-# This file has been automatically generated. Do not edit!
-
-AUTHOR = 'ARC++ Team'
-NAME = 'cheets_CTS_R.11_r2.arm.CtsTaggingHost'
-ATTRIBUTES = 'suite:arc-cts-r'
-DEPENDENCIES = 'arc'
-JOB_RETRIES = 1
-TEST_TYPE = 'server'
-TIME = 'MEDIUM'
-MAX_RESULT_SIZE_KB = 512000
-DOC = 'Run module CtsTaggingHostTestCases, CtsTaggingHostTestCases[instant], CtsTaggingHostTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using arm ABI in the ARC++ container.'
-
-def run_TS(machine):
-    host_list = [hosts.create_host(machine)]
-    job.run_test(
-        'cheets_CTS_R',
-        hosts=host_list,
-        iterations=1,
-        tag='11_r2.arm.CtsTaggingHost',
-        test_name='cheets_CTS_R.11_r2.arm.CtsTaggingHost',
-        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsTaggingHostTestCases', '--include-filter', 'CtsTaggingHostTestCases[instant]', '--include-filter', 'CtsTaggingHostTestCases[secondary_user]', '--logcat-on-failure'],
-        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
-        target_module='CtsTaggingHost',
-        target_plan=None,
-        bundle='arm',
-        uri='LATEST',
-        use_jdk9=True,
-        timeout=7200)
-
-parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsTelecom b/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsTelecom
deleted file mode 100644
index c9af270..0000000
--- a/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsTelecom
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 2020 The Chromium OS Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-# This file has been automatically generated. Do not edit!
-
-AUTHOR = 'ARC++ Team'
-NAME = 'cheets_CTS_R.11_r2.arm.CtsTelecom'
-ATTRIBUTES = 'suite:arc-cts-r'
-DEPENDENCIES = 'arc'
-JOB_RETRIES = 1
-TEST_TYPE = 'server'
-TIME = 'MEDIUM'
-MAX_RESULT_SIZE_KB = 512000
-DOC = 'Run module CtsTelecomTestCases, CtsTelecomTestCases2, CtsTelecomTestCases2[secondary_user], CtsTelecomTestCases3, CtsTelecomTestCases3[secondary_user], CtsTelecomTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using arm ABI in the ARC++ container.'
-
-def run_TS(machine):
-    host_list = [hosts.create_host(machine)]
-    job.run_test(
-        'cheets_CTS_R',
-        hosts=host_list,
-        iterations=1,
-        tag='11_r2.arm.CtsTelecom',
-        test_name='cheets_CTS_R.11_r2.arm.CtsTelecom',
-        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsTelecomTestCases', '--include-filter', 'CtsTelecomTestCases2', '--include-filter', 'CtsTelecomTestCases2[secondary_user]', '--include-filter', 'CtsTelecomTestCases3', '--include-filter', 'CtsTelecomTestCases3[secondary_user]', '--include-filter', 'CtsTelecomTestCases[secondary_user]', '--logcat-on-failure'],
-        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
-        target_module='CtsTelecom',
-        target_plan=None,
-        bundle='arm',
-        uri='LATEST',
-        use_jdk9=True,
-        timeout=12600)
-
-parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsTelephony b/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsTelephony
deleted file mode 100644
index eefca39..0000000
--- a/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsTelephony
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 2020 The Chromium OS Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-# This file has been automatically generated. Do not edit!
-
-AUTHOR = 'ARC++ Team'
-NAME = 'cheets_CTS_R.11_r2.arm.CtsTelephony'
-ATTRIBUTES = 'suite:arc-cts-r'
-DEPENDENCIES = 'arc'
-JOB_RETRIES = 1
-TEST_TYPE = 'server'
-TIME = 'MEDIUM'
-MAX_RESULT_SIZE_KB = 512000
-DOC = 'Run module CtsTelephony2TestCases, CtsTelephony2TestCases[instant], CtsTelephony2TestCases[secondary_user], CtsTelephony3TestCases, CtsTelephony3TestCases[secondary_user], CtsTelephonyHostCases, CtsTelephonyHostCases[secondary_user], CtsTelephonyProviderHostCases, CtsTelephonyProviderHostCases[secondary_user], CtsTelephonyProviderTestCases, CtsTelephonyProviderTestCases[secondary_user], CtsTelephonySdk28TestCases, CtsTelephonySdk28TestCases[secondary_user], CtsTelephonyTestCases, CtsTelephonyTestCasesPermissionReadPhoneState, CtsTelephonyTestCasesPermissionReadPhoneState[instant], CtsTelephonyTestCasesPermissionReadPhoneState[secondary_user] of the Android Compatibility Test Suite (CTS) using arm ABI in the ARC++ container.'
-
-def run_TS(machine):
-    host_list = [hosts.create_host(machine)]
-    job.run_test(
-        'cheets_CTS_R',
-        hosts=host_list,
-        iterations=1,
-        tag='11_r2.arm.CtsTelephony',
-        test_name='cheets_CTS_R.11_r2.arm.CtsTelephony',
-        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsTelephony2TestCases', '--include-filter', 'CtsTelephony2TestCases[instant]', '--include-filter', 'CtsTelephony2TestCases[secondary_user]', '--include-filter', 'CtsTelephony3TestCases', '--include-filter', 'CtsTelephony3TestCases[secondary_user]', '--include-filter', 'CtsTelephonyHostCases', '--include-filter', 'CtsTelephonyHostCases[secondary_user]', '--include-filter', 'CtsTelephonyProviderHostCases', '--include-filter', 'CtsTelephonyProviderHostCases[secondary_user]', '--include-filter', 'CtsTelephonyProviderTestCases', '--include-filter', 'CtsTelephonyProviderTestCases[secondary_user]', '--include-filter', 'CtsTelephonySdk28TestCases', '--include-filter', 'CtsTelephonySdk28TestCases[secondary_user]', '--include-filter', 'CtsTelephonyTestCases', '--include-filter', 'CtsTelephonyTestCasesPermissionReadPhoneState', '--include-filter', 'CtsTelephonyTestCasesPermissionReadPhoneState[instant]', '--include-filter', 'CtsTelephonyTestCasesPermissionReadPhoneState[secondary_user]', '--logcat-on-failure'],
-        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
-        target_module='CtsTelephony',
-        target_plan=None,
-        bundle='arm',
-        uri='LATEST',
-        use_jdk9=True,
-        timeout=32400)
-
-parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsTestHarnessMode b/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsTestHarnessMode
deleted file mode 100644
index e51b3c2..0000000
--- a/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsTestHarnessMode
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 2020 The Chromium OS Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-# This file has been automatically generated. Do not edit!
-
-AUTHOR = 'ARC++ Team'
-NAME = 'cheets_CTS_R.11_r2.arm.CtsTestHarnessMode'
-ATTRIBUTES = 'suite:arc-cts-r'
-DEPENDENCIES = 'arc'
-JOB_RETRIES = 1
-TEST_TYPE = 'server'
-TIME = 'MEDIUM'
-MAX_RESULT_SIZE_KB = 512000
-DOC = 'Run module CtsTestHarnessModeTestCases, CtsTestHarnessModeTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using arm ABI in the ARC++ container.'
-
-def run_TS(machine):
-    host_list = [hosts.create_host(machine)]
-    job.run_test(
-        'cheets_CTS_R',
-        hosts=host_list,
-        iterations=1,
-        tag='11_r2.arm.CtsTestHarnessMode',
-        test_name='cheets_CTS_R.11_r2.arm.CtsTestHarnessMode',
-        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsTestHarnessModeTestCases', '--include-filter', 'CtsTestHarnessModeTestCases[secondary_user]', '--logcat-on-failure'],
-        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
-        target_module='CtsTestHarnessMode',
-        target_plan=None,
-        bundle='arm',
-        uri='LATEST',
-        use_jdk9=True,
-        timeout=5400)
-
-parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsTetheringTest b/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsTetheringTest
deleted file mode 100644
index 901242a..0000000
--- a/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsTetheringTest
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 2020 The Chromium OS Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-# This file has been automatically generated. Do not edit!
-
-AUTHOR = 'ARC++ Team'
-NAME = 'cheets_CTS_R.11_r2.arm.CtsTetheringTest'
-ATTRIBUTES = 'suite:arc-cts-r'
-DEPENDENCIES = 'arc'
-JOB_RETRIES = 1
-TEST_TYPE = 'server'
-TIME = 'MEDIUM'
-MAX_RESULT_SIZE_KB = 512000
-DOC = 'Run module CtsTetheringTest, CtsTetheringTest[secondary_user] of the Android Compatibility Test Suite (CTS) using arm ABI in the ARC++ container.'
-
-def run_TS(machine):
-    host_list = [hosts.create_host(machine)]
-    job.run_test(
-        'cheets_CTS_R',
-        hosts=host_list,
-        iterations=1,
-        tag='11_r2.arm.CtsTetheringTest',
-        test_name='cheets_CTS_R.11_r2.arm.CtsTetheringTest',
-        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsTetheringTest', '--include-filter', 'CtsTetheringTest[secondary_user]', '--logcat-on-failure'],
-        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
-        target_module='CtsTetheringTest',
-        target_plan=None,
-        bundle='arm',
-        uri='LATEST',
-        use_jdk9=True,
-        timeout=5400)
-
-parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsText b/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsText
deleted file mode 100644
index 77282d0..0000000
--- a/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsText
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 2020 The Chromium OS Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-# This file has been automatically generated. Do not edit!
-
-AUTHOR = 'ARC++ Team'
-NAME = 'cheets_CTS_R.11_r2.arm.CtsText'
-ATTRIBUTES = 'suite:arc-cts-r'
-DEPENDENCIES = 'arc'
-JOB_RETRIES = 1
-TEST_TYPE = 'server'
-TIME = 'MEDIUM'
-MAX_RESULT_SIZE_KB = 512000
-DOC = 'Run module CtsTextClassifierTestCases, CtsTextClassifierTestCases[secondary_user], CtsTextTestCases, CtsTextTestCases[instant], CtsTextTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using arm ABI in the ARC++ container.'
-
-def run_TS(machine):
-    host_list = [hosts.create_host(machine)]
-    job.run_test(
-        'cheets_CTS_R',
-        hosts=host_list,
-        iterations=1,
-        tag='11_r2.arm.CtsText',
-        test_name='cheets_CTS_R.11_r2.arm.CtsText',
-        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsTextClassifierTestCases', '--include-filter', 'CtsTextClassifierTestCases[secondary_user]', '--include-filter', 'CtsTextTestCases', '--include-filter', 'CtsTextTestCases[instant]', '--include-filter', 'CtsTextTestCases[secondary_user]', '--logcat-on-failure'],
-        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
-        target_module='CtsText',
-        target_plan=None,
-        bundle='arm',
-        uri='LATEST',
-        use_jdk9=True,
-        timeout=10800)
-
-parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsTfliteNnapiDelegate b/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsTfliteNnapiDelegate
deleted file mode 100644
index ad92b77..0000000
--- a/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsTfliteNnapiDelegate
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 2020 The Chromium OS Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-# This file has been automatically generated. Do not edit!
-
-AUTHOR = 'ARC++ Team'
-NAME = 'cheets_CTS_R.11_r2.arm.CtsTfliteNnapiDelegate'
-ATTRIBUTES = 'suite:arc-cts-r'
-DEPENDENCIES = 'arc'
-JOB_RETRIES = 1
-TEST_TYPE = 'server'
-TIME = 'MEDIUM'
-MAX_RESULT_SIZE_KB = 512000
-DOC = 'Run module CtsTfliteNnapiDelegateTestCases, CtsTfliteNnapiDelegateTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using arm ABI in the ARC++ container.'
-
-def run_TS(machine):
-    host_list = [hosts.create_host(machine)]
-    job.run_test(
-        'cheets_CTS_R',
-        hosts=host_list,
-        iterations=1,
-        tag='11_r2.arm.CtsTfliteNnapiDelegate',
-        test_name='cheets_CTS_R.11_r2.arm.CtsTfliteNnapiDelegate',
-        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsTfliteNnapiDelegateTestCases', '--include-filter', 'CtsTfliteNnapiDelegateTestCases[secondary_user]', '--logcat-on-failure'],
-        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
-        target_module='CtsTfliteNnapiDelegate',
-        target_plan=None,
-        bundle='arm',
-        uri='LATEST',
-        use_jdk9=True,
-        timeout=5400)
-
-parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsTheme b/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsTheme
deleted file mode 100644
index 1a2511f..0000000
--- a/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsTheme
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 2020 The Chromium OS Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-# This file has been automatically generated. Do not edit!
-
-AUTHOR = 'ARC++ Team'
-NAME = 'cheets_CTS_R.11_r2.arm.CtsTheme'
-ATTRIBUTES = 'suite:arc-cts-r'
-DEPENDENCIES = 'arc'
-JOB_RETRIES = 1
-TEST_TYPE = 'server'
-TIME = 'MEDIUM'
-MAX_RESULT_SIZE_KB = 512000
-DOC = 'Run module CtsThemeDeviceTestCases, CtsThemeDeviceTestCases[secondary_user], CtsThemeHostTestCases, CtsThemeHostTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using arm ABI in the ARC++ container.'
-
-def run_TS(machine):
-    host_list = [hosts.create_host(machine)]
-    job.run_test(
-        'cheets_CTS_R',
-        hosts=host_list,
-        iterations=1,
-        tag='11_r2.arm.CtsTheme',
-        test_name='cheets_CTS_R.11_r2.arm.CtsTheme',
-        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsThemeDeviceTestCases', '--include-filter', 'CtsThemeDeviceTestCases[secondary_user]', '--include-filter', 'CtsThemeHostTestCases', '--include-filter', 'CtsThemeHostTestCases[secondary_user]', '--logcat-on-failure'],
-        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
-        target_module='CtsTheme',
-        target_plan=None,
-        bundle='arm',
-        uri='LATEST',
-        use_jdk9=True,
-        timeout=9000)
-
-parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsThermal b/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsThermal
deleted file mode 100644
index c3a1511..0000000
--- a/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsThermal
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 2020 The Chromium OS Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-# This file has been automatically generated. Do not edit!
-
-AUTHOR = 'ARC++ Team'
-NAME = 'cheets_CTS_R.11_r2.arm.CtsThermal'
-ATTRIBUTES = 'suite:arc-cts-r'
-DEPENDENCIES = 'arc'
-JOB_RETRIES = 1
-TEST_TYPE = 'server'
-TIME = 'MEDIUM'
-MAX_RESULT_SIZE_KB = 512000
-DOC = 'Run module CtsThermalTestCases, CtsThermalTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using arm ABI in the ARC++ container.'
-
-def run_TS(machine):
-    host_list = [hosts.create_host(machine)]
-    job.run_test(
-        'cheets_CTS_R',
-        hosts=host_list,
-        iterations=1,
-        tag='11_r2.arm.CtsThermal',
-        test_name='cheets_CTS_R.11_r2.arm.CtsThermal',
-        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsThermalTestCases', '--include-filter', 'CtsThermalTestCases[secondary_user]', '--logcat-on-failure'],
-        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
-        target_module='CtsThermal',
-        target_plan=None,
-        bundle='arm',
-        uri='LATEST',
-        use_jdk9=True,
-        timeout=5400)
-
-parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsToast b/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsToast
deleted file mode 100644
index 8ee9c0d..0000000
--- a/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsToast
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 2020 The Chromium OS Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-# This file has been automatically generated. Do not edit!
-
-AUTHOR = 'ARC++ Team'
-NAME = 'cheets_CTS_R.11_r2.arm.CtsToast'
-ATTRIBUTES = 'suite:arc-cts-r'
-DEPENDENCIES = 'arc'
-JOB_RETRIES = 1
-TEST_TYPE = 'server'
-TIME = 'MEDIUM'
-MAX_RESULT_SIZE_KB = 512000
-DOC = 'Run module CtsToastLegacyTestCases, CtsToastLegacyTestCases[secondary_user], CtsToastTestCases, CtsToastTestCases[instant], CtsToastTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using arm ABI in the ARC++ container.'
-
-def run_TS(machine):
-    host_list = [hosts.create_host(machine)]
-    job.run_test(
-        'cheets_CTS_R',
-        hosts=host_list,
-        iterations=1,
-        tag='11_r2.arm.CtsToast',
-        test_name='cheets_CTS_R.11_r2.arm.CtsToast',
-        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsToastLegacyTestCases', '--include-filter', 'CtsToastLegacyTestCases[secondary_user]', '--include-filter', 'CtsToastTestCases', '--include-filter', 'CtsToastTestCases[instant]', '--include-filter', 'CtsToastTestCases[secondary_user]', '--logcat-on-failure'],
-        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
-        target_module='CtsToast',
-        target_plan=None,
-        bundle='arm',
-        uri='LATEST',
-        use_jdk9=True,
-        timeout=10800)
-
-parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsTransition b/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsTransition
deleted file mode 100644
index 40d87dd..0000000
--- a/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsTransition
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 2020 The Chromium OS Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-# This file has been automatically generated. Do not edit!
-
-AUTHOR = 'ARC++ Team'
-NAME = 'cheets_CTS_R.11_r2.arm.CtsTransition'
-ATTRIBUTES = 'suite:arc-cts-r'
-DEPENDENCIES = 'arc'
-JOB_RETRIES = 1
-TEST_TYPE = 'server'
-TIME = 'MEDIUM'
-MAX_RESULT_SIZE_KB = 512000
-DOC = 'Run module CtsTransitionTestCases, CtsTransitionTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using arm ABI in the ARC++ container.'
-
-def run_TS(machine):
-    host_list = [hosts.create_host(machine)]
-    job.run_test(
-        'cheets_CTS_R',
-        hosts=host_list,
-        iterations=1,
-        tag='11_r2.arm.CtsTransition',
-        test_name='cheets_CTS_R.11_r2.arm.CtsTransition',
-        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsTransitionTestCases', '--include-filter', 'CtsTransitionTestCases[secondary_user]', '--logcat-on-failure'],
-        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
-        target_module='CtsTransition',
-        target_plan=None,
-        bundle='arm',
-        uri='LATEST',
-        use_jdk9=True,
-        timeout=5400)
-
-parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsTrustedVoiceHost b/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsTrustedVoiceHost
deleted file mode 100644
index b14f1c7..0000000
--- a/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsTrustedVoiceHost
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 2020 The Chromium OS Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-# This file has been automatically generated. Do not edit!
-
-AUTHOR = 'ARC++ Team'
-NAME = 'cheets_CTS_R.11_r2.arm.CtsTrustedVoiceHost'
-ATTRIBUTES = 'suite:arc-cts-r'
-DEPENDENCIES = 'arc'
-JOB_RETRIES = 1
-TEST_TYPE = 'server'
-TIME = 'MEDIUM'
-MAX_RESULT_SIZE_KB = 512000
-DOC = 'Run module CtsTrustedVoiceHostTestCases, CtsTrustedVoiceHostTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using arm ABI in the ARC++ container.'
-
-def run_TS(machine):
-    host_list = [hosts.create_host(machine)]
-    job.run_test(
-        'cheets_CTS_R',
-        hosts=host_list,
-        iterations=1,
-        tag='11_r2.arm.CtsTrustedVoiceHost',
-        test_name='cheets_CTS_R.11_r2.arm.CtsTrustedVoiceHost',
-        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsTrustedVoiceHostTestCases', '--include-filter', 'CtsTrustedVoiceHostTestCases[secondary_user]', '--logcat-on-failure'],
-        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
-        target_module='CtsTrustedVoiceHost',
-        target_plan=None,
-        bundle='arm',
-        uri='LATEST',
-        use_jdk9=True,
-        timeout=5400)
-
-parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsTv b/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsTv
deleted file mode 100644
index f883262..0000000
--- a/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsTv
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 2020 The Chromium OS Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-# This file has been automatically generated. Do not edit!
-
-AUTHOR = 'ARC++ Team'
-NAME = 'cheets_CTS_R.11_r2.arm.CtsTv'
-ATTRIBUTES = 'suite:arc-cts-r'
-DEPENDENCIES = 'arc'
-JOB_RETRIES = 1
-TEST_TYPE = 'server'
-TIME = 'MEDIUM'
-MAX_RESULT_SIZE_KB = 512000
-DOC = 'Run module CtsTvProviderTestCases, CtsTvProviderTestCases[secondary_user], CtsTvTestCases, CtsTvTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using arm ABI in the ARC++ container.'
-
-def run_TS(machine):
-    host_list = [hosts.create_host(machine)]
-    job.run_test(
-        'cheets_CTS_R',
-        hosts=host_list,
-        iterations=1,
-        tag='11_r2.arm.CtsTv',
-        test_name='cheets_CTS_R.11_r2.arm.CtsTv',
-        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsTvProviderTestCases', '--include-filter', 'CtsTvProviderTestCases[secondary_user]', '--include-filter', 'CtsTvTestCases', '--include-filter', 'CtsTvTestCases[secondary_user]', '--logcat-on-failure'],
-        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
-        target_module='CtsTv',
-        target_plan=None,
-        bundle='arm',
-        uri='LATEST',
-        use_jdk9=True,
-        timeout=9000)
-
-parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsUi b/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsUi
deleted file mode 100644
index dc799a6..0000000
--- a/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsUi
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 2020 The Chromium OS Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-# This file has been automatically generated. Do not edit!
-
-AUTHOR = 'ARC++ Team'
-NAME = 'cheets_CTS_R.11_r2.arm.CtsUi'
-ATTRIBUTES = 'suite:arc-cts-r'
-DEPENDENCIES = 'arc'
-JOB_RETRIES = 1
-TEST_TYPE = 'server'
-TIME = 'MEDIUM'
-MAX_RESULT_SIZE_KB = 512000
-DOC = 'Run module CtsUiAutomationTestCases, CtsUiAutomationTestCases[instant], CtsUiAutomationTestCases[secondary_user], CtsUiRenderingTestCases, CtsUiRenderingTestCases27, CtsUiRenderingTestCases27[instant], CtsUiRenderingTestCases27[secondary_user], CtsUiRenderingTestCases[instant], CtsUiRenderingTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using arm ABI in the ARC++ container.'
-
-def run_TS(machine):
-    host_list = [hosts.create_host(machine)]
-    job.run_test(
-        'cheets_CTS_R',
-        hosts=host_list,
-        iterations=1,
-        tag='11_r2.arm.CtsUi',
-        test_name='cheets_CTS_R.11_r2.arm.CtsUi',
-        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsUiAutomationTestCases', '--include-filter', 'CtsUiAutomationTestCases[instant]', '--include-filter', 'CtsUiAutomationTestCases[secondary_user]', '--include-filter', 'CtsUiRenderingTestCases', '--include-filter', 'CtsUiRenderingTestCases27', '--include-filter', 'CtsUiRenderingTestCases27[instant]', '--include-filter', 'CtsUiRenderingTestCases27[secondary_user]', '--include-filter', 'CtsUiRenderingTestCases[instant]', '--include-filter', 'CtsUiRenderingTestCases[secondary_user]', '--logcat-on-failure'],
-        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
-        target_module='CtsUi',
-        target_plan=None,
-        bundle='arm',
-        uri='LATEST',
-        use_jdk9=True,
-        timeout=18000)
-
-parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsUidIsolation b/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsUidIsolation
deleted file mode 100644
index 5045fa5..0000000
--- a/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsUidIsolation
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 2020 The Chromium OS Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-# This file has been automatically generated. Do not edit!
-
-AUTHOR = 'ARC++ Team'
-NAME = 'cheets_CTS_R.11_r2.arm.CtsUidIsolation'
-ATTRIBUTES = 'suite:arc-cts-r'
-DEPENDENCIES = 'arc'
-JOB_RETRIES = 1
-TEST_TYPE = 'server'
-TIME = 'MEDIUM'
-MAX_RESULT_SIZE_KB = 512000
-DOC = 'Run module CtsUidIsolationTestCases, CtsUidIsolationTestCases[instant], CtsUidIsolationTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using arm ABI in the ARC++ container.'
-
-def run_TS(machine):
-    host_list = [hosts.create_host(machine)]
-    job.run_test(
-        'cheets_CTS_R',
-        hosts=host_list,
-        iterations=1,
-        tag='11_r2.arm.CtsUidIsolation',
-        test_name='cheets_CTS_R.11_r2.arm.CtsUidIsolation',
-        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsUidIsolationTestCases', '--include-filter', 'CtsUidIsolationTestCases[instant]', '--include-filter', 'CtsUidIsolationTestCases[secondary_user]', '--logcat-on-failure'],
-        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
-        target_module='CtsUidIsolation',
-        target_plan=None,
-        bundle='arm',
-        uri='LATEST',
-        use_jdk9=True,
-        timeout=7200)
-
-parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsUsageStats b/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsUsageStats
deleted file mode 100644
index 7809bfa..0000000
--- a/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsUsageStats
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 2020 The Chromium OS Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-# This file has been automatically generated. Do not edit!
-
-AUTHOR = 'ARC++ Team'
-NAME = 'cheets_CTS_R.11_r2.arm.CtsUsageStats'
-ATTRIBUTES = 'suite:arc-cts-r'
-DEPENDENCIES = 'arc'
-JOB_RETRIES = 1
-TEST_TYPE = 'server'
-TIME = 'MEDIUM'
-MAX_RESULT_SIZE_KB = 512000
-DOC = 'Run module CtsUsageStatsTestCases, CtsUsageStatsTestCases[instant], CtsUsageStatsTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using arm ABI in the ARC++ container.'
-
-def run_TS(machine):
-    host_list = [hosts.create_host(machine)]
-    job.run_test(
-        'cheets_CTS_R',
-        hosts=host_list,
-        iterations=1,
-        tag='11_r2.arm.CtsUsageStats',
-        test_name='cheets_CTS_R.11_r2.arm.CtsUsageStats',
-        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsUsageStatsTestCases', '--include-filter', 'CtsUsageStatsTestCases[instant]', '--include-filter', 'CtsUsageStatsTestCases[secondary_user]', '--logcat-on-failure'],
-        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
-        target_module='CtsUsageStats',
-        target_plan=None,
-        bundle='arm',
-        uri='LATEST',
-        use_jdk9=True,
-        timeout=7200)
-
-parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsUsb b/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsUsb
deleted file mode 100644
index 98e5245..0000000
--- a/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsUsb
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 2020 The Chromium OS Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-# This file has been automatically generated. Do not edit!
-
-AUTHOR = 'ARC++ Team'
-NAME = 'cheets_CTS_R.11_r2.arm.CtsUsb'
-ATTRIBUTES = 'suite:arc-cts-r'
-DEPENDENCIES = 'arc'
-JOB_RETRIES = 1
-TEST_TYPE = 'server'
-TIME = 'MEDIUM'
-MAX_RESULT_SIZE_KB = 512000
-DOC = 'Run module CtsUsbManagerTestCases, CtsUsbManagerTestCases[secondary_user], CtsUsbTests, CtsUsbTests[instant], CtsUsbTests[secondary_user] of the Android Compatibility Test Suite (CTS) using arm ABI in the ARC++ container.'
-
-def run_TS(machine):
-    host_list = [hosts.create_host(machine)]
-    job.run_test(
-        'cheets_CTS_R',
-        hosts=host_list,
-        iterations=1,
-        tag='11_r2.arm.CtsUsb',
-        test_name='cheets_CTS_R.11_r2.arm.CtsUsb',
-        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsUsbManagerTestCases', '--include-filter', 'CtsUsbManagerTestCases[secondary_user]', '--include-filter', 'CtsUsbTests', '--include-filter', 'CtsUsbTests[instant]', '--include-filter', 'CtsUsbTests[secondary_user]', '--logcat-on-failure'],
-        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
-        target_module='CtsUsb',
-        target_plan=None,
-        bundle='arm',
-        uri='LATEST',
-        use_jdk9=True,
-        timeout=10800)
-
-parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsUserspaceRebootHostSideTestCases b/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsUserspaceRebootHostSideTestCases
deleted file mode 100644
index 53cad42..0000000
--- a/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsUserspaceRebootHostSideTestCases
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 2020 The Chromium OS Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-# This file has been automatically generated. Do not edit!
-
-AUTHOR = 'ARC++ Team'
-NAME = 'cheets_CTS_R.11_r2.arm.CtsUserspaceRebootHostSideTestCases'
-ATTRIBUTES = 'suite:arc-cts-r'
-DEPENDENCIES = 'arc'
-JOB_RETRIES = 1
-TEST_TYPE = 'server'
-TIME = 'MEDIUM'
-MAX_RESULT_SIZE_KB = 512000
-DOC = 'Run module CtsUserspaceRebootHostSideTestCases of the Android Compatibility Test Suite (CTS) using arm ABI in the ARC++ container.'
-
-def run_TS(machine):
-    host_list = [hosts.create_host(machine)]
-    job.run_test(
-        'cheets_CTS_R',
-        hosts=host_list,
-        iterations=1,
-        tag='11_r2.arm.CtsUserspaceRebootHostSideTestCases',
-        test_name='cheets_CTS_R.11_r2.arm.CtsUserspaceRebootHostSideTestCases',
-        run_template=['run', 'commandAndExit', 'cts', '--module', 'CtsUserspaceRebootHostSideTestCases', '--logcat-on-failure'],
-        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
-        target_module='CtsUserspaceRebootHostSideTestCases',
-        target_plan=None,
-        bundle='arm',
-        uri='LATEST',
-        use_jdk9=True,
-        timeout=3600)
-
-parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsUsesLibraryHost b/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsUsesLibraryHost
deleted file mode 100644
index 00fa8f8..0000000
--- a/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsUsesLibraryHost
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 2020 The Chromium OS Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-# This file has been automatically generated. Do not edit!
-
-AUTHOR = 'ARC++ Team'
-NAME = 'cheets_CTS_R.11_r2.arm.CtsUsesLibraryHost'
-ATTRIBUTES = 'suite:arc-cts-r'
-DEPENDENCIES = 'arc'
-JOB_RETRIES = 1
-TEST_TYPE = 'server'
-TIME = 'MEDIUM'
-MAX_RESULT_SIZE_KB = 512000
-DOC = 'Run module CtsUsesLibraryHostTestCases, CtsUsesLibraryHostTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using arm ABI in the ARC++ container.'
-
-def run_TS(machine):
-    host_list = [hosts.create_host(machine)]
-    job.run_test(
-        'cheets_CTS_R',
-        hosts=host_list,
-        iterations=1,
-        tag='11_r2.arm.CtsUsesLibraryHost',
-        test_name='cheets_CTS_R.11_r2.arm.CtsUsesLibraryHost',
-        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsUsesLibraryHostTestCases', '--include-filter', 'CtsUsesLibraryHostTestCases[secondary_user]', '--logcat-on-failure'],
-        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
-        target_module='CtsUsesLibraryHost',
-        target_plan=None,
-        bundle='arm',
-        uri='LATEST',
-        use_jdk9=True,
-        timeout=5400)
-
-parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsUtil b/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsUtil
deleted file mode 100644
index 6cdd289..0000000
--- a/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsUtil
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 2020 The Chromium OS Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-# This file has been automatically generated. Do not edit!
-
-AUTHOR = 'ARC++ Team'
-NAME = 'cheets_CTS_R.11_r2.arm.CtsUtil'
-ATTRIBUTES = 'suite:arc-cts-r'
-DEPENDENCIES = 'arc'
-JOB_RETRIES = 1
-TEST_TYPE = 'server'
-TIME = 'MEDIUM'
-MAX_RESULT_SIZE_KB = 512000
-DOC = 'Run module CtsUtilTestCases, CtsUtilTestCases[instant], CtsUtilTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using arm ABI in the ARC++ container.'
-
-def run_TS(machine):
-    host_list = [hosts.create_host(machine)]
-    job.run_test(
-        'cheets_CTS_R',
-        hosts=host_list,
-        iterations=1,
-        tag='11_r2.arm.CtsUtil',
-        test_name='cheets_CTS_R.11_r2.arm.CtsUtil',
-        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsUtilTestCases', '--include-filter', 'CtsUtilTestCases[instant]', '--include-filter', 'CtsUtilTestCases[secondary_user]', '--logcat-on-failure'],
-        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
-        target_module='CtsUtil',
-        target_plan=None,
-        bundle='arm',
-        uri='LATEST',
-        use_jdk9=True,
-        timeout=7200)
-
-parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsVideo b/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsVideo
deleted file mode 100644
index 0685f5b..0000000
--- a/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsVideo
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 2020 The Chromium OS Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-# This file has been automatically generated. Do not edit!
-
-AUTHOR = 'ARC++ Team'
-NAME = 'cheets_CTS_R.11_r2.arm.CtsVideo'
-ATTRIBUTES = 'suite:arc-cts-r'
-DEPENDENCIES = 'arc'
-JOB_RETRIES = 1
-TEST_TYPE = 'server'
-TIME = 'MEDIUM'
-MAX_RESULT_SIZE_KB = 512000
-DOC = 'Run module CtsVideoTestCases, CtsVideoTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using arm ABI in the ARC++ container.'
-
-def run_TS(machine):
-    host_list = [hosts.create_host(machine)]
-    job.run_test(
-        'cheets_CTS_R',
-        hosts=host_list,
-        iterations=1,
-        tag='11_r2.arm.CtsVideo',
-        test_name='cheets_CTS_R.11_r2.arm.CtsVideo',
-        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsVideoTestCases', '--include-filter', 'CtsVideoTestCases[secondary_user]', '--logcat-on-failure'],
-        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
-        target_module='CtsVideo',
-        target_plan=None,
-        bundle='arm',
-        uri='LATEST',
-        use_jdk9=True,
-        timeout=9000)
-
-parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsView b/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsView
deleted file mode 100644
index 32b57fb..0000000
--- a/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsView
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 2020 The Chromium OS Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-# This file has been automatically generated. Do not edit!
-
-AUTHOR = 'ARC++ Team'
-NAME = 'cheets_CTS_R.11_r2.arm.CtsView'
-ATTRIBUTES = 'suite:arc-cts-r'
-DEPENDENCIES = 'arc'
-JOB_RETRIES = 1
-TEST_TYPE = 'server'
-TIME = 'MEDIUM'
-MAX_RESULT_SIZE_KB = 512000
-DOC = 'Run module CtsViewInspectorAnnotationProcessorTestCases, CtsViewInspectorAnnotationProcessorTestCases[instant], CtsViewInspectorAnnotationProcessorTestCases[secondary_user], CtsViewTestCases, CtsViewTestCasesSdk28, CtsViewTestCasesSdk28[instant], CtsViewTestCasesSdk28[secondary_user], CtsViewTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using arm ABI in the ARC++ container.'
-
-def run_TS(machine):
-    host_list = [hosts.create_host(machine)]
-    job.run_test(
-        'cheets_CTS_R',
-        hosts=host_list,
-        iterations=1,
-        tag='11_r2.arm.CtsView',
-        test_name='cheets_CTS_R.11_r2.arm.CtsView',
-        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsViewInspectorAnnotationProcessorTestCases', '--include-filter', 'CtsViewInspectorAnnotationProcessorTestCases[instant]', '--include-filter', 'CtsViewInspectorAnnotationProcessorTestCases[secondary_user]', '--include-filter', 'CtsViewTestCases', '--include-filter', 'CtsViewTestCasesSdk28', '--include-filter', 'CtsViewTestCasesSdk28[instant]', '--include-filter', 'CtsViewTestCasesSdk28[secondary_user]', '--include-filter', 'CtsViewTestCases[secondary_user]', '--logcat-on-failure'],
-        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
-        target_module='CtsView',
-        target_plan=None,
-        bundle='arm',
-        uri='LATEST',
-        use_jdk9=True,
-        timeout=16200)
-
-parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsVoice b/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsVoice
deleted file mode 100644
index ae8a61a..0000000
--- a/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsVoice
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 2020 The Chromium OS Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-# This file has been automatically generated. Do not edit!
-
-AUTHOR = 'ARC++ Team'
-NAME = 'cheets_CTS_R.11_r2.arm.CtsVoice'
-ATTRIBUTES = 'suite:arc-cts-r'
-DEPENDENCIES = 'arc'
-JOB_RETRIES = 1
-TEST_TYPE = 'server'
-TIME = 'MEDIUM'
-MAX_RESULT_SIZE_KB = 512000
-DOC = 'Run module CtsVoiceInteractionTestCases, CtsVoiceInteractionTestCases[instant], CtsVoiceInteractionTestCases[secondary_user], CtsVoiceSettingsTestCases, CtsVoiceSettingsTestCases[instant], CtsVoiceSettingsTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using arm ABI in the ARC++ container.'
-
-def run_TS(machine):
-    host_list = [hosts.create_host(machine)]
-    job.run_test(
-        'cheets_CTS_R',
-        hosts=host_list,
-        iterations=1,
-        tag='11_r2.arm.CtsVoice',
-        test_name='cheets_CTS_R.11_r2.arm.CtsVoice',
-        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsVoiceInteractionTestCases', '--include-filter', 'CtsVoiceInteractionTestCases[instant]', '--include-filter', 'CtsVoiceInteractionTestCases[secondary_user]', '--include-filter', 'CtsVoiceSettingsTestCases', '--include-filter', 'CtsVoiceSettingsTestCases[instant]', '--include-filter', 'CtsVoiceSettingsTestCases[secondary_user]', '--logcat-on-failure'],
-        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
-        target_module='CtsVoice',
-        target_plan=None,
-        bundle='arm',
-        uri='LATEST',
-        use_jdk9=True,
-        timeout=12600)
-
-parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsVr b/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsVr
deleted file mode 100644
index 1b12888..0000000
--- a/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsVr
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 2020 The Chromium OS Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-# This file has been automatically generated. Do not edit!
-
-AUTHOR = 'ARC++ Team'
-NAME = 'cheets_CTS_R.11_r2.arm.CtsVr'
-ATTRIBUTES = 'suite:arc-cts-r'
-DEPENDENCIES = 'arc'
-JOB_RETRIES = 1
-TEST_TYPE = 'server'
-TIME = 'MEDIUM'
-MAX_RESULT_SIZE_KB = 512000
-DOC = 'Run module CtsVrTestCases, CtsVrTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using arm ABI in the ARC++ container.'
-
-def run_TS(machine):
-    host_list = [hosts.create_host(machine)]
-    job.run_test(
-        'cheets_CTS_R',
-        hosts=host_list,
-        iterations=1,
-        tag='11_r2.arm.CtsVr',
-        test_name='cheets_CTS_R.11_r2.arm.CtsVr',
-        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsVrTestCases', '--include-filter', 'CtsVrTestCases[secondary_user]', '--logcat-on-failure'],
-        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
-        target_module='CtsVr',
-        target_plan=None,
-        bundle='arm',
-        uri='LATEST',
-        use_jdk9=True,
-        timeout=5400)
-
-parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsWebkit b/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsWebkit
deleted file mode 100644
index 39da264..0000000
--- a/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsWebkit
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 2020 The Chromium OS Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-# This file has been automatically generated. Do not edit!
-
-AUTHOR = 'ARC++ Team'
-NAME = 'cheets_CTS_R.11_r2.arm.CtsWebkit'
-ATTRIBUTES = 'suite:arc-cts-r'
-DEPENDENCIES = 'arc'
-JOB_RETRIES = 1
-TEST_TYPE = 'server'
-TIME = 'MEDIUM'
-MAX_RESULT_SIZE_KB = 512000
-DOC = 'Run module CtsWebkitTestCases, CtsWebkitTestCases[instant], CtsWebkitTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using arm ABI in the ARC++ container.'
-
-def run_TS(machine):
-    host_list = [hosts.create_host(machine)]
-    job.run_test(
-        'cheets_CTS_R',
-        hosts=host_list,
-        iterations=1,
-        tag='11_r2.arm.CtsWebkit',
-        test_name='cheets_CTS_R.11_r2.arm.CtsWebkit',
-        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsWebkitTestCases', '--include-filter', 'CtsWebkitTestCases[instant]', '--include-filter', 'CtsWebkitTestCases[secondary_user]', '--logcat-on-failure'],
-        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
-        target_module='CtsWebkit',
-        target_plan=None,
-        bundle='arm',
-        uri='LATEST',
-        use_jdk9=True,
-        timeout=7200)
-
-parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsWidget b/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsWidget
deleted file mode 100644
index ddf7e1f..0000000
--- a/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsWidget
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 2020 The Chromium OS Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-# This file has been automatically generated. Do not edit!
-
-AUTHOR = 'ARC++ Team'
-NAME = 'cheets_CTS_R.11_r2.arm.CtsWidget'
-ATTRIBUTES = 'suite:arc-cts-r'
-DEPENDENCIES = 'arc'
-JOB_RETRIES = 1
-TEST_TYPE = 'server'
-TIME = 'MEDIUM'
-MAX_RESULT_SIZE_KB = 512000
-DOC = 'Run module CtsWidgetTestCases, CtsWidgetTestCases29, CtsWidgetTestCases29[instant], CtsWidgetTestCases29[secondary_user], CtsWidgetTestCases[instant], CtsWidgetTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using arm ABI in the ARC++ container.'
-
-def run_TS(machine):
-    host_list = [hosts.create_host(machine)]
-    job.run_test(
-        'cheets_CTS_R',
-        hosts=host_list,
-        iterations=1,
-        tag='11_r2.arm.CtsWidget',
-        test_name='cheets_CTS_R.11_r2.arm.CtsWidget',
-        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsWidgetTestCases', '--include-filter', 'CtsWidgetTestCases29', '--include-filter', 'CtsWidgetTestCases29[instant]', '--include-filter', 'CtsWidgetTestCases29[secondary_user]', '--include-filter', 'CtsWidgetTestCases[instant]', '--include-filter', 'CtsWidgetTestCases[secondary_user]', '--logcat-on-failure'],
-        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
-        target_module='CtsWidget',
-        target_plan=None,
-        bundle='arm',
-        uri='LATEST',
-        use_jdk9=True,
-        timeout=18000)
-
-parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsWifi b/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsWifi
deleted file mode 100644
index 14836f1..0000000
--- a/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsWifi
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 2020 The Chromium OS Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-# This file has been automatically generated. Do not edit!
-
-AUTHOR = 'ARC++ Team'
-NAME = 'cheets_CTS_R.11_r2.arm.CtsWifi'
-ATTRIBUTES = 'suite:arc-cts-r'
-DEPENDENCIES = 'arc'
-JOB_RETRIES = 1
-TEST_TYPE = 'server'
-TIME = 'MEDIUM'
-MAX_RESULT_SIZE_KB = 512000
-DOC = 'Run module CtsWifiBroadcastsHostTestCases, CtsWifiBroadcastsHostTestCases[instant], CtsWifiBroadcastsHostTestCases[secondary_user], CtsWifiTestCases, CtsWifiTestCases[instant], CtsWifiTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using arm ABI in the ARC++ container.'
-
-def run_TS(machine):
-    host_list = [hosts.create_host(machine)]
-    job.run_test(
-        'cheets_CTS_R',
-        hosts=host_list,
-        iterations=1,
-        tag='11_r2.arm.CtsWifi',
-        test_name='cheets_CTS_R.11_r2.arm.CtsWifi',
-        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsWifiBroadcastsHostTestCases', '--include-filter', 'CtsWifiBroadcastsHostTestCases[instant]', '--include-filter', 'CtsWifiBroadcastsHostTestCases[secondary_user]', '--include-filter', 'CtsWifiTestCases', '--include-filter', 'CtsWifiTestCases[instant]', '--include-filter', 'CtsWifiTestCases[secondary_user]', '--logcat-on-failure'],
-        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
-        target_module='CtsWifi',
-        target_plan=None,
-        bundle='arm',
-        uri='LATEST',
-        use_jdk9=True,
-        timeout=12600)
-
-parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsWindowManager b/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsWindowManager
deleted file mode 100644
index 1a935d2..0000000
--- a/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsWindowManager
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 2020 The Chromium OS Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-# This file has been automatically generated. Do not edit!
-
-AUTHOR = 'ARC++ Team'
-NAME = 'cheets_CTS_R.11_r2.arm.CtsWindowManager'
-ATTRIBUTES = 'suite:arc-cts-r'
-DEPENDENCIES = 'arc'
-JOB_RETRIES = 1
-TEST_TYPE = 'server'
-TIME = 'MEDIUM'
-MAX_RESULT_SIZE_KB = 512000
-DOC = 'Run module CtsWindowManagerDeviceTestCases, CtsWindowManagerDeviceTestCases[secondary_user], CtsWindowManagerJetpackTestCases, CtsWindowManagerJetpackTestCases[secondary_user], CtsWindowManagerSdk25TestCases, CtsWindowManagerSdk25TestCases[secondary_user], CtsWindowManagerSdk28TestCases, CtsWindowManagerSdk28TestCases[secondary_user], CtsWindowManagerSdk29TestCases, CtsWindowManagerSdk29TestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using arm ABI in the ARC++ container.'
-
-def run_TS(machine):
-    host_list = [hosts.create_host(machine)]
-    job.run_test(
-        'cheets_CTS_R',
-        hosts=host_list,
-        iterations=1,
-        tag='11_r2.arm.CtsWindowManager',
-        test_name='cheets_CTS_R.11_r2.arm.CtsWindowManager',
-        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsWindowManagerDeviceTestCases', '--include-filter', 'CtsWindowManagerDeviceTestCases[secondary_user]', '--include-filter', 'CtsWindowManagerJetpackTestCases', '--include-filter', 'CtsWindowManagerJetpackTestCases[secondary_user]', '--include-filter', 'CtsWindowManagerSdk25TestCases', '--include-filter', 'CtsWindowManagerSdk25TestCases[secondary_user]', '--include-filter', 'CtsWindowManagerSdk28TestCases', '--include-filter', 'CtsWindowManagerSdk28TestCases[secondary_user]', '--include-filter', 'CtsWindowManagerSdk29TestCases', '--include-filter', 'CtsWindowManagerSdk29TestCases[secondary_user]', '--logcat-on-failure'],
-        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
-        target_module='CtsWindowManager',
-        target_plan=None,
-        bundle='arm',
-        uri='LATEST',
-        use_jdk9=True,
-        timeout=19800)
-
-parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsWindowManager.A b/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsWindowManager.A
deleted file mode 100644
index a2d0c56..0000000
--- a/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsWindowManager.A
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 2020 The Chromium OS Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-# This file has been automatically generated. Do not edit!
-
-AUTHOR = 'ARC++ Team'
-NAME = 'cheets_CTS_R.11_r2.arm.CtsWindowManager.A'
-ATTRIBUTES = 'suite:arc-cts-r'
-DEPENDENCIES = 'arc'
-JOB_RETRIES = 1
-TEST_TYPE = 'server'
-TIME = 'MEDIUM'
-MAX_RESULT_SIZE_KB = 512000
-DOC = 'Run module CtsWindowManager.A of the Android Compatibility Test Suite (CTS) using arm ABI in the ARC++ container.'
-
-def run_TS(machine):
-    host_list = [hosts.create_host(machine)]
-    job.run_test(
-        'cheets_CTS_R',
-        hosts=host_list,
-        iterations=1,
-        tag='11_r2.arm.CtsWindowManager.A',
-        test_name='cheets_CTS_R.11_r2.arm.CtsWindowManager.A',
-        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsWindowManagerDeviceTestCases android.server.wm.ActivityManagerGetConfigTests', '--include-filter', 'CtsWindowManagerDeviceTestCases android.server.wm.ActivityMetricsLoggerTests', '--include-filter', 'CtsWindowManagerDeviceTestCases android.server.wm.ActivityTaskAffinityTests', '--include-filter', 'CtsWindowManagerDeviceTestCases android.server.wm.ActivityTransitionTests', '--include-filter', 'CtsWindowManagerDeviceTestCases android.server.wm.ActivityViewTest', '--include-filter', 'CtsWindowManagerDeviceTestCases android.server.wm.ActivityVisibilityTests', '--include-filter', 'CtsWindowManagerDeviceTestCases android.server.wm.AddWindowAsUserTest', '--include-filter', 'CtsWindowManagerDeviceTestCases android.server.wm.AlertWindowsAppOpsTests', '--include-filter', 'CtsWindowManagerDeviceTestCases android.server.wm.AlertWindowsImportanceTests', '--include-filter', 'CtsWindowManagerDeviceTestCases android.server.wm.AlertWindowsTests', '--include-filter', 'CtsWindowManagerDeviceTestCases android.server.wm.AmProfileTests', '--include-filter', 'CtsWindowManagerDeviceTestCases android.server.wm.AmStartOptionsTests', '--include-filter', 'CtsWindowManagerDeviceTestCases android.server.wm.AnrTests', '--include-filter', 'CtsWindowManagerDeviceTestCases android.server.wm.AppConfigurationTests', '--include-filter', 'CtsWindowManagerDeviceTestCases android.server.wm.AspectRatioTests', '--include-filter', 'CtsWindowManagerDeviceTestCases android.server.wm.AssistantStackTests', '--logcat-on-failure'],
-        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
-        target_module='CtsWindowManagerDeviceTestCases',
-        target_plan=None,
-        bundle='arm',
-        uri='gs://chromeos-arc-images/cts/bundle/R/android-cts-6922707-linux_x86-arm.zip',
-        use_jdk9=True,
-        timeout=3600)
-
-parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsWindowManager.C b/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsWindowManager.C
deleted file mode 100644
index 16f4e55..0000000
--- a/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsWindowManager.C
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 2020 The Chromium OS Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-# This file has been automatically generated. Do not edit!
-
-AUTHOR = 'ARC++ Team'
-NAME = 'cheets_CTS_R.11_r2.arm.CtsWindowManager.C'
-ATTRIBUTES = 'suite:arc-cts-r'
-DEPENDENCIES = 'arc'
-JOB_RETRIES = 1
-TEST_TYPE = 'server'
-TIME = 'MEDIUM'
-MAX_RESULT_SIZE_KB = 512000
-DOC = 'Run module CtsWindowManager.C of the Android Compatibility Test Suite (CTS) using arm ABI in the ARC++ container.'
-
-def run_TS(machine):
-    host_list = [hosts.create_host(machine)]
-    job.run_test(
-        'cheets_CTS_R',
-        hosts=host_list,
-        iterations=1,
-        tag='11_r2.arm.CtsWindowManager.C',
-        test_name='cheets_CTS_R.11_r2.arm.CtsWindowManager.C',
-        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsWindowManagerDeviceTestCases android.server.wm.CloseOnOutsideTests', '--include-filter', 'CtsWindowManagerDeviceTestCases android.server.wm.ConfigChangeTests', '--include-filter', 'CtsWindowManagerDeviceTestCases android.server.wm.CrossAppDragAndDropTests', '--logcat-on-failure'],
-        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
-        target_module='CtsWindowManagerDeviceTestCases',
-        target_plan=None,
-        bundle='arm',
-        uri='gs://chromeos-arc-images/cts/bundle/R/android-cts-6922707-linux_x86-arm.zip',
-        use_jdk9=True,
-        timeout=3600)
-
-parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsWindowManager.D b/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsWindowManager.D
deleted file mode 100644
index 3f8890b..0000000
--- a/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsWindowManager.D
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 2020 The Chromium OS Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-# This file has been automatically generated. Do not edit!
-
-AUTHOR = 'ARC++ Team'
-NAME = 'cheets_CTS_R.11_r2.arm.CtsWindowManager.D'
-ATTRIBUTES = 'suite:arc-cts-r'
-DEPENDENCIES = 'arc'
-JOB_RETRIES = 1
-TEST_TYPE = 'server'
-TIME = 'MEDIUM'
-MAX_RESULT_SIZE_KB = 512000
-DOC = 'Run module CtsWindowManager.D of the Android Compatibility Test Suite (CTS) using arm ABI in the ARC++ container.'
-
-def run_TS(machine):
-    host_list = [hosts.create_host(machine)]
-    job.run_test(
-        'cheets_CTS_R',
-        hosts=host_list,
-        iterations=1,
-        tag='11_r2.arm.CtsWindowManager.D',
-        test_name='cheets_CTS_R.11_r2.arm.CtsWindowManager.D',
-        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsWindowManagerDeviceTestCases android.server.wm.DecorInsetTests', '--include-filter', 'CtsWindowManagerDeviceTestCases android.server.wm.DeprecatedTargetSdkTest', '--include-filter', 'CtsWindowManagerDeviceTestCases android.server.wm.DialogFrameTests', '--include-filter', 'CtsWindowManagerDeviceTestCases android.server.wm.DisplayCutoutTests', '--include-filter', 'CtsWindowManagerDeviceTestCases android.server.wm.DisplaySizeTest', '--include-filter', 'CtsWindowManagerDeviceTestCases android.server.wm.DisplayTests', '--include-filter', 'CtsWindowManagerDeviceTestCases android.server.wm.DragDropTest', '--include-filter', 'CtsWindowManagerDeviceTestCases android.server.wm.DreamManagerServiceTests', '--logcat-on-failure'],
-        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
-        target_module='CtsWindowManagerDeviceTestCases',
-        target_plan=None,
-        bundle='arm',
-        uri='gs://chromeos-arc-images/cts/bundle/R/android-cts-6922707-linux_x86-arm.zip',
-        use_jdk9=True,
-        timeout=3600)
-
-parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsWindowManager.Ensure b/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsWindowManager.Ensure
deleted file mode 100644
index 899af26..0000000
--- a/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsWindowManager.Ensure
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 2020 The Chromium OS Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-# This file has been automatically generated. Do not edit!
-
-AUTHOR = 'ARC++ Team'
-NAME = 'cheets_CTS_R.11_r2.arm.CtsWindowManager.Ensure'
-ATTRIBUTES = 'suite:arc-cts-r'
-DEPENDENCIES = 'arc'
-JOB_RETRIES = 1
-TEST_TYPE = 'server'
-TIME = 'MEDIUM'
-MAX_RESULT_SIZE_KB = 512000
-DOC = 'Run module CtsWindowManager.Ensure of the Android Compatibility Test Suite (CTS) using arm ABI in the ARC++ container.'
-
-def run_TS(machine):
-    host_list = [hosts.create_host(machine)]
-    job.run_test(
-        'cheets_CTS_R',
-        hosts=host_list,
-        iterations=1,
-        tag='11_r2.arm.CtsWindowManager.Ensure',
-        test_name='cheets_CTS_R.11_r2.arm.CtsWindowManager.Ensure',
-        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsWindowManagerDeviceTestCases android.server.wm.EnsureBarContrastTest', '--logcat-on-failure'],
-        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
-        target_module='CtsWindowManagerDeviceTestCases',
-        target_plan=None,
-        bundle='arm',
-        uri='gs://chromeos-arc-images/cts/bundle/R/android-cts-6922707-linux_x86-arm.zip',
-        use_jdk9=True,
-        timeout=3600)
-
-parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsWindowManager.F b/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsWindowManager.F
deleted file mode 100644
index 013d9dd..0000000
--- a/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsWindowManager.F
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 2020 The Chromium OS Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-# This file has been automatically generated. Do not edit!
-
-AUTHOR = 'ARC++ Team'
-NAME = 'cheets_CTS_R.11_r2.arm.CtsWindowManager.F'
-ATTRIBUTES = 'suite:arc-cts-r'
-DEPENDENCIES = 'arc'
-JOB_RETRIES = 1
-TEST_TYPE = 'server'
-TIME = 'MEDIUM'
-MAX_RESULT_SIZE_KB = 512000
-DOC = 'Run module CtsWindowManager.F of the Android Compatibility Test Suite (CTS) using arm ABI in the ARC++ container.'
-
-def run_TS(machine):
-    host_list = [hosts.create_host(machine)]
-    job.run_test(
-        'cheets_CTS_R',
-        hosts=host_list,
-        iterations=1,
-        tag='11_r2.arm.CtsWindowManager.F',
-        test_name='cheets_CTS_R.11_r2.arm.CtsWindowManager.F',
-        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsWindowManagerDeviceTestCases android.server.wm.ForceRelayoutTest', '--include-filter', 'CtsWindowManagerDeviceTestCases android.server.wm.FreeformWindowingModeTests', '--logcat-on-failure'],
-        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
-        target_module='CtsWindowManagerDeviceTestCases',
-        target_plan=None,
-        bundle='arm',
-        uri='gs://chromeos-arc-images/cts/bundle/R/android-cts-6922707-linux_x86-arm.zip',
-        use_jdk9=True,
-        timeout=3600)
-
-parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsWindowManager.L b/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsWindowManager.L
deleted file mode 100644
index 3be6eb3..0000000
--- a/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsWindowManager.L
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 2020 The Chromium OS Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-# This file has been automatically generated. Do not edit!
-
-AUTHOR = 'ARC++ Team'
-NAME = 'cheets_CTS_R.11_r2.arm.CtsWindowManager.L'
-ATTRIBUTES = 'suite:arc-cts-r'
-DEPENDENCIES = 'arc'
-JOB_RETRIES = 1
-TEST_TYPE = 'server'
-TIME = 'MEDIUM'
-MAX_RESULT_SIZE_KB = 512000
-DOC = 'Run module CtsWindowManager.L of the Android Compatibility Test Suite (CTS) using arm ABI in the ARC++ container.'
-
-def run_TS(machine):
-    host_list = [hosts.create_host(machine)]
-    job.run_test(
-        'cheets_CTS_R',
-        hosts=host_list,
-        iterations=1,
-        tag='11_r2.arm.CtsWindowManager.L',
-        test_name='cheets_CTS_R.11_r2.arm.CtsWindowManager.L',
-        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsWindowManagerDeviceTestCases android.server.wm.LayoutTests', '--include-filter', 'CtsWindowManagerDeviceTestCases android.server.wm.LocationInWindowTests', '--include-filter', 'CtsWindowManagerDeviceTestCases android.server.wm.LocationOnScreenTests', '--logcat-on-failure'],
-        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
-        target_module='CtsWindowManagerDeviceTestCases',
-        target_plan=None,
-        bundle='arm',
-        uri='gs://chromeos-arc-images/cts/bundle/R/android-cts-6922707-linux_x86-arm.zip',
-        use_jdk9=True,
-        timeout=3600)
-
-parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsWindowManager.M b/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsWindowManager.M
deleted file mode 100644
index c6b7a9d..0000000
--- a/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsWindowManager.M
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 2020 The Chromium OS Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-# This file has been automatically generated. Do not edit!
-
-AUTHOR = 'ARC++ Team'
-NAME = 'cheets_CTS_R.11_r2.arm.CtsWindowManager.M'
-ATTRIBUTES = 'suite:arc-cts-r'
-DEPENDENCIES = 'arc'
-JOB_RETRIES = 1
-TEST_TYPE = 'server'
-TIME = 'MEDIUM'
-MAX_RESULT_SIZE_KB = 512000
-DOC = 'Run module CtsWindowManager.M of the Android Compatibility Test Suite (CTS) using arm ABI in the ARC++ container.'
-
-def run_TS(machine):
-    host_list = [hosts.create_host(machine)]
-    job.run_test(
-        'cheets_CTS_R',
-        hosts=host_list,
-        iterations=1,
-        tag='11_r2.arm.CtsWindowManager.M',
-        test_name='cheets_CTS_R.11_r2.arm.CtsWindowManager.M',
-        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsWindowManagerDeviceTestCases android.server.wm.ManifestLayoutTests', '--include-filter', 'CtsWindowManagerDeviceTestCases android.server.wm.MinimalPostProcessingTests', '--include-filter', 'CtsWindowManagerDeviceTestCases android.server.wm.MultiDisplayActivityLaunchTests', '--include-filter', 'CtsWindowManagerDeviceTestCases android.server.wm.MultiDisplayClientTests', '--include-filter', 'CtsWindowManagerDeviceTestCases android.server.wm.MultiDisplayKeyguardTests', '--include-filter', 'CtsWindowManagerDeviceTestCases android.server.wm.MultiDisplayLockedKeyguardTests', '--include-filter', 'CtsWindowManagerDeviceTestCases android.server.wm.MultiDisplayPolicyTests', '--include-filter', 'CtsWindowManagerDeviceTestCases android.server.wm.MultiDisplayPrivateDisplayTests', '--include-filter', 'CtsWindowManagerDeviceTestCases android.server.wm.MultiDisplaySecurityTests', '--include-filter', 'CtsWindowManagerDeviceTestCases android.server.wm.MultiDisplaySystemDecorationTests', '--logcat-on-failure'],
-        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
-        target_module='CtsWindowManagerDeviceTestCases',
-        target_plan=None,
-        bundle='arm',
-        uri='gs://chromeos-arc-images/cts/bundle/R/android-cts-6922707-linux_x86-arm.zip',
-        use_jdk9=True,
-        timeout=3600)
-
-parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsWindowManager.Override b/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsWindowManager.Override
deleted file mode 100644
index 15cb3dc..0000000
--- a/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsWindowManager.Override
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 2020 The Chromium OS Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-# This file has been automatically generated. Do not edit!
-
-AUTHOR = 'ARC++ Team'
-NAME = 'cheets_CTS_R.11_r2.arm.CtsWindowManager.Override'
-ATTRIBUTES = 'suite:arc-cts-r'
-DEPENDENCIES = 'arc'
-JOB_RETRIES = 1
-TEST_TYPE = 'server'
-TIME = 'MEDIUM'
-MAX_RESULT_SIZE_KB = 512000
-DOC = 'Run module CtsWindowManager.Override of the Android Compatibility Test Suite (CTS) using arm ABI in the ARC++ container.'
-
-def run_TS(machine):
-    host_list = [hosts.create_host(machine)]
-    job.run_test(
-        'cheets_CTS_R',
-        hosts=host_list,
-        iterations=1,
-        tag='11_r2.arm.CtsWindowManager.Override',
-        test_name='cheets_CTS_R.11_r2.arm.CtsWindowManager.Override',
-        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsWindowManagerDeviceTestCases android.server.wm.OverrideConfigTests', '--logcat-on-failure'],
-        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
-        target_module='CtsWindowManagerDeviceTestCases',
-        target_plan=None,
-        bundle='arm',
-        uri='gs://chromeos-arc-images/cts/bundle/R/android-cts-6922707-linux_x86-arm.zip',
-        use_jdk9=True,
-        timeout=3600)
-
-parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsWindowManager.P b/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsWindowManager.P
deleted file mode 100644
index fb6edb0..0000000
--- a/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsWindowManager.P
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 2020 The Chromium OS Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-# This file has been automatically generated. Do not edit!
-
-AUTHOR = 'ARC++ Team'
-NAME = 'cheets_CTS_R.11_r2.arm.CtsWindowManager.P'
-ATTRIBUTES = 'suite:arc-cts-r'
-DEPENDENCIES = 'arc'
-JOB_RETRIES = 1
-TEST_TYPE = 'server'
-TIME = 'MEDIUM'
-MAX_RESULT_SIZE_KB = 512000
-DOC = 'Run module CtsWindowManager.P of the Android Compatibility Test Suite (CTS) using arm ABI in the ARC++ container.'
-
-def run_TS(machine):
-    host_list = [hosts.create_host(machine)]
-    job.run_test(
-        'cheets_CTS_R',
-        hosts=host_list,
-        iterations=1,
-        tag='11_r2.arm.CtsWindowManager.P',
-        test_name='cheets_CTS_R.11_r2.arm.CtsWindowManager.P',
-        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsWindowManagerDeviceTestCases android.server.wm.PinnedStackTests', '--include-filter', 'CtsWindowManagerDeviceTestCases android.server.wm.PrereleaseSdkTest', '--include-filter', 'CtsWindowManagerDeviceTestCases android.server.wm.PresentationTest', '--logcat-on-failure'],
-        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
-        target_module='CtsWindowManagerDeviceTestCases',
-        target_plan=None,
-        bundle='arm',
-        uri='gs://chromeos-arc-images/cts/bundle/R/android-cts-6922707-linux_x86-arm.zip',
-        use_jdk9=True,
-        timeout=3600)
-
-parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsWindowManager.R b/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsWindowManager.R
deleted file mode 100644
index 26e386f..0000000
--- a/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsWindowManager.R
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 2020 The Chromium OS Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-# This file has been automatically generated. Do not edit!
-
-AUTHOR = 'ARC++ Team'
-NAME = 'cheets_CTS_R.11_r2.arm.CtsWindowManager.R'
-ATTRIBUTES = 'suite:arc-cts-r'
-DEPENDENCIES = 'arc'
-JOB_RETRIES = 1
-TEST_TYPE = 'server'
-TIME = 'MEDIUM'
-MAX_RESULT_SIZE_KB = 512000
-DOC = 'Run module CtsWindowManager.R of the Android Compatibility Test Suite (CTS) using arm ABI in the ARC++ container.'
-
-def run_TS(machine):
-    host_list = [hosts.create_host(machine)]
-    job.run_test(
-        'cheets_CTS_R',
-        hosts=host_list,
-        iterations=1,
-        tag='11_r2.arm.CtsWindowManager.R',
-        test_name='cheets_CTS_R.11_r2.arm.CtsWindowManager.R',
-        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsWindowManagerDeviceTestCases android.server.wm.ReplaceWindowTests', '--include-filter', 'CtsWindowManagerDeviceTestCases android.server.wm.RobustnessTests', '--logcat-on-failure'],
-        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
-        target_module='CtsWindowManagerDeviceTestCases',
-        target_plan=None,
-        bundle='arm',
-        uri='gs://chromeos-arc-images/cts/bundle/R/android-cts-6922707-linux_x86-arm.zip',
-        use_jdk9=True,
-        timeout=3600)
-
-parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsWindowManager.S b/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsWindowManager.S
deleted file mode 100644
index f8194dc..0000000
--- a/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsWindowManager.S
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 2020 The Chromium OS Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-# This file has been automatically generated. Do not edit!
-
-AUTHOR = 'ARC++ Team'
-NAME = 'cheets_CTS_R.11_r2.arm.CtsWindowManager.S'
-ATTRIBUTES = 'suite:arc-cts-r'
-DEPENDENCIES = 'arc'
-JOB_RETRIES = 1
-TEST_TYPE = 'server'
-TIME = 'MEDIUM'
-MAX_RESULT_SIZE_KB = 512000
-DOC = 'Run module CtsWindowManager.S of the Android Compatibility Test Suite (CTS) using arm ABI in the ARC++ container.'
-
-def run_TS(machine):
-    host_list = [hosts.create_host(machine)]
-    job.run_test(
-        'cheets_CTS_R',
-        hosts=host_list,
-        iterations=1,
-        tag='11_r2.arm.CtsWindowManager.S',
-        test_name='cheets_CTS_R.11_r2.arm.CtsWindowManager.S',
-        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsWindowManagerDeviceTestCases android.server.wm.SplashscreenTests', '--include-filter', 'CtsWindowManagerDeviceTestCases android.server.wm.SplitScreenTests', '--include-filter', 'CtsWindowManagerDeviceTestCases android.server.wm.StartActivityAsUserTests', '--include-filter', 'CtsWindowManagerDeviceTestCases android.server.wm.StartActivityTests', '--include-filter', 'CtsWindowManagerDeviceTestCases android.server.wm.SurfaceControlTest', '--include-filter', 'CtsWindowManagerDeviceTestCases android.server.wm.SurfaceControlViewHostTests', '--include-filter', 'CtsWindowManagerDeviceTestCases android.server.wm.SurfaceViewSurfaceValidatorTest', '--include-filter', 'CtsWindowManagerDeviceTestCases android.server.wm.SurfaceViewTest', '--logcat-on-failure'],
-        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
-        target_module='CtsWindowManagerDeviceTestCases',
-        target_plan=None,
-        bundle='arm',
-        uri='gs://chromeos-arc-images/cts/bundle/R/android-cts-6922707-linux_x86-arm.zip',
-        use_jdk9=True,
-        timeout=3600)
-
-parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsWindowManager.T b/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsWindowManager.T
deleted file mode 100644
index 20a0928..0000000
--- a/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsWindowManager.T
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 2020 The Chromium OS Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-# This file has been automatically generated. Do not edit!
-
-AUTHOR = 'ARC++ Team'
-NAME = 'cheets_CTS_R.11_r2.arm.CtsWindowManager.T'
-ATTRIBUTES = 'suite:arc-cts-r'
-DEPENDENCIES = 'arc'
-JOB_RETRIES = 1
-TEST_TYPE = 'server'
-TIME = 'MEDIUM'
-MAX_RESULT_SIZE_KB = 512000
-DOC = 'Run module CtsWindowManager.T of the Android Compatibility Test Suite (CTS) using arm ABI in the ARC++ container.'
-
-def run_TS(machine):
-    host_list = [hosts.create_host(machine)]
-    job.run_test(
-        'cheets_CTS_R',
-        hosts=host_list,
-        iterations=1,
-        tag='11_r2.arm.CtsWindowManager.T',
-        test_name='cheets_CTS_R.11_r2.arm.CtsWindowManager.T',
-        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsWindowManagerDeviceTestCases android.server.wm.ToastWindowTest', '--include-filter', 'CtsWindowManagerDeviceTestCases android.server.wm.TransitionSelectionTests', '--logcat-on-failure'],
-        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
-        target_module='CtsWindowManagerDeviceTestCases',
-        target_plan=None,
-        bundle='arm',
-        uri='gs://chromeos-arc-images/cts/bundle/R/android-cts-6922707-linux_x86-arm.zip',
-        use_jdk9=True,
-        timeout=3600)
-
-parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsWindowManager.Window b/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsWindowManager.Window
deleted file mode 100644
index ead84e5..0000000
--- a/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsWindowManager.Window
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 2020 The Chromium OS Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-# This file has been automatically generated. Do not edit!
-
-AUTHOR = 'ARC++ Team'
-NAME = 'cheets_CTS_R.11_r2.arm.CtsWindowManager.Window'
-ATTRIBUTES = 'suite:arc-cts-r'
-DEPENDENCIES = 'arc'
-JOB_RETRIES = 1
-TEST_TYPE = 'server'
-TIME = 'MEDIUM'
-MAX_RESULT_SIZE_KB = 512000
-DOC = 'Run module CtsWindowManager.Window of the Android Compatibility Test Suite (CTS) using arm ABI in the ARC++ container.'
-
-def run_TS(machine):
-    host_list = [hosts.create_host(machine)]
-    job.run_test(
-        'cheets_CTS_R',
-        hosts=host_list,
-        iterations=1,
-        tag='11_r2.arm.CtsWindowManager.Window',
-        test_name='cheets_CTS_R.11_r2.arm.CtsWindowManager.Window',
-        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsWindowManagerDeviceTestCases android.server.wm.WindowContextPolicyTests', '--include-filter', 'CtsWindowManagerDeviceTestCases android.server.wm.WindowContextTests', '--include-filter', 'CtsWindowManagerDeviceTestCases android.server.wm.WindowFocusTests', '--include-filter', 'CtsWindowManagerDeviceTestCases android.server.wm.WindowInputTests', '--include-filter', 'CtsWindowManagerDeviceTestCases android.server.wm.WindowInsetsAnimationCallbackTests', '--include-filter', 'CtsWindowManagerDeviceTestCases android.server.wm.WindowInsetsAnimationControllerTests', '--include-filter', 'CtsWindowManagerDeviceTestCases android.server.wm.WindowInsetsAnimationImeTests', '--include-filter', 'CtsWindowManagerDeviceTestCases android.server.wm.WindowInsetsAnimationSynchronicityTests', '--include-filter', 'CtsWindowManagerDeviceTestCases android.server.wm.WindowInsetsAnimationTests', '--include-filter', 'CtsWindowManagerDeviceTestCases android.server.wm.WindowInsetsControllerTests', '--include-filter', 'CtsWindowManagerDeviceTestCases android.server.wm.WindowInsetsLayoutTests', '--include-filter', 'CtsWindowManagerDeviceTestCases android.server.wm.WindowInsetsPolicyTest', '--include-filter', 'CtsWindowManagerDeviceTestCases android.server.wm.WindowInsetsTest', '--include-filter', 'CtsWindowManagerDeviceTestCases android.server.wm.WindowManager_BadTokenExceptionTest', '--include-filter', 'CtsWindowManagerDeviceTestCases android.server.wm.WindowManager_LayoutParamsTest', '--include-filter', 'CtsWindowManagerDeviceTestCases android.server.wm.WindowMetricsTests', '--include-filter', 'CtsWindowManagerDeviceTestCases android.server.wm.WindowTest', '--logcat-on-failure'],
-        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
-        target_module='CtsWindowManagerDeviceTestCases',
-        target_plan=None,
-        bundle='arm',
-        uri='gs://chromeos-arc-images/cts/bundle/R/android-cts-6922707-linux_x86-arm.zip',
-        use_jdk9=True,
-        timeout=3600)
-
-parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsWindowManager.intent b/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsWindowManager.intent
deleted file mode 100644
index a776a22..0000000
--- a/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsWindowManager.intent
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 2020 The Chromium OS Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-# This file has been automatically generated. Do not edit!
-
-AUTHOR = 'ARC++ Team'
-NAME = 'cheets_CTS_R.11_r2.arm.CtsWindowManager.intent'
-ATTRIBUTES = 'suite:arc-cts-r'
-DEPENDENCIES = 'arc'
-JOB_RETRIES = 1
-TEST_TYPE = 'server'
-TIME = 'MEDIUM'
-MAX_RESULT_SIZE_KB = 512000
-DOC = 'Run module CtsWindowManager.intent of the Android Compatibility Test Suite (CTS) using arm ABI in the ARC++ container.'
-
-def run_TS(machine):
-    host_list = [hosts.create_host(machine)]
-    job.run_test(
-        'cheets_CTS_R',
-        hosts=host_list,
-        iterations=1,
-        tag='11_r2.arm.CtsWindowManager.intent',
-        test_name='cheets_CTS_R.11_r2.arm.CtsWindowManager.intent',
-        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsWindowManagerDeviceTestCases android.server.wm.intent.IntentGenerationTests', '--include-filter', 'CtsWindowManagerDeviceTestCases android.server.wm.intent.IntentTests', '--logcat-on-failure'],
-        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
-        target_module='CtsWindowManagerDeviceTestCases',
-        target_plan=None,
-        bundle='arm',
-        uri='gs://chromeos-arc-images/cts/bundle/R/android-cts-6922707-linux_x86-arm.zip',
-        use_jdk9=True,
-        timeout=3600)
-
-parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsWindowManager.lifecycle b/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsWindowManager.lifecycle
deleted file mode 100644
index 9a94443..0000000
--- a/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsWindowManager.lifecycle
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 2020 The Chromium OS Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-# This file has been automatically generated. Do not edit!
-
-AUTHOR = 'ARC++ Team'
-NAME = 'cheets_CTS_R.11_r2.arm.CtsWindowManager.lifecycle'
-ATTRIBUTES = 'suite:arc-cts-r'
-DEPENDENCIES = 'arc'
-JOB_RETRIES = 1
-TEST_TYPE = 'server'
-TIME = 'MEDIUM'
-MAX_RESULT_SIZE_KB = 512000
-DOC = 'Run module CtsWindowManager.lifecycle of the Android Compatibility Test Suite (CTS) using arm ABI in the ARC++ container.'
-
-def run_TS(machine):
-    host_list = [hosts.create_host(machine)]
-    job.run_test(
-        'cheets_CTS_R',
-        hosts=host_list,
-        iterations=1,
-        tag='11_r2.arm.CtsWindowManager.lifecycle',
-        test_name='cheets_CTS_R.11_r2.arm.CtsWindowManager.lifecycle',
-        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsWindowManagerDeviceTestCases android.server.wm.lifecycle.ActivityLifecycleFreeformTests', '--include-filter', 'CtsWindowManagerDeviceTestCases android.server.wm.lifecycle.ActivityLifecycleKeyguardTests', '--include-filter', 'CtsWindowManagerDeviceTestCases android.server.wm.lifecycle.ActivityLifecyclePipTests', '--include-filter', 'CtsWindowManagerDeviceTestCases android.server.wm.lifecycle.ActivityLifecycleSplitScreenTests', '--include-filter', 'CtsWindowManagerDeviceTestCases android.server.wm.lifecycle.ActivityLifecycleTests', '--include-filter', 'CtsWindowManagerDeviceTestCases android.server.wm.lifecycle.ActivityLifecycleTopResumedStateTests', '--include-filter', 'CtsWindowManagerDeviceTestCases android.server.wm.lifecycle.ActivityStarterTests', '--include-filter', 'CtsWindowManagerDeviceTestCases android.server.wm.lifecycle.ActivityTests', '--logcat-on-failure'],
-        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
-        target_module='CtsWindowManagerDeviceTestCases',
-        target_plan=None,
-        bundle='arm',
-        uri='gs://chromeos-arc-images/cts/bundle/R/android-cts-6922707-linux_x86-arm.zip',
-        use_jdk9=True,
-        timeout=3600)
-
-parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsWrap b/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsWrap
deleted file mode 100644
index 3336f82..0000000
--- a/server/site_tests/cheets_CTS_R/control.11_r2.arm.CtsWrap
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 2020 The Chromium OS Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-# This file has been automatically generated. Do not edit!
-
-AUTHOR = 'ARC++ Team'
-NAME = 'cheets_CTS_R.11_r2.arm.CtsWrap'
-ATTRIBUTES = 'suite:arc-cts-r'
-DEPENDENCIES = 'arc'
-JOB_RETRIES = 1
-TEST_TYPE = 'server'
-TIME = 'MEDIUM'
-MAX_RESULT_SIZE_KB = 512000
-DOC = 'Run module CtsWrapNoWrapTestCases, CtsWrapNoWrapTestCases[secondary_user], CtsWrapWrapDebugMallocDebugTestCases, CtsWrapWrapDebugMallocDebugTestCases[secondary_user], CtsWrapWrapDebugTestCases, CtsWrapWrapDebugTestCases[secondary_user], CtsWrapWrapNoDebugTestCases, CtsWrapWrapNoDebugTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using arm ABI in the ARC++ container.'
-
-def run_TS(machine):
-    host_list = [hosts.create_host(machine)]
-    job.run_test(
-        'cheets_CTS_R',
-        hosts=host_list,
-        iterations=1,
-        tag='11_r2.arm.CtsWrap',
-        test_name='cheets_CTS_R.11_r2.arm.CtsWrap',
-        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsWrapNoWrapTestCases', '--include-filter', 'CtsWrapNoWrapTestCases[secondary_user]', '--include-filter', 'CtsWrapWrapDebugMallocDebugTestCases', '--include-filter', 'CtsWrapWrapDebugMallocDebugTestCases[secondary_user]', '--include-filter', 'CtsWrapWrapDebugTestCases', '--include-filter', 'CtsWrapWrapDebugTestCases[secondary_user]', '--include-filter', 'CtsWrapWrapNoDebugTestCases', '--include-filter', 'CtsWrapWrapNoDebugTestCases[secondary_user]', '--logcat-on-failure'],
-        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
-        target_module='CtsWrap',
-        target_plan=None,
-        bundle='arm',
-        uri='LATEST',
-        use_jdk9=True,
-        timeout=16200)
-
-parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r2.arm.LegacyStorageTest b/server/site_tests/cheets_CTS_R/control.11_r2.arm.LegacyStorageTest
deleted file mode 100644
index bf64fde..0000000
--- a/server/site_tests/cheets_CTS_R/control.11_r2.arm.LegacyStorageTest
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 2020 The Chromium OS Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-# This file has been automatically generated. Do not edit!
-
-AUTHOR = 'ARC++ Team'
-NAME = 'cheets_CTS_R.11_r2.arm.LegacyStorageTest'
-ATTRIBUTES = 'suite:arc-cts-r'
-DEPENDENCIES = 'arc'
-JOB_RETRIES = 1
-TEST_TYPE = 'server'
-TIME = 'MEDIUM'
-MAX_RESULT_SIZE_KB = 512000
-DOC = 'Run module LegacyStorageTest, LegacyStorageTest[instant] of the Android Compatibility Test Suite (CTS) using arm ABI in the ARC++ container.'
-
-def run_TS(machine):
-    host_list = [hosts.create_host(machine)]
-    job.run_test(
-        'cheets_CTS_R',
-        hosts=host_list,
-        iterations=1,
-        tag='11_r2.arm.LegacyStorageTest',
-        test_name='cheets_CTS_R.11_r2.arm.LegacyStorageTest',
-        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'LegacyStorageTest', '--include-filter', 'LegacyStorageTest[instant]', '--logcat-on-failure'],
-        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
-        target_module='LegacyStorageTest',
-        target_plan=None,
-        bundle='arm',
-        uri='LATEST',
-        use_jdk9=True,
-        timeout=5400)
-
-parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r2.arm.ScopedStorageTest b/server/site_tests/cheets_CTS_R/control.11_r2.arm.ScopedStorageTest
deleted file mode 100644
index 7687173..0000000
--- a/server/site_tests/cheets_CTS_R/control.11_r2.arm.ScopedStorageTest
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 2020 The Chromium OS Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-# This file has been automatically generated. Do not edit!
-
-AUTHOR = 'ARC++ Team'
-NAME = 'cheets_CTS_R.11_r2.arm.ScopedStorageTest'
-ATTRIBUTES = 'suite:arc-cts-r'
-DEPENDENCIES = 'arc'
-JOB_RETRIES = 1
-TEST_TYPE = 'server'
-TIME = 'MEDIUM'
-MAX_RESULT_SIZE_KB = 512000
-DOC = 'Run module ScopedStorageTest, ScopedStorageTest[instant] of the Android Compatibility Test Suite (CTS) using arm ABI in the ARC++ container.'
-
-def run_TS(machine):
-    host_list = [hosts.create_host(machine)]
-    job.run_test(
-        'cheets_CTS_R',
-        hosts=host_list,
-        iterations=1,
-        tag='11_r2.arm.ScopedStorageTest',
-        test_name='cheets_CTS_R.11_r2.arm.ScopedStorageTest',
-        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'ScopedStorageTest', '--include-filter', 'ScopedStorageTest[instant]', '--logcat-on-failure'],
-        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
-        target_module='ScopedStorageTest',
-        target_plan=None,
-        bundle='arm',
-        uri='LATEST',
-        use_jdk9=True,
-        timeout=5400)
-
-parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r2.arm.cts-system-all.api b/server/site_tests/cheets_CTS_R/control.11_r2.arm.cts-system-all.api
deleted file mode 100644
index 0951dc0..0000000
--- a/server/site_tests/cheets_CTS_R/control.11_r2.arm.cts-system-all.api
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 2020 The Chromium OS Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-# This file has been automatically generated. Do not edit!
-
-AUTHOR = 'ARC++ Team'
-NAME = 'cheets_CTS_R.11_r2.arm.cts-system-all.api'
-ATTRIBUTES = 'suite:arc-cts-r'
-DEPENDENCIES = 'arc'
-JOB_RETRIES = 1
-TEST_TYPE = 'server'
-TIME = 'MEDIUM'
-MAX_RESULT_SIZE_KB = 512000
-DOC = 'Run module cts-system-all.api of the Android Compatibility Test Suite (CTS) using arm ABI in the ARC++ container.'
-
-def run_TS(machine):
-    host_list = [hosts.create_host(machine)]
-    job.run_test(
-        'cheets_CTS_R',
-        hosts=host_list,
-        iterations=1,
-        tag='11_r2.arm.cts-system-all.api',
-        test_name='cheets_CTS_R.11_r2.arm.cts-system-all.api',
-        run_template=['run', 'commandAndExit', 'cts', '--module', 'cts-system-all.api', '--logcat-on-failure'],
-        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
-        target_module='cts-system-all.api',
-        target_plan=None,
-        bundle='arm',
-        uri='LATEST',
-        use_jdk9=True,
-        timeout=3600)
-
-parallel_simple(run_TS, machines)
diff --git "a/server/site_tests/cheets_CTS_R/control.11_r2.arm.cts-system-all.api\133instant\135" "b/server/site_tests/cheets_CTS_R/control.11_r2.arm.cts-system-all.api\133instant\135"
deleted file mode 100644
index 78dce4c..0000000
--- "a/server/site_tests/cheets_CTS_R/control.11_r2.arm.cts-system-all.api\133instant\135"
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 2020 The Chromium OS Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-# This file has been automatically generated. Do not edit!
-
-AUTHOR = 'ARC++ Team'
-NAME = 'cheets_CTS_R.11_r2.arm.cts-system-all.api[instant]'
-ATTRIBUTES = 'suite:arc-cts-r'
-DEPENDENCIES = 'arc'
-JOB_RETRIES = 1
-TEST_TYPE = 'server'
-TIME = 'MEDIUM'
-MAX_RESULT_SIZE_KB = 512000
-DOC = 'Run module cts-system-all.api[instant] of the Android Compatibility Test Suite (CTS) using arm ABI in the ARC++ container.'
-
-def run_TS(machine):
-    host_list = [hosts.create_host(machine)]
-    job.run_test(
-        'cheets_CTS_R',
-        hosts=host_list,
-        iterations=1,
-        tag='11_r2.arm.cts-system-all.api[instant]',
-        test_name='cheets_CTS_R.11_r2.arm.cts-system-all.api[instant]',
-        run_template=['run', 'commandAndExit', 'cts', '--module', 'cts-system-all.api[instant]', '--logcat-on-failure'],
-        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
-        target_module='cts-system-all.api[instant]',
-        target_plan=None,
-        bundle='arm',
-        uri='LATEST',
-        use_jdk9=True,
-        timeout=3600)
-
-parallel_simple(run_TS, machines)
diff --git "a/server/site_tests/cheets_CTS_R/control.11_r2.arm.cts-system-all.api\133secondary_user\135" "b/server/site_tests/cheets_CTS_R/control.11_r2.arm.cts-system-all.api\133secondary_user\135"
deleted file mode 100644
index 9901c66..0000000
--- "a/server/site_tests/cheets_CTS_R/control.11_r2.arm.cts-system-all.api\133secondary_user\135"
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 2020 The Chromium OS Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-# This file has been automatically generated. Do not edit!
-
-AUTHOR = 'ARC++ Team'
-NAME = 'cheets_CTS_R.11_r2.arm.cts-system-all.api[secondary_user]'
-ATTRIBUTES = 'suite:arc-cts-r'
-DEPENDENCIES = 'arc'
-JOB_RETRIES = 1
-TEST_TYPE = 'server'
-TIME = 'MEDIUM'
-MAX_RESULT_SIZE_KB = 512000
-DOC = 'Run module cts-system-all.api[secondary_user] of the Android Compatibility Test Suite (CTS) using arm ABI in the ARC++ container.'
-
-def run_TS(machine):
-    host_list = [hosts.create_host(machine)]
-    job.run_test(
-        'cheets_CTS_R',
-        hosts=host_list,
-        iterations=1,
-        tag='11_r2.arm.cts-system-all.api[secondary_user]',
-        test_name='cheets_CTS_R.11_r2.arm.cts-system-all.api[secondary_user]',
-        run_template=['run', 'commandAndExit', 'cts', '--module', 'cts-system-all.api[secondary_user]', '--logcat-on-failure'],
-        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
-        target_module='cts-system-all.api[secondary_user]',
-        target_plan=None,
-        bundle='arm',
-        uri='LATEST',
-        use_jdk9=True,
-        timeout=3600)
-
-parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r2.arm.signed-Cts b/server/site_tests/cheets_CTS_R/control.11_r2.arm.signed-Cts
deleted file mode 100644
index 139d2ba..0000000
--- a/server/site_tests/cheets_CTS_R/control.11_r2.arm.signed-Cts
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 2020 The Chromium OS Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-# This file has been automatically generated. Do not edit!
-
-AUTHOR = 'ARC++ Team'
-NAME = 'cheets_CTS_R.11_r2.arm.signed-Cts'
-ATTRIBUTES = 'suite:arc-cts-r'
-DEPENDENCIES = 'arc'
-JOB_RETRIES = 1
-TEST_TYPE = 'server'
-TIME = 'MEDIUM'
-MAX_RESULT_SIZE_KB = 512000
-DOC = 'Run module signed-CtsOmapiTestCases, signed-CtsOmapiTestCases[secondary_user], signed-CtsSecureElementAccessControlTestCases1, signed-CtsSecureElementAccessControlTestCases1[secondary_user], signed-CtsSecureElementAccessControlTestCases2, signed-CtsSecureElementAccessControlTestCases2[secondary_user], signed-CtsSecureElementAccessControlTestCases3, signed-CtsSecureElementAccessControlTestCases3[secondary_user] of the Android Compatibility Test Suite (CTS) using arm ABI in the ARC++ container.'
-
-def run_TS(machine):
-    host_list = [hosts.create_host(machine)]
-    job.run_test(
-        'cheets_CTS_R',
-        hosts=host_list,
-        iterations=1,
-        tag='11_r2.arm.signed-Cts',
-        test_name='cheets_CTS_R.11_r2.arm.signed-Cts',
-        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'signed-CtsOmapiTestCases', '--include-filter', 'signed-CtsOmapiTestCases[secondary_user]', '--include-filter', 'signed-CtsSecureElementAccessControlTestCases1', '--include-filter', 'signed-CtsSecureElementAccessControlTestCases1[secondary_user]', '--include-filter', 'signed-CtsSecureElementAccessControlTestCases2', '--include-filter', 'signed-CtsSecureElementAccessControlTestCases2[secondary_user]', '--include-filter', 'signed-CtsSecureElementAccessControlTestCases3', '--include-filter', 'signed-CtsSecureElementAccessControlTestCases3[secondary_user]', '--logcat-on-failure'],
-        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
-        target_module='signed-Cts',
-        target_plan=None,
-        bundle='arm',
-        uri='LATEST',
-        use_jdk9=True,
-        timeout=16200)
-
-parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r2.arm.tradefed-run-collect-tests-only-internal b/server/site_tests/cheets_CTS_R/control.11_r2.arm.tradefed-run-collect-tests-only-internal
deleted file mode 100644
index 408af66..0000000
--- a/server/site_tests/cheets_CTS_R/control.11_r2.arm.tradefed-run-collect-tests-only-internal
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 2020 The Chromium OS Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-# This file has been automatically generated. Do not edit!
-
-AUTHOR = 'ARC++ Team'
-NAME = 'cheets_CTS_R.11_r2.arm.tradefed-run-collect-tests-only-internal'
-ATTRIBUTES = 'suite:arc-cts-r'
-DEPENDENCIES = 'arc'
-JOB_RETRIES = 0
-TEST_TYPE = 'server'
-TIME = 'LENGTHY'
-MAX_RESULT_SIZE_KB = 1024000
-DOC = 'Run all of the Android Compatibility Test Suite (CTS) using arm ABI in the ARC++ container.'
-
-def run_TS(machine):
-    host_list = [hosts.create_host(machine)]
-    job.run_test(
-        'cheets_CTS_R',
-        hosts=host_list,
-        iterations=1,
-        max_retry=0,
-        tag='11_r2.arm.tradefed-run-collect-tests-only-internal',
-        test_name='cheets_CTS_R.11_r2.arm.tradefed-run-collect-tests-only-internal',
-        run_template=['run', 'commandAndExit', 'collect-tests-only', '--disable-reboot', '--module-arg', 'CtsMediaTestCases:skip-media-download:true', '--module-arg', 'CtsMediaStressTestCases:skip-media-download:true', '--module-arg', 'CtsMediaBitstreamsTestCases:skip-media-download:true'],
-        retry_template=None,
-        target_module=None,
-        target_plan=None,
-        bundle='arm',
-        uri='LATEST',
-        use_jdk9=True,
-        timeout=9000)
-
-parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r2.arm.vm-tests-tf b/server/site_tests/cheets_CTS_R/control.11_r2.arm.vm-tests-tf
deleted file mode 100644
index c50008b..0000000
--- a/server/site_tests/cheets_CTS_R/control.11_r2.arm.vm-tests-tf
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 2020 The Chromium OS Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-# This file has been automatically generated. Do not edit!
-
-AUTHOR = 'ARC++ Team'
-NAME = 'cheets_CTS_R.11_r2.arm.vm-tests-tf'
-ATTRIBUTES = 'suite:arc-cts-r'
-DEPENDENCIES = 'arc'
-JOB_RETRIES = 1
-TEST_TYPE = 'server'
-TIME = 'MEDIUM'
-MAX_RESULT_SIZE_KB = 512000
-DOC = 'Run module vm-tests-tf, vm-tests-tf[secondary_user] of the Android Compatibility Test Suite (CTS) using arm ABI in the ARC++ container.'
-
-def run_TS(machine):
-    host_list = [hosts.create_host(machine)]
-    job.run_test(
-        'cheets_CTS_R',
-        hosts=host_list,
-        iterations=1,
-        tag='11_r2.arm.vm-tests-tf',
-        test_name='cheets_CTS_R.11_r2.arm.vm-tests-tf',
-        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'vm-tests-tf', '--include-filter', 'vm-tests-tf[secondary_user]', '--logcat-on-failure'],
-        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
-        target_module='vm-tests-tf',
-        target_plan=None,
-        bundle='arm',
-        uri='LATEST',
-        use_jdk9=True,
-        timeout=5400)
-
-parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsAbiOverrideHost b/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsAbiOverrideHost
deleted file mode 100644
index 0c94e94..0000000
--- a/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsAbiOverrideHost
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 2020 The Chromium OS Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-# This file has been automatically generated. Do not edit!
-
-AUTHOR = 'ARC++ Team'
-NAME = 'cheets_CTS_R.11_r2.x86.CtsAbiOverrideHost'
-ATTRIBUTES = 'suite:arc-cts-r'
-DEPENDENCIES = 'arc, cts_abi_x86'
-JOB_RETRIES = 1
-TEST_TYPE = 'server'
-TIME = 'MEDIUM'
-MAX_RESULT_SIZE_KB = 512000
-DOC = 'Run module CtsAbiOverrideHostTestCases, CtsAbiOverrideHostTestCases[instant], CtsAbiOverrideHostTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using x86 ABI in the ARC++ container.'
-
-def run_TS(machine):
-    host_list = [hosts.create_host(machine)]
-    job.run_test(
-        'cheets_CTS_R',
-        hosts=host_list,
-        iterations=1,
-        tag='11_r2.x86.CtsAbiOverrideHost',
-        test_name='cheets_CTS_R.11_r2.x86.CtsAbiOverrideHost',
-        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsAbiOverrideHostTestCases', '--include-filter', 'CtsAbiOverrideHostTestCases[instant]', '--include-filter', 'CtsAbiOverrideHostTestCases[secondary_user]', '--logcat-on-failure'],
-        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
-        target_module='CtsAbiOverrideHost',
-        target_plan=None,
-        bundle='x86',
-        uri='LATEST',
-        use_jdk9=True,
-        timeout=7200)
-
-parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsAcceleration b/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsAcceleration
deleted file mode 100644
index 04047fa..0000000
--- a/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsAcceleration
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 2020 The Chromium OS Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-# This file has been automatically generated. Do not edit!
-
-AUTHOR = 'ARC++ Team'
-NAME = 'cheets_CTS_R.11_r2.x86.CtsAcceleration'
-ATTRIBUTES = 'suite:arc-cts-r'
-DEPENDENCIES = 'arc, cts_abi_x86'
-JOB_RETRIES = 1
-TEST_TYPE = 'server'
-TIME = 'MEDIUM'
-MAX_RESULT_SIZE_KB = 512000
-DOC = 'Run module CtsAccelerationTestCases, CtsAccelerationTestCases[instant], CtsAccelerationTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using x86 ABI in the ARC++ container.'
-
-def run_TS(machine):
-    host_list = [hosts.create_host(machine)]
-    job.run_test(
-        'cheets_CTS_R',
-        hosts=host_list,
-        iterations=1,
-        tag='11_r2.x86.CtsAcceleration',
-        test_name='cheets_CTS_R.11_r2.x86.CtsAcceleration',
-        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsAccelerationTestCases', '--include-filter', 'CtsAccelerationTestCases[instant]', '--include-filter', 'CtsAccelerationTestCases[secondary_user]', '--logcat-on-failure'],
-        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
-        target_module='CtsAcceleration',
-        target_plan=None,
-        bundle='x86',
-        uri='LATEST',
-        use_jdk9=True,
-        timeout=7200)
-
-parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsAccessibility b/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsAccessibility
deleted file mode 100644
index 5e8ff52..0000000
--- a/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsAccessibility
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 2020 The Chromium OS Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-# This file has been automatically generated. Do not edit!
-
-AUTHOR = 'ARC++ Team'
-NAME = 'cheets_CTS_R.11_r2.x86.CtsAccessibility'
-ATTRIBUTES = 'suite:arc-cts-r'
-DEPENDENCIES = 'arc, cts_abi_x86'
-JOB_RETRIES = 1
-TEST_TYPE = 'server'
-TIME = 'MEDIUM'
-MAX_RESULT_SIZE_KB = 512000
-DOC = 'Run module CtsAccessibilityServiceSdk29TestCases, CtsAccessibilityServiceSdk29TestCases[instant], CtsAccessibilityServiceSdk29TestCases[secondary_user], CtsAccessibilityServiceTestCases, CtsAccessibilityServiceTestCases[instant], CtsAccessibilityTestCases, CtsAccessibilityTestCases[instant], CtsAccessibilityTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using x86 ABI in the ARC++ container.'
-
-def run_TS(machine):
-    host_list = [hosts.create_host(machine)]
-    job.run_test(
-        'cheets_CTS_R',
-        hosts=host_list,
-        iterations=1,
-        tag='11_r2.x86.CtsAccessibility',
-        test_name='cheets_CTS_R.11_r2.x86.CtsAccessibility',
-        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsAccessibilityServiceSdk29TestCases', '--include-filter', 'CtsAccessibilityServiceSdk29TestCases[instant]', '--include-filter', 'CtsAccessibilityServiceSdk29TestCases[secondary_user]', '--include-filter', 'CtsAccessibilityServiceTestCases', '--include-filter', 'CtsAccessibilityServiceTestCases[instant]', '--include-filter', 'CtsAccessibilityTestCases', '--include-filter', 'CtsAccessibilityTestCases[instant]', '--include-filter', 'CtsAccessibilityTestCases[secondary_user]', '--logcat-on-failure'],
-        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
-        target_module='CtsAccessibility',
-        target_plan=None,
-        bundle='x86',
-        uri='LATEST',
-        use_jdk9=True,
-        timeout=16200)
-
-parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsAccountManager b/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsAccountManager
deleted file mode 100644
index 4d37365..0000000
--- a/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsAccountManager
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 2020 The Chromium OS Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-# This file has been automatically generated. Do not edit!
-
-AUTHOR = 'ARC++ Team'
-NAME = 'cheets_CTS_R.11_r2.x86.CtsAccountManager'
-ATTRIBUTES = 'suite:arc-cts-r'
-DEPENDENCIES = 'arc, cts_abi_x86'
-JOB_RETRIES = 1
-TEST_TYPE = 'server'
-TIME = 'MEDIUM'
-MAX_RESULT_SIZE_KB = 512000
-DOC = 'Run module CtsAccountManagerTestCases, CtsAccountManagerTestCases[instant], CtsAccountManagerTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using x86 ABI in the ARC++ container.'
-
-def run_TS(machine):
-    host_list = [hosts.create_host(machine)]
-    job.run_test(
-        'cheets_CTS_R',
-        hosts=host_list,
-        iterations=1,
-        tag='11_r2.x86.CtsAccountManager',
-        test_name='cheets_CTS_R.11_r2.x86.CtsAccountManager',
-        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsAccountManagerTestCases', '--include-filter', 'CtsAccountManagerTestCases[instant]', '--include-filter', 'CtsAccountManagerTestCases[secondary_user]', '--logcat-on-failure'],
-        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
-        target_module='CtsAccountManager',
-        target_plan=None,
-        bundle='x86',
-        uri='LATEST',
-        use_jdk9=True,
-        timeout=7200)
-
-parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsAccountsHost b/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsAccountsHost
deleted file mode 100644
index 5d895a6..0000000
--- a/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsAccountsHost
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 2020 The Chromium OS Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-# This file has been automatically generated. Do not edit!
-
-AUTHOR = 'ARC++ Team'
-NAME = 'cheets_CTS_R.11_r2.x86.CtsAccountsHost'
-ATTRIBUTES = 'suite:arc-cts-r'
-DEPENDENCIES = 'arc, cts_abi_x86'
-JOB_RETRIES = 1
-TEST_TYPE = 'server'
-TIME = 'MEDIUM'
-MAX_RESULT_SIZE_KB = 512000
-DOC = 'Run module CtsAccountsHostTestCases, CtsAccountsHostTestCases[instant], CtsAccountsHostTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using x86 ABI in the ARC++ container.'
-
-def run_TS(machine):
-    host_list = [hosts.create_host(machine)]
-    job.run_test(
-        'cheets_CTS_R',
-        hosts=host_list,
-        iterations=1,
-        tag='11_r2.x86.CtsAccountsHost',
-        test_name='cheets_CTS_R.11_r2.x86.CtsAccountsHost',
-        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsAccountsHostTestCases', '--include-filter', 'CtsAccountsHostTestCases[instant]', '--include-filter', 'CtsAccountsHostTestCases[secondary_user]', '--logcat-on-failure'],
-        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
-        target_module='CtsAccountsHost',
-        target_plan=None,
-        bundle='x86',
-        uri='LATEST',
-        use_jdk9=True,
-        timeout=7200)
-
-parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsActivityManagerBackgroundActivity b/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsActivityManagerBackgroundActivity
deleted file mode 100644
index 5cfb94e..0000000
--- a/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsActivityManagerBackgroundActivity
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 2020 The Chromium OS Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-# This file has been automatically generated. Do not edit!
-
-AUTHOR = 'ARC++ Team'
-NAME = 'cheets_CTS_R.11_r2.x86.CtsActivityManagerBackgroundActivity'
-ATTRIBUTES = 'suite:arc-cts-r'
-DEPENDENCIES = 'arc, cts_abi_x86'
-JOB_RETRIES = 1
-TEST_TYPE = 'server'
-TIME = 'MEDIUM'
-MAX_RESULT_SIZE_KB = 512000
-DOC = 'Run module CtsActivityManagerBackgroundActivityTestCases, CtsActivityManagerBackgroundActivityTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using x86 ABI in the ARC++ container.'
-
-def run_TS(machine):
-    host_list = [hosts.create_host(machine)]
-    job.run_test(
-        'cheets_CTS_R',
-        hosts=host_list,
-        iterations=1,
-        tag='11_r2.x86.CtsActivityManagerBackgroundActivity',
-        test_name='cheets_CTS_R.11_r2.x86.CtsActivityManagerBackgroundActivity',
-        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsActivityManagerBackgroundActivityTestCases', '--include-filter', 'CtsActivityManagerBackgroundActivityTestCases[secondary_user]', '--logcat-on-failure'],
-        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
-        target_module='CtsActivityManagerBackgroundActivity',
-        target_plan=None,
-        bundle='x86',
-        uri='LATEST',
-        use_jdk9=True,
-        timeout=5400)
-
-parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsAdb b/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsAdb
deleted file mode 100644
index 52d44de..0000000
--- a/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsAdb
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 2020 The Chromium OS Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-# This file has been automatically generated. Do not edit!
-
-AUTHOR = 'ARC++ Team'
-NAME = 'cheets_CTS_R.11_r2.x86.CtsAdb'
-ATTRIBUTES = 'suite:arc-cts-r'
-DEPENDENCIES = 'arc, cts_abi_x86'
-JOB_RETRIES = 1
-TEST_TYPE = 'server'
-TIME = 'MEDIUM'
-MAX_RESULT_SIZE_KB = 512000
-DOC = 'Run module CtsAdbHostTestCases, CtsAdbHostTestCases[secondary_user], CtsAdbManagerHostTestCases, CtsAdbManagerHostTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using x86 ABI in the ARC++ container.'
-
-def run_TS(machine):
-    host_list = [hosts.create_host(machine)]
-    job.run_test(
-        'cheets_CTS_R',
-        hosts=host_list,
-        iterations=1,
-        tag='11_r2.x86.CtsAdb',
-        test_name='cheets_CTS_R.11_r2.x86.CtsAdb',
-        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsAdbHostTestCases', '--include-filter', 'CtsAdbHostTestCases[secondary_user]', '--include-filter', 'CtsAdbManagerHostTestCases', '--include-filter', 'CtsAdbManagerHostTestCases[secondary_user]', '--logcat-on-failure'],
-        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
-        target_module='CtsAdb',
-        target_plan=None,
-        bundle='x86',
-        uri='LATEST',
-        use_jdk9=True,
-        timeout=9000)
-
-parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsAdmin b/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsAdmin
deleted file mode 100644
index 20009fb..0000000
--- a/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsAdmin
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 2020 The Chromium OS Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-# This file has been automatically generated. Do not edit!
-
-AUTHOR = 'ARC++ Team'
-NAME = 'cheets_CTS_R.11_r2.x86.CtsAdmin'
-ATTRIBUTES = 'suite:arc-cts-r'
-DEPENDENCIES = 'arc, cts_abi_x86'
-JOB_RETRIES = 1
-TEST_TYPE = 'server'
-TIME = 'MEDIUM'
-MAX_RESULT_SIZE_KB = 512000
-DOC = 'Run module CtsAdminPackageInstallerTestCases, CtsAdminTestCases of the Android Compatibility Test Suite (CTS) using x86 ABI in the ARC++ container.'
-
-def run_TS(machine):
-    host_list = [hosts.create_host(machine)]
-    job.run_test(
-        'cheets_CTS_R',
-        hosts=host_list,
-        iterations=1,
-        tag='11_r2.x86.CtsAdmin',
-        test_name='cheets_CTS_R.11_r2.x86.CtsAdmin',
-        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsAdminPackageInstallerTestCases', '--include-filter', 'CtsAdminTestCases', '--logcat-on-failure'],
-        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
-        target_module='CtsAdmin',
-        target_plan=None,
-        bundle='x86',
-        uri='LATEST',
-        use_jdk9=True,
-        timeout=5400)
-
-parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsAlarmManager b/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsAlarmManager
deleted file mode 100644
index cfba812..0000000
--- a/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsAlarmManager
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 2020 The Chromium OS Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-# This file has been automatically generated. Do not edit!
-
-AUTHOR = 'ARC++ Team'
-NAME = 'cheets_CTS_R.11_r2.x86.CtsAlarmManager'
-ATTRIBUTES = 'suite:arc-cts-r'
-DEPENDENCIES = 'arc, cts_abi_x86'
-JOB_RETRIES = 1
-TEST_TYPE = 'server'
-TIME = 'MEDIUM'
-MAX_RESULT_SIZE_KB = 512000
-DOC = 'Run module CtsAlarmManagerTestCases, CtsAlarmManagerTestCases[instant], CtsAlarmManagerTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using x86 ABI in the ARC++ container.'
-
-def run_TS(machine):
-    host_list = [hosts.create_host(machine)]
-    job.run_test(
-        'cheets_CTS_R',
-        hosts=host_list,
-        iterations=1,
-        tag='11_r2.x86.CtsAlarmManager',
-        test_name='cheets_CTS_R.11_r2.x86.CtsAlarmManager',
-        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsAlarmManagerTestCases', '--include-filter', 'CtsAlarmManagerTestCases[instant]', '--include-filter', 'CtsAlarmManagerTestCases[secondary_user]', '--logcat-on-failure'],
-        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
-        target_module='CtsAlarmManager',
-        target_plan=None,
-        bundle='x86',
-        uri='LATEST',
-        use_jdk9=True,
-        timeout=7200)
-
-parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsAndroid b/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsAndroid
deleted file mode 100644
index baacfdb..0000000
--- a/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsAndroid
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 2020 The Chromium OS Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-# This file has been automatically generated. Do not edit!
-
-AUTHOR = 'ARC++ Team'
-NAME = 'cheets_CTS_R.11_r2.x86.CtsAndroid'
-ATTRIBUTES = 'suite:arc-cts-r'
-DEPENDENCIES = 'arc, cts_abi_x86'
-JOB_RETRIES = 1
-TEST_TYPE = 'server'
-TIME = 'MEDIUM'
-MAX_RESULT_SIZE_KB = 512000
-DOC = 'Run module CtsAndroidAppTestCases, CtsAndroidAppTestCases[instant], CtsAndroidAppTestCases[secondary_user], CtsAndroidTestBase28ApiSignatureTestCases, CtsAndroidTestBase28ApiSignatureTestCases[instant], CtsAndroidTestBase28ApiSignatureTestCases[secondary_user], CtsAndroidTestBaseCurrentApiSignatureTestCases, CtsAndroidTestBaseCurrentApiSignatureTestCases[instant], CtsAndroidTestBaseCurrentApiSignatureTestCases[secondary_user], CtsAndroidTestMockCurrentApiSignatureTestCases, CtsAndroidTestMockCurrentApiSignatureTestCases[instant], CtsAndroidTestMockCurrentApiSignatureTestCases[secondary_user], CtsAndroidTestRunnerCurrentApiSignatureTestCases, CtsAndroidTestRunnerCurrentApiSignatureTestCases[instant], CtsAndroidTestRunnerCurrentApiSignatureTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using x86 ABI in the ARC++ container.'
-
-def run_TS(machine):
-    host_list = [hosts.create_host(machine)]
-    job.run_test(
-        'cheets_CTS_R',
-        hosts=host_list,
-        iterations=1,
-        tag='11_r2.x86.CtsAndroid',
-        test_name='cheets_CTS_R.11_r2.x86.CtsAndroid',
-        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsAndroidAppTestCases', '--include-filter', 'CtsAndroidAppTestCases[instant]', '--include-filter', 'CtsAndroidAppTestCases[secondary_user]', '--include-filter', 'CtsAndroidTestBase28ApiSignatureTestCases', '--include-filter', 'CtsAndroidTestBase28ApiSignatureTestCases[instant]', '--include-filter', 'CtsAndroidTestBase28ApiSignatureTestCases[secondary_user]', '--include-filter', 'CtsAndroidTestBaseCurrentApiSignatureTestCases', '--include-filter', 'CtsAndroidTestBaseCurrentApiSignatureTestCases[instant]', '--include-filter', 'CtsAndroidTestBaseCurrentApiSignatureTestCases[secondary_user]', '--include-filter', 'CtsAndroidTestMockCurrentApiSignatureTestCases', '--include-filter', 'CtsAndroidTestMockCurrentApiSignatureTestCases[instant]', '--include-filter', 'CtsAndroidTestMockCurrentApiSignatureTestCases[secondary_user]', '--include-filter', 'CtsAndroidTestRunnerCurrentApiSignatureTestCases', '--include-filter', 'CtsAndroidTestRunnerCurrentApiSignatureTestCases[instant]', '--include-filter', 'CtsAndroidTestRunnerCurrentApiSignatureTestCases[secondary_user]', '--logcat-on-failure'],
-        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
-        target_module='CtsAndroid',
-        target_plan=None,
-        bundle='x86',
-        uri='LATEST',
-        use_jdk9=True,
-        timeout=28800)
-
-parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsAngleIntegrationHost b/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsAngleIntegrationHost
deleted file mode 100644
index 49d874c..0000000
--- a/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsAngleIntegrationHost
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 2020 The Chromium OS Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-# This file has been automatically generated. Do not edit!
-
-AUTHOR = 'ARC++ Team'
-NAME = 'cheets_CTS_R.11_r2.x86.CtsAngleIntegrationHost'
-ATTRIBUTES = 'suite:arc-cts-r'
-DEPENDENCIES = 'arc, cts_abi_x86'
-JOB_RETRIES = 1
-TEST_TYPE = 'server'
-TIME = 'MEDIUM'
-MAX_RESULT_SIZE_KB = 512000
-DOC = 'Run module CtsAngleIntegrationHostTestCases, CtsAngleIntegrationHostTestCases[instant], CtsAngleIntegrationHostTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using x86 ABI in the ARC++ container.'
-
-def run_TS(machine):
-    host_list = [hosts.create_host(machine)]
-    job.run_test(
-        'cheets_CTS_R',
-        hosts=host_list,
-        iterations=1,
-        tag='11_r2.x86.CtsAngleIntegrationHost',
-        test_name='cheets_CTS_R.11_r2.x86.CtsAngleIntegrationHost',
-        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsAngleIntegrationHostTestCases', '--include-filter', 'CtsAngleIntegrationHostTestCases[instant]', '--include-filter', 'CtsAngleIntegrationHostTestCases[secondary_user]', '--logcat-on-failure'],
-        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
-        target_module='CtsAngleIntegrationHost',
-        target_plan=None,
-        bundle='x86',
-        uri='LATEST',
-        use_jdk9=True,
-        timeout=7200)
-
-parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsAnimation b/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsAnimation
deleted file mode 100644
index 3f4e902..0000000
--- a/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsAnimation
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 2020 The Chromium OS Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-# This file has been automatically generated. Do not edit!
-
-AUTHOR = 'ARC++ Team'
-NAME = 'cheets_CTS_R.11_r2.x86.CtsAnimation'
-ATTRIBUTES = 'suite:arc-cts-r'
-DEPENDENCIES = 'arc, cts_abi_x86'
-JOB_RETRIES = 1
-TEST_TYPE = 'server'
-TIME = 'MEDIUM'
-MAX_RESULT_SIZE_KB = 512000
-DOC = 'Run module CtsAnimationTestCases, CtsAnimationTestCases[instant], CtsAnimationTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using x86 ABI in the ARC++ container.'
-
-def run_TS(machine):
-    host_list = [hosts.create_host(machine)]
-    job.run_test(
-        'cheets_CTS_R',
-        hosts=host_list,
-        iterations=1,
-        tag='11_r2.x86.CtsAnimation',
-        test_name='cheets_CTS_R.11_r2.x86.CtsAnimation',
-        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsAnimationTestCases', '--include-filter', 'CtsAnimationTestCases[instant]', '--include-filter', 'CtsAnimationTestCases[secondary_user]', '--logcat-on-failure'],
-        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
-        target_module='CtsAnimation',
-        target_plan=None,
-        bundle='x86',
-        uri='LATEST',
-        use_jdk9=True,
-        timeout=7200)
-
-parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsApacheHttpLegacy b/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsApacheHttpLegacy
deleted file mode 100644
index 5ab5f64..0000000
--- a/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsApacheHttpLegacy
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 2020 The Chromium OS Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-# This file has been automatically generated. Do not edit!
-
-AUTHOR = 'ARC++ Team'
-NAME = 'cheets_CTS_R.11_r2.x86.CtsApacheHttpLegacy'
-ATTRIBUTES = 'suite:arc-cts-r'
-DEPENDENCIES = 'arc, cts_abi_x86'
-JOB_RETRIES = 1
-TEST_TYPE = 'server'
-TIME = 'MEDIUM'
-MAX_RESULT_SIZE_KB = 512000
-DOC = 'Run module CtsApacheHttpLegacy27ApiSignatureTestCases, CtsApacheHttpLegacy27ApiSignatureTestCases[instant], CtsApacheHttpLegacy27ApiSignatureTestCases[secondary_user], CtsApacheHttpLegacyCurrentApiSignatureTestCases, CtsApacheHttpLegacyCurrentApiSignatureTestCases[instant], CtsApacheHttpLegacyCurrentApiSignatureTestCases[secondary_user], CtsApacheHttpLegacyUsesLibraryApiSignatureTestCases, CtsApacheHttpLegacyUsesLibraryApiSignatureTestCases[instant], CtsApacheHttpLegacyUsesLibraryApiSignatureTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using x86 ABI in the ARC++ container.'
-
-def run_TS(machine):
-    host_list = [hosts.create_host(machine)]
-    job.run_test(
-        'cheets_CTS_R',
-        hosts=host_list,
-        iterations=1,
-        tag='11_r2.x86.CtsApacheHttpLegacy',
-        test_name='cheets_CTS_R.11_r2.x86.CtsApacheHttpLegacy',
-        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsApacheHttpLegacy27ApiSignatureTestCases', '--include-filter', 'CtsApacheHttpLegacy27ApiSignatureTestCases[instant]', '--include-filter', 'CtsApacheHttpLegacy27ApiSignatureTestCases[secondary_user]', '--include-filter', 'CtsApacheHttpLegacyCurrentApiSignatureTestCases', '--include-filter', 'CtsApacheHttpLegacyCurrentApiSignatureTestCases[instant]', '--include-filter', 'CtsApacheHttpLegacyCurrentApiSignatureTestCases[secondary_user]', '--include-filter', 'CtsApacheHttpLegacyUsesLibraryApiSignatureTestCases', '--include-filter', 'CtsApacheHttpLegacyUsesLibraryApiSignatureTestCases[instant]', '--include-filter', 'CtsApacheHttpLegacyUsesLibraryApiSignatureTestCases[secondary_user]', '--logcat-on-failure'],
-        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
-        target_module='CtsApacheHttpLegacy',
-        target_plan=None,
-        bundle='x86',
-        uri='LATEST',
-        use_jdk9=True,
-        timeout=18000)
-
-parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsApex b/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsApex
deleted file mode 100644
index eac8f21..0000000
--- a/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsApex
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 2020 The Chromium OS Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-# This file has been automatically generated. Do not edit!
-
-AUTHOR = 'ARC++ Team'
-NAME = 'cheets_CTS_R.11_r2.x86.CtsApex'
-ATTRIBUTES = 'suite:arc-cts-r'
-DEPENDENCIES = 'arc, cts_abi_x86'
-JOB_RETRIES = 1
-TEST_TYPE = 'server'
-TIME = 'MEDIUM'
-MAX_RESULT_SIZE_KB = 512000
-DOC = 'Run module CtsApexTestCases, CtsApexTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using x86 ABI in the ARC++ container.'
-
-def run_TS(machine):
-    host_list = [hosts.create_host(machine)]
-    job.run_test(
-        'cheets_CTS_R',
-        hosts=host_list,
-        iterations=1,
-        tag='11_r2.x86.CtsApex',
-        test_name='cheets_CTS_R.11_r2.x86.CtsApex',
-        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsApexTestCases', '--include-filter', 'CtsApexTestCases[secondary_user]', '--logcat-on-failure'],
-        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
-        target_module='CtsApex',
-        target_plan=None,
-        bundle='x86',
-        uri='LATEST',
-        use_jdk9=True,
-        timeout=5400)
-
-parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsApp b/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsApp
deleted file mode 100644
index 839232c..0000000
--- a/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsApp
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 2020 The Chromium OS Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-# This file has been automatically generated. Do not edit!
-
-AUTHOR = 'ARC++ Team'
-NAME = 'cheets_CTS_R.11_r2.x86.CtsApp'
-ATTRIBUTES = 'suite:arc-cts-r'
-DEPENDENCIES = 'arc, cts_abi_x86'
-JOB_RETRIES = 1
-TEST_TYPE = 'server'
-TIME = 'MEDIUM'
-MAX_RESULT_SIZE_KB = 512000
-DOC = 'Run module CtsAppBindingHostTestCases, CtsAppBindingHostTestCases[secondary_user], CtsAppCompatHostTestCases, CtsAppCompatHostTestCases[instant], CtsAppCompatHostTestCases[secondary_user], CtsAppComponentFactoryTestCases, CtsAppComponentFactoryTestCases[instant], CtsAppComponentFactoryTestCases[secondary_user], CtsAppEnumerationTestCases, CtsAppEnumerationTestCases[secondary_user], CtsAppExitTestCases, CtsAppExitTestCases[instant], CtsAppExitTestCases[secondary_user], CtsAppIntegrityDeviceTestCases, CtsAppOpsTestCases, CtsAppOpsTestCases[instant], CtsAppOpsTestCases[secondary_user], CtsAppPredictionServiceTestCases, CtsAppPredictionServiceTestCases[secondary_user], CtsAppSecurityHostTestCases, CtsAppSecurityHostTestCases[secondary_user], CtsAppTestCases, CtsAppTestCases[instant], CtsAppTestCases[secondary_user], CtsAppUsageHostTestCases, CtsAppUsageHostTestCases[instant], CtsAppUsageHostTestCases[secondary_user], CtsAppWidgetTestCases, CtsAppWidgetTestCases[instant], CtsAppWidgetTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using x86 ABI in the ARC++ container.'
-
-def run_TS(machine):
-    host_list = [hosts.create_host(machine)]
-    job.run_test(
-        'cheets_CTS_R',
-        hosts=host_list,
-        iterations=1,
-        enable_default_apps=True,
-        tag='11_r2.x86.CtsApp',
-        test_name='cheets_CTS_R.11_r2.x86.CtsApp',
-        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsAppBindingHostTestCases', '--include-filter', 'CtsAppBindingHostTestCases[secondary_user]', '--include-filter', 'CtsAppCompatHostTestCases', '--include-filter', 'CtsAppCompatHostTestCases[instant]', '--include-filter', 'CtsAppCompatHostTestCases[secondary_user]', '--include-filter', 'CtsAppComponentFactoryTestCases', '--include-filter', 'CtsAppComponentFactoryTestCases[instant]', '--include-filter', 'CtsAppComponentFactoryTestCases[secondary_user]', '--include-filter', 'CtsAppEnumerationTestCases', '--include-filter', 'CtsAppEnumerationTestCases[secondary_user]', '--include-filter', 'CtsAppExitTestCases', '--include-filter', 'CtsAppExitTestCases[instant]', '--include-filter', 'CtsAppExitTestCases[secondary_user]', '--include-filter', 'CtsAppIntegrityDeviceTestCases', '--include-filter', 'CtsAppOpsTestCases', '--include-filter', 'CtsAppOpsTestCases[instant]', '--include-filter', 'CtsAppOpsTestCases[secondary_user]', '--include-filter', 'CtsAppPredictionServiceTestCases', '--include-filter', 'CtsAppPredictionServiceTestCases[secondary_user]', '--include-filter', 'CtsAppSecurityHostTestCases', '--include-filter', 'CtsAppSecurityHostTestCases[secondary_user]', '--include-filter', 'CtsAppTestCases', '--include-filter', 'CtsAppTestCases[instant]', '--include-filter', 'CtsAppTestCases[secondary_user]', '--include-filter', 'CtsAppUsageHostTestCases', '--include-filter', 'CtsAppUsageHostTestCases[instant]', '--include-filter', 'CtsAppUsageHostTestCases[secondary_user]', '--include-filter', 'CtsAppWidgetTestCases', '--include-filter', 'CtsAppWidgetTestCases[instant]', '--include-filter', 'CtsAppWidgetTestCases[secondary_user]', '--logcat-on-failure'],
-        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
-        target_module='CtsApp',
-        target_plan=None,
-        bundle='x86',
-        uri='LATEST',
-        use_jdk9=True,
-        timeout=55800)
-
-parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsAslrMalloc b/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsAslrMalloc
deleted file mode 100644
index a300771..0000000
--- a/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsAslrMalloc
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 2020 The Chromium OS Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-# This file has been automatically generated. Do not edit!
-
-AUTHOR = 'ARC++ Team'
-NAME = 'cheets_CTS_R.11_r2.x86.CtsAslrMalloc'
-ATTRIBUTES = 'suite:arc-cts-r'
-DEPENDENCIES = 'arc, cts_abi_x86'
-JOB_RETRIES = 1
-TEST_TYPE = 'server'
-TIME = 'MEDIUM'
-MAX_RESULT_SIZE_KB = 512000
-DOC = 'Run module CtsAslrMallocTestCases, CtsAslrMallocTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using x86 ABI in the ARC++ container.'
-
-def run_TS(machine):
-    host_list = [hosts.create_host(machine)]
-    job.run_test(
-        'cheets_CTS_R',
-        hosts=host_list,
-        iterations=1,
-        tag='11_r2.x86.CtsAslrMalloc',
-        test_name='cheets_CTS_R.11_r2.x86.CtsAslrMalloc',
-        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsAslrMallocTestCases', '--include-filter', 'CtsAslrMallocTestCases[secondary_user]', '--logcat-on-failure'],
-        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
-        target_module='CtsAslrMalloc',
-        target_plan=None,
-        bundle='x86',
-        uri='LATEST',
-        use_jdk9=True,
-        timeout=5400)
-
-parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsAssist b/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsAssist
deleted file mode 100644
index bcc1819..0000000
--- a/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsAssist
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 2020 The Chromium OS Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-# This file has been automatically generated. Do not edit!
-
-AUTHOR = 'ARC++ Team'
-NAME = 'cheets_CTS_R.11_r2.x86.CtsAssist'
-ATTRIBUTES = 'suite:arc-cts-r'
-DEPENDENCIES = 'arc, cts_abi_x86'
-JOB_RETRIES = 1
-TEST_TYPE = 'server'
-TIME = 'MEDIUM'
-MAX_RESULT_SIZE_KB = 512000
-DOC = 'Run module CtsAssistTestCases, CtsAssistTestCases[instant], CtsAssistTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using x86 ABI in the ARC++ container.'
-
-def run_TS(machine):
-    host_list = [hosts.create_host(machine)]
-    job.run_test(
-        'cheets_CTS_R',
-        hosts=host_list,
-        iterations=1,
-        tag='11_r2.x86.CtsAssist',
-        test_name='cheets_CTS_R.11_r2.x86.CtsAssist',
-        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsAssistTestCases', '--include-filter', 'CtsAssistTestCases[instant]', '--include-filter', 'CtsAssistTestCases[secondary_user]', '--logcat-on-failure'],
-        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
-        target_module='CtsAssist',
-        target_plan=None,
-        bundle='x86',
-        uri='LATEST',
-        use_jdk9=True,
-        timeout=7200)
-
-parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsAtomicInstall b/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsAtomicInstall
deleted file mode 100644
index 530a9af..0000000
--- a/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsAtomicInstall
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 2020 The Chromium OS Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-# This file has been automatically generated. Do not edit!
-
-AUTHOR = 'ARC++ Team'
-NAME = 'cheets_CTS_R.11_r2.x86.CtsAtomicInstall'
-ATTRIBUTES = 'suite:arc-cts-r'
-DEPENDENCIES = 'arc, cts_abi_x86'
-JOB_RETRIES = 1
-TEST_TYPE = 'server'
-TIME = 'MEDIUM'
-MAX_RESULT_SIZE_KB = 512000
-DOC = 'Run module CtsAtomicInstallTestCases, CtsAtomicInstallTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using x86 ABI in the ARC++ container.'
-
-def run_TS(machine):
-    host_list = [hosts.create_host(machine)]
-    job.run_test(
-        'cheets_CTS_R',
-        hosts=host_list,
-        iterations=1,
-        tag='11_r2.x86.CtsAtomicInstall',
-        test_name='cheets_CTS_R.11_r2.x86.CtsAtomicInstall',
-        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsAtomicInstallTestCases', '--include-filter', 'CtsAtomicInstallTestCases[secondary_user]', '--logcat-on-failure'],
-        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
-        target_module='CtsAtomicInstall',
-        target_plan=None,
-        bundle='x86',
-        uri='LATEST',
-        use_jdk9=True,
-        timeout=5400)
-
-parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsAtraceHost b/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsAtraceHost
deleted file mode 100644
index cceff5e..0000000
--- a/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsAtraceHost
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 2020 The Chromium OS Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-# This file has been automatically generated. Do not edit!
-
-AUTHOR = 'ARC++ Team'
-NAME = 'cheets_CTS_R.11_r2.x86.CtsAtraceHost'
-ATTRIBUTES = 'suite:arc-cts-r'
-DEPENDENCIES = 'arc, cts_abi_x86'
-JOB_RETRIES = 1
-TEST_TYPE = 'server'
-TIME = 'MEDIUM'
-MAX_RESULT_SIZE_KB = 512000
-DOC = 'Run module CtsAtraceHostTestCases, CtsAtraceHostTestCases[instant], CtsAtraceHostTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using x86 ABI in the ARC++ container.'
-
-def run_TS(machine):
-    host_list = [hosts.create_host(machine)]
-    job.run_test(
-        'cheets_CTS_R',
-        hosts=host_list,
-        iterations=1,
-        tag='11_r2.x86.CtsAtraceHost',
-        test_name='cheets_CTS_R.11_r2.x86.CtsAtraceHost',
-        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsAtraceHostTestCases', '--include-filter', 'CtsAtraceHostTestCases[instant]', '--include-filter', 'CtsAtraceHostTestCases[secondary_user]', '--logcat-on-failure'],
-        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
-        target_module='CtsAtraceHost',
-        target_plan=None,
-        bundle='x86',
-        uri='LATEST',
-        use_jdk9=True,
-        timeout=7200)
-
-parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsAttentionServiceDevice b/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsAttentionServiceDevice
deleted file mode 100644
index a61c913..0000000
--- a/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsAttentionServiceDevice
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 2020 The Chromium OS Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-# This file has been automatically generated. Do not edit!
-
-AUTHOR = 'ARC++ Team'
-NAME = 'cheets_CTS_R.11_r2.x86.CtsAttentionServiceDevice'
-ATTRIBUTES = 'suite:arc-cts-r'
-DEPENDENCIES = 'arc, cts_abi_x86'
-JOB_RETRIES = 1
-TEST_TYPE = 'server'
-TIME = 'MEDIUM'
-MAX_RESULT_SIZE_KB = 512000
-DOC = 'Run module CtsAttentionServiceDeviceTestCases, CtsAttentionServiceDeviceTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using x86 ABI in the ARC++ container.'
-
-def run_TS(machine):
-    host_list = [hosts.create_host(machine)]
-    job.run_test(
-        'cheets_CTS_R',
-        hosts=host_list,
-        iterations=1,
-        tag='11_r2.x86.CtsAttentionServiceDevice',
-        test_name='cheets_CTS_R.11_r2.x86.CtsAttentionServiceDevice',
-        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsAttentionServiceDeviceTestCases', '--include-filter', 'CtsAttentionServiceDeviceTestCases[secondary_user]', '--logcat-on-failure'],
-        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
-        target_module='CtsAttentionServiceDevice',
-        target_plan=None,
-        bundle='x86',
-        uri='LATEST',
-        use_jdk9=True,
-        timeout=5400)
-
-parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsAutoFillService b/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsAutoFillService
deleted file mode 100644
index 4fcf6be..0000000
--- a/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsAutoFillService
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 2020 The Chromium OS Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-# This file has been automatically generated. Do not edit!
-
-AUTHOR = 'ARC++ Team'
-NAME = 'cheets_CTS_R.11_r2.x86.CtsAutoFillService'
-ATTRIBUTES = 'suite:arc-cts-r'
-DEPENDENCIES = 'arc, cts_abi_x86'
-JOB_RETRIES = 1
-TEST_TYPE = 'server'
-TIME = 'MEDIUM'
-MAX_RESULT_SIZE_KB = 512000
-DOC = 'Run module CtsAutoFillServiceTestCases, CtsAutoFillServiceTestCases[instant], CtsAutoFillServiceTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using x86 ABI in the ARC++ container.'
-
-def run_TS(machine):
-    host_list = [hosts.create_host(machine)]
-    job.run_test(
-        'cheets_CTS_R',
-        hosts=host_list,
-        iterations=1,
-        tag='11_r2.x86.CtsAutoFillService',
-        test_name='cheets_CTS_R.11_r2.x86.CtsAutoFillService',
-        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsAutoFillServiceTestCases', '--include-filter', 'CtsAutoFillServiceTestCases[instant]', '--include-filter', 'CtsAutoFillServiceTestCases[secondary_user]', '--logcat-on-failure'],
-        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
-        target_module='CtsAutoFillService',
-        target_plan=None,
-        bundle='x86',
-        uri='LATEST',
-        use_jdk9=True,
-        timeout=14400)
-
-parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsBackgroundRestrictions b/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsBackgroundRestrictions
deleted file mode 100644
index 2d0ad83..0000000
--- a/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsBackgroundRestrictions
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 2020 The Chromium OS Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-# This file has been automatically generated. Do not edit!
-
-AUTHOR = 'ARC++ Team'
-NAME = 'cheets_CTS_R.11_r2.x86.CtsBackgroundRestrictions'
-ATTRIBUTES = 'suite:arc-cts-r'
-DEPENDENCIES = 'arc, cts_abi_x86'
-JOB_RETRIES = 1
-TEST_TYPE = 'server'
-TIME = 'MEDIUM'
-MAX_RESULT_SIZE_KB = 512000
-DOC = 'Run module CtsBackgroundRestrictionsTestCases, CtsBackgroundRestrictionsTestCases[instant], CtsBackgroundRestrictionsTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using x86 ABI in the ARC++ container.'
-
-def run_TS(machine):
-    host_list = [hosts.create_host(machine)]
-    job.run_test(
-        'cheets_CTS_R',
-        hosts=host_list,
-        iterations=1,
-        tag='11_r2.x86.CtsBackgroundRestrictions',
-        test_name='cheets_CTS_R.11_r2.x86.CtsBackgroundRestrictions',
-        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsBackgroundRestrictionsTestCases', '--include-filter', 'CtsBackgroundRestrictionsTestCases[instant]', '--include-filter', 'CtsBackgroundRestrictionsTestCases[secondary_user]', '--logcat-on-failure'],
-        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
-        target_module='CtsBackgroundRestrictions',
-        target_plan=None,
-        bundle='x86',
-        uri='LATEST',
-        use_jdk9=True,
-        timeout=7200)
-
-parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsBackup b/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsBackup
deleted file mode 100644
index 219870f..0000000
--- a/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsBackup
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 2020 The Chromium OS Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-# This file has been automatically generated. Do not edit!
-
-AUTHOR = 'ARC++ Team'
-NAME = 'cheets_CTS_R.11_r2.x86.CtsBackup'
-ATTRIBUTES = 'suite:arc-cts-r'
-DEPENDENCIES = 'arc, cts_abi_x86'
-JOB_RETRIES = 1
-TEST_TYPE = 'server'
-TIME = 'MEDIUM'
-MAX_RESULT_SIZE_KB = 512000
-DOC = 'Run module CtsBackupHostTestCases, CtsBackupTestCases of the Android Compatibility Test Suite (CTS) using x86 ABI in the ARC++ container.'
-
-def run_TS(machine):
-    host_list = [hosts.create_host(machine)]
-    job.run_test(
-        'cheets_CTS_R',
-        hosts=host_list,
-        iterations=1,
-        tag='11_r2.x86.CtsBackup',
-        test_name='cheets_CTS_R.11_r2.x86.CtsBackup',
-        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsBackupHostTestCases', '--include-filter', 'CtsBackupTestCases', '--logcat-on-failure'],
-        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
-        target_module='CtsBackup',
-        target_plan=None,
-        bundle='x86',
-        uri='LATEST',
-        use_jdk9=True,
-        timeout=5400)
-
-parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsBatterySaving b/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsBatterySaving
deleted file mode 100644
index a8e2072..0000000
--- a/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsBatterySaving
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 2020 The Chromium OS Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-# This file has been automatically generated. Do not edit!
-
-AUTHOR = 'ARC++ Team'
-NAME = 'cheets_CTS_R.11_r2.x86.CtsBatterySaving'
-ATTRIBUTES = 'suite:arc-cts-r'
-DEPENDENCIES = 'arc, cts_abi_x86'
-JOB_RETRIES = 1
-TEST_TYPE = 'server'
-TIME = 'MEDIUM'
-MAX_RESULT_SIZE_KB = 512000
-DOC = 'Run module CtsBatterySavingTestCases, CtsBatterySavingTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using x86 ABI in the ARC++ container.'
-
-def run_TS(machine):
-    host_list = [hosts.create_host(machine)]
-    job.run_test(
-        'cheets_CTS_R',
-        hosts=host_list,
-        iterations=1,
-        tag='11_r2.x86.CtsBatterySaving',
-        test_name='cheets_CTS_R.11_r2.x86.CtsBatterySaving',
-        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsBatterySavingTestCases', '--include-filter', 'CtsBatterySavingTestCases[secondary_user]', '--logcat-on-failure'],
-        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
-        target_module='CtsBatterySaving',
-        target_plan=None,
-        bundle='x86',
-        uri='LATEST',
-        use_jdk9=True,
-        timeout=5400)
-
-parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsBionic b/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsBionic
deleted file mode 100644
index f095992..0000000
--- a/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsBionic
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 2020 The Chromium OS Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-# This file has been automatically generated. Do not edit!
-
-AUTHOR = 'ARC++ Team'
-NAME = 'cheets_CTS_R.11_r2.x86.CtsBionic'
-ATTRIBUTES = 'suite:arc-cts-r'
-DEPENDENCIES = 'arc, cts_abi_x86'
-JOB_RETRIES = 1
-TEST_TYPE = 'server'
-TIME = 'MEDIUM'
-MAX_RESULT_SIZE_KB = 512000
-DOC = 'Run module CtsBionicAppTestCases, CtsBionicAppTestCases[instant], CtsBionicAppTestCases[secondary_user], CtsBionicTestCases, CtsBionicTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using x86 ABI in the ARC++ container.'
-
-def run_TS(machine):
-    host_list = [hosts.create_host(machine)]
-    job.run_test(
-        'cheets_CTS_R',
-        hosts=host_list,
-        iterations=1,
-        tag='11_r2.x86.CtsBionic',
-        test_name='cheets_CTS_R.11_r2.x86.CtsBionic',
-        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsBionicAppTestCases', '--include-filter', 'CtsBionicAppTestCases[instant]', '--include-filter', 'CtsBionicAppTestCases[secondary_user]', '--include-filter', 'CtsBionicTestCases', '--include-filter', 'CtsBionicTestCases[secondary_user]', '--logcat-on-failure'],
-        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
-        target_module='CtsBionic',
-        target_plan=None,
-        bundle='x86',
-        uri='LATEST',
-        use_jdk9=True,
-        timeout=10800)
-
-parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsBlobStore b/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsBlobStore
deleted file mode 100644
index d124f8f..0000000
--- a/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsBlobStore
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 2020 The Chromium OS Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-# This file has been automatically generated. Do not edit!
-
-AUTHOR = 'ARC++ Team'
-NAME = 'cheets_CTS_R.11_r2.x86.CtsBlobStore'
-ATTRIBUTES = 'suite:arc-cts-r'
-DEPENDENCIES = 'arc, cts_abi_x86'
-JOB_RETRIES = 1
-TEST_TYPE = 'server'
-TIME = 'MEDIUM'
-MAX_RESULT_SIZE_KB = 512000
-DOC = 'Run module CtsBlobStoreHostTestCases, CtsBlobStoreHostTestCases[secondary_user], CtsBlobStoreHostTestHelper, CtsBlobStoreHostTestHelper[secondary_user], CtsBlobStoreTestCases, CtsBlobStoreTestCases[secondary_user], CtsBlobStoreTestHelper, CtsBlobStoreTestHelperDiffSig, CtsBlobStoreTestHelperDiffSig2, CtsBlobStoreTestHelperDiffSig2[secondary_user], CtsBlobStoreTestHelperDiffSig[secondary_user], CtsBlobStoreTestHelper[secondary_user] of the Android Compatibility Test Suite (CTS) using x86 ABI in the ARC++ container.'
-
-def run_TS(machine):
-    host_list = [hosts.create_host(machine)]
-    job.run_test(
-        'cheets_CTS_R',
-        hosts=host_list,
-        iterations=1,
-        tag='11_r2.x86.CtsBlobStore',
-        test_name='cheets_CTS_R.11_r2.x86.CtsBlobStore',
-        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsBlobStoreHostTestCases', '--include-filter', 'CtsBlobStoreHostTestCases[secondary_user]', '--include-filter', 'CtsBlobStoreHostTestHelper', '--include-filter', 'CtsBlobStoreHostTestHelper[secondary_user]', '--include-filter', 'CtsBlobStoreTestCases', '--include-filter', 'CtsBlobStoreTestCases[secondary_user]', '--include-filter', 'CtsBlobStoreTestHelper', '--include-filter', 'CtsBlobStoreTestHelperDiffSig', '--include-filter', 'CtsBlobStoreTestHelperDiffSig2', '--include-filter', 'CtsBlobStoreTestHelperDiffSig2[secondary_user]', '--include-filter', 'CtsBlobStoreTestHelperDiffSig[secondary_user]', '--include-filter', 'CtsBlobStoreTestHelper[secondary_user]', '--logcat-on-failure'],
-        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
-        target_module='CtsBlobStore',
-        target_plan=None,
-        bundle='x86',
-        uri='LATEST',
-        use_jdk9=True,
-        timeout=23400)
-
-parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsBluetooth b/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsBluetooth
deleted file mode 100644
index d2f6b9a..0000000
--- a/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsBluetooth
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 2020 The Chromium OS Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-# This file has been automatically generated. Do not edit!
-
-AUTHOR = 'ARC++ Team'
-NAME = 'cheets_CTS_R.11_r2.x86.CtsBluetooth'
-ATTRIBUTES = 'suite:arc-cts-r'
-DEPENDENCIES = 'arc, cts_abi_x86'
-JOB_RETRIES = 1
-TEST_TYPE = 'server'
-TIME = 'MEDIUM'
-MAX_RESULT_SIZE_KB = 512000
-DOC = 'Run module CtsBluetoothTestCases, CtsBluetoothTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using x86 ABI in the ARC++ container.'
-
-def run_TS(machine):
-    host_list = [hosts.create_host(machine)]
-    job.run_test(
-        'cheets_CTS_R',
-        hosts=host_list,
-        iterations=1,
-        tag='11_r2.x86.CtsBluetooth',
-        test_name='cheets_CTS_R.11_r2.x86.CtsBluetooth',
-        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsBluetoothTestCases', '--include-filter', 'CtsBluetoothTestCases[secondary_user]', '--logcat-on-failure'],
-        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
-        target_module='CtsBluetooth',
-        target_plan=None,
-        bundle='x86',
-        uri='LATEST',
-        use_jdk9=True,
-        timeout=5400)
-
-parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsBootStats b/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsBootStats
deleted file mode 100644
index 649495b..0000000
--- a/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsBootStats
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 2020 The Chromium OS Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-# This file has been automatically generated. Do not edit!
-
-AUTHOR = 'ARC++ Team'
-NAME = 'cheets_CTS_R.11_r2.x86.CtsBootStats'
-ATTRIBUTES = 'suite:arc-cts-r'
-DEPENDENCIES = 'arc, cts_abi_x86'
-JOB_RETRIES = 1
-TEST_TYPE = 'server'
-TIME = 'MEDIUM'
-MAX_RESULT_SIZE_KB = 512000
-DOC = 'Run module CtsBootStatsTestCases, CtsBootStatsTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using x86 ABI in the ARC++ container.'
-
-def run_TS(machine):
-    host_list = [hosts.create_host(machine)]
-    job.run_test(
-        'cheets_CTS_R',
-        hosts=host_list,
-        iterations=1,
-        tag='11_r2.x86.CtsBootStats',
-        test_name='cheets_CTS_R.11_r2.x86.CtsBootStats',
-        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsBootStatsTestCases', '--include-filter', 'CtsBootStatsTestCases[secondary_user]', '--logcat-on-failure'],
-        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
-        target_module='CtsBootStats',
-        target_plan=None,
-        bundle='x86',
-        uri='LATEST',
-        use_jdk9=True,
-        timeout=5400)
-
-parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsCalendarProvider b/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsCalendarProvider
deleted file mode 100644
index 0f30a3d..0000000
--- a/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsCalendarProvider
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 2020 The Chromium OS Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-# This file has been automatically generated. Do not edit!
-
-AUTHOR = 'ARC++ Team'
-NAME = 'cheets_CTS_R.11_r2.x86.CtsCalendarProvider'
-ATTRIBUTES = 'suite:arc-cts-r'
-DEPENDENCIES = 'arc, cts_abi_x86'
-JOB_RETRIES = 1
-TEST_TYPE = 'server'
-TIME = 'MEDIUM'
-MAX_RESULT_SIZE_KB = 512000
-DOC = 'Run module CtsCalendarProviderTestCases, CtsCalendarProviderTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using x86 ABI in the ARC++ container.'
-
-def run_TS(machine):
-    host_list = [hosts.create_host(machine)]
-    job.run_test(
-        'cheets_CTS_R',
-        hosts=host_list,
-        iterations=1,
-        tag='11_r2.x86.CtsCalendarProvider',
-        test_name='cheets_CTS_R.11_r2.x86.CtsCalendarProvider',
-        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsCalendarProviderTestCases', '--include-filter', 'CtsCalendarProviderTestCases[secondary_user]', '--logcat-on-failure'],
-        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
-        target_module='CtsCalendarProvider',
-        target_plan=None,
-        bundle='x86',
-        uri='LATEST',
-        use_jdk9=True,
-        timeout=5400)
-
-parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsCalendarcommon2 b/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsCalendarcommon2
deleted file mode 100644
index 7abadef..0000000
--- a/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsCalendarcommon2
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 2020 The Chromium OS Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-# This file has been automatically generated. Do not edit!
-
-AUTHOR = 'ARC++ Team'
-NAME = 'cheets_CTS_R.11_r2.x86.CtsCalendarcommon2'
-ATTRIBUTES = 'suite:arc-cts-r'
-DEPENDENCIES = 'arc, cts_abi_x86'
-JOB_RETRIES = 1
-TEST_TYPE = 'server'
-TIME = 'MEDIUM'
-MAX_RESULT_SIZE_KB = 512000
-DOC = 'Run module CtsCalendarcommon2TestCases, CtsCalendarcommon2TestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using x86 ABI in the ARC++ container.'
-
-def run_TS(machine):
-    host_list = [hosts.create_host(machine)]
-    job.run_test(
-        'cheets_CTS_R',
-        hosts=host_list,
-        iterations=1,
-        tag='11_r2.x86.CtsCalendarcommon2',
-        test_name='cheets_CTS_R.11_r2.x86.CtsCalendarcommon2',
-        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsCalendarcommon2TestCases', '--include-filter', 'CtsCalendarcommon2TestCases[secondary_user]', '--logcat-on-failure'],
-        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
-        target_module='CtsCalendarcommon2',
-        target_plan=None,
-        bundle='x86',
-        uri='LATEST',
-        use_jdk9=True,
-        timeout=5400)
-
-parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsCamera b/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsCamera
deleted file mode 100644
index d73f3bb..0000000
--- a/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsCamera
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 2020 The Chromium OS Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-# This file has been automatically generated. Do not edit!
-
-AUTHOR = 'ARC++ Team'
-NAME = 'cheets_CTS_R.11_r2.x86.CtsCamera'
-ATTRIBUTES = 'suite:arc-cts-r'
-DEPENDENCIES = 'arc, cts_abi_x86'
-JOB_RETRIES = 1
-TEST_TYPE = 'server'
-TIME = 'LONG'
-MAX_RESULT_SIZE_KB = 512000
-DOC = 'Run module CtsCameraApi25TestCases, CtsCameraApi25TestCases[secondary_user], CtsCameraTestCases, CtsCameraTestCases[instant], CtsCameraTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using x86 ABI in the ARC++ container.'
-
-def run_TS(machine):
-    host_list = [hosts.create_host(machine)]
-    job.run_test(
-        'cheets_CTS_R',
-        hosts=host_list,
-        iterations=1,
-        tag='11_r2.x86.CtsCamera',
-        test_name='cheets_CTS_R.11_r2.x86.CtsCamera',
-        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsCameraApi25TestCases', '--include-filter', 'CtsCameraApi25TestCases[secondary_user]', '--include-filter', 'CtsCameraTestCases', '--include-filter', 'CtsCameraTestCases[instant]', '--include-filter', 'CtsCameraTestCases[secondary_user]', '--logcat-on-failure'],
-        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
-        target_module='CtsCamera',
-        target_plan=None,
-        bundle='x86',
-        uri='LATEST',
-        use_jdk9=True,
-        timeout=10800)
-
-parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsCar b/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsCar
deleted file mode 100644
index 4eee7be..0000000
--- a/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsCar
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 2020 The Chromium OS Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-# This file has been automatically generated. Do not edit!
-
-AUTHOR = 'ARC++ Team'
-NAME = 'cheets_CTS_R.11_r2.x86.CtsCar'
-ATTRIBUTES = 'suite:arc-cts-r'
-DEPENDENCIES = 'arc, cts_abi_x86'
-JOB_RETRIES = 1
-TEST_TYPE = 'server'
-TIME = 'MEDIUM'
-MAX_RESULT_SIZE_KB = 512000
-DOC = 'Run module CtsCarHostTestCases, CtsCarTestCases, CtsCarTestCases[instant], CtsCarTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using x86 ABI in the ARC++ container.'
-
-def run_TS(machine):
-    host_list = [hosts.create_host(machine)]
-    job.run_test(
-        'cheets_CTS_R',
-        hosts=host_list,
-        iterations=1,
-        tag='11_r2.x86.CtsCar',
-        test_name='cheets_CTS_R.11_r2.x86.CtsCar',
-        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsCarHostTestCases', '--include-filter', 'CtsCarTestCases', '--include-filter', 'CtsCarTestCases[instant]', '--include-filter', 'CtsCarTestCases[secondary_user]', '--logcat-on-failure'],
-        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
-        target_module='CtsCar',
-        target_plan=None,
-        bundle='x86',
-        uri='LATEST',
-        use_jdk9=True,
-        timeout=9000)
-
-parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsCarrierApiTestCases b/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsCarrierApiTestCases
deleted file mode 100644
index 8ab3c20..0000000
--- a/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsCarrierApiTestCases
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 2020 The Chromium OS Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-# This file has been automatically generated. Do not edit!
-
-AUTHOR = 'ARC++ Team'
-NAME = 'cheets_CTS_R.11_r2.x86.CtsCarrierApiTestCases'
-ATTRIBUTES = 'suite:arc-cts-r'
-DEPENDENCIES = 'arc, cts_abi_x86'
-JOB_RETRIES = 1
-TEST_TYPE = 'server'
-TIME = 'MEDIUM'
-MAX_RESULT_SIZE_KB = 512000
-DOC = 'Run module CtsCarrierApiTestCases of the Android Compatibility Test Suite (CTS) using x86 ABI in the ARC++ container.'
-
-def run_TS(machine):
-    host_list = [hosts.create_host(machine)]
-    job.run_test(
-        'cheets_CTS_R',
-        hosts=host_list,
-        iterations=1,
-        tag='11_r2.x86.CtsCarrierApiTestCases',
-        test_name='cheets_CTS_R.11_r2.x86.CtsCarrierApiTestCases',
-        run_template=['run', 'commandAndExit', 'cts', '--module', 'CtsCarrierApiTestCases', '--logcat-on-failure'],
-        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
-        target_module='CtsCarrierApiTestCases',
-        target_plan=None,
-        bundle='x86',
-        uri='LATEST',
-        use_jdk9=True,
-        timeout=3600)
-
-parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsClassLoaderFactory b/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsClassLoaderFactory
deleted file mode 100644
index efe518f..0000000
--- a/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsClassLoaderFactory
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 2020 The Chromium OS Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-# This file has been automatically generated. Do not edit!
-
-AUTHOR = 'ARC++ Team'
-NAME = 'cheets_CTS_R.11_r2.x86.CtsClassLoaderFactory'
-ATTRIBUTES = 'suite:arc-cts-r'
-DEPENDENCIES = 'arc, cts_abi_x86'
-JOB_RETRIES = 1
-TEST_TYPE = 'server'
-TIME = 'MEDIUM'
-MAX_RESULT_SIZE_KB = 512000
-DOC = 'Run module CtsClassLoaderFactoryInMemoryDexClassLoaderTestCases, CtsClassLoaderFactoryInMemoryDexClassLoaderTestCases[instant], CtsClassLoaderFactoryInMemoryDexClassLoaderTestCases[secondary_user], CtsClassLoaderFactoryPathClassLoaderTestCases, CtsClassLoaderFactoryPathClassLoaderTestCases[instant], CtsClassLoaderFactoryPathClassLoaderTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using x86 ABI in the ARC++ container.'
-
-def run_TS(machine):
-    host_list = [hosts.create_host(machine)]
-    job.run_test(
-        'cheets_CTS_R',
-        hosts=host_list,
-        iterations=1,
-        tag='11_r2.x86.CtsClassLoaderFactory',
-        test_name='cheets_CTS_R.11_r2.x86.CtsClassLoaderFactory',
-        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsClassLoaderFactoryInMemoryDexClassLoaderTestCases', '--include-filter', 'CtsClassLoaderFactoryInMemoryDexClassLoaderTestCases[instant]', '--include-filter', 'CtsClassLoaderFactoryInMemoryDexClassLoaderTestCases[secondary_user]', '--include-filter', 'CtsClassLoaderFactoryPathClassLoaderTestCases', '--include-filter', 'CtsClassLoaderFactoryPathClassLoaderTestCases[instant]', '--include-filter', 'CtsClassLoaderFactoryPathClassLoaderTestCases[secondary_user]', '--logcat-on-failure'],
-        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
-        target_module='CtsClassLoaderFactory',
-        target_plan=None,
-        bundle='x86',
-        uri='LATEST',
-        use_jdk9=True,
-        timeout=12600)
-
-parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsClassloaderSplitsHost b/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsClassloaderSplitsHost
deleted file mode 100644
index e46d406..0000000
--- a/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsClassloaderSplitsHost
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 2020 The Chromium OS Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-# This file has been automatically generated. Do not edit!
-
-AUTHOR = 'ARC++ Team'
-NAME = 'cheets_CTS_R.11_r2.x86.CtsClassloaderSplitsHost'
-ATTRIBUTES = 'suite:arc-cts-r'
-DEPENDENCIES = 'arc, cts_abi_x86'
-JOB_RETRIES = 1
-TEST_TYPE = 'server'
-TIME = 'MEDIUM'
-MAX_RESULT_SIZE_KB = 512000
-DOC = 'Run module CtsClassloaderSplitsHostTestCases, CtsClassloaderSplitsHostTestCases[instant], CtsClassloaderSplitsHostTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using x86 ABI in the ARC++ container.'
-
-def run_TS(machine):
-    host_list = [hosts.create_host(machine)]
-    job.run_test(
-        'cheets_CTS_R',
-        hosts=host_list,
-        iterations=1,
-        tag='11_r2.x86.CtsClassloaderSplitsHost',
-        test_name='cheets_CTS_R.11_r2.x86.CtsClassloaderSplitsHost',
-        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsClassloaderSplitsHostTestCases', '--include-filter', 'CtsClassloaderSplitsHostTestCases[instant]', '--include-filter', 'CtsClassloaderSplitsHostTestCases[secondary_user]', '--logcat-on-failure'],
-        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
-        target_module='CtsClassloaderSplitsHost',
-        target_plan=None,
-        bundle='x86',
-        uri='LATEST',
-        use_jdk9=True,
-        timeout=7200)
-
-parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsCodePathHost b/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsCodePathHost
deleted file mode 100644
index cabace6..0000000
--- a/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsCodePathHost
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 2020 The Chromium OS Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-# This file has been automatically generated. Do not edit!
-
-AUTHOR = 'ARC++ Team'
-NAME = 'cheets_CTS_R.11_r2.x86.CtsCodePathHost'
-ATTRIBUTES = 'suite:arc-cts-r'
-DEPENDENCIES = 'arc, cts_abi_x86'
-JOB_RETRIES = 1
-TEST_TYPE = 'server'
-TIME = 'MEDIUM'
-MAX_RESULT_SIZE_KB = 512000
-DOC = 'Run module CtsCodePathHostTestCases, CtsCodePathHostTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using x86 ABI in the ARC++ container.'
-
-def run_TS(machine):
-    host_list = [hosts.create_host(machine)]
-    job.run_test(
-        'cheets_CTS_R',
-        hosts=host_list,
-        iterations=1,
-        tag='11_r2.x86.CtsCodePathHost',
-        test_name='cheets_CTS_R.11_r2.x86.CtsCodePathHost',
-        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsCodePathHostTestCases', '--include-filter', 'CtsCodePathHostTestCases[secondary_user]', '--logcat-on-failure'],
-        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
-        target_module='CtsCodePathHost',
-        target_plan=None,
-        bundle='x86',
-        uri='LATEST',
-        use_jdk9=True,
-        timeout=5400)
-
-parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsColorMode b/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsColorMode
deleted file mode 100644
index 0eef97c..0000000
--- a/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsColorMode
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 2020 The Chromium OS Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-# This file has been automatically generated. Do not edit!
-
-AUTHOR = 'ARC++ Team'
-NAME = 'cheets_CTS_R.11_r2.x86.CtsColorMode'
-ATTRIBUTES = 'suite:arc-cts-r'
-DEPENDENCIES = 'arc, cts_abi_x86'
-JOB_RETRIES = 1
-TEST_TYPE = 'server'
-TIME = 'MEDIUM'
-MAX_RESULT_SIZE_KB = 512000
-DOC = 'Run module CtsColorModeTestCases, CtsColorModeTestCases[instant], CtsColorModeTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using x86 ABI in the ARC++ container.'
-
-def run_TS(machine):
-    host_list = [hosts.create_host(machine)]
-    job.run_test(
-        'cheets_CTS_R',
-        hosts=host_list,
-        iterations=1,
-        tag='11_r2.x86.CtsColorMode',
-        test_name='cheets_CTS_R.11_r2.x86.CtsColorMode',
-        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsColorModeTestCases', '--include-filter', 'CtsColorModeTestCases[instant]', '--include-filter', 'CtsColorModeTestCases[secondary_user]', '--logcat-on-failure'],
-        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
-        target_module='CtsColorMode',
-        target_plan=None,
-        bundle='x86',
-        uri='LATEST',
-        use_jdk9=True,
-        timeout=7200)
-
-parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsCompilation b/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsCompilation
deleted file mode 100644
index f939f50..0000000
--- a/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsCompilation
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 2020 The Chromium OS Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-# This file has been automatically generated. Do not edit!
-
-AUTHOR = 'ARC++ Team'
-NAME = 'cheets_CTS_R.11_r2.x86.CtsCompilation'
-ATTRIBUTES = 'suite:arc-cts-r'
-DEPENDENCIES = 'arc, cts_abi_x86'
-JOB_RETRIES = 1
-TEST_TYPE = 'server'
-TIME = 'MEDIUM'
-MAX_RESULT_SIZE_KB = 512000
-DOC = 'Run module CtsCompilationTestCases, CtsCompilationTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using x86 ABI in the ARC++ container.'
-
-def run_TS(machine):
-    host_list = [hosts.create_host(machine)]
-    job.run_test(
-        'cheets_CTS_R',
-        hosts=host_list,
-        iterations=1,
-        tag='11_r2.x86.CtsCompilation',
-        test_name='cheets_CTS_R.11_r2.x86.CtsCompilation',
-        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsCompilationTestCases', '--include-filter', 'CtsCompilationTestCases[secondary_user]', '--logcat-on-failure'],
-        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
-        target_module='CtsCompilation',
-        target_plan=None,
-        bundle='x86',
-        uri='LATEST',
-        use_jdk9=True,
-        timeout=5400)
-
-parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsContactsProvider b/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsContactsProvider
deleted file mode 100644
index 56d9330..0000000
--- a/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsContactsProvider
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 2020 The Chromium OS Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-# This file has been automatically generated. Do not edit!
-
-AUTHOR = 'ARC++ Team'
-NAME = 'cheets_CTS_R.11_r2.x86.CtsContactsProvider'
-ATTRIBUTES = 'suite:arc-cts-r'
-DEPENDENCIES = 'arc, cts_abi_x86'
-JOB_RETRIES = 1
-TEST_TYPE = 'server'
-TIME = 'MEDIUM'
-MAX_RESULT_SIZE_KB = 512000
-DOC = 'Run module CtsContactsProviderTestCases, CtsContactsProviderTestCases[secondary_user], CtsContactsProviderWipe, CtsContactsProviderWipe[secondary_user] of the Android Compatibility Test Suite (CTS) using x86 ABI in the ARC++ container.'
-
-def run_TS(machine):
-    host_list = [hosts.create_host(machine)]
-    job.run_test(
-        'cheets_CTS_R',
-        hosts=host_list,
-        iterations=1,
-        tag='11_r2.x86.CtsContactsProvider',
-        test_name='cheets_CTS_R.11_r2.x86.CtsContactsProvider',
-        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsContactsProviderTestCases', '--include-filter', 'CtsContactsProviderTestCases[secondary_user]', '--include-filter', 'CtsContactsProviderWipe', '--include-filter', 'CtsContactsProviderWipe[secondary_user]', '--logcat-on-failure'],
-        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
-        target_module='CtsContactsProvider',
-        target_plan=None,
-        bundle='x86',
-        uri='LATEST',
-        use_jdk9=True,
-        timeout=9000)
-
-parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsContent b/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsContent
deleted file mode 100644
index 73f18f3..0000000
--- a/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsContent
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 2020 The Chromium OS Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-# This file has been automatically generated. Do not edit!
-
-AUTHOR = 'ARC++ Team'
-NAME = 'cheets_CTS_R.11_r2.x86.CtsContent'
-ATTRIBUTES = 'suite:arc-cts-r'
-DEPENDENCIES = 'arc, cts_abi_x86'
-JOB_RETRIES = 1
-TEST_TYPE = 'server'
-TIME = 'MEDIUM'
-MAX_RESULT_SIZE_KB = 512000
-DOC = 'Run module CtsContentCaptureServiceTestCases, CtsContentCaptureServiceTestCases[instant], CtsContentCaptureServiceTestCases[secondary_user], CtsContentSuggestionsTestCases, CtsContentSuggestionsTestCases[secondary_user], CtsContentTestCases, CtsContentTestCases[instant], CtsContentTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using x86 ABI in the ARC++ container.'
-
-def run_TS(machine):
-    host_list = [hosts.create_host(machine)]
-    job.run_test(
-        'cheets_CTS_R',
-        hosts=host_list,
-        iterations=1,
-        enable_default_apps=True,
-        tag='11_r2.x86.CtsContent',
-        test_name='cheets_CTS_R.11_r2.x86.CtsContent',
-        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsContentCaptureServiceTestCases', '--include-filter', 'CtsContentCaptureServiceTestCases[instant]', '--include-filter', 'CtsContentCaptureServiceTestCases[secondary_user]', '--include-filter', 'CtsContentSuggestionsTestCases', '--include-filter', 'CtsContentSuggestionsTestCases[secondary_user]', '--include-filter', 'CtsContentTestCases', '--include-filter', 'CtsContentTestCases[instant]', '--include-filter', 'CtsContentTestCases[secondary_user]', '--logcat-on-failure'],
-        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
-        target_module='CtsContent',
-        target_plan=None,
-        bundle='x86',
-        uri='LATEST',
-        use_jdk9=True,
-        timeout=16200)
-
-parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsControlsDevice b/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsControlsDevice
deleted file mode 100644
index e9e9d7d..0000000
--- a/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsControlsDevice
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 2020 The Chromium OS Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-# This file has been automatically generated. Do not edit!
-
-AUTHOR = 'ARC++ Team'
-NAME = 'cheets_CTS_R.11_r2.x86.CtsControlsDevice'
-ATTRIBUTES = 'suite:arc-cts-r'
-DEPENDENCIES = 'arc, cts_abi_x86'
-JOB_RETRIES = 1
-TEST_TYPE = 'server'
-TIME = 'MEDIUM'
-MAX_RESULT_SIZE_KB = 512000
-DOC = 'Run module CtsControlsDeviceTestCases, CtsControlsDeviceTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using x86 ABI in the ARC++ container.'
-
-def run_TS(machine):
-    host_list = [hosts.create_host(machine)]
-    job.run_test(
-        'cheets_CTS_R',
-        hosts=host_list,
-        iterations=1,
-        tag='11_r2.x86.CtsControlsDevice',
-        test_name='cheets_CTS_R.11_r2.x86.CtsControlsDevice',
-        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsControlsDeviceTestCases', '--include-filter', 'CtsControlsDeviceTestCases[secondary_user]', '--logcat-on-failure'],
-        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
-        target_module='CtsControlsDevice',
-        target_plan=None,
-        bundle='x86',
-        uri='LATEST',
-        use_jdk9=True,
-        timeout=5400)
-
-parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsCppTools b/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsCppTools
deleted file mode 100644
index 82c7828..0000000
--- a/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsCppTools
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 2020 The Chromium OS Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-# This file has been automatically generated. Do not edit!
-
-AUTHOR = 'ARC++ Team'
-NAME = 'cheets_CTS_R.11_r2.x86.CtsCppTools'
-ATTRIBUTES = 'suite:arc-cts-r'
-DEPENDENCIES = 'arc, cts_abi_x86'
-JOB_RETRIES = 1
-TEST_TYPE = 'server'
-TIME = 'MEDIUM'
-MAX_RESULT_SIZE_KB = 512000
-DOC = 'Run module CtsCppToolsTestCases, CtsCppToolsTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using x86 ABI in the ARC++ container.'
-
-def run_TS(machine):
-    host_list = [hosts.create_host(machine)]
-    job.run_test(
-        'cheets_CTS_R',
-        hosts=host_list,
-        iterations=1,
-        tag='11_r2.x86.CtsCppTools',
-        test_name='cheets_CTS_R.11_r2.x86.CtsCppTools',
-        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsCppToolsTestCases', '--include-filter', 'CtsCppToolsTestCases[secondary_user]', '--logcat-on-failure'],
-        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
-        target_module='CtsCppTools',
-        target_plan=None,
-        bundle='x86',
-        uri='LATEST',
-        use_jdk9=True,
-        timeout=5400)
-
-parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsCurrentApiSignature b/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsCurrentApiSignature
deleted file mode 100644
index dd64ba3..0000000
--- a/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsCurrentApiSignature
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 2020 The Chromium OS Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-# This file has been automatically generated. Do not edit!
-
-AUTHOR = 'ARC++ Team'
-NAME = 'cheets_CTS_R.11_r2.x86.CtsCurrentApiSignature'
-ATTRIBUTES = 'suite:arc-cts-r'
-DEPENDENCIES = 'arc, cts_abi_x86'
-JOB_RETRIES = 1
-TEST_TYPE = 'server'
-TIME = 'MEDIUM'
-MAX_RESULT_SIZE_KB = 512000
-DOC = 'Run module CtsCurrentApiSignatureTestCases, CtsCurrentApiSignatureTestCases[instant], CtsCurrentApiSignatureTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using x86 ABI in the ARC++ container.'
-
-def run_TS(machine):
-    host_list = [hosts.create_host(machine)]
-    job.run_test(
-        'cheets_CTS_R',
-        hosts=host_list,
-        iterations=1,
-        tag='11_r2.x86.CtsCurrentApiSignature',
-        test_name='cheets_CTS_R.11_r2.x86.CtsCurrentApiSignature',
-        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsCurrentApiSignatureTestCases', '--include-filter', 'CtsCurrentApiSignatureTestCases[instant]', '--include-filter', 'CtsCurrentApiSignatureTestCases[secondary_user]', '--logcat-on-failure'],
-        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
-        target_module='CtsCurrentApiSignature',
-        target_plan=None,
-        bundle='x86',
-        uri='LATEST',
-        use_jdk9=True,
-        timeout=7200)
-
-parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsDatabase b/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsDatabase
deleted file mode 100644
index 8b95fe6..0000000
--- a/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsDatabase
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 2020 The Chromium OS Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-# This file has been automatically generated. Do not edit!
-
-AUTHOR = 'ARC++ Team'
-NAME = 'cheets_CTS_R.11_r2.x86.CtsDatabase'
-ATTRIBUTES = 'suite:arc-cts-r'
-DEPENDENCIES = 'arc, cts_abi_x86'
-JOB_RETRIES = 1
-TEST_TYPE = 'server'
-TIME = 'MEDIUM'
-MAX_RESULT_SIZE_KB = 512000
-DOC = 'Run module CtsDatabaseTestCases, CtsDatabaseTestCases[instant], CtsDatabaseTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using x86 ABI in the ARC++ container.'
-
-def run_TS(machine):
-    host_list = [hosts.create_host(machine)]
-    job.run_test(
-        'cheets_CTS_R',
-        hosts=host_list,
-        iterations=1,
-        tag='11_r2.x86.CtsDatabase',
-        test_name='cheets_CTS_R.11_r2.x86.CtsDatabase',
-        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsDatabaseTestCases', '--include-filter', 'CtsDatabaseTestCases[instant]', '--include-filter', 'CtsDatabaseTestCases[secondary_user]', '--logcat-on-failure'],
-        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
-        target_module='CtsDatabase',
-        target_plan=None,
-        bundle='x86',
-        uri='LATEST',
-        use_jdk9=True,
-        timeout=7200)
-
-parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsDeqp b/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsDeqp
deleted file mode 100644
index 05832e4..0000000
--- a/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsDeqp
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 2020 The Chromium OS Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-# This file has been automatically generated. Do not edit!
-
-AUTHOR = 'ARC++ Team'
-NAME = 'cheets_CTS_R.11_r2.x86.CtsDeqp'
-ATTRIBUTES = 'suite:arc-cts-r'
-DEPENDENCIES = 'arc, cts_abi_x86'
-JOB_RETRIES = 1
-TEST_TYPE = 'server'
-TIME = 'LONG'
-MAX_RESULT_SIZE_KB = 1024000
-DOC = 'Run module CtsDeqpTestCases, CtsDeqpTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using x86 ABI in the ARC++ container.'
-
-def run_TS(machine):
-    host_list = [hosts.create_host(machine)]
-    job.run_test(
-        'cheets_CTS_R',
-        hosts=host_list,
-        iterations=1,
-        max_retry=1,
-        tag='11_r2.x86.CtsDeqp',
-        test_name='cheets_CTS_R.11_r2.x86.CtsDeqp',
-        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsDeqpTestCases', '--include-filter', 'CtsDeqpTestCases[secondary_user]'],
-        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
-        target_module='CtsDeqp',
-        target_plan=None,
-        bundle='x86',
-        uri='LATEST',
-        use_jdk9=True,
-        timeout=111600)
-
-parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsDeqpTestCases.dEQP-EGL b/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsDeqpTestCases.dEQP-EGL
deleted file mode 100644
index f87c4d0..0000000
--- a/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsDeqpTestCases.dEQP-EGL
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 2020 The Chromium OS Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-# This file has been automatically generated. Do not edit!
-
-AUTHOR = 'ARC++ Team'
-NAME = 'cheets_CTS_R.11_r2.x86.CtsDeqpTestCases.dEQP-EGL'
-ATTRIBUTES = 'suite:arc-cts-r'
-DEPENDENCIES = 'arc, cts_abi_x86'
-JOB_RETRIES = 0
-TEST_TYPE = 'server'
-TIME = 'MEDIUM'
-MAX_RESULT_SIZE_KB = 512000
-DOC = 'Run module CtsDeqpTestCases.dEQP-EGL of the Android Compatibility Test Suite (CTS) using x86 ABI in the ARC++ container.'
-
-def run_TS(machine):
-    host_list = [hosts.create_host(machine)]
-    job.run_test(
-        'cheets_CTS_R',
-        hosts=host_list,
-        iterations=1,
-        tag='11_r2.x86.CtsDeqpTestCases.dEQP-EGL',
-        test_name='cheets_CTS_R.11_r2.x86.CtsDeqpTestCases.dEQP-EGL',
-        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsDeqpTestCases', '--module', 'CtsDeqpTestCases', '--test', 'dEQP-EGL.*'],
-        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
-        target_module='CtsDeqpTestCases',
-        target_plan=None,
-        bundle='x86',
-        uri='gs://chromeos-arc-images/cts/bundle/R/android-cts-6922707-linux_x86-x86.zip',
-        use_jdk9=True,
-        timeout=7200)
-
-parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsDeqpTestCases.dEQP-GLES2 b/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsDeqpTestCases.dEQP-GLES2
deleted file mode 100644
index 924b727..0000000
--- a/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsDeqpTestCases.dEQP-GLES2
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 2020 The Chromium OS Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-# This file has been automatically generated. Do not edit!
-
-AUTHOR = 'ARC++ Team'
-NAME = 'cheets_CTS_R.11_r2.x86.CtsDeqpTestCases.dEQP-GLES2'
-ATTRIBUTES = 'suite:arc-cts-r'
-DEPENDENCIES = 'arc, cts_abi_x86'
-JOB_RETRIES = 0
-TEST_TYPE = 'server'
-TIME = 'MEDIUM'
-MAX_RESULT_SIZE_KB = 512000
-DOC = 'Run module CtsDeqpTestCases.dEQP-GLES2 of the Android Compatibility Test Suite (CTS) using x86 ABI in the ARC++ container.'
-
-def run_TS(machine):
-    host_list = [hosts.create_host(machine)]
-    job.run_test(
-        'cheets_CTS_R',
-        hosts=host_list,
-        iterations=1,
-        tag='11_r2.x86.CtsDeqpTestCases.dEQP-GLES2',
-        test_name='cheets_CTS_R.11_r2.x86.CtsDeqpTestCases.dEQP-GLES2',
-        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsDeqpTestCases', '--module', 'CtsDeqpTestCases', '--test', 'dEQP-GLES2.*'],
-        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
-        target_module='CtsDeqpTestCases',
-        target_plan=None,
-        bundle='x86',
-        uri='gs://chromeos-arc-images/cts/bundle/R/android-cts-6922707-linux_x86-x86.zip',
-        use_jdk9=True,
-        timeout=7200)
-
-parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsDeqpTestCases.dEQP-GLES3 b/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsDeqpTestCases.dEQP-GLES3
deleted file mode 100644
index 98c0d72..0000000
--- a/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsDeqpTestCases.dEQP-GLES3
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 2020 The Chromium OS Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-# This file has been automatically generated. Do not edit!
-
-AUTHOR = 'ARC++ Team'
-NAME = 'cheets_CTS_R.11_r2.x86.CtsDeqpTestCases.dEQP-GLES3'
-ATTRIBUTES = 'suite:arc-cts-r'
-DEPENDENCIES = 'arc, cts_abi_x86'
-JOB_RETRIES = 0
-TEST_TYPE = 'server'
-TIME = 'MEDIUM'
-MAX_RESULT_SIZE_KB = 512000
-DOC = 'Run module CtsDeqpTestCases.dEQP-GLES3 of the Android Compatibility Test Suite (CTS) using x86 ABI in the ARC++ container.'
-
-def run_TS(machine):
-    host_list = [hosts.create_host(machine)]
-    job.run_test(
-        'cheets_CTS_R',
-        hosts=host_list,
-        iterations=1,
-        tag='11_r2.x86.CtsDeqpTestCases.dEQP-GLES3',
-        test_name='cheets_CTS_R.11_r2.x86.CtsDeqpTestCases.dEQP-GLES3',
-        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsDeqpTestCases', '--module', 'CtsDeqpTestCases', '--test', 'dEQP-GLES3.*'],
-        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
-        target_module='CtsDeqpTestCases',
-        target_plan=None,
-        bundle='x86',
-        uri='gs://chromeos-arc-images/cts/bundle/R/android-cts-6922707-linux_x86-x86.zip',
-        use_jdk9=True,
-        timeout=21600)
-
-parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsDeqpTestCases.dEQP-GLES31 b/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsDeqpTestCases.dEQP-GLES31
deleted file mode 100644
index 3f95637..0000000
--- a/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsDeqpTestCases.dEQP-GLES31
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 2020 The Chromium OS Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-# This file has been automatically generated. Do not edit!
-
-AUTHOR = 'ARC++ Team'
-NAME = 'cheets_CTS_R.11_r2.x86.CtsDeqpTestCases.dEQP-GLES31'
-ATTRIBUTES = 'suite:arc-cts-r'
-DEPENDENCIES = 'arc, cts_abi_x86'
-JOB_RETRIES = 0
-TEST_TYPE = 'server'
-TIME = 'MEDIUM'
-MAX_RESULT_SIZE_KB = 512000
-DOC = 'Run module CtsDeqpTestCases.dEQP-GLES31 of the Android Compatibility Test Suite (CTS) using x86 ABI in the ARC++ container.'
-
-def run_TS(machine):
-    host_list = [hosts.create_host(machine)]
-    job.run_test(
-        'cheets_CTS_R',
-        hosts=host_list,
-        iterations=1,
-        tag='11_r2.x86.CtsDeqpTestCases.dEQP-GLES31',
-        test_name='cheets_CTS_R.11_r2.x86.CtsDeqpTestCases.dEQP-GLES31',
-        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsDeqpTestCases', '--module', 'CtsDeqpTestCases', '--test', 'dEQP-GLES31.*'],
-        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
-        target_module='CtsDeqpTestCases',
-        target_plan=None,
-        bundle='x86',
-        uri='gs://chromeos-arc-images/cts/bundle/R/android-cts-6922707-linux_x86-x86.zip',
-        use_jdk9=True,
-        timeout=21600)
-
-parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsDeqpTestCases.dEQP-VK b/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsDeqpTestCases.dEQP-VK
deleted file mode 100644
index e25ec45..0000000
--- a/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsDeqpTestCases.dEQP-VK
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 2020 The Chromium OS Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-# This file has been automatically generated. Do not edit!
-
-AUTHOR = 'ARC++ Team'
-NAME = 'cheets_CTS_R.11_r2.x86.CtsDeqpTestCases.dEQP-VK'
-ATTRIBUTES = 'suite:arc-cts-r'
-DEPENDENCIES = 'arc, cts_abi_x86'
-JOB_RETRIES = 0
-TEST_TYPE = 'server'
-TIME = 'MEDIUM'
-MAX_RESULT_SIZE_KB = 512000
-DOC = 'Run module CtsDeqpTestCases.dEQP-VK of the Android Compatibility Test Suite (CTS) using x86 ABI in the ARC++ container.'
-
-def run_TS(machine):
-    host_list = [hosts.create_host(machine)]
-    job.run_test(
-        'cheets_CTS_R',
-        hosts=host_list,
-        iterations=1,
-        tag='11_r2.x86.CtsDeqpTestCases.dEQP-VK',
-        test_name='cheets_CTS_R.11_r2.x86.CtsDeqpTestCases.dEQP-VK',
-        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsDeqpTestCases', '--module', 'CtsDeqpTestCases', '--test', 'dEQP-VK.*'],
-        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
-        target_module='CtsDeqpTestCases',
-        target_plan=None,
-        bundle='x86',
-        uri='gs://chromeos-arc-images/cts/bundle/R/android-cts-6922707-linux_x86-x86.zip',
-        use_jdk9=True,
-        timeout=54000)
-
-parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsDevice b/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsDevice
deleted file mode 100644
index 0c36bf3..0000000
--- a/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsDevice
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 2020 The Chromium OS Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-# This file has been automatically generated. Do not edit!
-
-AUTHOR = 'ARC++ Team'
-NAME = 'cheets_CTS_R.11_r2.x86.CtsDevice'
-ATTRIBUTES = 'suite:arc-cts-r'
-DEPENDENCIES = 'arc, cts_abi_x86'
-JOB_RETRIES = 1
-TEST_TYPE = 'server'
-TIME = 'MEDIUM'
-MAX_RESULT_SIZE_KB = 512000
-DOC = 'Run module CtsDeviceConfigTestCases, CtsDeviceConfigTestCases[instant], CtsDeviceConfigTestCases[secondary_user], CtsDeviceIdleHostTestCases, CtsDeviceIdleHostTestCases[secondary_user], CtsDevicePolicyManagerTestCases of the Android Compatibility Test Suite (CTS) using x86 ABI in the ARC++ container.'
-
-def run_TS(machine):
-    host_list = [hosts.create_host(machine)]
-    job.run_test(
-        'cheets_CTS_R',
-        hosts=host_list,
-        iterations=1,
-        tag='11_r2.x86.CtsDevice',
-        test_name='cheets_CTS_R.11_r2.x86.CtsDevice',
-        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsDeviceConfigTestCases', '--include-filter', 'CtsDeviceConfigTestCases[instant]', '--include-filter', 'CtsDeviceConfigTestCases[secondary_user]', '--include-filter', 'CtsDeviceIdleHostTestCases', '--include-filter', 'CtsDeviceIdleHostTestCases[secondary_user]', '--include-filter', 'CtsDevicePolicyManagerTestCases', '--logcat-on-failure'],
-        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
-        target_module='CtsDevice',
-        target_plan=None,
-        bundle='x86',
-        uri='LATEST',
-        use_jdk9=True,
-        timeout=12600)
-
-parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsDexMetadataHost b/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsDexMetadataHost
deleted file mode 100644
index 93554e3..0000000
--- a/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsDexMetadataHost
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 2020 The Chromium OS Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-# This file has been automatically generated. Do not edit!
-
-AUTHOR = 'ARC++ Team'
-NAME = 'cheets_CTS_R.11_r2.x86.CtsDexMetadataHost'
-ATTRIBUTES = 'suite:arc-cts-r'
-DEPENDENCIES = 'arc, cts_abi_x86'
-JOB_RETRIES = 1
-TEST_TYPE = 'server'
-TIME = 'MEDIUM'
-MAX_RESULT_SIZE_KB = 512000
-DOC = 'Run module CtsDexMetadataHostTestCases, CtsDexMetadataHostTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using x86 ABI in the ARC++ container.'
-
-def run_TS(machine):
-    host_list = [hosts.create_host(machine)]
-    job.run_test(
-        'cheets_CTS_R',
-        hosts=host_list,
-        iterations=1,
-        tag='11_r2.x86.CtsDexMetadataHost',
-        test_name='cheets_CTS_R.11_r2.x86.CtsDexMetadataHost',
-        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsDexMetadataHostTestCases', '--include-filter', 'CtsDexMetadataHostTestCases[secondary_user]', '--logcat-on-failure'],
-        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
-        target_module='CtsDexMetadataHost',
-        target_plan=None,
-        bundle='x86',
-        uri='LATEST',
-        use_jdk9=True,
-        timeout=5400)
-
-parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsDisplay b/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsDisplay
deleted file mode 100644
index 871e402..0000000
--- a/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsDisplay
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 2020 The Chromium OS Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-# This file has been automatically generated. Do not edit!
-
-AUTHOR = 'ARC++ Team'
-NAME = 'cheets_CTS_R.11_r2.x86.CtsDisplay'
-ATTRIBUTES = 'suite:arc-cts-r'
-DEPENDENCIES = 'arc, cts_abi_x86'
-JOB_RETRIES = 1
-TEST_TYPE = 'server'
-TIME = 'MEDIUM'
-MAX_RESULT_SIZE_KB = 512000
-DOC = 'Run module CtsDisplayTestCases, CtsDisplayTestCases[instant], CtsDisplayTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using x86 ABI in the ARC++ container.'
-
-def run_TS(machine):
-    host_list = [hosts.create_host(machine)]
-    job.run_test(
-        'cheets_CTS_R',
-        hosts=host_list,
-        iterations=1,
-        tag='11_r2.x86.CtsDisplay',
-        test_name='cheets_CTS_R.11_r2.x86.CtsDisplay',
-        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsDisplayTestCases', '--include-filter', 'CtsDisplayTestCases[instant]', '--include-filter', 'CtsDisplayTestCases[secondary_user]', '--logcat-on-failure'],
-        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
-        target_module='CtsDisplay',
-        target_plan=None,
-        bundle='x86',
-        uri='LATEST',
-        use_jdk9=True,
-        timeout=7200)
-
-parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsDownloadManager b/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsDownloadManager
deleted file mode 100644
index c725d50..0000000
--- a/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsDownloadManager
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 2020 The Chromium OS Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-# This file has been automatically generated. Do not edit!
-
-AUTHOR = 'ARC++ Team'
-NAME = 'cheets_CTS_R.11_r2.x86.CtsDownloadManager'
-ATTRIBUTES = 'suite:arc-cts-r'
-DEPENDENCIES = 'arc, cts_abi_x86'
-JOB_RETRIES = 1
-TEST_TYPE = 'server'
-TIME = 'MEDIUM'
-MAX_RESULT_SIZE_KB = 512000
-DOC = 'Run module CtsDownloadManagerApi28, CtsDownloadManagerApi28[secondary_user], CtsDownloadManagerInstaller, CtsDownloadManagerInstaller[secondary_user] of the Android Compatibility Test Suite (CTS) using x86 ABI in the ARC++ container.'
-
-def run_TS(machine):
-    host_list = [hosts.create_host(machine)]
-    job.run_test(
-        'cheets_CTS_R',
-        hosts=host_list,
-        iterations=1,
-        tag='11_r2.x86.CtsDownloadManager',
-        test_name='cheets_CTS_R.11_r2.x86.CtsDownloadManager',
-        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsDownloadManagerApi28', '--include-filter', 'CtsDownloadManagerApi28[secondary_user]', '--include-filter', 'CtsDownloadManagerInstaller', '--include-filter', 'CtsDownloadManagerInstaller[secondary_user]', '--logcat-on-failure'],
-        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
-        target_module='CtsDownloadManager',
-        target_plan=None,
-        bundle='x86',
-        uri='LATEST',
-        use_jdk9=True,
-        timeout=9000)
-
-parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsDpi b/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsDpi
deleted file mode 100644
index 2c461d1..0000000
--- a/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsDpi
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 2020 The Chromium OS Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-# This file has been automatically generated. Do not edit!
-
-AUTHOR = 'ARC++ Team'
-NAME = 'cheets_CTS_R.11_r2.x86.CtsDpi'
-ATTRIBUTES = 'suite:arc-cts-r'
-DEPENDENCIES = 'arc, cts_abi_x86'
-JOB_RETRIES = 1
-TEST_TYPE = 'server'
-TIME = 'MEDIUM'
-MAX_RESULT_SIZE_KB = 512000
-DOC = 'Run module CtsDpiTestCases, CtsDpiTestCases2, CtsDpiTestCases2[secondary_user], CtsDpiTestCases[instant], CtsDpiTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using x86 ABI in the ARC++ container.'
-
-def run_TS(machine):
-    host_list = [hosts.create_host(machine)]
-    job.run_test(
-        'cheets_CTS_R',
-        hosts=host_list,
-        iterations=1,
-        tag='11_r2.x86.CtsDpi',
-        test_name='cheets_CTS_R.11_r2.x86.CtsDpi',
-        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsDpiTestCases', '--include-filter', 'CtsDpiTestCases2', '--include-filter', 'CtsDpiTestCases2[secondary_user]', '--include-filter', 'CtsDpiTestCases[instant]', '--include-filter', 'CtsDpiTestCases[secondary_user]', '--logcat-on-failure'],
-        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
-        target_module='CtsDpi',
-        target_plan=None,
-        bundle='x86',
-        uri='LATEST',
-        use_jdk9=True,
-        timeout=10800)
-
-parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsDreams b/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsDreams
deleted file mode 100644
index dad5d6c..0000000
--- a/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsDreams
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 2020 The Chromium OS Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-# This file has been automatically generated. Do not edit!
-
-AUTHOR = 'ARC++ Team'
-NAME = 'cheets_CTS_R.11_r2.x86.CtsDreams'
-ATTRIBUTES = 'suite:arc-cts-r'
-DEPENDENCIES = 'arc, cts_abi_x86'
-JOB_RETRIES = 1
-TEST_TYPE = 'server'
-TIME = 'MEDIUM'
-MAX_RESULT_SIZE_KB = 512000
-DOC = 'Run module CtsDreamsTestCases, CtsDreamsTestCases[instant], CtsDreamsTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using x86 ABI in the ARC++ container.'
-
-def run_TS(machine):
-    host_list = [hosts.create_host(machine)]
-    job.run_test(
-        'cheets_CTS_R',
-        hosts=host_list,
-        iterations=1,
-        tag='11_r2.x86.CtsDreams',
-        test_name='cheets_CTS_R.11_r2.x86.CtsDreams',
-        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsDreamsTestCases', '--include-filter', 'CtsDreamsTestCases[instant]', '--include-filter', 'CtsDreamsTestCases[secondary_user]', '--logcat-on-failure'],
-        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
-        target_module='CtsDreams',
-        target_plan=None,
-        bundle='x86',
-        uri='LATEST',
-        use_jdk9=True,
-        timeout=7200)
-
-parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsDrm b/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsDrm
deleted file mode 100644
index 2dd7a0d..0000000
--- a/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsDrm
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 2020 The Chromium OS Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-# This file has been automatically generated. Do not edit!
-
-AUTHOR = 'ARC++ Team'
-NAME = 'cheets_CTS_R.11_r2.x86.CtsDrm'
-ATTRIBUTES = 'suite:arc-cts-r'
-DEPENDENCIES = 'arc, cts_abi_x86'
-JOB_RETRIES = 1
-TEST_TYPE = 'server'
-TIME = 'MEDIUM'
-MAX_RESULT_SIZE_KB = 512000
-DOC = 'Run module CtsDrmTestCases, CtsDrmTestCases[instant], CtsDrmTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using x86 ABI in the ARC++ container.'
-
-def run_TS(machine):
-    host_list = [hosts.create_host(machine)]
-    job.run_test(
-        'cheets_CTS_R',
-        hosts=host_list,
-        iterations=1,
-        tag='11_r2.x86.CtsDrm',
-        test_name='cheets_CTS_R.11_r2.x86.CtsDrm',
-        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsDrmTestCases', '--include-filter', 'CtsDrmTestCases[instant]', '--include-filter', 'CtsDrmTestCases[secondary_user]', '--logcat-on-failure'],
-        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
-        target_module='CtsDrm',
-        target_plan=None,
-        bundle='x86',
-        uri='LATEST',
-        use_jdk9=True,
-        timeout=7200)
-
-parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsDropBoxManagerTestCases b/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsDropBoxManagerTestCases
deleted file mode 100644
index b617f84..0000000
--- a/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsDropBoxManagerTestCases
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 2020 The Chromium OS Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-# This file has been automatically generated. Do not edit!
-
-AUTHOR = 'ARC++ Team'
-NAME = 'cheets_CTS_R.11_r2.x86.CtsDropBoxManagerTestCases'
-ATTRIBUTES = 'suite:arc-cts-r'
-DEPENDENCIES = 'arc, cts_abi_x86'
-JOB_RETRIES = 1
-TEST_TYPE = 'server'
-TIME = 'MEDIUM'
-MAX_RESULT_SIZE_KB = 512000
-DOC = 'Run module CtsDropBoxManagerTestCases of the Android Compatibility Test Suite (CTS) using x86 ABI in the ARC++ container.'
-
-def run_TS(machine):
-    host_list = [hosts.create_host(machine)]
-    job.run_test(
-        'cheets_CTS_R',
-        hosts=host_list,
-        iterations=1,
-        tag='11_r2.x86.CtsDropBoxManagerTestCases',
-        test_name='cheets_CTS_R.11_r2.x86.CtsDropBoxManagerTestCases',
-        run_template=['run', 'commandAndExit', 'cts', '--module', 'CtsDropBoxManagerTestCases', '--logcat-on-failure'],
-        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
-        target_module='CtsDropBoxManagerTestCases',
-        target_plan=None,
-        bundle='x86',
-        uri='LATEST',
-        use_jdk9=True,
-        timeout=3600)
-
-parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsDumpsysHost b/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsDumpsysHost
deleted file mode 100644
index a8b92fc..0000000
--- a/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsDumpsysHost
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 2020 The Chromium OS Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-# This file has been automatically generated. Do not edit!
-
-AUTHOR = 'ARC++ Team'
-NAME = 'cheets_CTS_R.11_r2.x86.CtsDumpsysHost'
-ATTRIBUTES = 'suite:arc-cts-r'
-DEPENDENCIES = 'arc, cts_abi_x86'
-JOB_RETRIES = 1
-TEST_TYPE = 'server'
-TIME = 'MEDIUM'
-MAX_RESULT_SIZE_KB = 512000
-DOC = 'Run module CtsDumpsysHostTestCases, CtsDumpsysHostTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using x86 ABI in the ARC++ container.'
-
-def run_TS(machine):
-    host_list = [hosts.create_host(machine)]
-    job.run_test(
-        'cheets_CTS_R',
-        hosts=host_list,
-        iterations=1,
-        tag='11_r2.x86.CtsDumpsysHost',
-        test_name='cheets_CTS_R.11_r2.x86.CtsDumpsysHost',
-        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsDumpsysHostTestCases', '--include-filter', 'CtsDumpsysHostTestCases[secondary_user]', '--logcat-on-failure'],
-        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
-        target_module='CtsDumpsysHost',
-        target_plan=None,
-        bundle='x86',
-        uri='LATEST',
-        use_jdk9=True,
-        timeout=5400)
-
-parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsDynamic b/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsDynamic
deleted file mode 100644
index 6e83001..0000000
--- a/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsDynamic
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 2020 The Chromium OS Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-# This file has been automatically generated. Do not edit!
-
-AUTHOR = 'ARC++ Team'
-NAME = 'cheets_CTS_R.11_r2.x86.CtsDynamic'
-ATTRIBUTES = 'suite:arc-cts-r'
-DEPENDENCIES = 'arc, cts_abi_x86'
-JOB_RETRIES = 1
-TEST_TYPE = 'server'
-TIME = 'MEDIUM'
-MAX_RESULT_SIZE_KB = 512000
-DOC = 'Run module CtsDynamicLinkerTestCases, CtsDynamicLinkerTestCases[instant], CtsDynamicLinkerTestCases[secondary_user], CtsDynamicMimeHostTestCases, CtsDynamicMimeHostTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using x86 ABI in the ARC++ container.'
-
-def run_TS(machine):
-    host_list = [hosts.create_host(machine)]
-    job.run_test(
-        'cheets_CTS_R',
-        hosts=host_list,
-        iterations=1,
-        tag='11_r2.x86.CtsDynamic',
-        test_name='cheets_CTS_R.11_r2.x86.CtsDynamic',
-        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsDynamicLinkerTestCases', '--include-filter', 'CtsDynamicLinkerTestCases[instant]', '--include-filter', 'CtsDynamicLinkerTestCases[secondary_user]', '--include-filter', 'CtsDynamicMimeHostTestCases', '--include-filter', 'CtsDynamicMimeHostTestCases[secondary_user]', '--logcat-on-failure'],
-        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
-        target_module='CtsDynamic',
-        target_plan=None,
-        bundle='x86',
-        uri='LATEST',
-        use_jdk9=True,
-        timeout=10800)
-
-parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsEdiHost b/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsEdiHost
deleted file mode 100644
index 63b8a99..0000000
--- a/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsEdiHost
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 2020 The Chromium OS Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-# This file has been automatically generated. Do not edit!
-
-AUTHOR = 'ARC++ Team'
-NAME = 'cheets_CTS_R.11_r2.x86.CtsEdiHost'
-ATTRIBUTES = 'suite:arc-cts-r'
-DEPENDENCIES = 'arc, cts_abi_x86'
-JOB_RETRIES = 1
-TEST_TYPE = 'server'
-TIME = 'MEDIUM'
-MAX_RESULT_SIZE_KB = 512000
-DOC = 'Run module CtsEdiHostTestCases, CtsEdiHostTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using x86 ABI in the ARC++ container.'
-
-def run_TS(machine):
-    host_list = [hosts.create_host(machine)]
-    job.run_test(
-        'cheets_CTS_R',
-        hosts=host_list,
-        iterations=1,
-        tag='11_r2.x86.CtsEdiHost',
-        test_name='cheets_CTS_R.11_r2.x86.CtsEdiHost',
-        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsEdiHostTestCases', '--include-filter', 'CtsEdiHostTestCases[secondary_user]', '--logcat-on-failure'],
-        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
-        target_module='CtsEdiHost',
-        target_plan=None,
-        bundle='x86',
-        uri='LATEST',
-        use_jdk9=True,
-        timeout=5400)
-
-parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsEffect b/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsEffect
deleted file mode 100644
index 527dd06..0000000
--- a/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsEffect
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 2020 The Chromium OS Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-# This file has been automatically generated. Do not edit!
-
-AUTHOR = 'ARC++ Team'
-NAME = 'cheets_CTS_R.11_r2.x86.CtsEffect'
-ATTRIBUTES = 'suite:arc-cts-r'
-DEPENDENCIES = 'arc, cts_abi_x86'
-JOB_RETRIES = 1
-TEST_TYPE = 'server'
-TIME = 'MEDIUM'
-MAX_RESULT_SIZE_KB = 512000
-DOC = 'Run module CtsEffectTestCases, CtsEffectTestCases[instant], CtsEffectTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using x86 ABI in the ARC++ container.'
-
-def run_TS(machine):
-    host_list = [hosts.create_host(machine)]
-    job.run_test(
-        'cheets_CTS_R',
-        hosts=host_list,
-        iterations=1,
-        tag='11_r2.x86.CtsEffect',
-        test_name='cheets_CTS_R.11_r2.x86.CtsEffect',
-        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsEffectTestCases', '--include-filter', 'CtsEffectTestCases[instant]', '--include-filter', 'CtsEffectTestCases[secondary_user]', '--logcat-on-failure'],
-        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
-        target_module='CtsEffect',
-        target_plan=None,
-        bundle='x86',
-        uri='LATEST',
-        use_jdk9=True,
-        timeout=7200)
-
-parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsExtendedMocking b/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsExtendedMocking
deleted file mode 100644
index 02f4aa6..0000000
--- a/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsExtendedMocking
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 2020 The Chromium OS Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-# This file has been automatically generated. Do not edit!
-
-AUTHOR = 'ARC++ Team'
-NAME = 'cheets_CTS_R.11_r2.x86.CtsExtendedMocking'
-ATTRIBUTES = 'suite:arc-cts-r'
-DEPENDENCIES = 'arc, cts_abi_x86'
-JOB_RETRIES = 1
-TEST_TYPE = 'server'
-TIME = 'MEDIUM'
-MAX_RESULT_SIZE_KB = 512000
-DOC = 'Run module CtsExtendedMockingTestCases, CtsExtendedMockingTestCases[instant], CtsExtendedMockingTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using x86 ABI in the ARC++ container.'
-
-def run_TS(machine):
-    host_list = [hosts.create_host(machine)]
-    job.run_test(
-        'cheets_CTS_R',
-        hosts=host_list,
-        iterations=1,
-        tag='11_r2.x86.CtsExtendedMocking',
-        test_name='cheets_CTS_R.11_r2.x86.CtsExtendedMocking',
-        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsExtendedMockingTestCases', '--include-filter', 'CtsExtendedMockingTestCases[instant]', '--include-filter', 'CtsExtendedMockingTestCases[secondary_user]', '--logcat-on-failure'],
-        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
-        target_module='CtsExtendedMocking',
-        target_plan=None,
-        bundle='x86',
-        uri='LATEST',
-        use_jdk9=True,
-        timeout=7200)
-
-parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsExternalService b/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsExternalService
deleted file mode 100644
index 9712484..0000000
--- a/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsExternalService
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 2020 The Chromium OS Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-# This file has been automatically generated. Do not edit!
-
-AUTHOR = 'ARC++ Team'
-NAME = 'cheets_CTS_R.11_r2.x86.CtsExternalService'
-ATTRIBUTES = 'suite:arc-cts-r'
-DEPENDENCIES = 'arc, cts_abi_x86'
-JOB_RETRIES = 1
-TEST_TYPE = 'server'
-TIME = 'MEDIUM'
-MAX_RESULT_SIZE_KB = 512000
-DOC = 'Run module CtsExternalServiceTestCases, CtsExternalServiceTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using x86 ABI in the ARC++ container.'
-
-def run_TS(machine):
-    host_list = [hosts.create_host(machine)]
-    job.run_test(
-        'cheets_CTS_R',
-        hosts=host_list,
-        iterations=1,
-        tag='11_r2.x86.CtsExternalService',
-        test_name='cheets_CTS_R.11_r2.x86.CtsExternalService',
-        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsExternalServiceTestCases', '--include-filter', 'CtsExternalServiceTestCases[secondary_user]', '--logcat-on-failure'],
-        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
-        target_module='CtsExternalService',
-        target_plan=None,
-        bundle='x86',
-        uri='LATEST',
-        use_jdk9=True,
-        timeout=5400)
-
-parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsExtractNativeLibsHost b/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsExtractNativeLibsHost
deleted file mode 100644
index 41948a9..0000000
--- a/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsExtractNativeLibsHost
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 2020 The Chromium OS Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-# This file has been automatically generated. Do not edit!
-
-AUTHOR = 'ARC++ Team'
-NAME = 'cheets_CTS_R.11_r2.x86.CtsExtractNativeLibsHost'
-ATTRIBUTES = 'suite:arc-cts-r'
-DEPENDENCIES = 'arc, cts_abi_x86'
-JOB_RETRIES = 1
-TEST_TYPE = 'server'
-TIME = 'MEDIUM'
-MAX_RESULT_SIZE_KB = 512000
-DOC = 'Run module CtsExtractNativeLibsHostTestCases, CtsExtractNativeLibsHostTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using x86 ABI in the ARC++ container.'
-
-def run_TS(machine):
-    host_list = [hosts.create_host(machine)]
-    job.run_test(
-        'cheets_CTS_R',
-        hosts=host_list,
-        iterations=1,
-        tag='11_r2.x86.CtsExtractNativeLibsHost',
-        test_name='cheets_CTS_R.11_r2.x86.CtsExtractNativeLibsHost',
-        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsExtractNativeLibsHostTestCases', '--include-filter', 'CtsExtractNativeLibsHostTestCases[secondary_user]', '--logcat-on-failure'],
-        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
-        target_module='CtsExtractNativeLibsHost',
-        target_plan=None,
-        bundle='x86',
-        uri='LATEST',
-        use_jdk9=True,
-        timeout=5400)
-
-parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsFileSystem b/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsFileSystem
deleted file mode 100644
index 1cda9b7..0000000
--- a/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsFileSystem
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 2020 The Chromium OS Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-# This file has been automatically generated. Do not edit!
-
-AUTHOR = 'ARC++ Team'
-NAME = 'cheets_CTS_R.11_r2.x86.CtsFileSystem'
-ATTRIBUTES = 'suite:arc-cts-r'
-DEPENDENCIES = 'arc, cts_abi_x86'
-JOB_RETRIES = 1
-TEST_TYPE = 'server'
-TIME = 'MEDIUM'
-MAX_RESULT_SIZE_KB = 512000
-DOC = 'Run module CtsFileSystemTestCases, CtsFileSystemTestCases[instant], CtsFileSystemTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using x86 ABI in the ARC++ container.'
-
-def run_TS(machine):
-    host_list = [hosts.create_host(machine)]
-    job.run_test(
-        'cheets_CTS_R',
-        hosts=host_list,
-        iterations=1,
-        tag='11_r2.x86.CtsFileSystem',
-        test_name='cheets_CTS_R.11_r2.x86.CtsFileSystem',
-        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsFileSystemTestCases', '--include-filter', 'CtsFileSystemTestCases[instant]', '--include-filter', 'CtsFileSystemTestCases[secondary_user]', '--logcat-on-failure'],
-        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
-        target_module='CtsFileSystem',
-        target_plan=None,
-        bundle='x86',
-        uri='LATEST',
-        use_jdk9=True,
-        timeout=16200)
-
-parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsFragment b/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsFragment
deleted file mode 100644
index 253766d..0000000
--- a/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsFragment
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 2020 The Chromium OS Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-# This file has been automatically generated. Do not edit!
-
-AUTHOR = 'ARC++ Team'
-NAME = 'cheets_CTS_R.11_r2.x86.CtsFragment'
-ATTRIBUTES = 'suite:arc-cts-r'
-DEPENDENCIES = 'arc, cts_abi_x86'
-JOB_RETRIES = 1
-TEST_TYPE = 'server'
-TIME = 'MEDIUM'
-MAX_RESULT_SIZE_KB = 512000
-DOC = 'Run module CtsFragmentTestCases, CtsFragmentTestCasesSdk26, CtsFragmentTestCasesSdk26[instant], CtsFragmentTestCasesSdk26[secondary_user], CtsFragmentTestCases[instant], CtsFragmentTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using x86 ABI in the ARC++ container.'
-
-def run_TS(machine):
-    host_list = [hosts.create_host(machine)]
-    job.run_test(
-        'cheets_CTS_R',
-        hosts=host_list,
-        iterations=1,
-        tag='11_r2.x86.CtsFragment',
-        test_name='cheets_CTS_R.11_r2.x86.CtsFragment',
-        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsFragmentTestCases', '--include-filter', 'CtsFragmentTestCasesSdk26', '--include-filter', 'CtsFragmentTestCasesSdk26[instant]', '--include-filter', 'CtsFragmentTestCasesSdk26[secondary_user]', '--include-filter', 'CtsFragmentTestCases[instant]', '--include-filter', 'CtsFragmentTestCases[secondary_user]', '--logcat-on-failure'],
-        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
-        target_module='CtsFragment',
-        target_plan=None,
-        bundle='x86',
-        uri='LATEST',
-        use_jdk9=True,
-        timeout=12600)
-
-parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsFsMgr b/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsFsMgr
deleted file mode 100644
index c09853a..0000000
--- a/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsFsMgr
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 2020 The Chromium OS Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-# This file has been automatically generated. Do not edit!
-
-AUTHOR = 'ARC++ Team'
-NAME = 'cheets_CTS_R.11_r2.x86.CtsFsMgr'
-ATTRIBUTES = 'suite:arc-cts-r'
-DEPENDENCIES = 'arc, cts_abi_x86'
-JOB_RETRIES = 1
-TEST_TYPE = 'server'
-TIME = 'MEDIUM'
-MAX_RESULT_SIZE_KB = 512000
-DOC = 'Run module CtsFsMgrTestCases, CtsFsMgrTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using x86 ABI in the ARC++ container.'
-
-def run_TS(machine):
-    host_list = [hosts.create_host(machine)]
-    job.run_test(
-        'cheets_CTS_R',
-        hosts=host_list,
-        iterations=1,
-        tag='11_r2.x86.CtsFsMgr',
-        test_name='cheets_CTS_R.11_r2.x86.CtsFsMgr',
-        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsFsMgrTestCases', '--include-filter', 'CtsFsMgrTestCases[secondary_user]', '--logcat-on-failure'],
-        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
-        target_module='CtsFsMgr',
-        target_plan=None,
-        bundle='x86',
-        uri='LATEST',
-        use_jdk9=True,
-        timeout=5400)
-
-parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsGesture b/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsGesture
deleted file mode 100644
index 0b036fd..0000000
--- a/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsGesture
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 2020 The Chromium OS Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-# This file has been automatically generated. Do not edit!
-
-AUTHOR = 'ARC++ Team'
-NAME = 'cheets_CTS_R.11_r2.x86.CtsGesture'
-ATTRIBUTES = 'suite:arc-cts-r'
-DEPENDENCIES = 'arc, cts_abi_x86'
-JOB_RETRIES = 1
-TEST_TYPE = 'server'
-TIME = 'MEDIUM'
-MAX_RESULT_SIZE_KB = 512000
-DOC = 'Run module CtsGestureTestCases, CtsGestureTestCases[instant], CtsGestureTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using x86 ABI in the ARC++ container.'
-
-def run_TS(machine):
-    host_list = [hosts.create_host(machine)]
-    job.run_test(
-        'cheets_CTS_R',
-        hosts=host_list,
-        iterations=1,
-        tag='11_r2.x86.CtsGesture',
-        test_name='cheets_CTS_R.11_r2.x86.CtsGesture',
-        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsGestureTestCases', '--include-filter', 'CtsGestureTestCases[instant]', '--include-filter', 'CtsGestureTestCases[secondary_user]', '--logcat-on-failure'],
-        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
-        target_module='CtsGesture',
-        target_plan=None,
-        bundle='x86',
-        uri='LATEST',
-        use_jdk9=True,
-        timeout=7200)
-
-parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsGpu b/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsGpu
deleted file mode 100644
index 936a3b9..0000000
--- a/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsGpu
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 2020 The Chromium OS Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-# This file has been automatically generated. Do not edit!
-
-AUTHOR = 'ARC++ Team'
-NAME = 'cheets_CTS_R.11_r2.x86.CtsGpu'
-ATTRIBUTES = 'suite:arc-cts-r'
-DEPENDENCIES = 'arc, cts_abi_x86'
-JOB_RETRIES = 1
-TEST_TYPE = 'server'
-TIME = 'MEDIUM'
-MAX_RESULT_SIZE_KB = 512000
-DOC = 'Run module CtsGpuProfilingDataTestCases, CtsGpuProfilingDataTestCases[secondary_user], CtsGpuToolsHostTestCases, CtsGpuToolsHostTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using x86 ABI in the ARC++ container.'
-
-def run_TS(machine):
-    host_list = [hosts.create_host(machine)]
-    job.run_test(
-        'cheets_CTS_R',
-        hosts=host_list,
-        iterations=1,
-        tag='11_r2.x86.CtsGpu',
-        test_name='cheets_CTS_R.11_r2.x86.CtsGpu',
-        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsGpuProfilingDataTestCases', '--include-filter', 'CtsGpuProfilingDataTestCases[secondary_user]', '--include-filter', 'CtsGpuToolsHostTestCases', '--include-filter', 'CtsGpuToolsHostTestCases[secondary_user]', '--logcat-on-failure'],
-        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
-        target_module='CtsGpu',
-        target_plan=None,
-        bundle='x86',
-        uri='LATEST',
-        use_jdk9=True,
-        timeout=9000)
-
-parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsGraphics b/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsGraphics
deleted file mode 100644
index aaeded9..0000000
--- a/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsGraphics
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 2020 The Chromium OS Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-# This file has been automatically generated. Do not edit!
-
-AUTHOR = 'ARC++ Team'
-NAME = 'cheets_CTS_R.11_r2.x86.CtsGraphics'
-ATTRIBUTES = 'suite:arc-cts-r'
-DEPENDENCIES = 'arc, cts_abi_x86'
-JOB_RETRIES = 1
-TEST_TYPE = 'server'
-TIME = 'MEDIUM'
-MAX_RESULT_SIZE_KB = 512000
-DOC = 'Run module CtsGraphicsTestCases, CtsGraphicsTestCases[instant], CtsGraphicsTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using x86 ABI in the ARC++ container.'
-
-def run_TS(machine):
-    host_list = [hosts.create_host(machine)]
-    job.run_test(
-        'cheets_CTS_R',
-        hosts=host_list,
-        iterations=1,
-        tag='11_r2.x86.CtsGraphics',
-        test_name='cheets_CTS_R.11_r2.x86.CtsGraphics',
-        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsGraphicsTestCases', '--include-filter', 'CtsGraphicsTestCases[instant]', '--include-filter', 'CtsGraphicsTestCases[secondary_user]', '--logcat-on-failure'],
-        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
-        target_module='CtsGraphics',
-        target_plan=None,
-        bundle='x86',
-        uri='LATEST',
-        use_jdk9=True,
-        timeout=7200)
-
-parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsGwpAsan b/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsGwpAsan
deleted file mode 100644
index a1d2883..0000000
--- a/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsGwpAsan
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 2020 The Chromium OS Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-# This file has been automatically generated. Do not edit!
-
-AUTHOR = 'ARC++ Team'
-NAME = 'cheets_CTS_R.11_r2.x86.CtsGwpAsan'
-ATTRIBUTES = 'suite:arc-cts-r'
-DEPENDENCIES = 'arc, cts_abi_x86'
-JOB_RETRIES = 1
-TEST_TYPE = 'server'
-TIME = 'MEDIUM'
-MAX_RESULT_SIZE_KB = 512000
-DOC = 'Run module CtsGwpAsanTestCases, CtsGwpAsanTestCases[instant], CtsGwpAsanTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using x86 ABI in the ARC++ container.'
-
-def run_TS(machine):
-    host_list = [hosts.create_host(machine)]
-    job.run_test(
-        'cheets_CTS_R',
-        hosts=host_list,
-        iterations=1,
-        tag='11_r2.x86.CtsGwpAsan',
-        test_name='cheets_CTS_R.11_r2.x86.CtsGwpAsan',
-        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsGwpAsanTestCases', '--include-filter', 'CtsGwpAsanTestCases[instant]', '--include-filter', 'CtsGwpAsanTestCases[secondary_user]', '--logcat-on-failure'],
-        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
-        target_module='CtsGwpAsan',
-        target_plan=None,
-        bundle='x86',
-        uri='LATEST',
-        use_jdk9=True,
-        timeout=7200)
-
-parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsHardware b/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsHardware
deleted file mode 100644
index 72ba3c7..0000000
--- a/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsHardware
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 2020 The Chromium OS Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-# This file has been automatically generated. Do not edit!
-
-AUTHOR = 'ARC++ Team'
-NAME = 'cheets_CTS_R.11_r2.x86.CtsHardware'
-ATTRIBUTES = 'suite:arc-cts-r'
-DEPENDENCIES = 'arc, cts_abi_x86'
-JOB_RETRIES = 1
-TEST_TYPE = 'server'
-TIME = 'MEDIUM'
-MAX_RESULT_SIZE_KB = 512000
-DOC = 'Run module CtsHardwareTestCases, CtsHardwareTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using x86 ABI in the ARC++ container.'
-
-def run_TS(machine):
-    host_list = [hosts.create_host(machine)]
-    job.run_test(
-        'cheets_CTS_R',
-        hosts=host_list,
-        iterations=1,
-        tag='11_r2.x86.CtsHardware',
-        test_name='cheets_CTS_R.11_r2.x86.CtsHardware',
-        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsHardwareTestCases', '--include-filter', 'CtsHardwareTestCases[secondary_user]', '--logcat-on-failure'],
-        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
-        target_module='CtsHardware',
-        target_plan=None,
-        bundle='x86',
-        uri='LATEST',
-        use_jdk9=True,
-        timeout=10800)
-
-parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsHarmfulAppWarningHost b/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsHarmfulAppWarningHost
deleted file mode 100644
index abe2ea6..0000000
--- a/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsHarmfulAppWarningHost
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 2020 The Chromium OS Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-# This file has been automatically generated. Do not edit!
-
-AUTHOR = 'ARC++ Team'
-NAME = 'cheets_CTS_R.11_r2.x86.CtsHarmfulAppWarningHost'
-ATTRIBUTES = 'suite:arc-cts-r'
-DEPENDENCIES = 'arc, cts_abi_x86'
-JOB_RETRIES = 1
-TEST_TYPE = 'server'
-TIME = 'MEDIUM'
-MAX_RESULT_SIZE_KB = 512000
-DOC = 'Run module CtsHarmfulAppWarningHostTestCases, CtsHarmfulAppWarningHostTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using x86 ABI in the ARC++ container.'
-
-def run_TS(machine):
-    host_list = [hosts.create_host(machine)]
-    job.run_test(
-        'cheets_CTS_R',
-        hosts=host_list,
-        iterations=1,
-        tag='11_r2.x86.CtsHarmfulAppWarningHost',
-        test_name='cheets_CTS_R.11_r2.x86.CtsHarmfulAppWarningHost',
-        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsHarmfulAppWarningHostTestCases', '--include-filter', 'CtsHarmfulAppWarningHostTestCases[secondary_user]', '--logcat-on-failure'],
-        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
-        target_module='CtsHarmfulAppWarningHost',
-        target_plan=None,
-        bundle='x86',
-        uri='LATEST',
-        use_jdk9=True,
-        timeout=5400)
-
-parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsHdmiCecHost b/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsHdmiCecHost
deleted file mode 100644
index 49ddd3b..0000000
--- a/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsHdmiCecHost
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 2020 The Chromium OS Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-# This file has been automatically generated. Do not edit!
-
-AUTHOR = 'ARC++ Team'
-NAME = 'cheets_CTS_R.11_r2.x86.CtsHdmiCecHost'
-ATTRIBUTES = 'suite:arc-cts-r'
-DEPENDENCIES = 'arc, cts_abi_x86'
-JOB_RETRIES = 1
-TEST_TYPE = 'server'
-TIME = 'MEDIUM'
-MAX_RESULT_SIZE_KB = 512000
-DOC = 'Run module CtsHdmiCecHostTestCases, CtsHdmiCecHostTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using x86 ABI in the ARC++ container.'
-
-def run_TS(machine):
-    host_list = [hosts.create_host(machine)]
-    job.run_test(
-        'cheets_CTS_R',
-        hosts=host_list,
-        iterations=1,
-        tag='11_r2.x86.CtsHdmiCecHost',
-        test_name='cheets_CTS_R.11_r2.x86.CtsHdmiCecHost',
-        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsHdmiCecHostTestCases', '--include-filter', 'CtsHdmiCecHostTestCases[secondary_user]', '--logcat-on-failure'],
-        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
-        target_module='CtsHdmiCecHost',
-        target_plan=None,
-        bundle='x86',
-        uri='LATEST',
-        use_jdk9=True,
-        timeout=5400)
-
-parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsHiddenApi b/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsHiddenApi
deleted file mode 100644
index c7e4fe9..0000000
--- a/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsHiddenApi
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 2020 The Chromium OS Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-# This file has been automatically generated. Do not edit!
-
-AUTHOR = 'ARC++ Team'
-NAME = 'cheets_CTS_R.11_r2.x86.CtsHiddenApi'
-ATTRIBUTES = 'suite:arc-cts-r'
-DEPENDENCIES = 'arc, cts_abi_x86'
-JOB_RETRIES = 1
-TEST_TYPE = 'server'
-TIME = 'MEDIUM'
-MAX_RESULT_SIZE_KB = 512000
-DOC = 'Run module CtsHiddenApiBlacklistApi27TestCases, CtsHiddenApiBlacklistApi27TestCases[instant], CtsHiddenApiBlacklistApi27TestCases[secondary_user], CtsHiddenApiBlacklistApi28TestCases, CtsHiddenApiBlacklistApi28TestCases[instant], CtsHiddenApiBlacklistApi28TestCases[secondary_user], CtsHiddenApiBlacklistCurrentApiTestCases, CtsHiddenApiBlacklistCurrentApiTestCases[instant], CtsHiddenApiBlacklistCurrentApiTestCases[secondary_user], CtsHiddenApiBlacklistDebugClassTestCases, CtsHiddenApiBlacklistDebugClassTestCases[instant], CtsHiddenApiBlacklistDebugClassTestCases[secondary_user], CtsHiddenApiBlacklistTestApiTestCases, CtsHiddenApiBlacklistTestApiTestCases[instant], CtsHiddenApiBlacklistTestApiTestCases[secondary_user], CtsHiddenApiKillswitchDebugClassTestCases, CtsHiddenApiKillswitchDebugClassTestCases[instant], CtsHiddenApiKillswitchDebugClassTestCases[secondary_user], CtsHiddenApiKillswitchWhitelistTestCases, CtsHiddenApiKillswitchWhitelistTestCases[instant], CtsHiddenApiKillswitchWhitelistTestCases[secondary_user], CtsHiddenApiKillswitchWildcardTestCases, CtsHiddenApiKillswitchWildcardTestCases[instant], CtsHiddenApiKillswitchWildcardTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using x86 ABI in the ARC++ container.'
-
-def run_TS(machine):
-    host_list = [hosts.create_host(machine)]
-    job.run_test(
-        'cheets_CTS_R',
-        hosts=host_list,
-        iterations=1,
-        tag='11_r2.x86.CtsHiddenApi',
-        test_name='cheets_CTS_R.11_r2.x86.CtsHiddenApi',
-        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsHiddenApiBlacklistApi27TestCases', '--include-filter', 'CtsHiddenApiBlacklistApi27TestCases[instant]', '--include-filter', 'CtsHiddenApiBlacklistApi27TestCases[secondary_user]', '--include-filter', 'CtsHiddenApiBlacklistApi28TestCases', '--include-filter', 'CtsHiddenApiBlacklistApi28TestCases[instant]', '--include-filter', 'CtsHiddenApiBlacklistApi28TestCases[secondary_user]', '--include-filter', 'CtsHiddenApiBlacklistCurrentApiTestCases', '--include-filter', 'CtsHiddenApiBlacklistCurrentApiTestCases[instant]', '--include-filter', 'CtsHiddenApiBlacklistCurrentApiTestCases[secondary_user]', '--include-filter', 'CtsHiddenApiBlacklistDebugClassTestCases', '--include-filter', 'CtsHiddenApiBlacklistDebugClassTestCases[instant]', '--include-filter', 'CtsHiddenApiBlacklistDebugClassTestCases[secondary_user]', '--include-filter', 'CtsHiddenApiBlacklistTestApiTestCases', '--include-filter', 'CtsHiddenApiBlacklistTestApiTestCases[instant]', '--include-filter', 'CtsHiddenApiBlacklistTestApiTestCases[secondary_user]', '--include-filter', 'CtsHiddenApiKillswitchDebugClassTestCases', '--include-filter', 'CtsHiddenApiKillswitchDebugClassTestCases[instant]', '--include-filter', 'CtsHiddenApiKillswitchDebugClassTestCases[secondary_user]', '--include-filter', 'CtsHiddenApiKillswitchWhitelistTestCases', '--include-filter', 'CtsHiddenApiKillswitchWhitelistTestCases[instant]', '--include-filter', 'CtsHiddenApiKillswitchWhitelistTestCases[secondary_user]', '--include-filter', 'CtsHiddenApiKillswitchWildcardTestCases', '--include-filter', 'CtsHiddenApiKillswitchWildcardTestCases[instant]', '--include-filter', 'CtsHiddenApiKillswitchWildcardTestCases[secondary_user]', '--logcat-on-failure'],
-        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
-        target_module='CtsHiddenApi',
-        target_plan=None,
-        bundle='x86',
-        uri='LATEST',
-        use_jdk9=True,
-        timeout=45000)
-
-parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsHostTzData b/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsHostTzData
deleted file mode 100644
index 0fc9a3f..0000000
--- a/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsHostTzData
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 2020 The Chromium OS Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-# This file has been automatically generated. Do not edit!
-
-AUTHOR = 'ARC++ Team'
-NAME = 'cheets_CTS_R.11_r2.x86.CtsHostTzData'
-ATTRIBUTES = 'suite:arc-cts-r'
-DEPENDENCIES = 'arc, cts_abi_x86'
-JOB_RETRIES = 1
-TEST_TYPE = 'server'
-TIME = 'MEDIUM'
-MAX_RESULT_SIZE_KB = 512000
-DOC = 'Run module CtsHostTzDataTests, CtsHostTzDataTests[secondary_user] of the Android Compatibility Test Suite (CTS) using x86 ABI in the ARC++ container.'
-
-def run_TS(machine):
-    host_list = [hosts.create_host(machine)]
-    job.run_test(
-        'cheets_CTS_R',
-        hosts=host_list,
-        iterations=1,
-        tag='11_r2.x86.CtsHostTzData',
-        test_name='cheets_CTS_R.11_r2.x86.CtsHostTzData',
-        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsHostTzDataTests', '--include-filter', 'CtsHostTzDataTests[secondary_user]', '--logcat-on-failure'],
-        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
-        target_module='CtsHostTzData',
-        target_plan=None,
-        bundle='x86',
-        uri='LATEST',
-        use_jdk9=True,
-        timeout=5400)
-
-parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsHostside b/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsHostside
deleted file mode 100644
index 9ed80b7..0000000
--- a/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsHostside
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 2020 The Chromium OS Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-# This file has been automatically generated. Do not edit!
-
-AUTHOR = 'ARC++ Team'
-NAME = 'cheets_CTS_R.11_r2.x86.CtsHostside'
-ATTRIBUTES = 'suite:arc-cts-r'
-DEPENDENCIES = 'arc, cts_abi_x86'
-JOB_RETRIES = 1
-TEST_TYPE = 'server'
-TIME = 'MEDIUM'
-MAX_RESULT_SIZE_KB = 512000
-DOC = 'Run module CtsHostsideNetworkTests, CtsHostsideNetworkTests[instant], CtsHostsideNetworkTests[secondary_user], CtsHostsideNumberBlockingTestCases, CtsHostsideNumberBlockingTestCases[secondary_user], CtsHostsideTvTests, CtsHostsideTvTests[secondary_user], CtsHostsideWebViewTests, CtsHostsideWebViewTests[instant], CtsHostsideWebViewTests[secondary_user] of the Android Compatibility Test Suite (CTS) using x86 ABI in the ARC++ container.'
-
-def run_TS(machine):
-    host_list = [hosts.create_host(machine)]
-    job.run_test(
-        'cheets_CTS_R',
-        hosts=host_list,
-        iterations=1,
-        tag='11_r2.x86.CtsHostside',
-        test_name='cheets_CTS_R.11_r2.x86.CtsHostside',
-        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsHostsideNetworkTests', '--include-filter', 'CtsHostsideNetworkTests[instant]', '--include-filter', 'CtsHostsideNetworkTests[secondary_user]', '--include-filter', 'CtsHostsideNumberBlockingTestCases', '--include-filter', 'CtsHostsideNumberBlockingTestCases[secondary_user]', '--include-filter', 'CtsHostsideTvTests', '--include-filter', 'CtsHostsideTvTests[secondary_user]', '--include-filter', 'CtsHostsideWebViewTests', '--include-filter', 'CtsHostsideWebViewTests[instant]', '--include-filter', 'CtsHostsideWebViewTests[secondary_user]', '--logcat-on-failure'],
-        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
-        target_module='CtsHostside',
-        target_plan=None,
-        bundle='x86',
-        uri='LATEST',
-        use_jdk9=True,
-        timeout=19800)
-
-parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsIcu b/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsIcu
deleted file mode 100644
index 4f18ec5..0000000
--- a/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsIcu
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 2020 The Chromium OS Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-# This file has been automatically generated. Do not edit!
-
-AUTHOR = 'ARC++ Team'
-NAME = 'cheets_CTS_R.11_r2.x86.CtsIcu'
-ATTRIBUTES = 'suite:arc-cts-r'
-DEPENDENCIES = 'arc, cts_abi_x86'
-JOB_RETRIES = 1
-TEST_TYPE = 'server'
-TIME = 'MEDIUM'
-MAX_RESULT_SIZE_KB = 512000
-DOC = 'Run module CtsIcuTestCases, CtsIcuTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using x86 ABI in the ARC++ container.'
-
-def run_TS(machine):
-    host_list = [hosts.create_host(machine)]
-    job.run_test(
-        'cheets_CTS_R',
-        hosts=host_list,
-        iterations=1,
-        tag='11_r2.x86.CtsIcu',
-        test_name='cheets_CTS_R.11_r2.x86.CtsIcu',
-        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsIcuTestCases', '--include-filter', 'CtsIcuTestCases[secondary_user]', '--logcat-on-failure'],
-        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
-        target_module='CtsIcu',
-        target_plan=None,
-        bundle='x86',
-        uri='LATEST',
-        use_jdk9=True,
-        timeout=10800)
-
-parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsIdentity b/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsIdentity
deleted file mode 100644
index 32bd156..0000000
--- a/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsIdentity
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 2020 The Chromium OS Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-# This file has been automatically generated. Do not edit!
-
-AUTHOR = 'ARC++ Team'
-NAME = 'cheets_CTS_R.11_r2.x86.CtsIdentity'
-ATTRIBUTES = 'suite:arc-cts-r'
-DEPENDENCIES = 'arc, cts_abi_x86'
-JOB_RETRIES = 1
-TEST_TYPE = 'server'
-TIME = 'MEDIUM'
-MAX_RESULT_SIZE_KB = 512000
-DOC = 'Run module CtsIdentityTestCases, CtsIdentityTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using x86 ABI in the ARC++ container.'
-
-def run_TS(machine):
-    host_list = [hosts.create_host(machine)]
-    job.run_test(
-        'cheets_CTS_R',
-        hosts=host_list,
-        iterations=1,
-        tag='11_r2.x86.CtsIdentity',
-        test_name='cheets_CTS_R.11_r2.x86.CtsIdentity',
-        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsIdentityTestCases', '--include-filter', 'CtsIdentityTestCases[secondary_user]', '--logcat-on-failure'],
-        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
-        target_module='CtsIdentity',
-        target_plan=None,
-        bundle='x86',
-        uri='LATEST',
-        use_jdk9=True,
-        timeout=5400)
-
-parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsIke b/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsIke
deleted file mode 100644
index 7085954..0000000
--- a/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsIke
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 2020 The Chromium OS Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-# This file has been automatically generated. Do not edit!
-
-AUTHOR = 'ARC++ Team'
-NAME = 'cheets_CTS_R.11_r2.x86.CtsIke'
-ATTRIBUTES = 'suite:arc-cts-r'
-DEPENDENCIES = 'arc, cts_abi_x86'
-JOB_RETRIES = 1
-TEST_TYPE = 'server'
-TIME = 'MEDIUM'
-MAX_RESULT_SIZE_KB = 512000
-DOC = 'Run module CtsIkeTestCases, CtsIkeTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using x86 ABI in the ARC++ container.'
-
-def run_TS(machine):
-    host_list = [hosts.create_host(machine)]
-    job.run_test(
-        'cheets_CTS_R',
-        hosts=host_list,
-        iterations=1,
-        tag='11_r2.x86.CtsIke',
-        test_name='cheets_CTS_R.11_r2.x86.CtsIke',
-        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsIkeTestCases', '--include-filter', 'CtsIkeTestCases[secondary_user]', '--logcat-on-failure'],
-        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
-        target_module='CtsIke',
-        target_plan=None,
-        bundle='x86',
-        uri='LATEST',
-        use_jdk9=True,
-        timeout=5400)
-
-parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsIncidentHost b/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsIncidentHost
deleted file mode 100644
index ae0d099..0000000
--- a/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsIncidentHost
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 2020 The Chromium OS Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-# This file has been automatically generated. Do not edit!
-
-AUTHOR = 'ARC++ Team'
-NAME = 'cheets_CTS_R.11_r2.x86.CtsIncidentHost'
-ATTRIBUTES = 'suite:arc-cts-r'
-DEPENDENCIES = 'arc, cts_abi_x86'
-JOB_RETRIES = 1
-TEST_TYPE = 'server'
-TIME = 'MEDIUM'
-MAX_RESULT_SIZE_KB = 512000
-DOC = 'Run module CtsIncidentHostTestCases, CtsIncidentHostTestCases[instant] of the Android Compatibility Test Suite (CTS) using x86 ABI in the ARC++ container.'
-
-def run_TS(machine):
-    host_list = [hosts.create_host(machine)]
-    job.run_test(
-        'cheets_CTS_R',
-        hosts=host_list,
-        iterations=1,
-        tag='11_r2.x86.CtsIncidentHost',
-        test_name='cheets_CTS_R.11_r2.x86.CtsIncidentHost',
-        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsIncidentHostTestCases', '--include-filter', 'CtsIncidentHostTestCases[instant]', '--logcat-on-failure'],
-        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
-        target_module='CtsIncidentHost',
-        target_plan=None,
-        bundle='x86',
-        uri='LATEST',
-        use_jdk9=True,
-        timeout=5400)
-
-parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsIncrementalInstallHost b/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsIncrementalInstallHost
deleted file mode 100644
index d96c8a8..0000000
--- a/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsIncrementalInstallHost
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 2020 The Chromium OS Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-# This file has been automatically generated. Do not edit!
-
-AUTHOR = 'ARC++ Team'
-NAME = 'cheets_CTS_R.11_r2.x86.CtsIncrementalInstallHost'
-ATTRIBUTES = 'suite:arc-cts-r'
-DEPENDENCIES = 'arc, cts_abi_x86'
-JOB_RETRIES = 1
-TEST_TYPE = 'server'
-TIME = 'MEDIUM'
-MAX_RESULT_SIZE_KB = 512000
-DOC = 'Run module CtsIncrementalInstallHostTestCases, CtsIncrementalInstallHostTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using x86 ABI in the ARC++ container.'
-
-def run_TS(machine):
-    host_list = [hosts.create_host(machine)]
-    job.run_test(
-        'cheets_CTS_R',
-        hosts=host_list,
-        iterations=1,
-        tag='11_r2.x86.CtsIncrementalInstallHost',
-        test_name='cheets_CTS_R.11_r2.x86.CtsIncrementalInstallHost',
-        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsIncrementalInstallHostTestCases', '--include-filter', 'CtsIncrementalInstallHostTestCases[secondary_user]', '--logcat-on-failure'],
-        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
-        target_module='CtsIncrementalInstallHost',
-        target_plan=None,
-        bundle='x86',
-        uri='LATEST',
-        use_jdk9=True,
-        timeout=5400)
-
-parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsInit b/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsInit
deleted file mode 100644
index 2872f17..0000000
--- a/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsInit
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 2020 The Chromium OS Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-# This file has been automatically generated. Do not edit!
-
-AUTHOR = 'ARC++ Team'
-NAME = 'cheets_CTS_R.11_r2.x86.CtsInit'
-ATTRIBUTES = 'suite:arc-cts-r'
-DEPENDENCIES = 'arc, cts_abi_x86'
-JOB_RETRIES = 1
-TEST_TYPE = 'server'
-TIME = 'MEDIUM'
-MAX_RESULT_SIZE_KB = 512000
-DOC = 'Run module CtsInitTestCases, CtsInitTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using x86 ABI in the ARC++ container.'
-
-def run_TS(machine):
-    host_list = [hosts.create_host(machine)]
-    job.run_test(
-        'cheets_CTS_R',
-        hosts=host_list,
-        iterations=1,
-        tag='11_r2.x86.CtsInit',
-        test_name='cheets_CTS_R.11_r2.x86.CtsInit',
-        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsInitTestCases', '--include-filter', 'CtsInitTestCases[secondary_user]', '--logcat-on-failure'],
-        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
-        target_module='CtsInit',
-        target_plan=None,
-        bundle='x86',
-        uri='LATEST',
-        use_jdk9=True,
-        timeout=5400)
-
-parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsInlineMocking b/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsInlineMocking
deleted file mode 100644
index b829b6e..0000000
--- a/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsInlineMocking
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 2020 The Chromium OS Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-# This file has been automatically generated. Do not edit!
-
-AUTHOR = 'ARC++ Team'
-NAME = 'cheets_CTS_R.11_r2.x86.CtsInlineMocking'
-ATTRIBUTES = 'suite:arc-cts-r'
-DEPENDENCIES = 'arc, cts_abi_x86'
-JOB_RETRIES = 1
-TEST_TYPE = 'server'
-TIME = 'MEDIUM'
-MAX_RESULT_SIZE_KB = 512000
-DOC = 'Run module CtsInlineMockingTestCases, CtsInlineMockingTestCases[instant], CtsInlineMockingTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using x86 ABI in the ARC++ container.'
-
-def run_TS(machine):
-    host_list = [hosts.create_host(machine)]
-    job.run_test(
-        'cheets_CTS_R',
-        hosts=host_list,
-        iterations=1,
-        tag='11_r2.x86.CtsInlineMocking',
-        test_name='cheets_CTS_R.11_r2.x86.CtsInlineMocking',
-        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsInlineMockingTestCases', '--include-filter', 'CtsInlineMockingTestCases[instant]', '--include-filter', 'CtsInlineMockingTestCases[secondary_user]', '--logcat-on-failure'],
-        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
-        target_module='CtsInlineMocking',
-        target_plan=None,
-        bundle='x86',
-        uri='LATEST',
-        use_jdk9=True,
-        timeout=7200)
-
-parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsInputMethod b/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsInputMethod
deleted file mode 100644
index 9679432..0000000
--- a/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsInputMethod
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 2020 The Chromium OS Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-# This file has been automatically generated. Do not edit!
-
-AUTHOR = 'ARC++ Team'
-NAME = 'cheets_CTS_R.11_r2.x86.CtsInputMethod'
-ATTRIBUTES = 'suite:arc-cts-r'
-DEPENDENCIES = 'arc, cts_abi_x86'
-JOB_RETRIES = 1
-TEST_TYPE = 'server'
-TIME = 'MEDIUM'
-MAX_RESULT_SIZE_KB = 512000
-DOC = 'Run module CtsInputMethodServiceHostTestCases, CtsInputMethodServiceHostTestCases[instant], CtsInputMethodServiceHostTestCases[secondary_user], CtsInputMethodTestCases, CtsInputMethodTestCases[instant], CtsInputMethodTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using x86 ABI in the ARC++ container.'
-
-def run_TS(machine):
-    host_list = [hosts.create_host(machine)]
-    job.run_test(
-        'cheets_CTS_R',
-        hosts=host_list,
-        iterations=1,
-        tag='11_r2.x86.CtsInputMethod',
-        test_name='cheets_CTS_R.11_r2.x86.CtsInputMethod',
-        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsInputMethodServiceHostTestCases', '--include-filter', 'CtsInputMethodServiceHostTestCases[instant]', '--include-filter', 'CtsInputMethodServiceHostTestCases[secondary_user]', '--include-filter', 'CtsInputMethodTestCases', '--include-filter', 'CtsInputMethodTestCases[instant]', '--include-filter', 'CtsInputMethodTestCases[secondary_user]', '--logcat-on-failure'],
-        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
-        target_module='CtsInputMethod',
-        target_plan=None,
-        bundle='x86',
-        uri='LATEST',
-        use_jdk9=True,
-        timeout=12600)
-
-parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsInstantApp b/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsInstantApp
deleted file mode 100644
index 3b4c972..0000000
--- a/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsInstantApp
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 2020 The Chromium OS Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-# This file has been automatically generated. Do not edit!
-
-AUTHOR = 'ARC++ Team'
-NAME = 'cheets_CTS_R.11_r2.x86.CtsInstantApp'
-ATTRIBUTES = 'suite:arc-cts-r'
-DEPENDENCIES = 'arc, cts_abi_x86'
-JOB_RETRIES = 1
-TEST_TYPE = 'server'
-TIME = 'MEDIUM'
-MAX_RESULT_SIZE_KB = 512000
-DOC = 'Run module CtsInstantAppTests, CtsInstantAppTests[secondary_user] of the Android Compatibility Test Suite (CTS) using x86 ABI in the ARC++ container.'
-
-def run_TS(machine):
-    host_list = [hosts.create_host(machine)]
-    job.run_test(
-        'cheets_CTS_R',
-        hosts=host_list,
-        iterations=1,
-        tag='11_r2.x86.CtsInstantApp',
-        test_name='cheets_CTS_R.11_r2.x86.CtsInstantApp',
-        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsInstantAppTests', '--include-filter', 'CtsInstantAppTests[secondary_user]', '--logcat-on-failure'],
-        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
-        target_module='CtsInstantApp',
-        target_plan=None,
-        bundle='x86',
-        uri='LATEST',
-        use_jdk9=True,
-        timeout=5400)
-
-parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsIntentSignature b/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsIntentSignature
deleted file mode 100644
index 5b68ee0..0000000
--- a/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsIntentSignature
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 2020 The Chromium OS Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-# This file has been automatically generated. Do not edit!
-
-AUTHOR = 'ARC++ Team'
-NAME = 'cheets_CTS_R.11_r2.x86.CtsIntentSignature'
-ATTRIBUTES = 'suite:arc-cts-r'
-DEPENDENCIES = 'arc, cts_abi_x86'
-JOB_RETRIES = 1
-TEST_TYPE = 'server'
-TIME = 'MEDIUM'
-MAX_RESULT_SIZE_KB = 512000
-DOC = 'Run module CtsIntentSignatureTestCases, CtsIntentSignatureTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using x86 ABI in the ARC++ container.'
-
-def run_TS(machine):
-    host_list = [hosts.create_host(machine)]
-    job.run_test(
-        'cheets_CTS_R',
-        hosts=host_list,
-        iterations=1,
-        tag='11_r2.x86.CtsIntentSignature',
-        test_name='cheets_CTS_R.11_r2.x86.CtsIntentSignature',
-        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsIntentSignatureTestCases', '--include-filter', 'CtsIntentSignatureTestCases[secondary_user]', '--logcat-on-failure'],
-        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
-        target_module='CtsIntentSignature',
-        target_plan=None,
-        bundle='x86',
-        uri='LATEST',
-        use_jdk9=True,
-        timeout=5400)
-
-parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsJdwp b/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsJdwp
deleted file mode 100644
index ba198ed..0000000
--- a/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsJdwp
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 2020 The Chromium OS Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-# This file has been automatically generated. Do not edit!
-
-AUTHOR = 'ARC++ Team'
-NAME = 'cheets_CTS_R.11_r2.x86.CtsJdwp'
-ATTRIBUTES = 'suite:arc-cts-r'
-DEPENDENCIES = 'arc, cts_abi_x86'
-JOB_RETRIES = 1
-TEST_TYPE = 'server'
-TIME = 'MEDIUM'
-MAX_RESULT_SIZE_KB = 512000
-DOC = 'Run module CtsJdwpSecurityHostTestCases, CtsJdwpSecurityHostTestCases[secondary_user], CtsJdwpTestCases, CtsJdwpTestCases[instant], CtsJdwpTestCases[secondary_user], CtsJdwpTunnelHostTestCases, CtsJdwpTunnelHostTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using x86 ABI in the ARC++ container.'
-
-def run_TS(machine):
-    host_list = [hosts.create_host(machine)]
-    job.run_test(
-        'cheets_CTS_R',
-        hosts=host_list,
-        iterations=1,
-        tag='11_r2.x86.CtsJdwp',
-        test_name='cheets_CTS_R.11_r2.x86.CtsJdwp',
-        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsJdwpSecurityHostTestCases', '--include-filter', 'CtsJdwpSecurityHostTestCases[secondary_user]', '--include-filter', 'CtsJdwpTestCases', '--include-filter', 'CtsJdwpTestCases[instant]', '--include-filter', 'CtsJdwpTestCases[secondary_user]', '--include-filter', 'CtsJdwpTunnelHostTestCases', '--include-filter', 'CtsJdwpTunnelHostTestCases[secondary_user]', '--logcat-on-failure'],
-        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
-        target_module='CtsJdwp',
-        target_plan=None,
-        bundle='x86',
-        uri='LATEST',
-        use_jdk9=True,
-        timeout=14400)
-
-parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsJni b/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsJni
deleted file mode 100644
index b139267..0000000
--- a/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsJni
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 2020 The Chromium OS Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-# This file has been automatically generated. Do not edit!
-
-AUTHOR = 'ARC++ Team'
-NAME = 'cheets_CTS_R.11_r2.x86.CtsJni'
-ATTRIBUTES = 'suite:arc-cts-r'
-DEPENDENCIES = 'arc, cts_abi_x86'
-JOB_RETRIES = 1
-TEST_TYPE = 'server'
-TIME = 'MEDIUM'
-MAX_RESULT_SIZE_KB = 512000
-DOC = 'Run module CtsJniTestCases, CtsJniTestCases[instant], CtsJniTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using x86 ABI in the ARC++ container.'
-
-def run_TS(machine):
-    host_list = [hosts.create_host(machine)]
-    job.run_test(
-        'cheets_CTS_R',
-        hosts=host_list,
-        iterations=1,
-        tag='11_r2.x86.CtsJni',
-        test_name='cheets_CTS_R.11_r2.x86.CtsJni',
-        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsJniTestCases', '--include-filter', 'CtsJniTestCases[instant]', '--include-filter', 'CtsJniTestCases[secondary_user]', '--logcat-on-failure'],
-        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
-        target_module='CtsJni',
-        target_plan=None,
-        bundle='x86',
-        uri='LATEST',
-        use_jdk9=True,
-        timeout=7200)
-
-parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsJobScheduler b/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsJobScheduler
deleted file mode 100644
index 978c8ae..0000000
--- a/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsJobScheduler
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 2020 The Chromium OS Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-# This file has been automatically generated. Do not edit!
-
-AUTHOR = 'ARC++ Team'
-NAME = 'cheets_CTS_R.11_r2.x86.CtsJobScheduler'
-ATTRIBUTES = 'suite:arc-cts-r'
-DEPENDENCIES = 'arc, cts_abi_x86'
-JOB_RETRIES = 1
-TEST_TYPE = 'server'
-TIME = 'MEDIUM'
-MAX_RESULT_SIZE_KB = 512000
-DOC = 'Run module CtsJobSchedulerSharedUidTestCases, CtsJobSchedulerSharedUidTestCases[secondary_user], CtsJobSchedulerTestCases, CtsJobSchedulerTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using x86 ABI in the ARC++ container.'
-
-def run_TS(machine):
-    host_list = [hosts.create_host(machine)]
-    job.run_test(
-        'cheets_CTS_R',
-        hosts=host_list,
-        iterations=1,
-        tag='11_r2.x86.CtsJobScheduler',
-        test_name='cheets_CTS_R.11_r2.x86.CtsJobScheduler',
-        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsJobSchedulerSharedUidTestCases', '--include-filter', 'CtsJobSchedulerSharedUidTestCases[secondary_user]', '--include-filter', 'CtsJobSchedulerTestCases', '--include-filter', 'CtsJobSchedulerTestCases[secondary_user]', '--logcat-on-failure'],
-        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
-        target_module='CtsJobScheduler',
-        target_plan=None,
-        bundle='x86',
-        uri='LATEST',
-        use_jdk9=True,
-        timeout=9000)
-
-parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsJvmti b/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsJvmti
deleted file mode 100644
index bbd6aac..0000000
--- a/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsJvmti
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 2020 The Chromium OS Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-# This file has been automatically generated. Do not edit!
-
-AUTHOR = 'ARC++ Team'
-NAME = 'cheets_CTS_R.11_r2.x86.CtsJvmti'
-ATTRIBUTES = 'suite:arc-cts-r'
-DEPENDENCIES = 'arc, cts_abi_x86'
-JOB_RETRIES = 1
-TEST_TYPE = 'server'
-TIME = 'MEDIUM'
-MAX_RESULT_SIZE_KB = 512000
-DOC = 'Run module CtsJvmtiAttachingHostTestCases, CtsJvmtiAttachingHostTestCases[secondary_user], CtsJvmtiAttachingTestCases, CtsJvmtiAttachingTestCases[secondary_user], CtsJvmtiRedefineClassesHostTestCases, CtsJvmtiRedefineClassesHostTestCases[secondary_user], CtsJvmtiRunTest1900HostTestCases, CtsJvmtiRunTest1900HostTestCases[secondary_user], CtsJvmtiRunTest1901HostTestCases, CtsJvmtiRunTest1901HostTestCases[secondary_user], CtsJvmtiRunTest1902HostTestCases, CtsJvmtiRunTest1902HostTestCases[secondary_user], CtsJvmtiRunTest1903HostTestCases, CtsJvmtiRunTest1903HostTestCases[secondary_user], CtsJvmtiRunTest1904HostTestCases, CtsJvmtiRunTest1904HostTestCases[secondary_user], CtsJvmtiRunTest1906HostTestCases, CtsJvmtiRunTest1906HostTestCases[secondary_user], CtsJvmtiRunTest1907HostTestCases, CtsJvmtiRunTest1907HostTestCases[secondary_user], CtsJvmtiRunTest1908HostTestCases, CtsJvmtiRunTest1908HostTestCases[secondary_user], CtsJvmtiRunTest1909HostTestCases, CtsJvmtiRunTest1909HostTestCases[secondary_user], CtsJvmtiRunTest1910HostTestCases, CtsJvmtiRunTest1910HostTestCases[secondary_user], CtsJvmtiRunTest1911HostTestCases, CtsJvmtiRunTest1911HostTestCases[secondary_user], CtsJvmtiRunTest1912HostTestCases, CtsJvmtiRunTest1912HostTestCases[secondary_user], CtsJvmtiRunTest1913HostTestCases, CtsJvmtiRunTest1913HostTestCases[secondary_user], CtsJvmtiRunTest1914HostTestCases, CtsJvmtiRunTest1914HostTestCases[secondary_user], CtsJvmtiRunTest1915HostTestCases, CtsJvmtiRunTest1915HostTestCases[secondary_user], CtsJvmtiRunTest1916HostTestCases, CtsJvmtiRunTest1916HostTestCases[secondary_user], CtsJvmtiRunTest1917HostTestCases, CtsJvmtiRunTest1917HostTestCases[secondary_user], CtsJvmtiRunTest1920HostTestCases, CtsJvmtiRunTest1920HostTestCases[secondary_user], CtsJvmtiRunTest1921HostTestCases, CtsJvmtiRunTest1921HostTestCases[secondary_user], CtsJvmtiRunTest1922HostTestCases, CtsJvmtiRunTest1922HostTestCases[secondary_user], CtsJvmtiRunTest1923HostTestCases, CtsJvmtiRunTest1923HostTestCases[secondary_user], CtsJvmtiRunTest1924HostTestCases, CtsJvmtiRunTest1924HostTestCases[secondary_user], CtsJvmtiRunTest1925HostTestCases, CtsJvmtiRunTest1925HostTestCases[secondary_user], CtsJvmtiRunTest1926HostTestCases, CtsJvmtiRunTest1926HostTestCases[secondary_user], CtsJvmtiRunTest1927HostTestCases, CtsJvmtiRunTest1927HostTestCases[secondary_user], CtsJvmtiRunTest1928HostTestCases, CtsJvmtiRunTest1928HostTestCases[secondary_user], CtsJvmtiRunTest1930HostTestCases, CtsJvmtiRunTest1930HostTestCases[secondary_user], CtsJvmtiRunTest1931HostTestCases, CtsJvmtiRunTest1931HostTestCases[secondary_user], CtsJvmtiRunTest1932HostTestCases, CtsJvmtiRunTest1932HostTestCases[secondary_user], CtsJvmtiRunTest1933HostTestCases, CtsJvmtiRunTest1933HostTestCases[secondary_user], CtsJvmtiRunTest1934HostTestCases, CtsJvmtiRunTest1934HostTestCases[secondary_user], CtsJvmtiRunTest1936HostTestCases, CtsJvmtiRunTest1936HostTestCases[secondary_user], CtsJvmtiRunTest1937HostTestCases, CtsJvmtiRunTest1937HostTestCases[secondary_user], CtsJvmtiRunTest1939HostTestCases, CtsJvmtiRunTest1939HostTestCases[secondary_user], CtsJvmtiRunTest1941HostTestCases, CtsJvmtiRunTest1941HostTestCases[secondary_user], CtsJvmtiRunTest1942HostTestCases, CtsJvmtiRunTest1942HostTestCases[secondary_user], CtsJvmtiRunTest1943HostTestCases, CtsJvmtiRunTest1943HostTestCases[secondary_user], CtsJvmtiRunTest1953HostTestCases, CtsJvmtiRunTest1953HostTestCases[secondary_user], CtsJvmtiRunTest1958HostTestCases, CtsJvmtiRunTest1958HostTestCases[secondary_user], CtsJvmtiRunTest1962HostTestCases, CtsJvmtiRunTest1962HostTestCases[secondary_user], CtsJvmtiRunTest1967HostTestCases, CtsJvmtiRunTest1967HostTestCases[secondary_user], CtsJvmtiRunTest1968HostTestCases, CtsJvmtiRunTest1968HostTestCases[secondary_user], CtsJvmtiRunTest1969HostTestCases, CtsJvmtiRunTest1969HostTestCases[secondary_user], CtsJvmtiRunTest1970HostTestCases, CtsJvmtiRunTest1970HostTestCases[secondary_user], CtsJvmtiRunTest1971HostTestCases, CtsJvmtiRunTest1971HostTestCases[secondary_user], CtsJvmtiRunTest1974HostTestCases, CtsJvmtiRunTest1974HostTestCases[secondary_user], CtsJvmtiRunTest1975HostTestCases, CtsJvmtiRunTest1975HostTestCases[secondary_user], CtsJvmtiRunTest1976HostTestCases, CtsJvmtiRunTest1976HostTestCases[secondary_user], CtsJvmtiRunTest1977HostTestCases, CtsJvmtiRunTest1977HostTestCases[secondary_user], CtsJvmtiRunTest1978HostTestCases, CtsJvmtiRunTest1978HostTestCases[secondary_user], CtsJvmtiRunTest1979HostTestCases, CtsJvmtiRunTest1979HostTestCases[secondary_user], CtsJvmtiRunTest1981HostTestCases, CtsJvmtiRunTest1981HostTestCases[secondary_user], CtsJvmtiRunTest1982HostTestCases, CtsJvmtiRunTest1982HostTestCases[secondary_user], CtsJvmtiRunTest1983HostTestCases, CtsJvmtiRunTest1983HostTestCases[secondary_user], CtsJvmtiRunTest1984HostTestCases, CtsJvmtiRunTest1984HostTestCases[secondary_user], CtsJvmtiRunTest1988HostTestCases, CtsJvmtiRunTest1988HostTestCases[secondary_user], CtsJvmtiRunTest1989HostTestCases, CtsJvmtiRunTest1989HostTestCases[secondary_user], CtsJvmtiRunTest1990HostTestCases, CtsJvmtiRunTest1990HostTestCases[secondary_user], CtsJvmtiRunTest1991HostTestCases, CtsJvmtiRunTest1991HostTestCases[secondary_user], CtsJvmtiRunTest1992HostTestCases, CtsJvmtiRunTest1992HostTestCases[secondary_user], CtsJvmtiRunTest1994HostTestCases, CtsJvmtiRunTest1994HostTestCases[secondary_user], CtsJvmtiRunTest1995HostTestCases, CtsJvmtiRunTest1995HostTestCases[secondary_user], CtsJvmtiRunTest1996HostTestCases, CtsJvmtiRunTest1996HostTestCases[secondary_user], CtsJvmtiRunTest1997HostTestCases, CtsJvmtiRunTest1997HostTestCases[secondary_user], CtsJvmtiRunTest1998HostTestCases, CtsJvmtiRunTest1998HostTestCases[secondary_user], CtsJvmtiRunTest1999HostTestCases, CtsJvmtiRunTest1999HostTestCases[secondary_user], CtsJvmtiRunTest2001HostTestCases, CtsJvmtiRunTest2001HostTestCases[secondary_user], CtsJvmtiRunTest2002HostTestCases, CtsJvmtiRunTest2002HostTestCases[secondary_user], CtsJvmtiRunTest2003HostTestCases, CtsJvmtiRunTest2003HostTestCases[secondary_user], CtsJvmtiRunTest2004HostTestCases, CtsJvmtiRunTest2004HostTestCases[secondary_user], CtsJvmtiRunTest2005HostTestCases, CtsJvmtiRunTest2005HostTestCases[secondary_user], CtsJvmtiRunTest2006HostTestCases, CtsJvmtiRunTest2006HostTestCases[secondary_user], CtsJvmtiRunTest2007HostTestCases, CtsJvmtiRunTest2007HostTestCases[secondary_user], CtsJvmtiRunTest902HostTestCases, CtsJvmtiRunTest902HostTestCases[secondary_user], CtsJvmtiRunTest903HostTestCases, CtsJvmtiRunTest903HostTestCases[secondary_user], CtsJvmtiRunTest904HostTestCases, CtsJvmtiRunTest904HostTestCases[secondary_user], CtsJvmtiRunTest905HostTestCases, CtsJvmtiRunTest905HostTestCases[secondary_user], CtsJvmtiRunTest906HostTestCases, CtsJvmtiRunTest906HostTestCases[secondary_user], CtsJvmtiRunTest907HostTestCases, CtsJvmtiRunTest907HostTestCases[secondary_user], CtsJvmtiRunTest908HostTestCases, CtsJvmtiRunTest908HostTestCases[secondary_user], CtsJvmtiRunTest910HostTestCases, CtsJvmtiRunTest910HostTestCases[secondary_user], CtsJvmtiRunTest911HostTestCases, CtsJvmtiRunTest911HostTestCases[secondary_user], CtsJvmtiRunTest912HostTestCases, CtsJvmtiRunTest912HostTestCases[secondary_user], CtsJvmtiRunTest913HostTestCases, CtsJvmtiRunTest913HostTestCases[secondary_user], CtsJvmtiRunTest914HostTestCases, CtsJvmtiRunTest914HostTestCases[secondary_user], CtsJvmtiRunTest915HostTestCases, CtsJvmtiRunTest915HostTestCases[secondary_user], CtsJvmtiRunTest917HostTestCases, CtsJvmtiRunTest917HostTestCases[secondary_user], CtsJvmtiRunTest918HostTestCases, CtsJvmtiRunTest918HostTestCases[secondary_user], CtsJvmtiRunTest919HostTestCases, CtsJvmtiRunTest919HostTestCases[secondary_user], CtsJvmtiRunTest920HostTestCases, CtsJvmtiRunTest920HostTestCases[secondary_user], CtsJvmtiRunTest922HostTestCases, CtsJvmtiRunTest922HostTestCases[secondary_user], CtsJvmtiRunTest923HostTestCases, CtsJvmtiRunTest923HostTestCases[secondary_user], CtsJvmtiRunTest924HostTestCases, CtsJvmtiRunTest924HostTestCases[secondary_user], CtsJvmtiRunTest926HostTestCases, CtsJvmtiRunTest926HostTestCases[secondary_user], CtsJvmtiRunTest927HostTestCases, CtsJvmtiRunTest927HostTestCases[secondary_user], CtsJvmtiRunTest928HostTestCases, CtsJvmtiRunTest928HostTestCases[secondary_user], CtsJvmtiRunTest930HostTestCases, CtsJvmtiRunTest930HostTestCases[secondary_user], CtsJvmtiRunTest931HostTestCases, CtsJvmtiRunTest931HostTestCases[secondary_user], CtsJvmtiRunTest932HostTestCases, CtsJvmtiRunTest932HostTestCases[secondary_user], CtsJvmtiRunTest940HostTestCases, CtsJvmtiRunTest940HostTestCases[secondary_user], CtsJvmtiRunTest942HostTestCases, CtsJvmtiRunTest942HostTestCases[secondary_user], CtsJvmtiRunTest944HostTestCases, CtsJvmtiRunTest944HostTestCases[secondary_user], CtsJvmtiRunTest945HostTestCases, CtsJvmtiRunTest945HostTestCases[secondary_user], CtsJvmtiRunTest947HostTestCases, CtsJvmtiRunTest947HostTestCases[secondary_user], CtsJvmtiRunTest951HostTestCases, CtsJvmtiRunTest951HostTestCases[secondary_user], CtsJvmtiRunTest982HostTestCases, CtsJvmtiRunTest982HostTestCases[secondary_user], CtsJvmtiRunTest983HostTestCases, CtsJvmtiRunTest983HostTestCases[secondary_user], CtsJvmtiRunTest984HostTestCases, CtsJvmtiRunTest984HostTestCases[secondary_user], CtsJvmtiRunTest985HostTestCases, CtsJvmtiRunTest985HostTestCases[secondary_user], CtsJvmtiRunTest986HostTestCases, CtsJvmtiRunTest986HostTestCases[secondary_user], CtsJvmtiRunTest988HostTestCases, CtsJvmtiRunTest988HostTestCases[secondary_user], CtsJvmtiRunTest989HostTestCases, CtsJvmtiRunTest989HostTestCases[secondary_user], CtsJvmtiRunTest990HostTestCases, CtsJvmtiRunTest990HostTestCases[secondary_user], CtsJvmtiRunTest991HostTestCases, CtsJvmtiRunTest991HostTestCases[secondary_user], CtsJvmtiRunTest992HostTestCases, CtsJvmtiRunTest992HostTestCases[secondary_user], CtsJvmtiRunTest993HostTestCases, CtsJvmtiRunTest993HostTestCases[secondary_user], CtsJvmtiRunTest994HostTestCases, CtsJvmtiRunTest994HostTestCases[secondary_user], CtsJvmtiRunTest995HostTestCases, CtsJvmtiRunTest995HostTestCases[secondary_user], CtsJvmtiRunTest996HostTestCases, CtsJvmtiRunTest996HostTestCases[secondary_user], CtsJvmtiRunTest997HostTestCases, CtsJvmtiRunTest997HostTestCases[secondary_user], CtsJvmtiTaggingHostTestCases, CtsJvmtiTaggingHostTestCases[secondary_user], CtsJvmtiTrackingHostTestCases, CtsJvmtiTrackingHostTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using x86 ABI in the ARC++ container.'
-
-def run_TS(machine):
-    host_list = [hosts.create_host(machine)]
-    job.run_test(
-        'cheets_CTS_R',
-        hosts=host_list,
-        iterations=1,
-        tag='11_r2.x86.CtsJvmti',
-        test_name='cheets_CTS_R.11_r2.x86.CtsJvmti',
-        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsJvmtiAttachingHostTestCases', '--include-filter', 'CtsJvmtiAttachingHostTestCases[secondary_user]', '--include-filter', 'CtsJvmtiAttachingTestCases', '--include-filter', 'CtsJvmtiAttachingTestCases[secondary_user]', '--include-filter', 'CtsJvmtiRedefineClassesHostTestCases', '--include-filter', 'CtsJvmtiRedefineClassesHostTestCases[secondary_user]', '--include-filter', 'CtsJvmtiRunTest1900HostTestCases', '--include-filter', 'CtsJvmtiRunTest1900HostTestCases[secondary_user]', '--include-filter', 'CtsJvmtiRunTest1901HostTestCases', '--include-filter', 'CtsJvmtiRunTest1901HostTestCases[secondary_user]', '--include-filter', 'CtsJvmtiRunTest1902HostTestCases', '--include-filter', 'CtsJvmtiRunTest1902HostTestCases[secondary_user]', '--include-filter', 'CtsJvmtiRunTest1903HostTestCases', '--include-filter', 'CtsJvmtiRunTest1903HostTestCases[secondary_user]', '--include-filter', 'CtsJvmtiRunTest1904HostTestCases', '--include-filter', 'CtsJvmtiRunTest1904HostTestCases[secondary_user]', '--include-filter', 'CtsJvmtiRunTest1906HostTestCases', '--include-filter', 'CtsJvmtiRunTest1906HostTestCases[secondary_user]', '--include-filter', 'CtsJvmtiRunTest1907HostTestCases', '--include-filter', 'CtsJvmtiRunTest1907HostTestCases[secondary_user]', '--include-filter', 'CtsJvmtiRunTest1908HostTestCases', '--include-filter', 'CtsJvmtiRunTest1908HostTestCases[secondary_user]', '--include-filter', 'CtsJvmtiRunTest1909HostTestCases', '--include-filter', 'CtsJvmtiRunTest1909HostTestCases[secondary_user]', '--include-filter', 'CtsJvmtiRunTest1910HostTestCases', '--include-filter', 'CtsJvmtiRunTest1910HostTestCases[secondary_user]', '--include-filter', 'CtsJvmtiRunTest1911HostTestCases', '--include-filter', 'CtsJvmtiRunTest1911HostTestCases[secondary_user]', '--include-filter', 'CtsJvmtiRunTest1912HostTestCases', '--include-filter', 'CtsJvmtiRunTest1912HostTestCases[secondary_user]', '--include-filter', 'CtsJvmtiRunTest1913HostTestCases', '--include-filter', 'CtsJvmtiRunTest1913HostTestCases[secondary_user]', '--include-filter', 'CtsJvmtiRunTest1914HostTestCases', '--include-filter', 'CtsJvmtiRunTest1914HostTestCases[secondary_user]', '--include-filter', 'CtsJvmtiRunTest1915HostTestCases', '--include-filter', 'CtsJvmtiRunTest1915HostTestCases[secondary_user]', '--include-filter', 'CtsJvmtiRunTest1916HostTestCases', '--include-filter', 'CtsJvmtiRunTest1916HostTestCases[secondary_user]', '--include-filter', 'CtsJvmtiRunTest1917HostTestCases', '--include-filter', 'CtsJvmtiRunTest1917HostTestCases[secondary_user]', '--include-filter', 'CtsJvmtiRunTest1920HostTestCases', '--include-filter', 'CtsJvmtiRunTest1920HostTestCases[secondary_user]', '--include-filter', 'CtsJvmtiRunTest1921HostTestCases', '--include-filter', 'CtsJvmtiRunTest1921HostTestCases[secondary_user]', '--include-filter', 'CtsJvmtiRunTest1922HostTestCases', '--include-filter', 'CtsJvmtiRunTest1922HostTestCases[secondary_user]', '--include-filter', 'CtsJvmtiRunTest1923HostTestCases', '--include-filter', 'CtsJvmtiRunTest1923HostTestCases[secondary_user]', '--include-filter', 'CtsJvmtiRunTest1924HostTestCases', '--include-filter', 'CtsJvmtiRunTest1924HostTestCases[secondary_user]', '--include-filter', 'CtsJvmtiRunTest1925HostTestCases', '--include-filter', 'CtsJvmtiRunTest1925HostTestCases[secondary_user]', '--include-filter', 'CtsJvmtiRunTest1926HostTestCases', '--include-filter', 'CtsJvmtiRunTest1926HostTestCases[secondary_user]', '--include-filter', 'CtsJvmtiRunTest1927HostTestCases', '--include-filter', 'CtsJvmtiRunTest1927HostTestCases[secondary_user]', '--include-filter', 'CtsJvmtiRunTest1928HostTestCases', '--include-filter', 'CtsJvmtiRunTest1928HostTestCases[secondary_user]', '--include-filter', 'CtsJvmtiRunTest1930HostTestCases', '--include-filter', 'CtsJvmtiRunTest1930HostTestCases[secondary_user]', '--include-filter', 'CtsJvmtiRunTest1931HostTestCases', '--include-filter', 'CtsJvmtiRunTest1931HostTestCases[secondary_user]', '--include-filter', 'CtsJvmtiRunTest1932HostTestCases', '--include-filter', 'CtsJvmtiRunTest1932HostTestCases[secondary_user]', '--include-filter', 'CtsJvmtiRunTest1933HostTestCases', '--include-filter', 'CtsJvmtiRunTest1933HostTestCases[secondary_user]', '--include-filter', 'CtsJvmtiRunTest1934HostTestCases', '--include-filter', 'CtsJvmtiRunTest1934HostTestCases[secondary_user]', '--include-filter', 'CtsJvmtiRunTest1936HostTestCases', '--include-filter', 'CtsJvmtiRunTest1936HostTestCases[secondary_user]', '--include-filter', 'CtsJvmtiRunTest1937HostTestCases', '--include-filter', 'CtsJvmtiRunTest1937HostTestCases[secondary_user]', '--include-filter', 'CtsJvmtiRunTest1939HostTestCases', '--include-filter', 'CtsJvmtiRunTest1939HostTestCases[secondary_user]', '--include-filter', 'CtsJvmtiRunTest1941HostTestCases', '--include-filter', 'CtsJvmtiRunTest1941HostTestCases[secondary_user]', '--include-filter', 'CtsJvmtiRunTest1942HostTestCases', '--include-filter', 'CtsJvmtiRunTest1942HostTestCases[secondary_user]', '--include-filter', 'CtsJvmtiRunTest1943HostTestCases', '--include-filter', 'CtsJvmtiRunTest1943HostTestCases[secondary_user]', '--include-filter', 'CtsJvmtiRunTest1953HostTestCases', '--include-filter', 'CtsJvmtiRunTest1953HostTestCases[secondary_user]', '--include-filter', 'CtsJvmtiRunTest1958HostTestCases', '--include-filter', 'CtsJvmtiRunTest1958HostTestCases[secondary_user]', '--include-filter', 'CtsJvmtiRunTest1962HostTestCases', '--include-filter', 'CtsJvmtiRunTest1962HostTestCases[secondary_user]', '--include-filter', 'CtsJvmtiRunTest1967HostTestCases', '--include-filter', 'CtsJvmtiRunTest1967HostTestCases[secondary_user]', '--include-filter', 'CtsJvmtiRunTest1968HostTestCases', '--include-filter', 'CtsJvmtiRunTest1968HostTestCases[secondary_user]', '--include-filter', 'CtsJvmtiRunTest1969HostTestCases', '--include-filter', 'CtsJvmtiRunTest1969HostTestCases[secondary_user]', '--include-filter', 'CtsJvmtiRunTest1970HostTestCases', '--include-filter', 'CtsJvmtiRunTest1970HostTestCases[secondary_user]', '--include-filter', 'CtsJvmtiRunTest1971HostTestCases', '--include-filter', 'CtsJvmtiRunTest1971HostTestCases[secondary_user]', '--include-filter', 'CtsJvmtiRunTest1974HostTestCases', '--include-filter', 'CtsJvmtiRunTest1974HostTestCases[secondary_user]', '--include-filter', 'CtsJvmtiRunTest1975HostTestCases', '--include-filter', 'CtsJvmtiRunTest1975HostTestCases[secondary_user]', '--include-filter', 'CtsJvmtiRunTest1976HostTestCases', '--include-filter', 'CtsJvmtiRunTest1976HostTestCases[secondary_user]', '--include-filter', 'CtsJvmtiRunTest1977HostTestCases', '--include-filter', 'CtsJvmtiRunTest1977HostTestCases[secondary_user]', '--include-filter', 'CtsJvmtiRunTest1978HostTestCases', '--include-filter', 'CtsJvmtiRunTest1978HostTestCases[secondary_user]', '--include-filter', 'CtsJvmtiRunTest1979HostTestCases', '--include-filter', 'CtsJvmtiRunTest1979HostTestCases[secondary_user]', '--include-filter', 'CtsJvmtiRunTest1981HostTestCases', '--include-filter', 'CtsJvmtiRunTest1981HostTestCases[secondary_user]', '--include-filter', 'CtsJvmtiRunTest1982HostTestCases', '--include-filter', 'CtsJvmtiRunTest1982HostTestCases[secondary_user]', '--include-filter', 'CtsJvmtiRunTest1983HostTestCases', '--include-filter', 'CtsJvmtiRunTest1983HostTestCases[secondary_user]', '--include-filter', 'CtsJvmtiRunTest1984HostTestCases', '--include-filter', 'CtsJvmtiRunTest1984HostTestCases[secondary_user]', '--include-filter', 'CtsJvmtiRunTest1988HostTestCases', '--include-filter', 'CtsJvmtiRunTest1988HostTestCases[secondary_user]', '--include-filter', 'CtsJvmtiRunTest1989HostTestCases', '--include-filter', 'CtsJvmtiRunTest1989HostTestCases[secondary_user]', '--include-filter', 'CtsJvmtiRunTest1990HostTestCases', '--include-filter', 'CtsJvmtiRunTest1990HostTestCases[secondary_user]', '--include-filter', 'CtsJvmtiRunTest1991HostTestCases', '--include-filter', 'CtsJvmtiRunTest1991HostTestCases[secondary_user]', '--include-filter', 'CtsJvmtiRunTest1992HostTestCases', '--include-filter', 'CtsJvmtiRunTest1992HostTestCases[secondary_user]', '--include-filter', 'CtsJvmtiRunTest1994HostTestCases', '--include-filter', 'CtsJvmtiRunTest1994HostTestCases[secondary_user]', '--include-filter', 'CtsJvmtiRunTest1995HostTestCases', '--include-filter', 'CtsJvmtiRunTest1995HostTestCases[secondary_user]', '--include-filter', 'CtsJvmtiRunTest1996HostTestCases', '--include-filter', 'CtsJvmtiRunTest1996HostTestCases[secondary_user]', '--include-filter', 'CtsJvmtiRunTest1997HostTestCases', '--include-filter', 'CtsJvmtiRunTest1997HostTestCases[secondary_user]', '--include-filter', 'CtsJvmtiRunTest1998HostTestCases', '--include-filter', 'CtsJvmtiRunTest1998HostTestCases[secondary_user]', '--include-filter', 'CtsJvmtiRunTest1999HostTestCases', '--include-filter', 'CtsJvmtiRunTest1999HostTestCases[secondary_user]', '--include-filter', 'CtsJvmtiRunTest2001HostTestCases', '--include-filter', 'CtsJvmtiRunTest2001HostTestCases[secondary_user]', '--include-filter', 'CtsJvmtiRunTest2002HostTestCases', '--include-filter', 'CtsJvmtiRunTest2002HostTestCases[secondary_user]', '--include-filter', 'CtsJvmtiRunTest2003HostTestCases', '--include-filter', 'CtsJvmtiRunTest2003HostTestCases[secondary_user]', '--include-filter', 'CtsJvmtiRunTest2004HostTestCases', '--include-filter', 'CtsJvmtiRunTest2004HostTestCases[secondary_user]', '--include-filter', 'CtsJvmtiRunTest2005HostTestCases', '--include-filter', 'CtsJvmtiRunTest2005HostTestCases[secondary_user]', '--include-filter', 'CtsJvmtiRunTest2006HostTestCases', '--include-filter', 'CtsJvmtiRunTest2006HostTestCases[secondary_user]', '--include-filter', 'CtsJvmtiRunTest2007HostTestCases', '--include-filter', 'CtsJvmtiRunTest2007HostTestCases[secondary_user]', '--include-filter', 'CtsJvmtiRunTest902HostTestCases', '--include-filter', 'CtsJvmtiRunTest902HostTestCases[secondary_user]', '--include-filter', 'CtsJvmtiRunTest903HostTestCases', '--include-filter', 'CtsJvmtiRunTest903HostTestCases[secondary_user]', '--include-filter', 'CtsJvmtiRunTest904HostTestCases', '--include-filter', 'CtsJvmtiRunTest904HostTestCases[secondary_user]', '--include-filter', 'CtsJvmtiRunTest905HostTestCases', '--include-filter', 'CtsJvmtiRunTest905HostTestCases[secondary_user]', '--include-filter', 'CtsJvmtiRunTest906HostTestCases', '--include-filter', 'CtsJvmtiRunTest906HostTestCases[secondary_user]', '--include-filter', 'CtsJvmtiRunTest907HostTestCases', '--include-filter', 'CtsJvmtiRunTest907HostTestCases[secondary_user]', '--include-filter', 'CtsJvmtiRunTest908HostTestCases', '--include-filter', 'CtsJvmtiRunTest908HostTestCases[secondary_user]', '--include-filter', 'CtsJvmtiRunTest910HostTestCases', '--include-filter', 'CtsJvmtiRunTest910HostTestCases[secondary_user]', '--include-filter', 'CtsJvmtiRunTest911HostTestCases', '--include-filter', 'CtsJvmtiRunTest911HostTestCases[secondary_user]', '--include-filter', 'CtsJvmtiRunTest912HostTestCases', '--include-filter', 'CtsJvmtiRunTest912HostTestCases[secondary_user]', '--include-filter', 'CtsJvmtiRunTest913HostTestCases', '--include-filter', 'CtsJvmtiRunTest913HostTestCases[secondary_user]', '--include-filter', 'CtsJvmtiRunTest914HostTestCases', '--include-filter', 'CtsJvmtiRunTest914HostTestCases[secondary_user]', '--include-filter', 'CtsJvmtiRunTest915HostTestCases', '--include-filter', 'CtsJvmtiRunTest915HostTestCases[secondary_user]', '--include-filter', 'CtsJvmtiRunTest917HostTestCases', '--include-filter', 'CtsJvmtiRunTest917HostTestCases[secondary_user]', '--include-filter', 'CtsJvmtiRunTest918HostTestCases', '--include-filter', 'CtsJvmtiRunTest918HostTestCases[secondary_user]', '--include-filter', 'CtsJvmtiRunTest919HostTestCases', '--include-filter', 'CtsJvmtiRunTest919HostTestCases[secondary_user]', '--include-filter', 'CtsJvmtiRunTest920HostTestCases', '--include-filter', 'CtsJvmtiRunTest920HostTestCases[secondary_user]', '--include-filter', 'CtsJvmtiRunTest922HostTestCases', '--include-filter', 'CtsJvmtiRunTest922HostTestCases[secondary_user]', '--include-filter', 'CtsJvmtiRunTest923HostTestCases', '--include-filter', 'CtsJvmtiRunTest923HostTestCases[secondary_user]', '--include-filter', 'CtsJvmtiRunTest924HostTestCases', '--include-filter', 'CtsJvmtiRunTest924HostTestCases[secondary_user]', '--include-filter', 'CtsJvmtiRunTest926HostTestCases', '--include-filter', 'CtsJvmtiRunTest926HostTestCases[secondary_user]', '--include-filter', 'CtsJvmtiRunTest927HostTestCases', '--include-filter', 'CtsJvmtiRunTest927HostTestCases[secondary_user]', '--include-filter', 'CtsJvmtiRunTest928HostTestCases', '--include-filter', 'CtsJvmtiRunTest928HostTestCases[secondary_user]', '--include-filter', 'CtsJvmtiRunTest930HostTestCases', '--include-filter', 'CtsJvmtiRunTest930HostTestCases[secondary_user]', '--include-filter', 'CtsJvmtiRunTest931HostTestCases', '--include-filter', 'CtsJvmtiRunTest931HostTestCases[secondary_user]', '--include-filter', 'CtsJvmtiRunTest932HostTestCases', '--include-filter', 'CtsJvmtiRunTest932HostTestCases[secondary_user]', '--include-filter', 'CtsJvmtiRunTest940HostTestCases', '--include-filter', 'CtsJvmtiRunTest940HostTestCases[secondary_user]', '--include-filter', 'CtsJvmtiRunTest942HostTestCases', '--include-filter', 'CtsJvmtiRunTest942HostTestCases[secondary_user]', '--include-filter', 'CtsJvmtiRunTest944HostTestCases', '--include-filter', 'CtsJvmtiRunTest944HostTestCases[secondary_user]', '--include-filter', 'CtsJvmtiRunTest945HostTestCases', '--include-filter', 'CtsJvmtiRunTest945HostTestCases[secondary_user]', '--include-filter', 'CtsJvmtiRunTest947HostTestCases', '--include-filter', 'CtsJvmtiRunTest947HostTestCases[secondary_user]', '--include-filter', 'CtsJvmtiRunTest951HostTestCases', '--include-filter', 'CtsJvmtiRunTest951HostTestCases[secondary_user]', '--include-filter', 'CtsJvmtiRunTest982HostTestCases', '--include-filter', 'CtsJvmtiRunTest982HostTestCases[secondary_user]', '--include-filter', 'CtsJvmtiRunTest983HostTestCases', '--include-filter', 'CtsJvmtiRunTest983HostTestCases[secondary_user]', '--include-filter', 'CtsJvmtiRunTest984HostTestCases', '--include-filter', 'CtsJvmtiRunTest984HostTestCases[secondary_user]', '--include-filter', 'CtsJvmtiRunTest985HostTestCases', '--include-filter', 'CtsJvmtiRunTest985HostTestCases[secondary_user]', '--include-filter', 'CtsJvmtiRunTest986HostTestCases', '--include-filter', 'CtsJvmtiRunTest986HostTestCases[secondary_user]', '--include-filter', 'CtsJvmtiRunTest988HostTestCases', '--include-filter', 'CtsJvmtiRunTest988HostTestCases[secondary_user]', '--include-filter', 'CtsJvmtiRunTest989HostTestCases', '--include-filter', 'CtsJvmtiRunTest989HostTestCases[secondary_user]', '--include-filter', 'CtsJvmtiRunTest990HostTestCases', '--include-filter', 'CtsJvmtiRunTest990HostTestCases[secondary_user]', '--include-filter', 'CtsJvmtiRunTest991HostTestCases', '--include-filter', 'CtsJvmtiRunTest991HostTestCases[secondary_user]', '--include-filter', 'CtsJvmtiRunTest992HostTestCases', '--include-filter', 'CtsJvmtiRunTest992HostTestCases[secondary_user]', '--include-filter', 'CtsJvmtiRunTest993HostTestCases', '--include-filter', 'CtsJvmtiRunTest993HostTestCases[secondary_user]', '--include-filter', 'CtsJvmtiRunTest994HostTestCases', '--include-filter', 'CtsJvmtiRunTest994HostTestCases[secondary_user]', '--include-filter', 'CtsJvmtiRunTest995HostTestCases', '--include-filter', 'CtsJvmtiRunTest995HostTestCases[secondary_user]', '--include-filter', 'CtsJvmtiRunTest996HostTestCases', '--include-filter', 'CtsJvmtiRunTest996HostTestCases[secondary_user]', '--include-filter', 'CtsJvmtiRunTest997HostTestCases', '--include-filter', 'CtsJvmtiRunTest997HostTestCases[secondary_user]', '--include-filter', 'CtsJvmtiTaggingHostTestCases', '--include-filter', 'CtsJvmtiTaggingHostTestCases[secondary_user]', '--include-filter', 'CtsJvmtiTrackingHostTestCases', '--include-filter', 'CtsJvmtiTrackingHostTestCases[secondary_user]', '--logcat-on-failure'],
-        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
-        target_module='CtsJvmti',
-        target_plan=None,
-        bundle='x86',
-        uri='LATEST',
-        use_jdk9=True,
-        timeout=75000)
-
-parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsKernelConfigTestCases b/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsKernelConfigTestCases
deleted file mode 100644
index 06cac59..0000000
--- a/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsKernelConfigTestCases
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 2020 The Chromium OS Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-# This file has been automatically generated. Do not edit!
-
-AUTHOR = 'ARC++ Team'
-NAME = 'cheets_CTS_R.11_r2.x86.CtsKernelConfigTestCases'
-ATTRIBUTES = 'suite:arc-cts-r'
-DEPENDENCIES = 'arc, cts_abi_x86'
-JOB_RETRIES = 1
-TEST_TYPE = 'server'
-TIME = 'MEDIUM'
-MAX_RESULT_SIZE_KB = 512000
-DOC = 'Run module CtsKernelConfigTestCases of the Android Compatibility Test Suite (CTS) using x86 ABI in the ARC++ container.'
-
-def run_TS(machine):
-    host_list = [hosts.create_host(machine)]
-    job.run_test(
-        'cheets_CTS_R',
-        hosts=host_list,
-        iterations=1,
-        tag='11_r2.x86.CtsKernelConfigTestCases',
-        test_name='cheets_CTS_R.11_r2.x86.CtsKernelConfigTestCases',
-        run_template=['run', 'commandAndExit', 'cts', '--module', 'CtsKernelConfigTestCases', '--logcat-on-failure'],
-        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
-        target_module='CtsKernelConfigTestCases',
-        target_plan=None,
-        bundle='x86',
-        uri='LATEST',
-        use_jdk9=True,
-        timeout=3600)
-
-parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsKeystore b/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsKeystore
deleted file mode 100644
index 21e2ac7..0000000
--- a/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsKeystore
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 2020 The Chromium OS Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-# This file has been automatically generated. Do not edit!
-
-AUTHOR = 'ARC++ Team'
-NAME = 'cheets_CTS_R.11_r2.x86.CtsKeystore'
-ATTRIBUTES = 'suite:arc-cts-r'
-DEPENDENCIES = 'arc, cts_abi_x86'
-JOB_RETRIES = 1
-TEST_TYPE = 'server'
-TIME = 'MEDIUM'
-MAX_RESULT_SIZE_KB = 512000
-DOC = 'Run module CtsKeystoreTestCases, CtsKeystoreTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using x86 ABI in the ARC++ container.'
-
-def run_TS(machine):
-    host_list = [hosts.create_host(machine)]
-    job.run_test(
-        'cheets_CTS_R',
-        hosts=host_list,
-        iterations=1,
-        tag='11_r2.x86.CtsKeystore',
-        test_name='cheets_CTS_R.11_r2.x86.CtsKeystore',
-        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsKeystoreTestCases', '--include-filter', 'CtsKeystoreTestCases[secondary_user]', '--logcat-on-failure'],
-        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
-        target_module='CtsKeystore',
-        target_plan=None,
-        bundle='x86',
-        uri='LATEST',
-        use_jdk9=True,
-        timeout=5400)
-
-parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsLeanbackJank b/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsLeanbackJank
deleted file mode 100644
index 9fa45e3..0000000
--- a/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsLeanbackJank
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 2020 The Chromium OS Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-# This file has been automatically generated. Do not edit!
-
-AUTHOR = 'ARC++ Team'
-NAME = 'cheets_CTS_R.11_r2.x86.CtsLeanbackJank'
-ATTRIBUTES = 'suite:arc-cts-r'
-DEPENDENCIES = 'arc, cts_abi_x86'
-JOB_RETRIES = 1
-TEST_TYPE = 'server'
-TIME = 'MEDIUM'
-MAX_RESULT_SIZE_KB = 512000
-DOC = 'Run module CtsLeanbackJankTestCases, CtsLeanbackJankTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using x86 ABI in the ARC++ container.'
-
-def run_TS(machine):
-    host_list = [hosts.create_host(machine)]
-    job.run_test(
-        'cheets_CTS_R',
-        hosts=host_list,
-        iterations=1,
-        tag='11_r2.x86.CtsLeanbackJank',
-        test_name='cheets_CTS_R.11_r2.x86.CtsLeanbackJank',
-        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsLeanbackJankTestCases', '--include-filter', 'CtsLeanbackJankTestCases[secondary_user]', '--logcat-on-failure'],
-        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
-        target_module='CtsLeanbackJank',
-        target_plan=None,
-        bundle='x86',
-        uri='LATEST',
-        use_jdk9=True,
-        timeout=5400)
-
-parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsLegacyNotification2 b/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsLegacyNotification2
deleted file mode 100644
index aa8cbb4..0000000
--- a/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsLegacyNotification2
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 2020 The Chromium OS Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-# This file has been automatically generated. Do not edit!
-
-AUTHOR = 'ARC++ Team'
-NAME = 'cheets_CTS_R.11_r2.x86.CtsLegacyNotification2'
-ATTRIBUTES = 'suite:arc-cts-r'
-DEPENDENCIES = 'arc, cts_abi_x86'
-JOB_RETRIES = 1
-TEST_TYPE = 'server'
-TIME = 'MEDIUM'
-MAX_RESULT_SIZE_KB = 512000
-DOC = 'Run module CtsLegacyNotification20TestCases, CtsLegacyNotification20TestCases[secondary_user], CtsLegacyNotification27TestCases, CtsLegacyNotification27TestCases[secondary_user], CtsLegacyNotification28TestCases, CtsLegacyNotification28TestCases[secondary_user], CtsLegacyNotification29TestCases, CtsLegacyNotification29TestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using x86 ABI in the ARC++ container.'
-
-def run_TS(machine):
-    host_list = [hosts.create_host(machine)]
-    job.run_test(
-        'cheets_CTS_R',
-        hosts=host_list,
-        iterations=1,
-        tag='11_r2.x86.CtsLegacyNotification2',
-        test_name='cheets_CTS_R.11_r2.x86.CtsLegacyNotification2',
-        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsLegacyNotification20TestCases', '--include-filter', 'CtsLegacyNotification20TestCases[secondary_user]', '--include-filter', 'CtsLegacyNotification27TestCases', '--include-filter', 'CtsLegacyNotification27TestCases[secondary_user]', '--include-filter', 'CtsLegacyNotification28TestCases', '--include-filter', 'CtsLegacyNotification28TestCases[secondary_user]', '--include-filter', 'CtsLegacyNotification29TestCases', '--include-filter', 'CtsLegacyNotification29TestCases[secondary_user]', '--logcat-on-failure'],
-        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
-        target_module='CtsLegacyNotification2',
-        target_plan=None,
-        bundle='x86',
-        uri='LATEST',
-        use_jdk9=True,
-        timeout=16200)
-
-parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsLibcore b/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsLibcore
deleted file mode 100644
index fdc2da1..0000000
--- a/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsLibcore
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 2020 The Chromium OS Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-# This file has been automatically generated. Do not edit!
-
-AUTHOR = 'ARC++ Team'
-NAME = 'cheets_CTS_R.11_r2.x86.CtsLibcore'
-ATTRIBUTES = 'suite:arc-cts-r'
-DEPENDENCIES = 'arc, cts_abi_x86'
-JOB_RETRIES = 1
-TEST_TYPE = 'server'
-TIME = 'MEDIUM'
-MAX_RESULT_SIZE_KB = 512000
-DOC = 'Run module CtsLibcoreApiEvolutionTestCases, CtsLibcoreApiEvolutionTestCases[secondary_user], CtsLibcoreFileIOTestCases, CtsLibcoreFileIOTestCases[secondary_user], CtsLibcoreJsr166TestCases, CtsLibcoreJsr166TestCases[secondary_user], CtsLibcoreLegacy22TestCases, CtsLibcoreLegacy22TestCases[secondary_user], CtsLibcoreOjTestCases, CtsLibcoreOjTestCases[secondary_user], CtsLibcoreOkHttpTestCases, CtsLibcoreOkHttpTestCases[secondary_user], CtsLibcoreTestCases, CtsLibcoreTestCases[secondary_user], CtsLibcoreWycheproofBCTestCases, CtsLibcoreWycheproofBCTestCases[secondary_user], CtsLibcoreWycheproofConscryptTestCases, CtsLibcoreWycheproofConscryptTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using x86 ABI in the ARC++ container.'
-
-def run_TS(machine):
-    host_list = [hosts.create_host(machine)]
-    job.run_test(
-        'cheets_CTS_R',
-        hosts=host_list,
-        iterations=1,
-        tag='11_r2.x86.CtsLibcore',
-        test_name='cheets_CTS_R.11_r2.x86.CtsLibcore',
-        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsLibcoreApiEvolutionTestCases', '--include-filter', 'CtsLibcoreApiEvolutionTestCases[secondary_user]', '--include-filter', 'CtsLibcoreFileIOTestCases', '--include-filter', 'CtsLibcoreFileIOTestCases[secondary_user]', '--include-filter', 'CtsLibcoreJsr166TestCases', '--include-filter', 'CtsLibcoreJsr166TestCases[secondary_user]', '--include-filter', 'CtsLibcoreLegacy22TestCases', '--include-filter', 'CtsLibcoreLegacy22TestCases[secondary_user]', '--include-filter', 'CtsLibcoreOjTestCases', '--include-filter', 'CtsLibcoreOjTestCases[secondary_user]', '--include-filter', 'CtsLibcoreOkHttpTestCases', '--include-filter', 'CtsLibcoreOkHttpTestCases[secondary_user]', '--include-filter', 'CtsLibcoreTestCases', '--include-filter', 'CtsLibcoreTestCases[secondary_user]', '--include-filter', 'CtsLibcoreWycheproofBCTestCases', '--include-filter', 'CtsLibcoreWycheproofBCTestCases[secondary_user]', '--include-filter', 'CtsLibcoreWycheproofConscryptTestCases', '--include-filter', 'CtsLibcoreWycheproofConscryptTestCases[secondary_user]'],
-        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
-        target_module='CtsLibcore',
-        target_plan=None,
-        bundle='x86',
-        uri='LATEST',
-        use_jdk9=True,
-        timeout=39600)
-
-parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsLiblog b/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsLiblog
deleted file mode 100644
index 53c1aa0..0000000
--- a/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsLiblog
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 2020 The Chromium OS Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-# This file has been automatically generated. Do not edit!
-
-AUTHOR = 'ARC++ Team'
-NAME = 'cheets_CTS_R.11_r2.x86.CtsLiblog'
-ATTRIBUTES = 'suite:arc-cts-r'
-DEPENDENCIES = 'arc, cts_abi_x86'
-JOB_RETRIES = 1
-TEST_TYPE = 'server'
-TIME = 'MEDIUM'
-MAX_RESULT_SIZE_KB = 512000
-DOC = 'Run module CtsLiblogTestCases, CtsLiblogTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using x86 ABI in the ARC++ container.'
-
-def run_TS(machine):
-    host_list = [hosts.create_host(machine)]
-    job.run_test(
-        'cheets_CTS_R',
-        hosts=host_list,
-        iterations=1,
-        tag='11_r2.x86.CtsLiblog',
-        test_name='cheets_CTS_R.11_r2.x86.CtsLiblog',
-        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsLiblogTestCases', '--include-filter', 'CtsLiblogTestCases[secondary_user]', '--logcat-on-failure'],
-        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
-        target_module='CtsLiblog',
-        target_plan=None,
-        bundle='x86',
-        uri='LATEST',
-        use_jdk9=True,
-        timeout=5400)
-
-parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsLocation b/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsLocation
deleted file mode 100644
index 8164831..0000000
--- a/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsLocation
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 2020 The Chromium OS Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-# This file has been automatically generated. Do not edit!
-
-AUTHOR = 'ARC++ Team'
-NAME = 'cheets_CTS_R.11_r2.x86.CtsLocation'
-ATTRIBUTES = 'suite:arc-cts-r'
-DEPENDENCIES = 'arc, cts_abi_x86'
-JOB_RETRIES = 1
-TEST_TYPE = 'server'
-TIME = 'MEDIUM'
-MAX_RESULT_SIZE_KB = 512000
-DOC = 'Run module CtsLocationCoarseTestCases, CtsLocationCoarseTestCases[instant], CtsLocationCoarseTestCases[secondary_user], CtsLocationFineTestCases, CtsLocationFineTestCases[instant], CtsLocationFineTestCases[secondary_user], CtsLocationGnssTestCases, CtsLocationGnssTestCases[instant], CtsLocationGnssTestCases[secondary_user], CtsLocationNoneTestCases, CtsLocationNoneTestCases[instant], CtsLocationNoneTestCases[secondary_user], CtsLocationPrivilegedTestCases, CtsLocationPrivilegedTestCases[instant], CtsLocationPrivilegedTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using x86 ABI in the ARC++ container.'
-
-def run_TS(machine):
-    host_list = [hosts.create_host(machine)]
-    job.run_test(
-        'cheets_CTS_R',
-        hosts=host_list,
-        iterations=1,
-        tag='11_r2.x86.CtsLocation',
-        test_name='cheets_CTS_R.11_r2.x86.CtsLocation',
-        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsLocationCoarseTestCases', '--include-filter', 'CtsLocationCoarseTestCases[instant]', '--include-filter', 'CtsLocationCoarseTestCases[secondary_user]', '--include-filter', 'CtsLocationFineTestCases', '--include-filter', 'CtsLocationFineTestCases[instant]', '--include-filter', 'CtsLocationFineTestCases[secondary_user]', '--include-filter', 'CtsLocationGnssTestCases', '--include-filter', 'CtsLocationGnssTestCases[instant]', '--include-filter', 'CtsLocationGnssTestCases[secondary_user]', '--include-filter', 'CtsLocationNoneTestCases', '--include-filter', 'CtsLocationNoneTestCases[instant]', '--include-filter', 'CtsLocationNoneTestCases[secondary_user]', '--include-filter', 'CtsLocationPrivilegedTestCases', '--include-filter', 'CtsLocationPrivilegedTestCases[instant]', '--include-filter', 'CtsLocationPrivilegedTestCases[secondary_user]', '--logcat-on-failure'],
-        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
-        target_module='CtsLocation',
-        target_plan=None,
-        bundle='x86',
-        uri='LATEST',
-        use_jdk9=True,
-        timeout=28800)
-
-parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsLogd b/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsLogd
deleted file mode 100644
index 8e06a47..0000000
--- a/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsLogd
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 2020 The Chromium OS Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-# This file has been automatically generated. Do not edit!
-
-AUTHOR = 'ARC++ Team'
-NAME = 'cheets_CTS_R.11_r2.x86.CtsLogd'
-ATTRIBUTES = 'suite:arc-cts-r'
-DEPENDENCIES = 'arc, cts_abi_x86'
-JOB_RETRIES = 1
-TEST_TYPE = 'server'
-TIME = 'MEDIUM'
-MAX_RESULT_SIZE_KB = 512000
-DOC = 'Run module CtsLogdTestCases, CtsLogdTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using x86 ABI in the ARC++ container.'
-
-def run_TS(machine):
-    host_list = [hosts.create_host(machine)]
-    job.run_test(
-        'cheets_CTS_R',
-        hosts=host_list,
-        iterations=1,
-        tag='11_r2.x86.CtsLogd',
-        test_name='cheets_CTS_R.11_r2.x86.CtsLogd',
-        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsLogdTestCases', '--include-filter', 'CtsLogdTestCases[secondary_user]', '--logcat-on-failure'],
-        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
-        target_module='CtsLogd',
-        target_plan=None,
-        bundle='x86',
-        uri='LATEST',
-        use_jdk9=True,
-        timeout=5400)
-
-parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsMatchFlag b/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsMatchFlag
deleted file mode 100644
index 9dab753..0000000
--- a/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsMatchFlag
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 2020 The Chromium OS Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-# This file has been automatically generated. Do not edit!
-
-AUTHOR = 'ARC++ Team'
-NAME = 'cheets_CTS_R.11_r2.x86.CtsMatchFlag'
-ATTRIBUTES = 'suite:arc-cts-r'
-DEPENDENCIES = 'arc, cts_abi_x86'
-JOB_RETRIES = 1
-TEST_TYPE = 'server'
-TIME = 'MEDIUM'
-MAX_RESULT_SIZE_KB = 512000
-DOC = 'Run module CtsMatchFlagTestCases, CtsMatchFlagTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using x86 ABI in the ARC++ container.'
-
-def run_TS(machine):
-    host_list = [hosts.create_host(machine)]
-    job.run_test(
-        'cheets_CTS_R',
-        hosts=host_list,
-        iterations=1,
-        tag='11_r2.x86.CtsMatchFlag',
-        test_name='cheets_CTS_R.11_r2.x86.CtsMatchFlag',
-        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsMatchFlagTestCases', '--include-filter', 'CtsMatchFlagTestCases[secondary_user]', '--logcat-on-failure'],
-        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
-        target_module='CtsMatchFlag',
-        target_plan=None,
-        bundle='x86',
-        uri='LATEST',
-        use_jdk9=True,
-        timeout=5400)
-
-parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsMediaBitstreamsTestCases b/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsMediaBitstreamsTestCases
deleted file mode 100644
index 1033b78..0000000
--- a/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsMediaBitstreamsTestCases
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 2020 The Chromium OS Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-# This file has been automatically generated. Do not edit!
-
-AUTHOR = 'ARC++ Team'
-NAME = 'cheets_CTS_R.11_r2.x86.CtsMediaBitstreamsTestCases'
-ATTRIBUTES = 'suite:arc-cts-r'
-DEPENDENCIES = 'arc, cts_abi_x86'
-JOB_RETRIES = 1
-TEST_TYPE = 'server'
-TIME = 'MEDIUM'
-MAX_RESULT_SIZE_KB = 512000
-DOC = 'Run module CtsMediaBitstreamsTestCases, CtsMediaBitstreamsTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using x86 ABI in the ARC++ container.'
-
-def run_TS(machine):
-    host_list = [hosts.create_host(machine)]
-    job.run_test(
-        'cheets_CTS_R',
-        hosts=host_list,
-        iterations=1,
-        needs_push_media=True,
-        tag='11_r2.x86.CtsMediaBitstreamsTestCases',
-        test_name='cheets_CTS_R.11_r2.x86.CtsMediaBitstreamsTestCases',
-        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsMediaBitstreamsTestCases', '--include-filter', 'CtsMediaBitstreamsTestCases[secondary_user]', '--logcat-on-failure'],
-        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
-        target_module='CtsMediaBitstreamsTestCases',
-        target_plan=None,
-        bundle='x86',
-        uri='LATEST',
-        use_jdk9=True,
-        timeout=5400)
-
-parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsMediaHostTestCases b/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsMediaHostTestCases
deleted file mode 100644
index 7fcd482..0000000
--- a/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsMediaHostTestCases
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 2020 The Chromium OS Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-# This file has been automatically generated. Do not edit!
-
-AUTHOR = 'ARC++ Team'
-NAME = 'cheets_CTS_R.11_r2.x86.CtsMediaHostTestCases'
-ATTRIBUTES = 'suite:arc-cts-r'
-DEPENDENCIES = 'arc, cts_abi_x86'
-JOB_RETRIES = 1
-TEST_TYPE = 'server'
-TIME = 'MEDIUM'
-MAX_RESULT_SIZE_KB = 512000
-DOC = 'Run module CtsMediaHostTestCases, CtsMediaHostTestCases[instant] of the Android Compatibility Test Suite (CTS) using x86 ABI in the ARC++ container.'
-
-def run_TS(machine):
-    host_list = [hosts.create_host(machine)]
-    job.run_test(
-        'cheets_CTS_R',
-        hosts=host_list,
-        iterations=1,
-        tag='11_r2.x86.CtsMediaHostTestCases',
-        test_name='cheets_CTS_R.11_r2.x86.CtsMediaHostTestCases',
-        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsMediaHostTestCases', '--include-filter', 'CtsMediaHostTestCases[instant]', '--logcat-on-failure'],
-        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
-        target_module='CtsMediaHostTestCases',
-        target_plan=None,
-        bundle='x86',
-        uri='LATEST',
-        use_jdk9=True,
-        timeout=5400)
-
-parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsMediaParserTestCases b/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsMediaParserTestCases
deleted file mode 100644
index 1905c7a..0000000
--- a/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsMediaParserTestCases
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 2020 The Chromium OS Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-# This file has been automatically generated. Do not edit!
-
-AUTHOR = 'ARC++ Team'
-NAME = 'cheets_CTS_R.11_r2.x86.CtsMediaParserTestCases'
-ATTRIBUTES = 'suite:arc-cts-r'
-DEPENDENCIES = 'arc, cts_abi_x86'
-JOB_RETRIES = 1
-TEST_TYPE = 'server'
-TIME = 'MEDIUM'
-MAX_RESULT_SIZE_KB = 512000
-DOC = 'Run module CtsMediaParserTestCases, CtsMediaParserTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using x86 ABI in the ARC++ container.'
-
-def run_TS(machine):
-    host_list = [hosts.create_host(machine)]
-    job.run_test(
-        'cheets_CTS_R',
-        hosts=host_list,
-        iterations=1,
-        tag='11_r2.x86.CtsMediaParserTestCases',
-        test_name='cheets_CTS_R.11_r2.x86.CtsMediaParserTestCases',
-        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsMediaParserTestCases', '--include-filter', 'CtsMediaParserTestCases[secondary_user]', '--logcat-on-failure'],
-        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
-        target_module='CtsMediaParserTestCases',
-        target_plan=None,
-        bundle='x86',
-        uri='LATEST',
-        use_jdk9=True,
-        timeout=5400)
-
-parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsMediaStressTestCases b/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsMediaStressTestCases
deleted file mode 100644
index 475d9e1..0000000
--- a/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsMediaStressTestCases
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 2020 The Chromium OS Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-# This file has been automatically generated. Do not edit!
-
-AUTHOR = 'ARC++ Team'
-NAME = 'cheets_CTS_R.11_r2.x86.CtsMediaStressTestCases'
-ATTRIBUTES = 'suite:arc-cts-r'
-DEPENDENCIES = 'arc, cts_abi_x86'
-JOB_RETRIES = 1
-TEST_TYPE = 'server'
-TIME = 'LONG'
-MAX_RESULT_SIZE_KB = 512000
-DOC = 'Run module CtsMediaStressTestCases, CtsMediaStressTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using x86 ABI in the ARC++ container.'
-
-def run_TS(machine):
-    host_list = [hosts.create_host(machine)]
-    job.run_test(
-        'cheets_CTS_R',
-        hosts=host_list,
-        iterations=1,
-        needs_push_media=True,
-        tag='11_r2.x86.CtsMediaStressTestCases',
-        test_name='cheets_CTS_R.11_r2.x86.CtsMediaStressTestCases',
-        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsMediaStressTestCases', '--include-filter', 'CtsMediaStressTestCases[secondary_user]', '--logcat-on-failure'],
-        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
-        target_module='CtsMediaStressTestCases',
-        target_plan=None,
-        bundle='x86',
-        uri='LATEST',
-        use_jdk9=True,
-        timeout=21600)
-
-parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsMediaTestCases b/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsMediaTestCases
deleted file mode 100644
index 235dc9e..0000000
--- a/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsMediaTestCases
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 2020 The Chromium OS Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-# This file has been automatically generated. Do not edit!
-
-AUTHOR = 'ARC++ Team'
-NAME = 'cheets_CTS_R.11_r2.x86.CtsMediaTestCases'
-ATTRIBUTES = 'suite:arc-cts-r'
-DEPENDENCIES = 'arc, cts_abi_x86'
-JOB_RETRIES = 1
-TEST_TYPE = 'server'
-TIME = 'LONG'
-MAX_RESULT_SIZE_KB = 512000
-DOC = 'Run module CtsMediaTestCases, CtsMediaTestCases[instant] of the Android Compatibility Test Suite (CTS) using x86 ABI in the ARC++ container.'
-
-def run_TS(machine):
-    host_list = [hosts.create_host(machine)]
-    job.run_test(
-        'cheets_CTS_R',
-        hosts=host_list,
-        iterations=1,
-        max_retry=1,
-        needs_push_media=True,
-        tag='11_r2.x86.CtsMediaTestCases',
-        test_name='cheets_CTS_R.11_r2.x86.CtsMediaTestCases',
-        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsMediaTestCases', '--include-filter', 'CtsMediaTestCases[instant]', '--logcat-on-failure'],
-        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
-        target_module='CtsMediaTestCases',
-        target_plan=None,
-        bundle='x86',
-        uri='LATEST',
-        use_jdk9=True,
-        timeout=39600)
-
-parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsMediaTestCases.audio b/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsMediaTestCases.audio
deleted file mode 100644
index cde83bd..0000000
--- a/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsMediaTestCases.audio
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 2020 The Chromium OS Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-# This file has been automatically generated. Do not edit!
-
-AUTHOR = 'ARC++ Team'
-NAME = 'cheets_CTS_R.11_r2.x86.CtsMediaTestCases.audio'
-ATTRIBUTES = 'suite:arc-cts-r'
-DEPENDENCIES = 'arc, cts_abi_x86'
-JOB_RETRIES = 1
-TEST_TYPE = 'server'
-TIME = 'MEDIUM'
-MAX_RESULT_SIZE_KB = 512000
-DOC = 'Run module CtsMediaTestCases.audio of the Android Compatibility Test Suite (CTS) using x86 ABI in the ARC++ container.'
-
-def run_TS(machine):
-    host_list = [hosts.create_host(machine)]
-    job.run_test(
-        'cheets_CTS_R',
-        hosts=host_list,
-        iterations=1,
-        needs_push_media=True,
-        tag='11_r2.x86.CtsMediaTestCases.audio',
-        test_name='cheets_CTS_R.11_r2.x86.CtsMediaTestCases.audio',
-        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsMediaTestCases android.media.cts.AudioAttributesTest', '--include-filter', 'CtsMediaTestCases android.media.cts.AudioEffectTest', '--include-filter', 'CtsMediaTestCases android.media.cts.AudioAttributesTest', '--include-filter', 'CtsMediaTestCases android.media.cts.AudioEffectTest', '--include-filter', 'CtsMediaTestCases android.media.cts.AudioFocusTest', '--include-filter', 'CtsMediaTestCases android.media.cts.AudioFormatTest', '--include-filter', 'CtsMediaTestCases android.media.cts.AudioManagerTest', '--include-filter', 'CtsMediaTestCases android.media.cts.AudioMetadataTest', '--include-filter', 'CtsMediaTestCases android.media.cts.AudioNativeTest', '--include-filter', 'CtsMediaTestCases android.media.cts.AudioPlayRoutingNative', '--include-filter', 'CtsMediaTestCases android.media.cts.AudioPlaybackCaptureTest', '--include-filter', 'CtsMediaTestCases android.media.cts.AudioPlaybackConfigurationTest', '--include-filter', 'CtsMediaTestCases android.media.cts.AudioPreProcessingTest', '--include-filter', 'CtsMediaTestCases android.media.cts.AudioPresentationTest', '--include-filter', 'CtsMediaTestCases android.media.cts.AudioRecordAppOpTest', '--include-filter', 'CtsMediaTestCases android.media.cts.AudioRecordRoutingNative', '--include-filter', 'CtsMediaTestCases android.media.cts.AudioRecordTest', '--include-filter', 'CtsMediaTestCases android.media.cts.AudioRecord_BufferSizeTest', '--include-filter', 'CtsMediaTestCases android.media.cts.AudioRecordingConfigurationTest', '--include-filter', 'CtsMediaTestCases android.media.cts.AudioSystemTest', '--include-filter', 'CtsMediaTestCases android.media.cts.AudioSystemUsageTest', '--include-filter', 'CtsMediaTestCases android.media.cts.AudioTrackLatencyTest', '--include-filter', 'CtsMediaTestCases android.media.cts.AudioTrackOffloadTest', '--include-filter', 'CtsMediaTestCases android.media.cts.AudioTrackSurroundTest', '--include-filter', 'CtsMediaTestCases android.media.cts.AudioTrackTest', '--include-filter', 'CtsMediaTestCases android.media.cts.AudioTrack_ListenerTest', '--include-filter', 'CtsMediaTestCases android.media.cts.SoundPoolAacTest', '--include-filter', 'CtsMediaTestCases android.media.cts.SoundPoolHapticTest', '--include-filter', 'CtsMediaTestCases android.media.cts.SoundPoolMidiTest', '--include-filter', 'CtsMediaTestCases android.media.cts.SoundPoolOggTest', '--include-filter', 'CtsMediaTestCases android.media.cts.VolumeShaperTest', '--logcat-on-failure'],
-        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
-        target_module='CtsMediaTestCases',
-        target_plan=None,
-        bundle='x86',
-        uri='gs://chromeos-arc-images/cts/bundle/R/android-cts-6922707-linux_x86-x86.zip',
-        use_jdk9=True,
-        timeout=3600)
-
-parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsMediaV2TestCases b/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsMediaV2TestCases
deleted file mode 100644
index b097337..0000000
--- a/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsMediaV2TestCases
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 2020 The Chromium OS Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-# This file has been automatically generated. Do not edit!
-
-AUTHOR = 'ARC++ Team'
-NAME = 'cheets_CTS_R.11_r2.x86.CtsMediaV2TestCases'
-ATTRIBUTES = 'suite:arc-cts-r'
-DEPENDENCIES = 'arc, cts_abi_x86'
-JOB_RETRIES = 1
-TEST_TYPE = 'server'
-TIME = 'MEDIUM'
-MAX_RESULT_SIZE_KB = 512000
-DOC = 'Run module CtsMediaV2TestCases of the Android Compatibility Test Suite (CTS) using x86 ABI in the ARC++ container.'
-
-def run_TS(machine):
-    host_list = [hosts.create_host(machine)]
-    job.run_test(
-        'cheets_CTS_R',
-        hosts=host_list,
-        iterations=1,
-        tag='11_r2.x86.CtsMediaV2TestCases',
-        test_name='cheets_CTS_R.11_r2.x86.CtsMediaV2TestCases',
-        run_template=['run', 'commandAndExit', 'cts', '--module', 'CtsMediaV2TestCases', '--logcat-on-failure'],
-        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
-        target_module='CtsMediaV2TestCases',
-        target_plan=None,
-        bundle='x86',
-        uri='LATEST',
-        use_jdk9=True,
-        timeout=3600)
-
-parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsMidiTestCases b/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsMidiTestCases
deleted file mode 100644
index 53a77cb..0000000
--- a/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsMidiTestCases
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 2020 The Chromium OS Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-# This file has been automatically generated. Do not edit!
-
-AUTHOR = 'ARC++ Team'
-NAME = 'cheets_CTS_R.11_r2.x86.CtsMidiTestCases'
-ATTRIBUTES = 'suite:arc-cts-r'
-DEPENDENCIES = 'arc, cts_abi_x86'
-JOB_RETRIES = 1
-TEST_TYPE = 'server'
-TIME = 'MEDIUM'
-MAX_RESULT_SIZE_KB = 512000
-DOC = 'Run module CtsMidiTestCases of the Android Compatibility Test Suite (CTS) using x86 ABI in the ARC++ container.'
-
-def run_TS(machine):
-    host_list = [hosts.create_host(machine)]
-    job.run_test(
-        'cheets_CTS_R',
-        hosts=host_list,
-        iterations=1,
-        tag='11_r2.x86.CtsMidiTestCases',
-        test_name='cheets_CTS_R.11_r2.x86.CtsMidiTestCases',
-        run_template=['run', 'commandAndExit', 'cts', '--module', 'CtsMidiTestCases', '--logcat-on-failure'],
-        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
-        target_module='CtsMidiTestCases',
-        target_plan=None,
-        bundle='x86',
-        uri='LATEST',
-        use_jdk9=True,
-        timeout=3600)
-
-parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsMimeMap b/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsMimeMap
deleted file mode 100644
index 37959e4..0000000
--- a/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsMimeMap
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 2020 The Chromium OS Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-# This file has been automatically generated. Do not edit!
-
-AUTHOR = 'ARC++ Team'
-NAME = 'cheets_CTS_R.11_r2.x86.CtsMimeMap'
-ATTRIBUTES = 'suite:arc-cts-r'
-DEPENDENCIES = 'arc, cts_abi_x86'
-JOB_RETRIES = 1
-TEST_TYPE = 'server'
-TIME = 'MEDIUM'
-MAX_RESULT_SIZE_KB = 512000
-DOC = 'Run module CtsMimeMapTestCases, CtsMimeMapTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using x86 ABI in the ARC++ container.'
-
-def run_TS(machine):
-    host_list = [hosts.create_host(machine)]
-    job.run_test(
-        'cheets_CTS_R',
-        hosts=host_list,
-        iterations=1,
-        tag='11_r2.x86.CtsMimeMap',
-        test_name='cheets_CTS_R.11_r2.x86.CtsMimeMap',
-        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsMimeMapTestCases', '--include-filter', 'CtsMimeMapTestCases[secondary_user]', '--logcat-on-failure'],
-        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
-        target_module='CtsMimeMap',
-        target_plan=None,
-        bundle='x86',
-        uri='LATEST',
-        use_jdk9=True,
-        timeout=5400)
-
-parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsMocking b/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsMocking
deleted file mode 100644
index eca41a4..0000000
--- a/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsMocking
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 2020 The Chromium OS Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-# This file has been automatically generated. Do not edit!
-
-AUTHOR = 'ARC++ Team'
-NAME = 'cheets_CTS_R.11_r2.x86.CtsMocking'
-ATTRIBUTES = 'suite:arc-cts-r'
-DEPENDENCIES = 'arc, cts_abi_x86'
-JOB_RETRIES = 1
-TEST_TYPE = 'server'
-TIME = 'MEDIUM'
-MAX_RESULT_SIZE_KB = 512000
-DOC = 'Run module CtsMockingDebuggableTestCases, CtsMockingDebuggableTestCases[instant], CtsMockingDebuggableTestCases[secondary_user], CtsMockingTestCases, CtsMockingTestCases[instant], CtsMockingTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using x86 ABI in the ARC++ container.'
-
-def run_TS(machine):
-    host_list = [hosts.create_host(machine)]
-    job.run_test(
-        'cheets_CTS_R',
-        hosts=host_list,
-        iterations=1,
-        tag='11_r2.x86.CtsMocking',
-        test_name='cheets_CTS_R.11_r2.x86.CtsMocking',
-        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsMockingDebuggableTestCases', '--include-filter', 'CtsMockingDebuggableTestCases[instant]', '--include-filter', 'CtsMockingDebuggableTestCases[secondary_user]', '--include-filter', 'CtsMockingTestCases', '--include-filter', 'CtsMockingTestCases[instant]', '--include-filter', 'CtsMockingTestCases[secondary_user]', '--logcat-on-failure'],
-        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
-        target_module='CtsMocking',
-        target_plan=None,
-        bundle='x86',
-        uri='LATEST',
-        use_jdk9=True,
-        timeout=12600)
-
-parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsMonkey b/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsMonkey
deleted file mode 100644
index 5d1f983..0000000
--- a/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsMonkey
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 2020 The Chromium OS Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-# This file has been automatically generated. Do not edit!
-
-AUTHOR = 'ARC++ Team'
-NAME = 'cheets_CTS_R.11_r2.x86.CtsMonkey'
-ATTRIBUTES = 'suite:arc-cts-r'
-DEPENDENCIES = 'arc, cts_abi_x86'
-JOB_RETRIES = 1
-TEST_TYPE = 'server'
-TIME = 'MEDIUM'
-MAX_RESULT_SIZE_KB = 512000
-DOC = 'Run module CtsMonkeyTestCases, CtsMonkeyTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using x86 ABI in the ARC++ container.'
-
-def run_TS(machine):
-    host_list = [hosts.create_host(machine)]
-    job.run_test(
-        'cheets_CTS_R',
-        hosts=host_list,
-        iterations=1,
-        tag='11_r2.x86.CtsMonkey',
-        test_name='cheets_CTS_R.11_r2.x86.CtsMonkey',
-        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsMonkeyTestCases', '--include-filter', 'CtsMonkeyTestCases[secondary_user]', '--logcat-on-failure'],
-        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
-        target_module='CtsMonkey',
-        target_plan=None,
-        bundle='x86',
-        uri='LATEST',
-        use_jdk9=True,
-        timeout=5400)
-
-parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsMultiUser b/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsMultiUser
deleted file mode 100644
index f9e518d..0000000
--- a/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsMultiUser
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 2020 The Chromium OS Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-# This file has been automatically generated. Do not edit!
-
-AUTHOR = 'ARC++ Team'
-NAME = 'cheets_CTS_R.11_r2.x86.CtsMultiUser'
-ATTRIBUTES = 'suite:arc-cts-r'
-DEPENDENCIES = 'arc, cts_abi_x86'
-JOB_RETRIES = 1
-TEST_TYPE = 'server'
-TIME = 'MEDIUM'
-MAX_RESULT_SIZE_KB = 512000
-DOC = 'Run module CtsMultiUserHostTestCases, CtsMultiUserHostTestCases[instant], CtsMultiUserHostTestCases[secondary_user], CtsMultiUserTestCases, CtsMultiUserTestCases[instant], CtsMultiUserTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using x86 ABI in the ARC++ container.'
-
-def run_TS(machine):
-    host_list = [hosts.create_host(machine)]
-    job.run_test(
-        'cheets_CTS_R',
-        hosts=host_list,
-        iterations=1,
-        tag='11_r2.x86.CtsMultiUser',
-        test_name='cheets_CTS_R.11_r2.x86.CtsMultiUser',
-        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsMultiUserHostTestCases', '--include-filter', 'CtsMultiUserHostTestCases[instant]', '--include-filter', 'CtsMultiUserHostTestCases[secondary_user]', '--include-filter', 'CtsMultiUserTestCases', '--include-filter', 'CtsMultiUserTestCases[instant]', '--include-filter', 'CtsMultiUserTestCases[secondary_user]', '--logcat-on-failure'],
-        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
-        target_module='CtsMultiUser',
-        target_plan=None,
-        bundle='x86',
-        uri='LATEST',
-        use_jdk9=True,
-        timeout=12600)
-
-parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsNNAPI b/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsNNAPI
deleted file mode 100644
index b95dccb..0000000
--- a/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsNNAPI
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 2020 The Chromium OS Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-# This file has been automatically generated. Do not edit!
-
-AUTHOR = 'ARC++ Team'
-NAME = 'cheets_CTS_R.11_r2.x86.CtsNNAPI'
-ATTRIBUTES = 'suite:arc-cts-r'
-DEPENDENCIES = 'arc, cts_abi_x86'
-JOB_RETRIES = 1
-TEST_TYPE = 'server'
-TIME = 'MEDIUM'
-MAX_RESULT_SIZE_KB = 512000
-DOC = 'Run module CtsNNAPITestCases, CtsNNAPITestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using x86 ABI in the ARC++ container.'
-
-def run_TS(machine):
-    host_list = [hosts.create_host(machine)]
-    job.run_test(
-        'cheets_CTS_R',
-        hosts=host_list,
-        iterations=1,
-        tag='11_r2.x86.CtsNNAPI',
-        test_name='cheets_CTS_R.11_r2.x86.CtsNNAPI',
-        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsNNAPITestCases', '--include-filter', 'CtsNNAPITestCases[secondary_user]', '--logcat-on-failure'],
-        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
-        target_module='CtsNNAPI',
-        target_plan=None,
-        bundle='x86',
-        uri='LATEST',
-        use_jdk9=True,
-        timeout=5400)
-
-parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsNNAPIBenchmark b/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsNNAPIBenchmark
deleted file mode 100644
index ba2a010..0000000
--- a/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsNNAPIBenchmark
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 2020 The Chromium OS Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-# This file has been automatically generated. Do not edit!
-
-AUTHOR = 'ARC++ Team'
-NAME = 'cheets_CTS_R.11_r2.x86.CtsNNAPIBenchmark'
-ATTRIBUTES = 'suite:arc-cts-r'
-DEPENDENCIES = 'arc, cts_abi_x86'
-JOB_RETRIES = 1
-TEST_TYPE = 'server'
-TIME = 'MEDIUM'
-MAX_RESULT_SIZE_KB = 512000
-DOC = 'Run module CtsNNAPIBenchmarkTestCases, CtsNNAPIBenchmarkTestCases[instant], CtsNNAPIBenchmarkTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using x86 ABI in the ARC++ container.'
-
-def run_TS(machine):
-    host_list = [hosts.create_host(machine)]
-    job.run_test(
-        'cheets_CTS_R',
-        hosts=host_list,
-        iterations=1,
-        tag='11_r2.x86.CtsNNAPIBenchmark',
-        test_name='cheets_CTS_R.11_r2.x86.CtsNNAPIBenchmark',
-        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsNNAPIBenchmarkTestCases', '--include-filter', 'CtsNNAPIBenchmarkTestCases[instant]', '--include-filter', 'CtsNNAPIBenchmarkTestCases[secondary_user]', '--logcat-on-failure'],
-        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
-        target_module='CtsNNAPIBenchmark',
-        target_plan=None,
-        bundle='x86',
-        uri='LATEST',
-        use_jdk9=True,
-        timeout=12600)
-
-parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsNative b/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsNative
deleted file mode 100644
index 1297ed4..0000000
--- a/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsNative
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 2020 The Chromium OS Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-# This file has been automatically generated. Do not edit!
-
-AUTHOR = 'ARC++ Team'
-NAME = 'cheets_CTS_R.11_r2.x86.CtsNative'
-ATTRIBUTES = 'suite:arc-cts-r'
-DEPENDENCIES = 'arc, cts_abi_x86'
-JOB_RETRIES = 1
-TEST_TYPE = 'server'
-TIME = 'MEDIUM'
-MAX_RESULT_SIZE_KB = 512000
-DOC = 'Run module CtsNativeEncryptionTestCases, CtsNativeEncryptionTestCases[instant], CtsNativeEncryptionTestCases[secondary_user], CtsNativeHardwareTestCases, CtsNativeHardwareTestCases[secondary_user], CtsNativeMediaAAudioTestCases, CtsNativeMediaAAudioTestCases[instant], CtsNativeMediaAAudioTestCases[secondary_user], CtsNativeMediaMetricsTestCases, CtsNativeMediaMetricsTestCases[instant], CtsNativeMediaMetricsTestCases[secondary_user], CtsNativeMediaSlTestCases, CtsNativeMediaSlTestCases[instant], CtsNativeMediaSlTestCases[secondary_user], CtsNativeMediaXaTestCases, CtsNativeMediaXaTestCases[instant], CtsNativeMediaXaTestCases[secondary_user], CtsNativeMidiTestCases, CtsNativeMidiTestCases[secondary_user], CtsNativeNetDnsTestCases, CtsNativeNetDnsTestCases[instant], CtsNativeNetDnsTestCases[secondary_user], CtsNativeNetTestCases, CtsNativeNetTestCases[instant], CtsNativeNetTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using x86 ABI in the ARC++ container.'
-
-def run_TS(machine):
-    host_list = [hosts.create_host(machine)]
-    job.run_test(
-        'cheets_CTS_R',
-        hosts=host_list,
-        iterations=1,
-        tag='11_r2.x86.CtsNative',
-        test_name='cheets_CTS_R.11_r2.x86.CtsNative',
-        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsNativeEncryptionTestCases', '--include-filter', 'CtsNativeEncryptionTestCases[instant]', '--include-filter', 'CtsNativeEncryptionTestCases[secondary_user]', '--include-filter', 'CtsNativeHardwareTestCases', '--include-filter', 'CtsNativeHardwareTestCases[secondary_user]', '--include-filter', 'CtsNativeMediaAAudioTestCases', '--include-filter', 'CtsNativeMediaAAudioTestCases[instant]', '--include-filter', 'CtsNativeMediaAAudioTestCases[secondary_user]', '--include-filter', 'CtsNativeMediaMetricsTestCases', '--include-filter', 'CtsNativeMediaMetricsTestCases[instant]', '--include-filter', 'CtsNativeMediaMetricsTestCases[secondary_user]', '--include-filter', 'CtsNativeMediaSlTestCases', '--include-filter', 'CtsNativeMediaSlTestCases[instant]', '--include-filter', 'CtsNativeMediaSlTestCases[secondary_user]', '--include-filter', 'CtsNativeMediaXaTestCases', '--include-filter', 'CtsNativeMediaXaTestCases[instant]', '--include-filter', 'CtsNativeMediaXaTestCases[secondary_user]', '--include-filter', 'CtsNativeMidiTestCases', '--include-filter', 'CtsNativeMidiTestCases[secondary_user]', '--include-filter', 'CtsNativeNetDnsTestCases', '--include-filter', 'CtsNativeNetDnsTestCases[instant]', '--include-filter', 'CtsNativeNetDnsTestCases[secondary_user]', '--include-filter', 'CtsNativeNetTestCases', '--include-filter', 'CtsNativeNetTestCases[instant]', '--include-filter', 'CtsNativeNetTestCases[secondary_user]', '--logcat-on-failure'],
-        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
-        target_module='CtsNative',
-        target_plan=None,
-        bundle='x86',
-        uri='LATEST',
-        use_jdk9=True,
-        timeout=46800)
-
-parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsNdef b/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsNdef
deleted file mode 100644
index 44458f1..0000000
--- a/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsNdef
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 2020 The Chromium OS Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-# This file has been automatically generated. Do not edit!
-
-AUTHOR = 'ARC++ Team'
-NAME = 'cheets_CTS_R.11_r2.x86.CtsNdef'
-ATTRIBUTES = 'suite:arc-cts-r'
-DEPENDENCIES = 'arc, cts_abi_x86'
-JOB_RETRIES = 1
-TEST_TYPE = 'server'
-TIME = 'MEDIUM'
-MAX_RESULT_SIZE_KB = 512000
-DOC = 'Run module CtsNdefTestCases, CtsNdefTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using x86 ABI in the ARC++ container.'
-
-def run_TS(machine):
-    host_list = [hosts.create_host(machine)]
-    job.run_test(
-        'cheets_CTS_R',
-        hosts=host_list,
-        iterations=1,
-        tag='11_r2.x86.CtsNdef',
-        test_name='cheets_CTS_R.11_r2.x86.CtsNdef',
-        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsNdefTestCases', '--include-filter', 'CtsNdefTestCases[secondary_user]', '--logcat-on-failure'],
-        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
-        target_module='CtsNdef',
-        target_plan=None,
-        bundle='x86',
-        uri='LATEST',
-        use_jdk9=True,
-        timeout=5400)
-
-parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsNdkBinder b/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsNdkBinder
deleted file mode 100644
index efeadcb..0000000
--- a/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsNdkBinder
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 2020 The Chromium OS Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-# This file has been automatically generated. Do not edit!
-
-AUTHOR = 'ARC++ Team'
-NAME = 'cheets_CTS_R.11_r2.x86.CtsNdkBinder'
-ATTRIBUTES = 'suite:arc-cts-r'
-DEPENDENCIES = 'arc, cts_abi_x86'
-JOB_RETRIES = 1
-TEST_TYPE = 'server'
-TIME = 'MEDIUM'
-MAX_RESULT_SIZE_KB = 512000
-DOC = 'Run module CtsNdkBinderTestCases, CtsNdkBinderTestCases[instant], CtsNdkBinderTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using x86 ABI in the ARC++ container.'
-
-def run_TS(machine):
-    host_list = [hosts.create_host(machine)]
-    job.run_test(
-        'cheets_CTS_R',
-        hosts=host_list,
-        iterations=1,
-        tag='11_r2.x86.CtsNdkBinder',
-        test_name='cheets_CTS_R.11_r2.x86.CtsNdkBinder',
-        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsNdkBinderTestCases', '--include-filter', 'CtsNdkBinderTestCases[instant]', '--include-filter', 'CtsNdkBinderTestCases[secondary_user]', '--logcat-on-failure'],
-        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
-        target_module='CtsNdkBinder',
-        target_plan=None,
-        bundle='x86',
-        uri='LATEST',
-        use_jdk9=True,
-        timeout=7200)
-
-parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsNet b/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsNet
deleted file mode 100644
index 265e41a..0000000
--- a/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsNet
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 2020 The Chromium OS Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-# This file has been automatically generated. Do not edit!
-
-AUTHOR = 'ARC++ Team'
-NAME = 'cheets_CTS_R.11_r2.x86.CtsNet'
-ATTRIBUTES = 'suite:arc-cts-r'
-DEPENDENCIES = 'arc, cts_abi_x86'
-JOB_RETRIES = 1
-TEST_TYPE = 'server'
-TIME = 'MEDIUM'
-MAX_RESULT_SIZE_KB = 512000
-DOC = 'Run module CtsNetApi23TestCases, CtsNetApi23TestCases[secondary_user], CtsNetSecConfigAttributeTestCases, CtsNetSecConfigAttributeTestCases[instant], CtsNetSecConfigAttributeTestCases[secondary_user], CtsNetSecConfigBasicDebugDisabledTestCases, CtsNetSecConfigBasicDebugDisabledTestCases[instant], CtsNetSecConfigBasicDebugDisabledTestCases[secondary_user], CtsNetSecConfigBasicDebugEnabledTestCases, CtsNetSecConfigBasicDebugEnabledTestCases[instant], CtsNetSecConfigBasicDebugEnabledTestCases[secondary_user], CtsNetSecConfigBasicDomainConfigTestCases, CtsNetSecConfigBasicDomainConfigTestCases[instant], CtsNetSecConfigBasicDomainConfigTestCases[secondary_user], CtsNetSecConfigCleartextTrafficTestCases, CtsNetSecConfigCleartextTrafficTestCases[instant], CtsNetSecConfigCleartextTrafficTestCases[secondary_user], CtsNetSecConfigDownloadManagerTestCases, CtsNetSecConfigDownloadManagerTestCases[secondary_user], CtsNetSecConfigInvalidPinTestCases, CtsNetSecConfigInvalidPinTestCases[instant], CtsNetSecConfigInvalidPinTestCases[secondary_user], CtsNetSecConfigNestedDomainConfigTestCases, CtsNetSecConfigNestedDomainConfigTestCases[instant], CtsNetSecConfigNestedDomainConfigTestCases[secondary_user], CtsNetSecConfigPrePCleartextTrafficTestCases, CtsNetSecConfigPrePCleartextTrafficTestCases[secondary_user], CtsNetSecConfigResourcesSrcTestCases, CtsNetSecConfigResourcesSrcTestCases[instant], CtsNetSecConfigResourcesSrcTestCases[secondary_user], CtsNetSecPolicyUsesCleartextTrafficFalseTestCases, CtsNetSecPolicyUsesCleartextTrafficFalseTestCases[secondary_user], CtsNetSecPolicyUsesCleartextTrafficTrueTestCases, CtsNetSecPolicyUsesCleartextTrafficTrueTestCases[secondary_user], CtsNetSecPolicyUsesCleartextTrafficUnspecifiedTestCases, CtsNetSecPolicyUsesCleartextTrafficUnspecifiedTestCases[secondary_user], CtsNetTestCases, CtsNetTestCasesInternetPermission, CtsNetTestCasesInternetPermission[instant], CtsNetTestCasesInternetPermission[secondary_user], CtsNetTestCasesLegacyApi22, CtsNetTestCasesLegacyApi22[secondary_user], CtsNetTestCasesLegacyPermission22, CtsNetTestCasesLegacyPermission22[secondary_user], CtsNetTestCasesUpdateStatsPermission, CtsNetTestCasesUpdateStatsPermission[instant], CtsNetTestCasesUpdateStatsPermission[secondary_user], CtsNetTestCases[instant], CtsNetTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using x86 ABI in the ARC++ container.'
-
-def run_TS(machine):
-    host_list = [hosts.create_host(machine)]
-    job.run_test(
-        'cheets_CTS_R',
-        hosts=host_list,
-        iterations=1,
-        tag='11_r2.x86.CtsNet',
-        test_name='cheets_CTS_R.11_r2.x86.CtsNet',
-        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsNetApi23TestCases', '--include-filter', 'CtsNetApi23TestCases[secondary_user]', '--include-filter', 'CtsNetSecConfigAttributeTestCases', '--include-filter', 'CtsNetSecConfigAttributeTestCases[instant]', '--include-filter', 'CtsNetSecConfigAttributeTestCases[secondary_user]', '--include-filter', 'CtsNetSecConfigBasicDebugDisabledTestCases', '--include-filter', 'CtsNetSecConfigBasicDebugDisabledTestCases[instant]', '--include-filter', 'CtsNetSecConfigBasicDebugDisabledTestCases[secondary_user]', '--include-filter', 'CtsNetSecConfigBasicDebugEnabledTestCases', '--include-filter', 'CtsNetSecConfigBasicDebugEnabledTestCases[instant]', '--include-filter', 'CtsNetSecConfigBasicDebugEnabledTestCases[secondary_user]', '--include-filter', 'CtsNetSecConfigBasicDomainConfigTestCases', '--include-filter', 'CtsNetSecConfigBasicDomainConfigTestCases[instant]', '--include-filter', 'CtsNetSecConfigBasicDomainConfigTestCases[secondary_user]', '--include-filter', 'CtsNetSecConfigCleartextTrafficTestCases', '--include-filter', 'CtsNetSecConfigCleartextTrafficTestCases[instant]', '--include-filter', 'CtsNetSecConfigCleartextTrafficTestCases[secondary_user]', '--include-filter', 'CtsNetSecConfigDownloadManagerTestCases', '--include-filter', 'CtsNetSecConfigDownloadManagerTestCases[secondary_user]', '--include-filter', 'CtsNetSecConfigInvalidPinTestCases', '--include-filter', 'CtsNetSecConfigInvalidPinTestCases[instant]', '--include-filter', 'CtsNetSecConfigInvalidPinTestCases[secondary_user]', '--include-filter', 'CtsNetSecConfigNestedDomainConfigTestCases', '--include-filter', 'CtsNetSecConfigNestedDomainConfigTestCases[instant]', '--include-filter', 'CtsNetSecConfigNestedDomainConfigTestCases[secondary_user]', '--include-filter', 'CtsNetSecConfigPrePCleartextTrafficTestCases', '--include-filter', 'CtsNetSecConfigPrePCleartextTrafficTestCases[secondary_user]', '--include-filter', 'CtsNetSecConfigResourcesSrcTestCases', '--include-filter', 'CtsNetSecConfigResourcesSrcTestCases[instant]', '--include-filter', 'CtsNetSecConfigResourcesSrcTestCases[secondary_user]', '--include-filter', 'CtsNetSecPolicyUsesCleartextTrafficFalseTestCases', '--include-filter', 'CtsNetSecPolicyUsesCleartextTrafficFalseTestCases[secondary_user]', '--include-filter', 'CtsNetSecPolicyUsesCleartextTrafficTrueTestCases', '--include-filter', 'CtsNetSecPolicyUsesCleartextTrafficTrueTestCases[secondary_user]', '--include-filter', 'CtsNetSecPolicyUsesCleartextTrafficUnspecifiedTestCases', '--include-filter', 'CtsNetSecPolicyUsesCleartextTrafficUnspecifiedTestCases[secondary_user]', '--include-filter', 'CtsNetTestCases', '--include-filter', 'CtsNetTestCasesInternetPermission', '--include-filter', 'CtsNetTestCasesInternetPermission[instant]', '--include-filter', 'CtsNetTestCasesInternetPermission[secondary_user]', '--include-filter', 'CtsNetTestCasesLegacyApi22', '--include-filter', 'CtsNetTestCasesLegacyApi22[secondary_user]', '--include-filter', 'CtsNetTestCasesLegacyPermission22', '--include-filter', 'CtsNetTestCasesLegacyPermission22[secondary_user]', '--include-filter', 'CtsNetTestCasesUpdateStatsPermission', '--include-filter', 'CtsNetTestCasesUpdateStatsPermission[instant]', '--include-filter', 'CtsNetTestCasesUpdateStatsPermission[secondary_user]', '--include-filter', 'CtsNetTestCases[instant]', '--include-filter', 'CtsNetTestCases[secondary_user]', '--logcat-on-failure'],
-        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
-        target_module='CtsNet',
-        target_plan=None,
-        bundle='x86',
-        uri='LATEST',
-        use_jdk9=True,
-        timeout=90000)
-
-parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsNfc b/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsNfc
deleted file mode 100644
index 1df2440..0000000
--- a/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsNfc
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 2020 The Chromium OS Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-# This file has been automatically generated. Do not edit!
-
-AUTHOR = 'ARC++ Team'
-NAME = 'cheets_CTS_R.11_r2.x86.CtsNfc'
-ATTRIBUTES = 'suite:arc-cts-r'
-DEPENDENCIES = 'arc, cts_abi_x86'
-JOB_RETRIES = 1
-TEST_TYPE = 'server'
-TIME = 'MEDIUM'
-MAX_RESULT_SIZE_KB = 512000
-DOC = 'Run module CtsNfcTestCases, CtsNfcTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using x86 ABI in the ARC++ container.'
-
-def run_TS(machine):
-    host_list = [hosts.create_host(machine)]
-    job.run_test(
-        'cheets_CTS_R',
-        hosts=host_list,
-        iterations=1,
-        tag='11_r2.x86.CtsNfc',
-        test_name='cheets_CTS_R.11_r2.x86.CtsNfc',
-        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsNfcTestCases', '--include-filter', 'CtsNfcTestCases[secondary_user]', '--logcat-on-failure'],
-        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
-        target_module='CtsNfc',
-        target_plan=None,
-        bundle='x86',
-        uri='LATEST',
-        use_jdk9=True,
-        timeout=5400)
-
-parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsNoPermission b/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsNoPermission
deleted file mode 100644
index e6f7524..0000000
--- a/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsNoPermission
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 2020 The Chromium OS Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-# This file has been automatically generated. Do not edit!
-
-AUTHOR = 'ARC++ Team'
-NAME = 'cheets_CTS_R.11_r2.x86.CtsNoPermission'
-ATTRIBUTES = 'suite:arc-cts-r'
-DEPENDENCIES = 'arc, cts_abi_x86'
-JOB_RETRIES = 1
-TEST_TYPE = 'server'
-TIME = 'MEDIUM'
-MAX_RESULT_SIZE_KB = 512000
-DOC = 'Run module CtsNoPermissionTestCases, CtsNoPermissionTestCases25, CtsNoPermissionTestCases25[secondary_user], CtsNoPermissionTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using x86 ABI in the ARC++ container.'
-
-def run_TS(machine):
-    host_list = [hosts.create_host(machine)]
-    job.run_test(
-        'cheets_CTS_R',
-        hosts=host_list,
-        iterations=1,
-        tag='11_r2.x86.CtsNoPermission',
-        test_name='cheets_CTS_R.11_r2.x86.CtsNoPermission',
-        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsNoPermissionTestCases', '--include-filter', 'CtsNoPermissionTestCases25', '--include-filter', 'CtsNoPermissionTestCases25[secondary_user]', '--include-filter', 'CtsNoPermissionTestCases[secondary_user]', '--logcat-on-failure'],
-        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
-        target_module='CtsNoPermission',
-        target_plan=None,
-        bundle='x86',
-        uri='LATEST',
-        use_jdk9=True,
-        timeout=9000)
-
-parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsOmapi b/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsOmapi
deleted file mode 100644
index 97e927e..0000000
--- a/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsOmapi
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 2020 The Chromium OS Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-# This file has been automatically generated. Do not edit!
-
-AUTHOR = 'ARC++ Team'
-NAME = 'cheets_CTS_R.11_r2.x86.CtsOmapi'
-ATTRIBUTES = 'suite:arc-cts-r'
-DEPENDENCIES = 'arc, cts_abi_x86'
-JOB_RETRIES = 1
-TEST_TYPE = 'server'
-TIME = 'MEDIUM'
-MAX_RESULT_SIZE_KB = 512000
-DOC = 'Run module CtsOmapiTestCases, CtsOmapiTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using x86 ABI in the ARC++ container.'
-
-def run_TS(machine):
-    host_list = [hosts.create_host(machine)]
-    job.run_test(
-        'cheets_CTS_R',
-        hosts=host_list,
-        iterations=1,
-        tag='11_r2.x86.CtsOmapi',
-        test_name='cheets_CTS_R.11_r2.x86.CtsOmapi',
-        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsOmapiTestCases', '--include-filter', 'CtsOmapiTestCases[secondary_user]', '--logcat-on-failure'],
-        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
-        target_module='CtsOmapi',
-        target_plan=None,
-        bundle='x86',
-        uri='LATEST',
-        use_jdk9=True,
-        timeout=5400)
-
-parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsOpenG b/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsOpenG
deleted file mode 100644
index 771f198..0000000
--- a/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsOpenG
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 2020 The Chromium OS Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-# This file has been automatically generated. Do not edit!
-
-AUTHOR = 'ARC++ Team'
-NAME = 'cheets_CTS_R.11_r2.x86.CtsOpenG'
-ATTRIBUTES = 'suite:arc-cts-r'
-DEPENDENCIES = 'arc, cts_abi_x86'
-JOB_RETRIES = 1
-TEST_TYPE = 'server'
-TIME = 'MEDIUM'
-MAX_RESULT_SIZE_KB = 512000
-DOC = 'Run module CtsOpenGLTestCases, CtsOpenGLTestCases[secondary_user], CtsOpenGlPerf2TestCases, CtsOpenGlPerf2TestCases[secondary_user], CtsOpenGlPerfTestCases of the Android Compatibility Test Suite (CTS) using x86 ABI in the ARC++ container.'
-
-def run_TS(machine):
-    host_list = [hosts.create_host(machine)]
-    job.run_test(
-        'cheets_CTS_R',
-        hosts=host_list,
-        iterations=1,
-        tag='11_r2.x86.CtsOpenG',
-        test_name='cheets_CTS_R.11_r2.x86.CtsOpenG',
-        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsOpenGLTestCases', '--include-filter', 'CtsOpenGLTestCases[secondary_user]', '--include-filter', 'CtsOpenGlPerf2TestCases', '--include-filter', 'CtsOpenGlPerf2TestCases[secondary_user]', '--include-filter', 'CtsOpenGlPerfTestCases', '--logcat-on-failure'],
-        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
-        target_module='CtsOpenG',
-        target_plan=None,
-        bundle='x86',
-        uri='LATEST',
-        use_jdk9=True,
-        timeout=10800)
-
-parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsOs b/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsOs
deleted file mode 100644
index ebda845..0000000
--- a/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsOs
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 2020 The Chromium OS Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-# This file has been automatically generated. Do not edit!
-
-AUTHOR = 'ARC++ Team'
-NAME = 'cheets_CTS_R.11_r2.x86.CtsOs'
-ATTRIBUTES = 'suite:arc-cts-r'
-DEPENDENCIES = 'arc, cts_abi_x86'
-JOB_RETRIES = 1
-TEST_TYPE = 'server'
-TIME = 'MEDIUM'
-MAX_RESULT_SIZE_KB = 512000
-DOC = 'Run module CtsOsHostTestCases, CtsOsHostTestCases[instant], CtsOsHostTestCases[secondary_user], CtsOsTestCases, CtsOsTestCases[instant] of the Android Compatibility Test Suite (CTS) using x86 ABI in the ARC++ container.'
-
-def run_TS(machine):
-    host_list = [hosts.create_host(machine)]
-    job.run_test(
-        'cheets_CTS_R',
-        hosts=host_list,
-        iterations=1,
-        tag='11_r2.x86.CtsOs',
-        test_name='cheets_CTS_R.11_r2.x86.CtsOs',
-        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsOsHostTestCases', '--include-filter', 'CtsOsHostTestCases[instant]', '--include-filter', 'CtsOsHostTestCases[secondary_user]', '--include-filter', 'CtsOsTestCases', '--include-filter', 'CtsOsTestCases[instant]', '--logcat-on-failure'],
-        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
-        target_module='CtsOs',
-        target_plan=None,
-        bundle='x86',
-        uri='LATEST',
-        use_jdk9=True,
-        timeout=10800)
-
-parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsPackage b/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsPackage
deleted file mode 100644
index 7dbb3fa..0000000
--- a/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsPackage
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 2020 The Chromium OS Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-# This file has been automatically generated. Do not edit!
-
-AUTHOR = 'ARC++ Team'
-NAME = 'cheets_CTS_R.11_r2.x86.CtsPackage'
-ATTRIBUTES = 'suite:arc-cts-r'
-DEPENDENCIES = 'arc, cts_abi_x86'
-JOB_RETRIES = 1
-TEST_TYPE = 'server'
-TIME = 'MEDIUM'
-MAX_RESULT_SIZE_KB = 512000
-DOC = 'Run module CtsPackageInstallAppOpDefaultTestCases, CtsPackageInstallAppOpDefaultTestCases[instant], CtsPackageInstallAppOpDefaultTestCases[secondary_user], CtsPackageInstallAppOpDeniedTestCases, CtsPackageInstallAppOpDeniedTestCases[instant], CtsPackageInstallAppOpDeniedTestCases[secondary_user], CtsPackageInstallTestCases, CtsPackageInstallTestCases[instant], CtsPackageInstallTestCases[secondary_user], CtsPackageInstallerTapjackingTestCases, CtsPackageInstallerTapjackingTestCases[secondary_user], CtsPackageUninstallTestCases, CtsPackageUninstallTestCases[secondary_user], CtsPackageWatchdogTestCases, CtsPackageWatchdogTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using x86 ABI in the ARC++ container.'
-
-def run_TS(machine):
-    host_list = [hosts.create_host(machine)]
-    job.run_test(
-        'cheets_CTS_R',
-        hosts=host_list,
-        iterations=1,
-        tag='11_r2.x86.CtsPackage',
-        test_name='cheets_CTS_R.11_r2.x86.CtsPackage',
-        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsPackageInstallAppOpDefaultTestCases', '--include-filter', 'CtsPackageInstallAppOpDefaultTestCases[instant]', '--include-filter', 'CtsPackageInstallAppOpDefaultTestCases[secondary_user]', '--include-filter', 'CtsPackageInstallAppOpDeniedTestCases', '--include-filter', 'CtsPackageInstallAppOpDeniedTestCases[instant]', '--include-filter', 'CtsPackageInstallAppOpDeniedTestCases[secondary_user]', '--include-filter', 'CtsPackageInstallTestCases', '--include-filter', 'CtsPackageInstallTestCases[instant]', '--include-filter', 'CtsPackageInstallTestCases[secondary_user]', '--include-filter', 'CtsPackageInstallerTapjackingTestCases', '--include-filter', 'CtsPackageInstallerTapjackingTestCases[secondary_user]', '--include-filter', 'CtsPackageUninstallTestCases', '--include-filter', 'CtsPackageUninstallTestCases[secondary_user]', '--include-filter', 'CtsPackageWatchdogTestCases', '--include-filter', 'CtsPackageWatchdogTestCases[secondary_user]', '--logcat-on-failure'],
-        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
-        target_module='CtsPackage',
-        target_plan=None,
-        bundle='x86',
-        uri='LATEST',
-        use_jdk9=True,
-        timeout=28800)
-
-parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsPdf b/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsPdf
deleted file mode 100644
index e9b0a50..0000000
--- a/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsPdf
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 2020 The Chromium OS Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-# This file has been automatically generated. Do not edit!
-
-AUTHOR = 'ARC++ Team'
-NAME = 'cheets_CTS_R.11_r2.x86.CtsPdf'
-ATTRIBUTES = 'suite:arc-cts-r'
-DEPENDENCIES = 'arc, cts_abi_x86'
-JOB_RETRIES = 1
-TEST_TYPE = 'server'
-TIME = 'MEDIUM'
-MAX_RESULT_SIZE_KB = 512000
-DOC = 'Run module CtsPdfTestCases, CtsPdfTestCases[instant], CtsPdfTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using x86 ABI in the ARC++ container.'
-
-def run_TS(machine):
-    host_list = [hosts.create_host(machine)]
-    job.run_test(
-        'cheets_CTS_R',
-        hosts=host_list,
-        iterations=1,
-        tag='11_r2.x86.CtsPdf',
-        test_name='cheets_CTS_R.11_r2.x86.CtsPdf',
-        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsPdfTestCases', '--include-filter', 'CtsPdfTestCases[instant]', '--include-filter', 'CtsPdfTestCases[secondary_user]', '--logcat-on-failure'],
-        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
-        target_module='CtsPdf',
-        target_plan=None,
-        bundle='x86',
-        uri='LATEST',
-        use_jdk9=True,
-        timeout=7200)
-
-parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsPerfetto b/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsPerfetto
deleted file mode 100644
index 66d5470..0000000
--- a/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsPerfetto
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 2020 The Chromium OS Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-# This file has been automatically generated. Do not edit!
-
-AUTHOR = 'ARC++ Team'
-NAME = 'cheets_CTS_R.11_r2.x86.CtsPerfetto'
-ATTRIBUTES = 'suite:arc-cts-r'
-DEPENDENCIES = 'arc, cts_abi_x86'
-JOB_RETRIES = 1
-TEST_TYPE = 'server'
-TIME = 'MEDIUM'
-MAX_RESULT_SIZE_KB = 512000
-DOC = 'Run module CtsPerfettoTestCases, CtsPerfettoTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using x86 ABI in the ARC++ container.'
-
-def run_TS(machine):
-    host_list = [hosts.create_host(machine)]
-    job.run_test(
-        'cheets_CTS_R',
-        hosts=host_list,
-        iterations=1,
-        tag='11_r2.x86.CtsPerfetto',
-        test_name='cheets_CTS_R.11_r2.x86.CtsPerfetto',
-        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsPerfettoTestCases', '--include-filter', 'CtsPerfettoTestCases[secondary_user]', '--logcat-on-failure'],
-        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
-        target_module='CtsPerfetto',
-        target_plan=None,
-        bundle='x86',
-        uri='LATEST',
-        use_jdk9=True,
-        timeout=5400)
-
-parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsPermission b/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsPermission
deleted file mode 100644
index ef13fb7..0000000
--- a/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsPermission
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 2020 The Chromium OS Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-# This file has been automatically generated. Do not edit!
-
-AUTHOR = 'ARC++ Team'
-NAME = 'cheets_CTS_R.11_r2.x86.CtsPermission'
-ATTRIBUTES = 'suite:arc-cts-r'
-DEPENDENCIES = 'arc, cts_abi_x86'
-JOB_RETRIES = 1
-TEST_TYPE = 'server'
-TIME = 'MEDIUM'
-MAX_RESULT_SIZE_KB = 512000
-DOC = 'Run module CtsPermission2TestCases, CtsPermission2TestCases[instant], CtsPermission3TestCases, CtsPermission3TestCases[secondary_user], CtsPermissionTestCases, CtsPermissionTestCasesSdk28, CtsPermissionTestCasesSdk28[instant], CtsPermissionTestCasesSdk28[secondary_user], CtsPermissionTestCasesTelephony, CtsPermissionTestCasesTelephony[instant], CtsPermissionTestCasesTelephony[secondary_user], CtsPermissionTestCases[instant] of the Android Compatibility Test Suite (CTS) using x86 ABI in the ARC++ container.'
-
-def run_TS(machine):
-    host_list = [hosts.create_host(machine)]
-    job.run_test(
-        'cheets_CTS_R',
-        hosts=host_list,
-        iterations=1,
-        tag='11_r2.x86.CtsPermission',
-        test_name='cheets_CTS_R.11_r2.x86.CtsPermission',
-        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsPermission2TestCases', '--include-filter', 'CtsPermission2TestCases[instant]', '--include-filter', 'CtsPermission3TestCases', '--include-filter', 'CtsPermission3TestCases[secondary_user]', '--include-filter', 'CtsPermissionTestCases', '--include-filter', 'CtsPermissionTestCasesSdk28', '--include-filter', 'CtsPermissionTestCasesSdk28[instant]', '--include-filter', 'CtsPermissionTestCasesSdk28[secondary_user]', '--include-filter', 'CtsPermissionTestCasesTelephony', '--include-filter', 'CtsPermissionTestCasesTelephony[instant]', '--include-filter', 'CtsPermissionTestCasesTelephony[secondary_user]', '--include-filter', 'CtsPermissionTestCases[instant]', '--logcat-on-failure'],
-        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
-        target_module='CtsPermission',
-        target_plan=None,
-        bundle='x86',
-        uri='LATEST',
-        use_jdk9=True,
-        timeout=23400)
-
-parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsPreference b/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsPreference
deleted file mode 100644
index 1465edf..0000000
--- a/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsPreference
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 2020 The Chromium OS Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-# This file has been automatically generated. Do not edit!
-
-AUTHOR = 'ARC++ Team'
-NAME = 'cheets_CTS_R.11_r2.x86.CtsPreference'
-ATTRIBUTES = 'suite:arc-cts-r'
-DEPENDENCIES = 'arc, cts_abi_x86'
-JOB_RETRIES = 1
-TEST_TYPE = 'server'
-TIME = 'MEDIUM'
-MAX_RESULT_SIZE_KB = 512000
-DOC = 'Run module CtsPreferenceTestCases, CtsPreferenceTestCases[instant], CtsPreferenceTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using x86 ABI in the ARC++ container.'
-
-def run_TS(machine):
-    host_list = [hosts.create_host(machine)]
-    job.run_test(
-        'cheets_CTS_R',
-        hosts=host_list,
-        iterations=1,
-        tag='11_r2.x86.CtsPreference',
-        test_name='cheets_CTS_R.11_r2.x86.CtsPreference',
-        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsPreferenceTestCases', '--include-filter', 'CtsPreferenceTestCases[instant]', '--include-filter', 'CtsPreferenceTestCases[secondary_user]', '--logcat-on-failure'],
-        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
-        target_module='CtsPreference',
-        target_plan=None,
-        bundle='x86',
-        uri='LATEST',
-        use_jdk9=True,
-        timeout=7200)
-
-parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsPrint b/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsPrint
deleted file mode 100644
index 024872f..0000000
--- a/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsPrint
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 2020 The Chromium OS Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-# This file has been automatically generated. Do not edit!
-
-AUTHOR = 'ARC++ Team'
-NAME = 'cheets_CTS_R.11_r2.x86.CtsPrint'
-ATTRIBUTES = 'suite:arc-cts-r'
-DEPENDENCIES = 'arc, cts_abi_x86'
-JOB_RETRIES = 1
-TEST_TYPE = 'server'
-TIME = 'MEDIUM'
-MAX_RESULT_SIZE_KB = 512000
-DOC = 'Run module CtsPrintTestCases, CtsPrintTestCases[instant], CtsPrintTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using x86 ABI in the ARC++ container.'
-
-def run_TS(machine):
-    host_list = [hosts.create_host(machine)]
-    job.run_test(
-        'cheets_CTS_R',
-        hosts=host_list,
-        iterations=1,
-        tag='11_r2.x86.CtsPrint',
-        test_name='cheets_CTS_R.11_r2.x86.CtsPrint',
-        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsPrintTestCases', '--include-filter', 'CtsPrintTestCases[instant]', '--include-filter', 'CtsPrintTestCases[secondary_user]', '--logcat-on-failure'],
-        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
-        target_module='CtsPrint',
-        target_plan=None,
-        bundle='x86',
-        uri='LATEST',
-        use_jdk9=True,
-        timeout=10800)
-
-parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsProto b/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsProto
deleted file mode 100644
index 5d75610..0000000
--- a/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsProto
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 2020 The Chromium OS Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-# This file has been automatically generated. Do not edit!
-
-AUTHOR = 'ARC++ Team'
-NAME = 'cheets_CTS_R.11_r2.x86.CtsProto'
-ATTRIBUTES = 'suite:arc-cts-r'
-DEPENDENCIES = 'arc, cts_abi_x86'
-JOB_RETRIES = 1
-TEST_TYPE = 'server'
-TIME = 'MEDIUM'
-MAX_RESULT_SIZE_KB = 512000
-DOC = 'Run module CtsProtoTestCases, CtsProtoTestCases[instant], CtsProtoTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using x86 ABI in the ARC++ container.'
-
-def run_TS(machine):
-    host_list = [hosts.create_host(machine)]
-    job.run_test(
-        'cheets_CTS_R',
-        hosts=host_list,
-        iterations=1,
-        tag='11_r2.x86.CtsProto',
-        test_name='cheets_CTS_R.11_r2.x86.CtsProto',
-        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsProtoTestCases', '--include-filter', 'CtsProtoTestCases[instant]', '--include-filter', 'CtsProtoTestCases[secondary_user]', '--logcat-on-failure'],
-        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
-        target_module='CtsProto',
-        target_plan=None,
-        bundle='x86',
-        uri='LATEST',
-        use_jdk9=True,
-        timeout=7200)
-
-parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsProvider b/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsProvider
deleted file mode 100644
index 283ca57..0000000
--- a/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsProvider
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 2020 The Chromium OS Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-# This file has been automatically generated. Do not edit!
-
-AUTHOR = 'ARC++ Team'
-NAME = 'cheets_CTS_R.11_r2.x86.CtsProvider'
-ATTRIBUTES = 'suite:arc-cts-r'
-DEPENDENCIES = 'arc, cts_abi_x86'
-JOB_RETRIES = 1
-TEST_TYPE = 'server'
-TIME = 'MEDIUM'
-MAX_RESULT_SIZE_KB = 512000
-DOC = 'Run module CtsProviderTestCases, CtsProviderTestCases[secondary_user], CtsProviderUiTestCases of the Android Compatibility Test Suite (CTS) using x86 ABI in the ARC++ container.'
-
-def run_TS(machine):
-    host_list = [hosts.create_host(machine)]
-    job.run_test(
-        'cheets_CTS_R',
-        hosts=host_list,
-        iterations=1,
-        tag='11_r2.x86.CtsProvider',
-        test_name='cheets_CTS_R.11_r2.x86.CtsProvider',
-        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsProviderTestCases', '--include-filter', 'CtsProviderTestCases[secondary_user]', '--include-filter', 'CtsProviderUiTestCases', '--logcat-on-failure'],
-        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
-        target_module='CtsProvider',
-        target_plan=None,
-        bundle='x86',
-        uri='LATEST',
-        use_jdk9=True,
-        timeout=7200)
-
-parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsQuickAccessWallet b/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsQuickAccessWallet
deleted file mode 100644
index 031e177..0000000
--- a/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsQuickAccessWallet
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 2020 The Chromium OS Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-# This file has been automatically generated. Do not edit!
-
-AUTHOR = 'ARC++ Team'
-NAME = 'cheets_CTS_R.11_r2.x86.CtsQuickAccessWallet'
-ATTRIBUTES = 'suite:arc-cts-r'
-DEPENDENCIES = 'arc, cts_abi_x86'
-JOB_RETRIES = 1
-TEST_TYPE = 'server'
-TIME = 'MEDIUM'
-MAX_RESULT_SIZE_KB = 512000
-DOC = 'Run module CtsQuickAccessWalletTestCases, CtsQuickAccessWalletTestCases[instant], CtsQuickAccessWalletTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using x86 ABI in the ARC++ container.'
-
-def run_TS(machine):
-    host_list = [hosts.create_host(machine)]
-    job.run_test(
-        'cheets_CTS_R',
-        hosts=host_list,
-        iterations=1,
-        tag='11_r2.x86.CtsQuickAccessWallet',
-        test_name='cheets_CTS_R.11_r2.x86.CtsQuickAccessWallet',
-        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsQuickAccessWalletTestCases', '--include-filter', 'CtsQuickAccessWalletTestCases[instant]', '--include-filter', 'CtsQuickAccessWalletTestCases[secondary_user]', '--logcat-on-failure'],
-        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
-        target_module='CtsQuickAccessWallet',
-        target_plan=None,
-        bundle='x86',
-        uri='LATEST',
-        use_jdk9=True,
-        timeout=7200)
-
-parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsRenderscript b/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsRenderscript
deleted file mode 100644
index 8eee871..0000000
--- a/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsRenderscript
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 2020 The Chromium OS Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-# This file has been automatically generated. Do not edit!
-
-AUTHOR = 'ARC++ Team'
-NAME = 'cheets_CTS_R.11_r2.x86.CtsRenderscript'
-ATTRIBUTES = 'suite:arc-cts-r'
-DEPENDENCIES = 'arc, cts_abi_x86'
-JOB_RETRIES = 1
-TEST_TYPE = 'server'
-TIME = 'MEDIUM'
-MAX_RESULT_SIZE_KB = 512000
-DOC = 'Run module CtsRenderscriptLegacyTestCases, CtsRenderscriptLegacyTestCases[secondary_user], CtsRenderscriptTestCases, CtsRenderscriptTestCases[instant], CtsRenderscriptTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using x86 ABI in the ARC++ container.'
-
-def run_TS(machine):
-    host_list = [hosts.create_host(machine)]
-    job.run_test(
-        'cheets_CTS_R',
-        hosts=host_list,
-        iterations=1,
-        tag='11_r2.x86.CtsRenderscript',
-        test_name='cheets_CTS_R.11_r2.x86.CtsRenderscript',
-        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsRenderscriptLegacyTestCases', '--include-filter', 'CtsRenderscriptLegacyTestCases[secondary_user]', '--include-filter', 'CtsRenderscriptTestCases', '--include-filter', 'CtsRenderscriptTestCases[instant]', '--include-filter', 'CtsRenderscriptTestCases[secondary_user]', '--logcat-on-failure'],
-        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
-        target_module='CtsRenderscript',
-        target_plan=None,
-        bundle='x86',
-        uri='LATEST',
-        use_jdk9=True,
-        timeout=10800)
-
-parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsResolverService b/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsResolverService
deleted file mode 100644
index f593c94..0000000
--- a/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsResolverService
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 2020 The Chromium OS Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-# This file has been automatically generated. Do not edit!
-
-AUTHOR = 'ARC++ Team'
-NAME = 'cheets_CTS_R.11_r2.x86.CtsResolverService'
-ATTRIBUTES = 'suite:arc-cts-r'
-DEPENDENCIES = 'arc, cts_abi_x86'
-JOB_RETRIES = 1
-TEST_TYPE = 'server'
-TIME = 'MEDIUM'
-MAX_RESULT_SIZE_KB = 512000
-DOC = 'Run module CtsResolverServiceTestCases, CtsResolverServiceTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using x86 ABI in the ARC++ container.'
-
-def run_TS(machine):
-    host_list = [hosts.create_host(machine)]
-    job.run_test(
-        'cheets_CTS_R',
-        hosts=host_list,
-        iterations=1,
-        tag='11_r2.x86.CtsResolverService',
-        test_name='cheets_CTS_R.11_r2.x86.CtsResolverService',
-        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsResolverServiceTestCases', '--include-filter', 'CtsResolverServiceTestCases[secondary_user]', '--logcat-on-failure'],
-        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
-        target_module='CtsResolverService',
-        target_plan=None,
-        bundle='x86',
-        uri='LATEST',
-        use_jdk9=True,
-        timeout=5400)
-
-parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsResourcesLoader b/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsResourcesLoader
deleted file mode 100644
index 3216796..0000000
--- a/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsResourcesLoader
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 2020 The Chromium OS Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-# This file has been automatically generated. Do not edit!
-
-AUTHOR = 'ARC++ Team'
-NAME = 'cheets_CTS_R.11_r2.x86.CtsResourcesLoader'
-ATTRIBUTES = 'suite:arc-cts-r'
-DEPENDENCIES = 'arc, cts_abi_x86'
-JOB_RETRIES = 1
-TEST_TYPE = 'server'
-TIME = 'MEDIUM'
-MAX_RESULT_SIZE_KB = 512000
-DOC = 'Run module CtsResourcesLoaderTests, CtsResourcesLoaderTests[secondary_user] of the Android Compatibility Test Suite (CTS) using x86 ABI in the ARC++ container.'
-
-def run_TS(machine):
-    host_list = [hosts.create_host(machine)]
-    job.run_test(
-        'cheets_CTS_R',
-        hosts=host_list,
-        iterations=1,
-        tag='11_r2.x86.CtsResourcesLoader',
-        test_name='cheets_CTS_R.11_r2.x86.CtsResourcesLoader',
-        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsResourcesLoaderTests', '--include-filter', 'CtsResourcesLoaderTests[secondary_user]', '--logcat-on-failure'],
-        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
-        target_module='CtsResourcesLoader',
-        target_plan=None,
-        bundle='x86',
-        uri='LATEST',
-        use_jdk9=True,
-        timeout=5400)
-
-parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsRole b/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsRole
deleted file mode 100644
index 239caa2..0000000
--- a/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsRole
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 2020 The Chromium OS Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-# This file has been automatically generated. Do not edit!
-
-AUTHOR = 'ARC++ Team'
-NAME = 'cheets_CTS_R.11_r2.x86.CtsRole'
-ATTRIBUTES = 'suite:arc-cts-r'
-DEPENDENCIES = 'arc, cts_abi_x86'
-JOB_RETRIES = 1
-TEST_TYPE = 'server'
-TIME = 'MEDIUM'
-MAX_RESULT_SIZE_KB = 512000
-DOC = 'Run module CtsRoleTestCases, CtsRoleTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using x86 ABI in the ARC++ container.'
-
-def run_TS(machine):
-    host_list = [hosts.create_host(machine)]
-    job.run_test(
-        'cheets_CTS_R',
-        hosts=host_list,
-        iterations=1,
-        tag='11_r2.x86.CtsRole',
-        test_name='cheets_CTS_R.11_r2.x86.CtsRole',
-        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsRoleTestCases', '--include-filter', 'CtsRoleTestCases[secondary_user]', '--logcat-on-failure'],
-        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
-        target_module='CtsRole',
-        target_plan=None,
-        bundle='x86',
-        uri='LATEST',
-        use_jdk9=True,
-        timeout=5400)
-
-parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsRollbackManagerHostTestCases b/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsRollbackManagerHostTestCases
deleted file mode 100644
index e58dea7..0000000
--- a/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsRollbackManagerHostTestCases
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 2020 The Chromium OS Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-# This file has been automatically generated. Do not edit!
-
-AUTHOR = 'ARC++ Team'
-NAME = 'cheets_CTS_R.11_r2.x86.CtsRollbackManagerHostTestCases'
-ATTRIBUTES = 'suite:arc-cts-r'
-DEPENDENCIES = 'arc, cts_abi_x86'
-JOB_RETRIES = 1
-TEST_TYPE = 'server'
-TIME = 'MEDIUM'
-MAX_RESULT_SIZE_KB = 512000
-DOC = 'Run module CtsRollbackManagerHostTestCases of the Android Compatibility Test Suite (CTS) using x86 ABI in the ARC++ container.'
-
-def run_TS(machine):
-    host_list = [hosts.create_host(machine)]
-    job.run_test(
-        'cheets_CTS_R',
-        hosts=host_list,
-        iterations=1,
-        tag='11_r2.x86.CtsRollbackManagerHostTestCases',
-        test_name='cheets_CTS_R.11_r2.x86.CtsRollbackManagerHostTestCases',
-        run_template=['run', 'commandAndExit', 'cts', '--module', 'CtsRollbackManagerHostTestCases', '--logcat-on-failure'],
-        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
-        target_module='CtsRollbackManagerHostTestCases',
-        target_plan=None,
-        bundle='x86',
-        uri='LATEST',
-        use_jdk9=True,
-        timeout=3600)
-
-parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsRs b/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsRs
deleted file mode 100644
index 39cfc21..0000000
--- a/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsRs
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 2020 The Chromium OS Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-# This file has been automatically generated. Do not edit!
-
-AUTHOR = 'ARC++ Team'
-NAME = 'cheets_CTS_R.11_r2.x86.CtsRs'
-ATTRIBUTES = 'suite:arc-cts-r'
-DEPENDENCIES = 'arc, cts_abi_x86'
-JOB_RETRIES = 1
-TEST_TYPE = 'server'
-TIME = 'MEDIUM'
-MAX_RESULT_SIZE_KB = 512000
-DOC = 'Run module CtsRsBlasTestCases, CtsRsBlasTestCases[secondary_user], CtsRsCppTestCases, CtsRsCppTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using x86 ABI in the ARC++ container.'
-
-def run_TS(machine):
-    host_list = [hosts.create_host(machine)]
-    job.run_test(
-        'cheets_CTS_R',
-        hosts=host_list,
-        iterations=1,
-        tag='11_r2.x86.CtsRs',
-        test_name='cheets_CTS_R.11_r2.x86.CtsRs',
-        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsRsBlasTestCases', '--include-filter', 'CtsRsBlasTestCases[secondary_user]', '--include-filter', 'CtsRsCppTestCases', '--include-filter', 'CtsRsCppTestCases[secondary_user]', '--logcat-on-failure'],
-        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
-        target_module='CtsRs',
-        target_plan=None,
-        bundle='x86',
-        uri='LATEST',
-        use_jdk9=True,
-        timeout=9000)
-
-parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsSample b/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsSample
deleted file mode 100644
index a2b55ba..0000000
--- a/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsSample
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 2020 The Chromium OS Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-# This file has been automatically generated. Do not edit!
-
-AUTHOR = 'ARC++ Team'
-NAME = 'cheets_CTS_R.11_r2.x86.CtsSample'
-ATTRIBUTES = 'suite:arc-cts-r'
-DEPENDENCIES = 'arc, cts_abi_x86'
-JOB_RETRIES = 1
-TEST_TYPE = 'server'
-TIME = 'MEDIUM'
-MAX_RESULT_SIZE_KB = 512000
-DOC = 'Run module CtsSampleDeviceTestCases, CtsSampleDeviceTestCases[instant], CtsSampleDeviceTestCases[secondary_user], CtsSampleHostTestCases, CtsSampleHostTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using x86 ABI in the ARC++ container.'
-
-def run_TS(machine):
-    host_list = [hosts.create_host(machine)]
-    job.run_test(
-        'cheets_CTS_R',
-        hosts=host_list,
-        iterations=1,
-        tag='11_r2.x86.CtsSample',
-        test_name='cheets_CTS_R.11_r2.x86.CtsSample',
-        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsSampleDeviceTestCases', '--include-filter', 'CtsSampleDeviceTestCases[instant]', '--include-filter', 'CtsSampleDeviceTestCases[secondary_user]', '--include-filter', 'CtsSampleHostTestCases', '--include-filter', 'CtsSampleHostTestCases[secondary_user]', '--logcat-on-failure'],
-        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
-        target_module='CtsSample',
-        target_plan=None,
-        bundle='x86',
-        uri='LATEST',
-        use_jdk9=True,
-        timeout=10800)
-
-parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsSax b/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsSax
deleted file mode 100644
index d705889..0000000
--- a/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsSax
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 2020 The Chromium OS Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-# This file has been automatically generated. Do not edit!
-
-AUTHOR = 'ARC++ Team'
-NAME = 'cheets_CTS_R.11_r2.x86.CtsSax'
-ATTRIBUTES = 'suite:arc-cts-r'
-DEPENDENCIES = 'arc, cts_abi_x86'
-JOB_RETRIES = 1
-TEST_TYPE = 'server'
-TIME = 'MEDIUM'
-MAX_RESULT_SIZE_KB = 512000
-DOC = 'Run module CtsSaxTestCases, CtsSaxTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using x86 ABI in the ARC++ container.'
-
-def run_TS(machine):
-    host_list = [hosts.create_host(machine)]
-    job.run_test(
-        'cheets_CTS_R',
-        hosts=host_list,
-        iterations=1,
-        tag='11_r2.x86.CtsSax',
-        test_name='cheets_CTS_R.11_r2.x86.CtsSax',
-        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsSaxTestCases', '--include-filter', 'CtsSaxTestCases[secondary_user]', '--logcat-on-failure'],
-        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
-        target_module='CtsSax',
-        target_plan=None,
-        bundle='x86',
-        uri='LATEST',
-        use_jdk9=True,
-        timeout=5400)
-
-parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsScopedStorageHostTest b/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsScopedStorageHostTest
deleted file mode 100644
index 8fb9ae6..0000000
--- a/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsScopedStorageHostTest
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 2020 The Chromium OS Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-# This file has been automatically generated. Do not edit!
-
-AUTHOR = 'ARC++ Team'
-NAME = 'cheets_CTS_R.11_r2.x86.CtsScopedStorageHostTest'
-ATTRIBUTES = 'suite:arc-cts-r'
-DEPENDENCIES = 'arc, cts_abi_x86'
-JOB_RETRIES = 1
-TEST_TYPE = 'server'
-TIME = 'MEDIUM'
-MAX_RESULT_SIZE_KB = 512000
-DOC = 'Run module CtsScopedStorageHostTest, CtsScopedStorageHostTest[instant] of the Android Compatibility Test Suite (CTS) using x86 ABI in the ARC++ container.'
-
-def run_TS(machine):
-    host_list = [hosts.create_host(machine)]
-    job.run_test(
-        'cheets_CTS_R',
-        hosts=host_list,
-        iterations=1,
-        tag='11_r2.x86.CtsScopedStorageHostTest',
-        test_name='cheets_CTS_R.11_r2.x86.CtsScopedStorageHostTest',
-        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsScopedStorageHostTest', '--include-filter', 'CtsScopedStorageHostTest[instant]', '--logcat-on-failure'],
-        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
-        target_module='CtsScopedStorageHostTest',
-        target_plan=None,
-        bundle='x86',
-        uri='LATEST',
-        use_jdk9=True,
-        timeout=5400)
-
-parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsSdkExtensions b/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsSdkExtensions
deleted file mode 100644
index 19a6777..0000000
--- a/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsSdkExtensions
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 2020 The Chromium OS Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-# This file has been automatically generated. Do not edit!
-
-AUTHOR = 'ARC++ Team'
-NAME = 'cheets_CTS_R.11_r2.x86.CtsSdkExtensions'
-ATTRIBUTES = 'suite:arc-cts-r'
-DEPENDENCIES = 'arc, cts_abi_x86'
-JOB_RETRIES = 1
-TEST_TYPE = 'server'
-TIME = 'MEDIUM'
-MAX_RESULT_SIZE_KB = 512000
-DOC = 'Run module CtsSdkExtensionsTestCases, CtsSdkExtensionsTestCases[instant], CtsSdkExtensionsTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using x86 ABI in the ARC++ container.'
-
-def run_TS(machine):
-    host_list = [hosts.create_host(machine)]
-    job.run_test(
-        'cheets_CTS_R',
-        hosts=host_list,
-        iterations=1,
-        tag='11_r2.x86.CtsSdkExtensions',
-        test_name='cheets_CTS_R.11_r2.x86.CtsSdkExtensions',
-        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsSdkExtensionsTestCases', '--include-filter', 'CtsSdkExtensionsTestCases[instant]', '--include-filter', 'CtsSdkExtensionsTestCases[secondary_user]', '--logcat-on-failure'],
-        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
-        target_module='CtsSdkExtensions',
-        target_plan=None,
-        bundle='x86',
-        uri='LATEST',
-        use_jdk9=True,
-        timeout=7200)
-
-parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsSeccompHost b/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsSeccompHost
deleted file mode 100644
index f710de9..0000000
--- a/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsSeccompHost
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 2020 The Chromium OS Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-# This file has been automatically generated. Do not edit!
-
-AUTHOR = 'ARC++ Team'
-NAME = 'cheets_CTS_R.11_r2.x86.CtsSeccompHost'
-ATTRIBUTES = 'suite:arc-cts-r'
-DEPENDENCIES = 'arc, cts_abi_x86'
-JOB_RETRIES = 1
-TEST_TYPE = 'server'
-TIME = 'MEDIUM'
-MAX_RESULT_SIZE_KB = 512000
-DOC = 'Run module CtsSeccompHostTestCases, CtsSeccompHostTestCases[instant], CtsSeccompHostTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using x86 ABI in the ARC++ container.'
-
-def run_TS(machine):
-    host_list = [hosts.create_host(machine)]
-    job.run_test(
-        'cheets_CTS_R',
-        hosts=host_list,
-        iterations=1,
-        tag='11_r2.x86.CtsSeccompHost',
-        test_name='cheets_CTS_R.11_r2.x86.CtsSeccompHost',
-        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsSeccompHostTestCases', '--include-filter', 'CtsSeccompHostTestCases[instant]', '--include-filter', 'CtsSeccompHostTestCases[secondary_user]', '--logcat-on-failure'],
-        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
-        target_module='CtsSeccompHost',
-        target_plan=None,
-        bundle='x86',
-        uri='LATEST',
-        use_jdk9=True,
-        timeout=7200)
-
-parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsSecure b/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsSecure
deleted file mode 100644
index c570779..0000000
--- a/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsSecure
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 2020 The Chromium OS Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-# This file has been automatically generated. Do not edit!
-
-AUTHOR = 'ARC++ Team'
-NAME = 'cheets_CTS_R.11_r2.x86.CtsSecure'
-ATTRIBUTES = 'suite:arc-cts-r'
-DEPENDENCIES = 'arc, cts_abi_x86'
-JOB_RETRIES = 1
-TEST_TYPE = 'server'
-TIME = 'MEDIUM'
-MAX_RESULT_SIZE_KB = 512000
-DOC = 'Run module CtsSecureElementAccessControlTestCases1, CtsSecureElementAccessControlTestCases1[secondary_user], CtsSecureElementAccessControlTestCases2, CtsSecureElementAccessControlTestCases2[secondary_user], CtsSecureElementAccessControlTestCases3, CtsSecureElementAccessControlTestCases3[secondary_user], CtsSecureFrpInstallTestCases, CtsSecureFrpInstallTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using x86 ABI in the ARC++ container.'
-
-def run_TS(machine):
-    host_list = [hosts.create_host(machine)]
-    job.run_test(
-        'cheets_CTS_R',
-        hosts=host_list,
-        iterations=1,
-        tag='11_r2.x86.CtsSecure',
-        test_name='cheets_CTS_R.11_r2.x86.CtsSecure',
-        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsSecureElementAccessControlTestCases1', '--include-filter', 'CtsSecureElementAccessControlTestCases1[secondary_user]', '--include-filter', 'CtsSecureElementAccessControlTestCases2', '--include-filter', 'CtsSecureElementAccessControlTestCases2[secondary_user]', '--include-filter', 'CtsSecureElementAccessControlTestCases3', '--include-filter', 'CtsSecureElementAccessControlTestCases3[secondary_user]', '--include-filter', 'CtsSecureFrpInstallTestCases', '--include-filter', 'CtsSecureFrpInstallTestCases[secondary_user]', '--logcat-on-failure'],
-        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
-        target_module='CtsSecure',
-        target_plan=None,
-        bundle='x86',
-        uri='LATEST',
-        use_jdk9=True,
-        timeout=16200)
-
-parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsSecurity b/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsSecurity
deleted file mode 100644
index 0b0929e..0000000
--- a/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsSecurity
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 2020 The Chromium OS Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-# This file has been automatically generated. Do not edit!
-
-AUTHOR = 'ARC++ Team'
-NAME = 'cheets_CTS_R.11_r2.x86.CtsSecurity'
-ATTRIBUTES = 'suite:arc-cts-r'
-DEPENDENCIES = 'arc, cts_abi_x86'
-JOB_RETRIES = 1
-TEST_TYPE = 'server'
-TIME = 'LONG'
-MAX_RESULT_SIZE_KB = 512000
-DOC = 'Run module CtsSecurityBulletinHostTestCases, CtsSecurityBulletinHostTestCases[secondary_user], CtsSecurityHostTestCases, CtsSecurityHostTestCases[secondary_user], CtsSecurityTestCases, CtsSecurityTestCases[instant], CtsSecurityTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using x86 ABI in the ARC++ container.'
-
-def run_TS(machine):
-    host_list = [hosts.create_host(machine)]
-    job.run_test(
-        'cheets_CTS_R',
-        hosts=host_list,
-        iterations=1,
-        tag='11_r2.x86.CtsSecurity',
-        test_name='cheets_CTS_R.11_r2.x86.CtsSecurity',
-        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsSecurityBulletinHostTestCases', '--include-filter', 'CtsSecurityBulletinHostTestCases[secondary_user]', '--include-filter', 'CtsSecurityHostTestCases', '--include-filter', 'CtsSecurityHostTestCases[secondary_user]', '--include-filter', 'CtsSecurityTestCases', '--include-filter', 'CtsSecurityTestCases[instant]', '--include-filter', 'CtsSecurityTestCases[secondary_user]', '--logcat-on-failure'],
-        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
-        target_module='CtsSecurity',
-        target_plan=None,
-        bundle='x86',
-        uri='LATEST',
-        use_jdk9=True,
-        timeout=154800)
-
-parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsSelinux b/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsSelinux
deleted file mode 100644
index 844cf94..0000000
--- a/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsSelinux
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 2020 The Chromium OS Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-# This file has been automatically generated. Do not edit!
-
-AUTHOR = 'ARC++ Team'
-NAME = 'cheets_CTS_R.11_r2.x86.CtsSelinux'
-ATTRIBUTES = 'suite:arc-cts-r'
-DEPENDENCIES = 'arc, cts_abi_x86'
-JOB_RETRIES = 1
-TEST_TYPE = 'server'
-TIME = 'MEDIUM'
-MAX_RESULT_SIZE_KB = 512000
-DOC = 'Run module CtsSelinuxEphemeralTestCases, CtsSelinuxEphemeralTestCases[instant], CtsSelinuxTargetSdk25TestCases, CtsSelinuxTargetSdk25TestCases[secondary_user], CtsSelinuxTargetSdk27TestCases, CtsSelinuxTargetSdk27TestCases[secondary_user], CtsSelinuxTargetSdk28TestCases, CtsSelinuxTargetSdk28TestCases[secondary_user], CtsSelinuxTargetSdk29TestCases, CtsSelinuxTargetSdk29TestCases[secondary_user], CtsSelinuxTargetSdkCurrentTestCases, CtsSelinuxTargetSdkCurrentTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using x86 ABI in the ARC++ container.'
-
-def run_TS(machine):
-    host_list = [hosts.create_host(machine)]
-    job.run_test(
-        'cheets_CTS_R',
-        hosts=host_list,
-        iterations=1,
-        tag='11_r2.x86.CtsSelinux',
-        test_name='cheets_CTS_R.11_r2.x86.CtsSelinux',
-        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsSelinuxEphemeralTestCases', '--include-filter', 'CtsSelinuxEphemeralTestCases[instant]', '--include-filter', 'CtsSelinuxTargetSdk25TestCases', '--include-filter', 'CtsSelinuxTargetSdk25TestCases[secondary_user]', '--include-filter', 'CtsSelinuxTargetSdk27TestCases', '--include-filter', 'CtsSelinuxTargetSdk27TestCases[secondary_user]', '--include-filter', 'CtsSelinuxTargetSdk28TestCases', '--include-filter', 'CtsSelinuxTargetSdk28TestCases[secondary_user]', '--include-filter', 'CtsSelinuxTargetSdk29TestCases', '--include-filter', 'CtsSelinuxTargetSdk29TestCases[secondary_user]', '--include-filter', 'CtsSelinuxTargetSdkCurrentTestCases', '--include-filter', 'CtsSelinuxTargetSdkCurrentTestCases[secondary_user]', '--logcat-on-failure'],
-        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
-        target_module='CtsSelinux',
-        target_plan=None,
-        bundle='x86',
-        uri='LATEST',
-        use_jdk9=True,
-        timeout=23400)
-
-parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsSensor b/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsSensor
deleted file mode 100644
index ad6c442..0000000
--- a/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsSensor
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 2020 The Chromium OS Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-# This file has been automatically generated. Do not edit!
-
-AUTHOR = 'ARC++ Team'
-NAME = 'cheets_CTS_R.11_r2.x86.CtsSensor'
-ATTRIBUTES = 'suite:arc-cts-r'
-DEPENDENCIES = 'arc, cts_abi_x86'
-JOB_RETRIES = 1
-TEST_TYPE = 'server'
-TIME = 'MEDIUM'
-MAX_RESULT_SIZE_KB = 512000
-DOC = 'Run module CtsSensorTestCases, CtsSensorTestCases[instant], CtsSensorTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using x86 ABI in the ARC++ container.'
-
-def run_TS(machine):
-    host_list = [hosts.create_host(machine)]
-    job.run_test(
-        'cheets_CTS_R',
-        hosts=host_list,
-        iterations=1,
-        tag='11_r2.x86.CtsSensor',
-        test_name='cheets_CTS_R.11_r2.x86.CtsSensor',
-        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsSensorTestCases', '--include-filter', 'CtsSensorTestCases[instant]', '--include-filter', 'CtsSensorTestCases[secondary_user]', '--logcat-on-failure'],
-        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
-        target_module='CtsSensor',
-        target_plan=None,
-        bundle='x86',
-        uri='LATEST',
-        use_jdk9=True,
-        timeout=12600)
-
-parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsSettingsHostTestCases b/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsSettingsHostTestCases
deleted file mode 100644
index 5156972..0000000
--- a/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsSettingsHostTestCases
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 2020 The Chromium OS Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-# This file has been automatically generated. Do not edit!
-
-AUTHOR = 'ARC++ Team'
-NAME = 'cheets_CTS_R.11_r2.x86.CtsSettingsHostTestCases'
-ATTRIBUTES = 'suite:arc-cts-r'
-DEPENDENCIES = 'arc, cts_abi_x86'
-JOB_RETRIES = 1
-TEST_TYPE = 'server'
-TIME = 'MEDIUM'
-MAX_RESULT_SIZE_KB = 512000
-DOC = 'Run module CtsSettingsHostTestCases of the Android Compatibility Test Suite (CTS) using x86 ABI in the ARC++ container.'
-
-def run_TS(machine):
-    host_list = [hosts.create_host(machine)]
-    job.run_test(
-        'cheets_CTS_R',
-        hosts=host_list,
-        iterations=1,
-        tag='11_r2.x86.CtsSettingsHostTestCases',
-        test_name='cheets_CTS_R.11_r2.x86.CtsSettingsHostTestCases',
-        run_template=['run', 'commandAndExit', 'cts', '--module', 'CtsSettingsHostTestCases', '--logcat-on-failure'],
-        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
-        target_module='CtsSettingsHostTestCases',
-        target_plan=None,
-        bundle='x86',
-        uri='LATEST',
-        use_jdk9=True,
-        timeout=3600)
-
-parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsSharedLibsApiSignature b/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsSharedLibsApiSignature
deleted file mode 100644
index 5bf152b..0000000
--- a/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsSharedLibsApiSignature
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 2020 The Chromium OS Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-# This file has been automatically generated. Do not edit!
-
-AUTHOR = 'ARC++ Team'
-NAME = 'cheets_CTS_R.11_r2.x86.CtsSharedLibsApiSignature'
-ATTRIBUTES = 'suite:arc-cts-r'
-DEPENDENCIES = 'arc, cts_abi_x86'
-JOB_RETRIES = 1
-TEST_TYPE = 'server'
-TIME = 'MEDIUM'
-MAX_RESULT_SIZE_KB = 512000
-DOC = 'Run module CtsSharedLibsApiSignatureTestCases, CtsSharedLibsApiSignatureTestCases[instant], CtsSharedLibsApiSignatureTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using x86 ABI in the ARC++ container.'
-
-def run_TS(machine):
-    host_list = [hosts.create_host(machine)]
-    job.run_test(
-        'cheets_CTS_R',
-        hosts=host_list,
-        iterations=1,
-        tag='11_r2.x86.CtsSharedLibsApiSignature',
-        test_name='cheets_CTS_R.11_r2.x86.CtsSharedLibsApiSignature',
-        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsSharedLibsApiSignatureTestCases', '--include-filter', 'CtsSharedLibsApiSignatureTestCases[instant]', '--include-filter', 'CtsSharedLibsApiSignatureTestCases[secondary_user]', '--logcat-on-failure'],
-        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
-        target_module='CtsSharedLibsApiSignature',
-        target_plan=None,
-        bundle='x86',
-        uri='LATEST',
-        use_jdk9=True,
-        timeout=7200)
-
-parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsSharesheet b/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsSharesheet
deleted file mode 100644
index e6480f5..0000000
--- a/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsSharesheet
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 2020 The Chromium OS Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-# This file has been automatically generated. Do not edit!
-
-AUTHOR = 'ARC++ Team'
-NAME = 'cheets_CTS_R.11_r2.x86.CtsSharesheet'
-ATTRIBUTES = 'suite:arc-cts-r'
-DEPENDENCIES = 'arc, cts_abi_x86'
-JOB_RETRIES = 1
-TEST_TYPE = 'server'
-TIME = 'MEDIUM'
-MAX_RESULT_SIZE_KB = 512000
-DOC = 'Run module CtsSharesheetTestCases, CtsSharesheetTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using x86 ABI in the ARC++ container.'
-
-def run_TS(machine):
-    host_list = [hosts.create_host(machine)]
-    job.run_test(
-        'cheets_CTS_R',
-        hosts=host_list,
-        iterations=1,
-        tag='11_r2.x86.CtsSharesheet',
-        test_name='cheets_CTS_R.11_r2.x86.CtsSharesheet',
-        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsSharesheetTestCases', '--include-filter', 'CtsSharesheetTestCases[secondary_user]', '--logcat-on-failure'],
-        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
-        target_module='CtsSharesheet',
-        target_plan=None,
-        bundle='x86',
-        uri='LATEST',
-        use_jdk9=True,
-        timeout=5400)
-
-parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsShortcut b/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsShortcut
deleted file mode 100644
index fa8313c..0000000
--- a/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsShortcut
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 2020 The Chromium OS Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-# This file has been automatically generated. Do not edit!
-
-AUTHOR = 'ARC++ Team'
-NAME = 'cheets_CTS_R.11_r2.x86.CtsShortcut'
-ATTRIBUTES = 'suite:arc-cts-r'
-DEPENDENCIES = 'arc, cts_abi_x86'
-JOB_RETRIES = 1
-TEST_TYPE = 'server'
-TIME = 'MEDIUM'
-MAX_RESULT_SIZE_KB = 512000
-DOC = 'Run module CtsShortcutHostTestCases, CtsShortcutManagerLauncher1, CtsShortcutManagerLauncher1[secondary_user], CtsShortcutManagerLauncher2, CtsShortcutManagerLauncher2[secondary_user], CtsShortcutManagerLauncher3, CtsShortcutManagerLauncher3[secondary_user], CtsShortcutManagerLauncher4, CtsShortcutManagerLauncher4[secondary_user], CtsShortcutManagerPackage1, CtsShortcutManagerPackage1[secondary_user], CtsShortcutManagerPackage2, CtsShortcutManagerPackage2[secondary_user], CtsShortcutManagerPackage3, CtsShortcutManagerPackage3[secondary_user], CtsShortcutManagerPackage4, CtsShortcutManagerPackage4[secondary_user], CtsShortcutManagerTestCases, CtsShortcutManagerTestCases[secondary_user], CtsShortcutManagerThrottlingTest, CtsShortcutManagerThrottlingTest[secondary_user] of the Android Compatibility Test Suite (CTS) using x86 ABI in the ARC++ container.'
-
-def run_TS(machine):
-    host_list = [hosts.create_host(machine)]
-    job.run_test(
-        'cheets_CTS_R',
-        hosts=host_list,
-        iterations=1,
-        tag='11_r2.x86.CtsShortcut',
-        test_name='cheets_CTS_R.11_r2.x86.CtsShortcut',
-        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsShortcutHostTestCases', '--include-filter', 'CtsShortcutManagerLauncher1', '--include-filter', 'CtsShortcutManagerLauncher1[secondary_user]', '--include-filter', 'CtsShortcutManagerLauncher2', '--include-filter', 'CtsShortcutManagerLauncher2[secondary_user]', '--include-filter', 'CtsShortcutManagerLauncher3', '--include-filter', 'CtsShortcutManagerLauncher3[secondary_user]', '--include-filter', 'CtsShortcutManagerLauncher4', '--include-filter', 'CtsShortcutManagerLauncher4[secondary_user]', '--include-filter', 'CtsShortcutManagerPackage1', '--include-filter', 'CtsShortcutManagerPackage1[secondary_user]', '--include-filter', 'CtsShortcutManagerPackage2', '--include-filter', 'CtsShortcutManagerPackage2[secondary_user]', '--include-filter', 'CtsShortcutManagerPackage3', '--include-filter', 'CtsShortcutManagerPackage3[secondary_user]', '--include-filter', 'CtsShortcutManagerPackage4', '--include-filter', 'CtsShortcutManagerPackage4[secondary_user]', '--include-filter', 'CtsShortcutManagerTestCases', '--include-filter', 'CtsShortcutManagerTestCases[secondary_user]', '--include-filter', 'CtsShortcutManagerThrottlingTest', '--include-filter', 'CtsShortcutManagerThrottlingTest[secondary_user]', '--logcat-on-failure'],
-        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
-        target_module='CtsShortcut',
-        target_plan=None,
-        bundle='x86',
-        uri='LATEST',
-        use_jdk9=True,
-        timeout=39600)
-
-parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsSignedConfigHost b/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsSignedConfigHost
deleted file mode 100644
index d406898..0000000
--- a/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsSignedConfigHost
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 2020 The Chromium OS Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-# This file has been automatically generated. Do not edit!
-
-AUTHOR = 'ARC++ Team'
-NAME = 'cheets_CTS_R.11_r2.x86.CtsSignedConfigHost'
-ATTRIBUTES = 'suite:arc-cts-r'
-DEPENDENCIES = 'arc, cts_abi_x86'
-JOB_RETRIES = 1
-TEST_TYPE = 'server'
-TIME = 'MEDIUM'
-MAX_RESULT_SIZE_KB = 512000
-DOC = 'Run module CtsSignedConfigHostTestCases, CtsSignedConfigHostTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using x86 ABI in the ARC++ container.'
-
-def run_TS(machine):
-    host_list = [hosts.create_host(machine)]
-    job.run_test(
-        'cheets_CTS_R',
-        hosts=host_list,
-        iterations=1,
-        tag='11_r2.x86.CtsSignedConfigHost',
-        test_name='cheets_CTS_R.11_r2.x86.CtsSignedConfigHost',
-        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsSignedConfigHostTestCases', '--include-filter', 'CtsSignedConfigHostTestCases[secondary_user]', '--logcat-on-failure'],
-        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
-        target_module='CtsSignedConfigHost',
-        target_plan=None,
-        bundle='x86',
-        uri='LATEST',
-        use_jdk9=True,
-        timeout=5400)
-
-parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsSimRestrictedApis b/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsSimRestrictedApis
deleted file mode 100644
index 72dbd45..0000000
--- a/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsSimRestrictedApis
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 2020 The Chromium OS Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-# This file has been automatically generated. Do not edit!
-
-AUTHOR = 'ARC++ Team'
-NAME = 'cheets_CTS_R.11_r2.x86.CtsSimRestrictedApis'
-ATTRIBUTES = 'suite:arc-cts-r'
-DEPENDENCIES = 'arc, cts_abi_x86'
-JOB_RETRIES = 1
-TEST_TYPE = 'server'
-TIME = 'MEDIUM'
-MAX_RESULT_SIZE_KB = 512000
-DOC = 'Run module CtsSimRestrictedApisTestCases, CtsSimRestrictedApisTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using x86 ABI in the ARC++ container.'
-
-def run_TS(machine):
-    host_list = [hosts.create_host(machine)]
-    job.run_test(
-        'cheets_CTS_R',
-        hosts=host_list,
-        iterations=1,
-        tag='11_r2.x86.CtsSimRestrictedApis',
-        test_name='cheets_CTS_R.11_r2.x86.CtsSimRestrictedApis',
-        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsSimRestrictedApisTestCases', '--include-filter', 'CtsSimRestrictedApisTestCases[secondary_user]', '--logcat-on-failure'],
-        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
-        target_module='CtsSimRestrictedApis',
-        target_plan=None,
-        bundle='x86',
-        uri='LATEST',
-        use_jdk9=True,
-        timeout=5400)
-
-parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsSimpleCpu b/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsSimpleCpu
deleted file mode 100644
index bd6219a..0000000
--- a/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsSimpleCpu
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 2020 The Chromium OS Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-# This file has been automatically generated. Do not edit!
-
-AUTHOR = 'ARC++ Team'
-NAME = 'cheets_CTS_R.11_r2.x86.CtsSimpleCpu'
-ATTRIBUTES = 'suite:arc-cts-r'
-DEPENDENCIES = 'arc, cts_abi_x86'
-JOB_RETRIES = 1
-TEST_TYPE = 'server'
-TIME = 'MEDIUM'
-MAX_RESULT_SIZE_KB = 512000
-DOC = 'Run module CtsSimpleCpuTestCases, CtsSimpleCpuTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using x86 ABI in the ARC++ container.'
-
-def run_TS(machine):
-    host_list = [hosts.create_host(machine)]
-    job.run_test(
-        'cheets_CTS_R',
-        hosts=host_list,
-        iterations=1,
-        tag='11_r2.x86.CtsSimpleCpu',
-        test_name='cheets_CTS_R.11_r2.x86.CtsSimpleCpu',
-        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsSimpleCpuTestCases', '--include-filter', 'CtsSimpleCpuTestCases[secondary_user]', '--logcat-on-failure'],
-        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
-        target_module='CtsSimpleCpu',
-        target_plan=None,
-        bundle='x86',
-        uri='LATEST',
-        use_jdk9=True,
-        timeout=5400)
-
-parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsSimpleperfTestCases b/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsSimpleperfTestCases
deleted file mode 100644
index 536c91d..0000000
--- a/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsSimpleperfTestCases
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 2020 The Chromium OS Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-# This file has been automatically generated. Do not edit!
-
-AUTHOR = 'ARC++ Team'
-NAME = 'cheets_CTS_R.11_r2.x86.CtsSimpleperfTestCases'
-ATTRIBUTES = 'suite:arc-cts-r'
-DEPENDENCIES = 'arc, cts_abi_x86'
-JOB_RETRIES = 1
-TEST_TYPE = 'server'
-TIME = 'MEDIUM'
-MAX_RESULT_SIZE_KB = 512000
-DOC = 'Run module CtsSimpleperfTestCases of the Android Compatibility Test Suite (CTS) using x86 ABI in the ARC++ container.'
-
-def run_TS(machine):
-    host_list = [hosts.create_host(machine)]
-    job.run_test(
-        'cheets_CTS_R',
-        hosts=host_list,
-        iterations=1,
-        tag='11_r2.x86.CtsSimpleperfTestCases',
-        test_name='cheets_CTS_R.11_r2.x86.CtsSimpleperfTestCases',
-        run_template=['run', 'commandAndExit', 'cts', '--module', 'CtsSimpleperfTestCases', '--logcat-on-failure'],
-        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
-        target_module='CtsSimpleperfTestCases',
-        target_plan=None,
-        bundle='x86',
-        uri='LATEST',
-        use_jdk9=True,
-        timeout=3600)
-
-parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsSkQP b/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsSkQP
deleted file mode 100644
index 524536f..0000000
--- a/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsSkQP
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 2020 The Chromium OS Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-# This file has been automatically generated. Do not edit!
-
-AUTHOR = 'ARC++ Team'
-NAME = 'cheets_CTS_R.11_r2.x86.CtsSkQP'
-ATTRIBUTES = 'suite:arc-cts-r'
-DEPENDENCIES = 'arc, cts_abi_x86'
-JOB_RETRIES = 1
-TEST_TYPE = 'server'
-TIME = 'MEDIUM'
-MAX_RESULT_SIZE_KB = 512000
-DOC = 'Run module CtsSkQPTestCases, CtsSkQPTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using x86 ABI in the ARC++ container.'
-
-def run_TS(machine):
-    host_list = [hosts.create_host(machine)]
-    job.run_test(
-        'cheets_CTS_R',
-        hosts=host_list,
-        iterations=1,
-        tag='11_r2.x86.CtsSkQP',
-        test_name='cheets_CTS_R.11_r2.x86.CtsSkQP',
-        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsSkQPTestCases', '--include-filter', 'CtsSkQPTestCases[secondary_user]', '--logcat-on-failure'],
-        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
-        target_module='CtsSkQP',
-        target_plan=None,
-        bundle='x86',
-        uri='LATEST',
-        use_jdk9=True,
-        timeout=5400)
-
-parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsSlice b/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsSlice
deleted file mode 100644
index de1f7d8..0000000
--- a/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsSlice
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 2020 The Chromium OS Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-# This file has been automatically generated. Do not edit!
-
-AUTHOR = 'ARC++ Team'
-NAME = 'cheets_CTS_R.11_r2.x86.CtsSlice'
-ATTRIBUTES = 'suite:arc-cts-r'
-DEPENDENCIES = 'arc, cts_abi_x86'
-JOB_RETRIES = 1
-TEST_TYPE = 'server'
-TIME = 'MEDIUM'
-MAX_RESULT_SIZE_KB = 512000
-DOC = 'Run module CtsSliceTestCases, CtsSliceTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using x86 ABI in the ARC++ container.'
-
-def run_TS(machine):
-    host_list = [hosts.create_host(machine)]
-    job.run_test(
-        'cheets_CTS_R',
-        hosts=host_list,
-        iterations=1,
-        tag='11_r2.x86.CtsSlice',
-        test_name='cheets_CTS_R.11_r2.x86.CtsSlice',
-        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsSliceTestCases', '--include-filter', 'CtsSliceTestCases[secondary_user]', '--logcat-on-failure'],
-        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
-        target_module='CtsSlice',
-        target_plan=None,
-        bundle='x86',
-        uri='LATEST',
-        use_jdk9=True,
-        timeout=5400)
-
-parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsSoundTrigger b/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsSoundTrigger
deleted file mode 100644
index 2c57597..0000000
--- a/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsSoundTrigger
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 2020 The Chromium OS Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-# This file has been automatically generated. Do not edit!
-
-AUTHOR = 'ARC++ Team'
-NAME = 'cheets_CTS_R.11_r2.x86.CtsSoundTrigger'
-ATTRIBUTES = 'suite:arc-cts-r'
-DEPENDENCIES = 'arc, cts_abi_x86'
-JOB_RETRIES = 1
-TEST_TYPE = 'server'
-TIME = 'MEDIUM'
-MAX_RESULT_SIZE_KB = 512000
-DOC = 'Run module CtsSoundTriggerTestCases, CtsSoundTriggerTestCases[instant], CtsSoundTriggerTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using x86 ABI in the ARC++ container.'
-
-def run_TS(machine):
-    host_list = [hosts.create_host(machine)]
-    job.run_test(
-        'cheets_CTS_R',
-        hosts=host_list,
-        iterations=1,
-        tag='11_r2.x86.CtsSoundTrigger',
-        test_name='cheets_CTS_R.11_r2.x86.CtsSoundTrigger',
-        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsSoundTriggerTestCases', '--include-filter', 'CtsSoundTriggerTestCases[instant]', '--include-filter', 'CtsSoundTriggerTestCases[secondary_user]', '--logcat-on-failure'],
-        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
-        target_module='CtsSoundTrigger',
-        target_plan=None,
-        bundle='x86',
-        uri='LATEST',
-        use_jdk9=True,
-        timeout=7200)
-
-parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsSpeech b/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsSpeech
deleted file mode 100644
index c1e2b9f..0000000
--- a/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsSpeech
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 2020 The Chromium OS Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-# This file has been automatically generated. Do not edit!
-
-AUTHOR = 'ARC++ Team'
-NAME = 'cheets_CTS_R.11_r2.x86.CtsSpeech'
-ATTRIBUTES = 'suite:arc-cts-r'
-DEPENDENCIES = 'arc, cts_abi_x86'
-JOB_RETRIES = 1
-TEST_TYPE = 'server'
-TIME = 'MEDIUM'
-MAX_RESULT_SIZE_KB = 512000
-DOC = 'Run module CtsSpeechTestCases, CtsSpeechTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using x86 ABI in the ARC++ container.'
-
-def run_TS(machine):
-    host_list = [hosts.create_host(machine)]
-    job.run_test(
-        'cheets_CTS_R',
-        hosts=host_list,
-        iterations=1,
-        tag='11_r2.x86.CtsSpeech',
-        test_name='cheets_CTS_R.11_r2.x86.CtsSpeech',
-        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsSpeechTestCases', '--include-filter', 'CtsSpeechTestCases[secondary_user]', '--logcat-on-failure'],
-        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
-        target_module='CtsSpeech',
-        target_plan=None,
-        bundle='x86',
-        uri='LATEST',
-        use_jdk9=True,
-        timeout=5400)
-
-parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsStagedInstallHostTestCases b/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsStagedInstallHostTestCases
deleted file mode 100644
index c979b21..0000000
--- a/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsStagedInstallHostTestCases
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 2020 The Chromium OS Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-# This file has been automatically generated. Do not edit!
-
-AUTHOR = 'ARC++ Team'
-NAME = 'cheets_CTS_R.11_r2.x86.CtsStagedInstallHostTestCases'
-ATTRIBUTES = 'suite:arc-cts-r'
-DEPENDENCIES = 'arc, cts_abi_x86'
-JOB_RETRIES = 1
-TEST_TYPE = 'server'
-TIME = 'MEDIUM'
-MAX_RESULT_SIZE_KB = 512000
-DOC = 'Run module CtsStagedInstallHostTestCases of the Android Compatibility Test Suite (CTS) using x86 ABI in the ARC++ container.'
-
-def run_TS(machine):
-    host_list = [hosts.create_host(machine)]
-    job.run_test(
-        'cheets_CTS_R',
-        hosts=host_list,
-        iterations=1,
-        tag='11_r2.x86.CtsStagedInstallHostTestCases',
-        test_name='cheets_CTS_R.11_r2.x86.CtsStagedInstallHostTestCases',
-        run_template=['run', 'commandAndExit', 'cts', '--module', 'CtsStagedInstallHostTestCases', '--logcat-on-failure'],
-        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
-        target_module='CtsStagedInstallHostTestCases',
-        target_plan=None,
-        bundle='x86',
-        uri='LATEST',
-        use_jdk9=True,
-        timeout=3600)
-
-parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsStatsdHost b/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsStatsdHost
deleted file mode 100644
index 87921e1..0000000
--- a/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsStatsdHost
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 2020 The Chromium OS Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-# This file has been automatically generated. Do not edit!
-
-AUTHOR = 'ARC++ Team'
-NAME = 'cheets_CTS_R.11_r2.x86.CtsStatsdHost'
-ATTRIBUTES = 'suite:arc-cts-r'
-DEPENDENCIES = 'arc, cts_abi_x86'
-JOB_RETRIES = 1
-TEST_TYPE = 'server'
-TIME = 'MEDIUM'
-MAX_RESULT_SIZE_KB = 512000
-DOC = 'Run module CtsStatsdHostTestCases, CtsStatsdHostTestCases[instant], CtsStatsdHostTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using x86 ABI in the ARC++ container.'
-
-def run_TS(machine):
-    host_list = [hosts.create_host(machine)]
-    job.run_test(
-        'cheets_CTS_R',
-        hosts=host_list,
-        iterations=1,
-        tag='11_r2.x86.CtsStatsdHost',
-        test_name='cheets_CTS_R.11_r2.x86.CtsStatsdHost',
-        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsStatsdHostTestCases', '--include-filter', 'CtsStatsdHostTestCases[instant]', '--include-filter', 'CtsStatsdHostTestCases[secondary_user]', '--logcat-on-failure'],
-        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
-        target_module='CtsStatsdHost',
-        target_plan=None,
-        bundle='x86',
-        uri='LATEST',
-        use_jdk9=True,
-        timeout=12600)
-
-parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsStrictJavaPackages b/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsStrictJavaPackages
deleted file mode 100644
index 9c30db0..0000000
--- a/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsStrictJavaPackages
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 2020 The Chromium OS Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-# This file has been automatically generated. Do not edit!
-
-AUTHOR = 'ARC++ Team'
-NAME = 'cheets_CTS_R.11_r2.x86.CtsStrictJavaPackages'
-ATTRIBUTES = 'suite:arc-cts-r'
-DEPENDENCIES = 'arc, cts_abi_x86'
-JOB_RETRIES = 1
-TEST_TYPE = 'server'
-TIME = 'MEDIUM'
-MAX_RESULT_SIZE_KB = 512000
-DOC = 'Run module CtsStrictJavaPackagesTestCases, CtsStrictJavaPackagesTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using x86 ABI in the ARC++ container.'
-
-def run_TS(machine):
-    host_list = [hosts.create_host(machine)]
-    job.run_test(
-        'cheets_CTS_R',
-        hosts=host_list,
-        iterations=1,
-        tag='11_r2.x86.CtsStrictJavaPackages',
-        test_name='cheets_CTS_R.11_r2.x86.CtsStrictJavaPackages',
-        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsStrictJavaPackagesTestCases', '--include-filter', 'CtsStrictJavaPackagesTestCases[secondary_user]', '--logcat-on-failure'],
-        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
-        target_module='CtsStrictJavaPackages',
-        target_plan=None,
-        bundle='x86',
-        uri='LATEST',
-        use_jdk9=True,
-        timeout=5400)
-
-parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsSuspendApps b/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsSuspendApps
deleted file mode 100644
index b872e3a..0000000
--- a/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsSuspendApps
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 2020 The Chromium OS Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-# This file has been automatically generated. Do not edit!
-
-AUTHOR = 'ARC++ Team'
-NAME = 'cheets_CTS_R.11_r2.x86.CtsSuspendApps'
-ATTRIBUTES = 'suite:arc-cts-r'
-DEPENDENCIES = 'arc, cts_abi_x86'
-JOB_RETRIES = 1
-TEST_TYPE = 'server'
-TIME = 'MEDIUM'
-MAX_RESULT_SIZE_KB = 512000
-DOC = 'Run module CtsSuspendAppsPermissionTestCases, CtsSuspendAppsPermissionTestCases[secondary_user], CtsSuspendAppsTestCases, CtsSuspendAppsTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using x86 ABI in the ARC++ container.'
-
-def run_TS(machine):
-    host_list = [hosts.create_host(machine)]
-    job.run_test(
-        'cheets_CTS_R',
-        hosts=host_list,
-        iterations=1,
-        tag='11_r2.x86.CtsSuspendApps',
-        test_name='cheets_CTS_R.11_r2.x86.CtsSuspendApps',
-        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsSuspendAppsPermissionTestCases', '--include-filter', 'CtsSuspendAppsPermissionTestCases[secondary_user]', '--include-filter', 'CtsSuspendAppsTestCases', '--include-filter', 'CtsSuspendAppsTestCases[secondary_user]', '--logcat-on-failure'],
-        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
-        target_module='CtsSuspendApps',
-        target_plan=None,
-        bundle='x86',
-        uri='LATEST',
-        use_jdk9=True,
-        timeout=9000)
-
-parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsSustainedPerformanceHost b/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsSustainedPerformanceHost
deleted file mode 100644
index 8457527..0000000
--- a/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsSustainedPerformanceHost
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 2020 The Chromium OS Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-# This file has been automatically generated. Do not edit!
-
-AUTHOR = 'ARC++ Team'
-NAME = 'cheets_CTS_R.11_r2.x86.CtsSustainedPerformanceHost'
-ATTRIBUTES = 'suite:arc-cts-r'
-DEPENDENCIES = 'arc, cts_abi_x86'
-JOB_RETRIES = 1
-TEST_TYPE = 'server'
-TIME = 'MEDIUM'
-MAX_RESULT_SIZE_KB = 512000
-DOC = 'Run module CtsSustainedPerformanceHostTestCases, CtsSustainedPerformanceHostTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using x86 ABI in the ARC++ container.'
-
-def run_TS(machine):
-    host_list = [hosts.create_host(machine)]
-    job.run_test(
-        'cheets_CTS_R',
-        hosts=host_list,
-        iterations=1,
-        tag='11_r2.x86.CtsSustainedPerformanceHost',
-        test_name='cheets_CTS_R.11_r2.x86.CtsSustainedPerformanceHost',
-        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsSustainedPerformanceHostTestCases', '--include-filter', 'CtsSustainedPerformanceHostTestCases[secondary_user]', '--logcat-on-failure'],
-        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
-        target_module='CtsSustainedPerformanceHost',
-        target_plan=None,
-        bundle='x86',
-        uri='LATEST',
-        use_jdk9=True,
-        timeout=5400)
-
-parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsSync b/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsSync
deleted file mode 100644
index 9e1cfa0..0000000
--- a/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsSync
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 2020 The Chromium OS Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-# This file has been automatically generated. Do not edit!
-
-AUTHOR = 'ARC++ Team'
-NAME = 'cheets_CTS_R.11_r2.x86.CtsSync'
-ATTRIBUTES = 'suite:arc-cts-r'
-DEPENDENCIES = 'arc, cts_abi_x86'
-JOB_RETRIES = 1
-TEST_TYPE = 'server'
-TIME = 'MEDIUM'
-MAX_RESULT_SIZE_KB = 512000
-DOC = 'Run module CtsSyncAccountAccessOtherCertTestCases, CtsSyncAccountAccessOtherCertTestCases[secondary_user], CtsSyncContentHostTestCases, CtsSyncContentHostTestCases[secondary_user], CtsSyncManagerTestsCases, CtsSyncManagerTestsCases[secondary_user] of the Android Compatibility Test Suite (CTS) using x86 ABI in the ARC++ container.'
-
-def run_TS(machine):
-    host_list = [hosts.create_host(machine)]
-    job.run_test(
-        'cheets_CTS_R',
-        hosts=host_list,
-        iterations=1,
-        tag='11_r2.x86.CtsSync',
-        test_name='cheets_CTS_R.11_r2.x86.CtsSync',
-        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsSyncAccountAccessOtherCertTestCases', '--include-filter', 'CtsSyncAccountAccessOtherCertTestCases[secondary_user]', '--include-filter', 'CtsSyncContentHostTestCases', '--include-filter', 'CtsSyncContentHostTestCases[secondary_user]', '--include-filter', 'CtsSyncManagerTestsCases', '--include-filter', 'CtsSyncManagerTestsCases[secondary_user]', '--logcat-on-failure'],
-        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
-        target_module='CtsSync',
-        target_plan=None,
-        bundle='x86',
-        uri='LATEST',
-        use_jdk9=True,
-        timeout=12600)
-
-parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsSystem b/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsSystem
deleted file mode 100644
index 5ebd319..0000000
--- a/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsSystem
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 2020 The Chromium OS Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-# This file has been automatically generated. Do not edit!
-
-AUTHOR = 'ARC++ Team'
-NAME = 'cheets_CTS_R.11_r2.x86.CtsSystem'
-ATTRIBUTES = 'suite:arc-cts-r'
-DEPENDENCIES = 'arc, cts_abi_x86'
-JOB_RETRIES = 1
-TEST_TYPE = 'server'
-TIME = 'MEDIUM'
-MAX_RESULT_SIZE_KB = 512000
-DOC = 'Run module CtsSystemApiAnnotationTestCases, CtsSystemApiAnnotationTestCases[instant], CtsSystemApiAnnotationTestCases[secondary_user], CtsSystemApiSignatureTestCases, CtsSystemApiSignatureTestCases[instant], CtsSystemApiSignatureTestCases[secondary_user], CtsSystemIntentTestCases, CtsSystemIntentTestCases[secondary_user], CtsSystemUiHostTestCases, CtsSystemUiHostTestCases[instant], CtsSystemUiHostTestCases[secondary_user], CtsSystemUiTestCases, CtsSystemUiTestCases[instant], CtsSystemUiTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using x86 ABI in the ARC++ container.'
-
-def run_TS(machine):
-    host_list = [hosts.create_host(machine)]
-    job.run_test(
-        'cheets_CTS_R',
-        hosts=host_list,
-        iterations=1,
-        tag='11_r2.x86.CtsSystem',
-        test_name='cheets_CTS_R.11_r2.x86.CtsSystem',
-        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsSystemApiAnnotationTestCases', '--include-filter', 'CtsSystemApiAnnotationTestCases[instant]', '--include-filter', 'CtsSystemApiAnnotationTestCases[secondary_user]', '--include-filter', 'CtsSystemApiSignatureTestCases', '--include-filter', 'CtsSystemApiSignatureTestCases[instant]', '--include-filter', 'CtsSystemApiSignatureTestCases[secondary_user]', '--include-filter', 'CtsSystemIntentTestCases', '--include-filter', 'CtsSystemIntentTestCases[secondary_user]', '--include-filter', 'CtsSystemUiHostTestCases', '--include-filter', 'CtsSystemUiHostTestCases[instant]', '--include-filter', 'CtsSystemUiHostTestCases[secondary_user]', '--include-filter', 'CtsSystemUiTestCases', '--include-filter', 'CtsSystemUiTestCases[instant]', '--include-filter', 'CtsSystemUiTestCases[secondary_user]', '--logcat-on-failure'],
-        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
-        target_module='CtsSystem',
-        target_plan=None,
-        bundle='x86',
-        uri='LATEST',
-        use_jdk9=True,
-        timeout=27000)
-
-parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsTaggingHost b/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsTaggingHost
deleted file mode 100644
index 5d4ac8c..0000000
--- a/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsTaggingHost
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 2020 The Chromium OS Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-# This file has been automatically generated. Do not edit!
-
-AUTHOR = 'ARC++ Team'
-NAME = 'cheets_CTS_R.11_r2.x86.CtsTaggingHost'
-ATTRIBUTES = 'suite:arc-cts-r'
-DEPENDENCIES = 'arc, cts_abi_x86'
-JOB_RETRIES = 1
-TEST_TYPE = 'server'
-TIME = 'MEDIUM'
-MAX_RESULT_SIZE_KB = 512000
-DOC = 'Run module CtsTaggingHostTestCases, CtsTaggingHostTestCases[instant], CtsTaggingHostTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using x86 ABI in the ARC++ container.'
-
-def run_TS(machine):
-    host_list = [hosts.create_host(machine)]
-    job.run_test(
-        'cheets_CTS_R',
-        hosts=host_list,
-        iterations=1,
-        tag='11_r2.x86.CtsTaggingHost',
-        test_name='cheets_CTS_R.11_r2.x86.CtsTaggingHost',
-        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsTaggingHostTestCases', '--include-filter', 'CtsTaggingHostTestCases[instant]', '--include-filter', 'CtsTaggingHostTestCases[secondary_user]', '--logcat-on-failure'],
-        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
-        target_module='CtsTaggingHost',
-        target_plan=None,
-        bundle='x86',
-        uri='LATEST',
-        use_jdk9=True,
-        timeout=7200)
-
-parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsTelecom b/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsTelecom
deleted file mode 100644
index 8e29408..0000000
--- a/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsTelecom
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 2020 The Chromium OS Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-# This file has been automatically generated. Do not edit!
-
-AUTHOR = 'ARC++ Team'
-NAME = 'cheets_CTS_R.11_r2.x86.CtsTelecom'
-ATTRIBUTES = 'suite:arc-cts-r'
-DEPENDENCIES = 'arc, cts_abi_x86'
-JOB_RETRIES = 1
-TEST_TYPE = 'server'
-TIME = 'MEDIUM'
-MAX_RESULT_SIZE_KB = 512000
-DOC = 'Run module CtsTelecomTestCases, CtsTelecomTestCases2, CtsTelecomTestCases2[secondary_user], CtsTelecomTestCases3, CtsTelecomTestCases3[secondary_user], CtsTelecomTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using x86 ABI in the ARC++ container.'
-
-def run_TS(machine):
-    host_list = [hosts.create_host(machine)]
-    job.run_test(
-        'cheets_CTS_R',
-        hosts=host_list,
-        iterations=1,
-        tag='11_r2.x86.CtsTelecom',
-        test_name='cheets_CTS_R.11_r2.x86.CtsTelecom',
-        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsTelecomTestCases', '--include-filter', 'CtsTelecomTestCases2', '--include-filter', 'CtsTelecomTestCases2[secondary_user]', '--include-filter', 'CtsTelecomTestCases3', '--include-filter', 'CtsTelecomTestCases3[secondary_user]', '--include-filter', 'CtsTelecomTestCases[secondary_user]', '--logcat-on-failure'],
-        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
-        target_module='CtsTelecom',
-        target_plan=None,
-        bundle='x86',
-        uri='LATEST',
-        use_jdk9=True,
-        timeout=12600)
-
-parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsTelephony b/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsTelephony
deleted file mode 100644
index 1337aa8..0000000
--- a/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsTelephony
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 2020 The Chromium OS Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-# This file has been automatically generated. Do not edit!
-
-AUTHOR = 'ARC++ Team'
-NAME = 'cheets_CTS_R.11_r2.x86.CtsTelephony'
-ATTRIBUTES = 'suite:arc-cts-r'
-DEPENDENCIES = 'arc, cts_abi_x86'
-JOB_RETRIES = 1
-TEST_TYPE = 'server'
-TIME = 'MEDIUM'
-MAX_RESULT_SIZE_KB = 512000
-DOC = 'Run module CtsTelephony2TestCases, CtsTelephony2TestCases[instant], CtsTelephony2TestCases[secondary_user], CtsTelephony3TestCases, CtsTelephony3TestCases[secondary_user], CtsTelephonyHostCases, CtsTelephonyHostCases[secondary_user], CtsTelephonyProviderHostCases, CtsTelephonyProviderHostCases[secondary_user], CtsTelephonyProviderTestCases, CtsTelephonyProviderTestCases[secondary_user], CtsTelephonySdk28TestCases, CtsTelephonySdk28TestCases[secondary_user], CtsTelephonyTestCases, CtsTelephonyTestCasesPermissionReadPhoneState, CtsTelephonyTestCasesPermissionReadPhoneState[instant], CtsTelephonyTestCasesPermissionReadPhoneState[secondary_user] of the Android Compatibility Test Suite (CTS) using x86 ABI in the ARC++ container.'
-
-def run_TS(machine):
-    host_list = [hosts.create_host(machine)]
-    job.run_test(
-        'cheets_CTS_R',
-        hosts=host_list,
-        iterations=1,
-        tag='11_r2.x86.CtsTelephony',
-        test_name='cheets_CTS_R.11_r2.x86.CtsTelephony',
-        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsTelephony2TestCases', '--include-filter', 'CtsTelephony2TestCases[instant]', '--include-filter', 'CtsTelephony2TestCases[secondary_user]', '--include-filter', 'CtsTelephony3TestCases', '--include-filter', 'CtsTelephony3TestCases[secondary_user]', '--include-filter', 'CtsTelephonyHostCases', '--include-filter', 'CtsTelephonyHostCases[secondary_user]', '--include-filter', 'CtsTelephonyProviderHostCases', '--include-filter', 'CtsTelephonyProviderHostCases[secondary_user]', '--include-filter', 'CtsTelephonyProviderTestCases', '--include-filter', 'CtsTelephonyProviderTestCases[secondary_user]', '--include-filter', 'CtsTelephonySdk28TestCases', '--include-filter', 'CtsTelephonySdk28TestCases[secondary_user]', '--include-filter', 'CtsTelephonyTestCases', '--include-filter', 'CtsTelephonyTestCasesPermissionReadPhoneState', '--include-filter', 'CtsTelephonyTestCasesPermissionReadPhoneState[instant]', '--include-filter', 'CtsTelephonyTestCasesPermissionReadPhoneState[secondary_user]', '--logcat-on-failure'],
-        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
-        target_module='CtsTelephony',
-        target_plan=None,
-        bundle='x86',
-        uri='LATEST',
-        use_jdk9=True,
-        timeout=32400)
-
-parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsTestHarnessMode b/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsTestHarnessMode
deleted file mode 100644
index 12653a9..0000000
--- a/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsTestHarnessMode
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 2020 The Chromium OS Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-# This file has been automatically generated. Do not edit!
-
-AUTHOR = 'ARC++ Team'
-NAME = 'cheets_CTS_R.11_r2.x86.CtsTestHarnessMode'
-ATTRIBUTES = 'suite:arc-cts-r'
-DEPENDENCIES = 'arc, cts_abi_x86'
-JOB_RETRIES = 1
-TEST_TYPE = 'server'
-TIME = 'MEDIUM'
-MAX_RESULT_SIZE_KB = 512000
-DOC = 'Run module CtsTestHarnessModeTestCases, CtsTestHarnessModeTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using x86 ABI in the ARC++ container.'
-
-def run_TS(machine):
-    host_list = [hosts.create_host(machine)]
-    job.run_test(
-        'cheets_CTS_R',
-        hosts=host_list,
-        iterations=1,
-        tag='11_r2.x86.CtsTestHarnessMode',
-        test_name='cheets_CTS_R.11_r2.x86.CtsTestHarnessMode',
-        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsTestHarnessModeTestCases', '--include-filter', 'CtsTestHarnessModeTestCases[secondary_user]', '--logcat-on-failure'],
-        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
-        target_module='CtsTestHarnessMode',
-        target_plan=None,
-        bundle='x86',
-        uri='LATEST',
-        use_jdk9=True,
-        timeout=5400)
-
-parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsTetheringTest b/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsTetheringTest
deleted file mode 100644
index d226ec2..0000000
--- a/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsTetheringTest
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 2020 The Chromium OS Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-# This file has been automatically generated. Do not edit!
-
-AUTHOR = 'ARC++ Team'
-NAME = 'cheets_CTS_R.11_r2.x86.CtsTetheringTest'
-ATTRIBUTES = 'suite:arc-cts-r'
-DEPENDENCIES = 'arc, cts_abi_x86'
-JOB_RETRIES = 1
-TEST_TYPE = 'server'
-TIME = 'MEDIUM'
-MAX_RESULT_SIZE_KB = 512000
-DOC = 'Run module CtsTetheringTest, CtsTetheringTest[secondary_user] of the Android Compatibility Test Suite (CTS) using x86 ABI in the ARC++ container.'
-
-def run_TS(machine):
-    host_list = [hosts.create_host(machine)]
-    job.run_test(
-        'cheets_CTS_R',
-        hosts=host_list,
-        iterations=1,
-        tag='11_r2.x86.CtsTetheringTest',
-        test_name='cheets_CTS_R.11_r2.x86.CtsTetheringTest',
-        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsTetheringTest', '--include-filter', 'CtsTetheringTest[secondary_user]', '--logcat-on-failure'],
-        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
-        target_module='CtsTetheringTest',
-        target_plan=None,
-        bundle='x86',
-        uri='LATEST',
-        use_jdk9=True,
-        timeout=5400)
-
-parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsText b/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsText
deleted file mode 100644
index 8a0ce82..0000000
--- a/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsText
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 2020 The Chromium OS Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-# This file has been automatically generated. Do not edit!
-
-AUTHOR = 'ARC++ Team'
-NAME = 'cheets_CTS_R.11_r2.x86.CtsText'
-ATTRIBUTES = 'suite:arc-cts-r'
-DEPENDENCIES = 'arc, cts_abi_x86'
-JOB_RETRIES = 1
-TEST_TYPE = 'server'
-TIME = 'MEDIUM'
-MAX_RESULT_SIZE_KB = 512000
-DOC = 'Run module CtsTextClassifierTestCases, CtsTextClassifierTestCases[secondary_user], CtsTextTestCases, CtsTextTestCases[instant], CtsTextTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using x86 ABI in the ARC++ container.'
-
-def run_TS(machine):
-    host_list = [hosts.create_host(machine)]
-    job.run_test(
-        'cheets_CTS_R',
-        hosts=host_list,
-        iterations=1,
-        tag='11_r2.x86.CtsText',
-        test_name='cheets_CTS_R.11_r2.x86.CtsText',
-        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsTextClassifierTestCases', '--include-filter', 'CtsTextClassifierTestCases[secondary_user]', '--include-filter', 'CtsTextTestCases', '--include-filter', 'CtsTextTestCases[instant]', '--include-filter', 'CtsTextTestCases[secondary_user]', '--logcat-on-failure'],
-        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
-        target_module='CtsText',
-        target_plan=None,
-        bundle='x86',
-        uri='LATEST',
-        use_jdk9=True,
-        timeout=10800)
-
-parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsTfliteNnapiDelegate b/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsTfliteNnapiDelegate
deleted file mode 100644
index 3f2e8f8..0000000
--- a/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsTfliteNnapiDelegate
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 2020 The Chromium OS Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-# This file has been automatically generated. Do not edit!
-
-AUTHOR = 'ARC++ Team'
-NAME = 'cheets_CTS_R.11_r2.x86.CtsTfliteNnapiDelegate'
-ATTRIBUTES = 'suite:arc-cts-r'
-DEPENDENCIES = 'arc, cts_abi_x86'
-JOB_RETRIES = 1
-TEST_TYPE = 'server'
-TIME = 'MEDIUM'
-MAX_RESULT_SIZE_KB = 512000
-DOC = 'Run module CtsTfliteNnapiDelegateTestCases, CtsTfliteNnapiDelegateTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using x86 ABI in the ARC++ container.'
-
-def run_TS(machine):
-    host_list = [hosts.create_host(machine)]
-    job.run_test(
-        'cheets_CTS_R',
-        hosts=host_list,
-        iterations=1,
-        tag='11_r2.x86.CtsTfliteNnapiDelegate',
-        test_name='cheets_CTS_R.11_r2.x86.CtsTfliteNnapiDelegate',
-        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsTfliteNnapiDelegateTestCases', '--include-filter', 'CtsTfliteNnapiDelegateTestCases[secondary_user]', '--logcat-on-failure'],
-        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
-        target_module='CtsTfliteNnapiDelegate',
-        target_plan=None,
-        bundle='x86',
-        uri='LATEST',
-        use_jdk9=True,
-        timeout=5400)
-
-parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsTheme b/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsTheme
deleted file mode 100644
index df283b0..0000000
--- a/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsTheme
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 2020 The Chromium OS Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-# This file has been automatically generated. Do not edit!
-
-AUTHOR = 'ARC++ Team'
-NAME = 'cheets_CTS_R.11_r2.x86.CtsTheme'
-ATTRIBUTES = 'suite:arc-cts-r'
-DEPENDENCIES = 'arc, cts_abi_x86'
-JOB_RETRIES = 1
-TEST_TYPE = 'server'
-TIME = 'MEDIUM'
-MAX_RESULT_SIZE_KB = 512000
-DOC = 'Run module CtsThemeDeviceTestCases, CtsThemeDeviceTestCases[secondary_user], CtsThemeHostTestCases, CtsThemeHostTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using x86 ABI in the ARC++ container.'
-
-def run_TS(machine):
-    host_list = [hosts.create_host(machine)]
-    job.run_test(
-        'cheets_CTS_R',
-        hosts=host_list,
-        iterations=1,
-        tag='11_r2.x86.CtsTheme',
-        test_name='cheets_CTS_R.11_r2.x86.CtsTheme',
-        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsThemeDeviceTestCases', '--include-filter', 'CtsThemeDeviceTestCases[secondary_user]', '--include-filter', 'CtsThemeHostTestCases', '--include-filter', 'CtsThemeHostTestCases[secondary_user]', '--logcat-on-failure'],
-        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
-        target_module='CtsTheme',
-        target_plan=None,
-        bundle='x86',
-        uri='LATEST',
-        use_jdk9=True,
-        timeout=9000)
-
-parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsThermal b/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsThermal
deleted file mode 100644
index 3bb1088..0000000
--- a/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsThermal
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 2020 The Chromium OS Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-# This file has been automatically generated. Do not edit!
-
-AUTHOR = 'ARC++ Team'
-NAME = 'cheets_CTS_R.11_r2.x86.CtsThermal'
-ATTRIBUTES = 'suite:arc-cts-r'
-DEPENDENCIES = 'arc, cts_abi_x86'
-JOB_RETRIES = 1
-TEST_TYPE = 'server'
-TIME = 'MEDIUM'
-MAX_RESULT_SIZE_KB = 512000
-DOC = 'Run module CtsThermalTestCases, CtsThermalTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using x86 ABI in the ARC++ container.'
-
-def run_TS(machine):
-    host_list = [hosts.create_host(machine)]
-    job.run_test(
-        'cheets_CTS_R',
-        hosts=host_list,
-        iterations=1,
-        tag='11_r2.x86.CtsThermal',
-        test_name='cheets_CTS_R.11_r2.x86.CtsThermal',
-        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsThermalTestCases', '--include-filter', 'CtsThermalTestCases[secondary_user]', '--logcat-on-failure'],
-        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
-        target_module='CtsThermal',
-        target_plan=None,
-        bundle='x86',
-        uri='LATEST',
-        use_jdk9=True,
-        timeout=5400)
-
-parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsToast b/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsToast
deleted file mode 100644
index 1e66711..0000000
--- a/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsToast
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 2020 The Chromium OS Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-# This file has been automatically generated. Do not edit!
-
-AUTHOR = 'ARC++ Team'
-NAME = 'cheets_CTS_R.11_r2.x86.CtsToast'
-ATTRIBUTES = 'suite:arc-cts-r'
-DEPENDENCIES = 'arc, cts_abi_x86'
-JOB_RETRIES = 1
-TEST_TYPE = 'server'
-TIME = 'MEDIUM'
-MAX_RESULT_SIZE_KB = 512000
-DOC = 'Run module CtsToastLegacyTestCases, CtsToastLegacyTestCases[secondary_user], CtsToastTestCases, CtsToastTestCases[instant], CtsToastTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using x86 ABI in the ARC++ container.'
-
-def run_TS(machine):
-    host_list = [hosts.create_host(machine)]
-    job.run_test(
-        'cheets_CTS_R',
-        hosts=host_list,
-        iterations=1,
-        tag='11_r2.x86.CtsToast',
-        test_name='cheets_CTS_R.11_r2.x86.CtsToast',
-        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsToastLegacyTestCases', '--include-filter', 'CtsToastLegacyTestCases[secondary_user]', '--include-filter', 'CtsToastTestCases', '--include-filter', 'CtsToastTestCases[instant]', '--include-filter', 'CtsToastTestCases[secondary_user]', '--logcat-on-failure'],
-        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
-        target_module='CtsToast',
-        target_plan=None,
-        bundle='x86',
-        uri='LATEST',
-        use_jdk9=True,
-        timeout=10800)
-
-parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsTransition b/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsTransition
deleted file mode 100644
index 3e095c8..0000000
--- a/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsTransition
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 2020 The Chromium OS Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-# This file has been automatically generated. Do not edit!
-
-AUTHOR = 'ARC++ Team'
-NAME = 'cheets_CTS_R.11_r2.x86.CtsTransition'
-ATTRIBUTES = 'suite:arc-cts-r'
-DEPENDENCIES = 'arc, cts_abi_x86'
-JOB_RETRIES = 1
-TEST_TYPE = 'server'
-TIME = 'MEDIUM'
-MAX_RESULT_SIZE_KB = 512000
-DOC = 'Run module CtsTransitionTestCases, CtsTransitionTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using x86 ABI in the ARC++ container.'
-
-def run_TS(machine):
-    host_list = [hosts.create_host(machine)]
-    job.run_test(
-        'cheets_CTS_R',
-        hosts=host_list,
-        iterations=1,
-        tag='11_r2.x86.CtsTransition',
-        test_name='cheets_CTS_R.11_r2.x86.CtsTransition',
-        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsTransitionTestCases', '--include-filter', 'CtsTransitionTestCases[secondary_user]', '--logcat-on-failure'],
-        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
-        target_module='CtsTransition',
-        target_plan=None,
-        bundle='x86',
-        uri='LATEST',
-        use_jdk9=True,
-        timeout=5400)
-
-parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsTrustedVoiceHost b/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsTrustedVoiceHost
deleted file mode 100644
index 916823b..0000000
--- a/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsTrustedVoiceHost
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 2020 The Chromium OS Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-# This file has been automatically generated. Do not edit!
-
-AUTHOR = 'ARC++ Team'
-NAME = 'cheets_CTS_R.11_r2.x86.CtsTrustedVoiceHost'
-ATTRIBUTES = 'suite:arc-cts-r'
-DEPENDENCIES = 'arc, cts_abi_x86'
-JOB_RETRIES = 1
-TEST_TYPE = 'server'
-TIME = 'MEDIUM'
-MAX_RESULT_SIZE_KB = 512000
-DOC = 'Run module CtsTrustedVoiceHostTestCases, CtsTrustedVoiceHostTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using x86 ABI in the ARC++ container.'
-
-def run_TS(machine):
-    host_list = [hosts.create_host(machine)]
-    job.run_test(
-        'cheets_CTS_R',
-        hosts=host_list,
-        iterations=1,
-        tag='11_r2.x86.CtsTrustedVoiceHost',
-        test_name='cheets_CTS_R.11_r2.x86.CtsTrustedVoiceHost',
-        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsTrustedVoiceHostTestCases', '--include-filter', 'CtsTrustedVoiceHostTestCases[secondary_user]', '--logcat-on-failure'],
-        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
-        target_module='CtsTrustedVoiceHost',
-        target_plan=None,
-        bundle='x86',
-        uri='LATEST',
-        use_jdk9=True,
-        timeout=5400)
-
-parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsTv b/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsTv
deleted file mode 100644
index e842422..0000000
--- a/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsTv
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 2020 The Chromium OS Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-# This file has been automatically generated. Do not edit!
-
-AUTHOR = 'ARC++ Team'
-NAME = 'cheets_CTS_R.11_r2.x86.CtsTv'
-ATTRIBUTES = 'suite:arc-cts-r'
-DEPENDENCIES = 'arc, cts_abi_x86'
-JOB_RETRIES = 1
-TEST_TYPE = 'server'
-TIME = 'MEDIUM'
-MAX_RESULT_SIZE_KB = 512000
-DOC = 'Run module CtsTvProviderTestCases, CtsTvProviderTestCases[secondary_user], CtsTvTestCases, CtsTvTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using x86 ABI in the ARC++ container.'
-
-def run_TS(machine):
-    host_list = [hosts.create_host(machine)]
-    job.run_test(
-        'cheets_CTS_R',
-        hosts=host_list,
-        iterations=1,
-        tag='11_r2.x86.CtsTv',
-        test_name='cheets_CTS_R.11_r2.x86.CtsTv',
-        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsTvProviderTestCases', '--include-filter', 'CtsTvProviderTestCases[secondary_user]', '--include-filter', 'CtsTvTestCases', '--include-filter', 'CtsTvTestCases[secondary_user]', '--logcat-on-failure'],
-        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
-        target_module='CtsTv',
-        target_plan=None,
-        bundle='x86',
-        uri='LATEST',
-        use_jdk9=True,
-        timeout=9000)
-
-parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsUi b/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsUi
deleted file mode 100644
index 9087ecf..0000000
--- a/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsUi
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 2020 The Chromium OS Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-# This file has been automatically generated. Do not edit!
-
-AUTHOR = 'ARC++ Team'
-NAME = 'cheets_CTS_R.11_r2.x86.CtsUi'
-ATTRIBUTES = 'suite:arc-cts-r'
-DEPENDENCIES = 'arc, cts_abi_x86'
-JOB_RETRIES = 1
-TEST_TYPE = 'server'
-TIME = 'MEDIUM'
-MAX_RESULT_SIZE_KB = 512000
-DOC = 'Run module CtsUiAutomationTestCases, CtsUiAutomationTestCases[instant], CtsUiAutomationTestCases[secondary_user], CtsUiRenderingTestCases, CtsUiRenderingTestCases27, CtsUiRenderingTestCases27[instant], CtsUiRenderingTestCases27[secondary_user], CtsUiRenderingTestCases[instant], CtsUiRenderingTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using x86 ABI in the ARC++ container.'
-
-def run_TS(machine):
-    host_list = [hosts.create_host(machine)]
-    job.run_test(
-        'cheets_CTS_R',
-        hosts=host_list,
-        iterations=1,
-        tag='11_r2.x86.CtsUi',
-        test_name='cheets_CTS_R.11_r2.x86.CtsUi',
-        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsUiAutomationTestCases', '--include-filter', 'CtsUiAutomationTestCases[instant]', '--include-filter', 'CtsUiAutomationTestCases[secondary_user]', '--include-filter', 'CtsUiRenderingTestCases', '--include-filter', 'CtsUiRenderingTestCases27', '--include-filter', 'CtsUiRenderingTestCases27[instant]', '--include-filter', 'CtsUiRenderingTestCases27[secondary_user]', '--include-filter', 'CtsUiRenderingTestCases[instant]', '--include-filter', 'CtsUiRenderingTestCases[secondary_user]', '--logcat-on-failure'],
-        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
-        target_module='CtsUi',
-        target_plan=None,
-        bundle='x86',
-        uri='LATEST',
-        use_jdk9=True,
-        timeout=18000)
-
-parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsUidIsolation b/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsUidIsolation
deleted file mode 100644
index d4feaad..0000000
--- a/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsUidIsolation
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 2020 The Chromium OS Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-# This file has been automatically generated. Do not edit!
-
-AUTHOR = 'ARC++ Team'
-NAME = 'cheets_CTS_R.11_r2.x86.CtsUidIsolation'
-ATTRIBUTES = 'suite:arc-cts-r'
-DEPENDENCIES = 'arc, cts_abi_x86'
-JOB_RETRIES = 1
-TEST_TYPE = 'server'
-TIME = 'MEDIUM'
-MAX_RESULT_SIZE_KB = 512000
-DOC = 'Run module CtsUidIsolationTestCases, CtsUidIsolationTestCases[instant], CtsUidIsolationTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using x86 ABI in the ARC++ container.'
-
-def run_TS(machine):
-    host_list = [hosts.create_host(machine)]
-    job.run_test(
-        'cheets_CTS_R',
-        hosts=host_list,
-        iterations=1,
-        tag='11_r2.x86.CtsUidIsolation',
-        test_name='cheets_CTS_R.11_r2.x86.CtsUidIsolation',
-        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsUidIsolationTestCases', '--include-filter', 'CtsUidIsolationTestCases[instant]', '--include-filter', 'CtsUidIsolationTestCases[secondary_user]', '--logcat-on-failure'],
-        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
-        target_module='CtsUidIsolation',
-        target_plan=None,
-        bundle='x86',
-        uri='LATEST',
-        use_jdk9=True,
-        timeout=7200)
-
-parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsUsageStats b/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsUsageStats
deleted file mode 100644
index 166367c..0000000
--- a/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsUsageStats
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 2020 The Chromium OS Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-# This file has been automatically generated. Do not edit!
-
-AUTHOR = 'ARC++ Team'
-NAME = 'cheets_CTS_R.11_r2.x86.CtsUsageStats'
-ATTRIBUTES = 'suite:arc-cts-r'
-DEPENDENCIES = 'arc, cts_abi_x86'
-JOB_RETRIES = 1
-TEST_TYPE = 'server'
-TIME = 'MEDIUM'
-MAX_RESULT_SIZE_KB = 512000
-DOC = 'Run module CtsUsageStatsTestCases, CtsUsageStatsTestCases[instant], CtsUsageStatsTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using x86 ABI in the ARC++ container.'
-
-def run_TS(machine):
-    host_list = [hosts.create_host(machine)]
-    job.run_test(
-        'cheets_CTS_R',
-        hosts=host_list,
-        iterations=1,
-        tag='11_r2.x86.CtsUsageStats',
-        test_name='cheets_CTS_R.11_r2.x86.CtsUsageStats',
-        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsUsageStatsTestCases', '--include-filter', 'CtsUsageStatsTestCases[instant]', '--include-filter', 'CtsUsageStatsTestCases[secondary_user]', '--logcat-on-failure'],
-        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
-        target_module='CtsUsageStats',
-        target_plan=None,
-        bundle='x86',
-        uri='LATEST',
-        use_jdk9=True,
-        timeout=7200)
-
-parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsUsb b/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsUsb
deleted file mode 100644
index 58df1e8..0000000
--- a/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsUsb
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 2020 The Chromium OS Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-# This file has been automatically generated. Do not edit!
-
-AUTHOR = 'ARC++ Team'
-NAME = 'cheets_CTS_R.11_r2.x86.CtsUsb'
-ATTRIBUTES = 'suite:arc-cts-r'
-DEPENDENCIES = 'arc, cts_abi_x86'
-JOB_RETRIES = 1
-TEST_TYPE = 'server'
-TIME = 'MEDIUM'
-MAX_RESULT_SIZE_KB = 512000
-DOC = 'Run module CtsUsbManagerTestCases, CtsUsbManagerTestCases[secondary_user], CtsUsbTests, CtsUsbTests[instant], CtsUsbTests[secondary_user] of the Android Compatibility Test Suite (CTS) using x86 ABI in the ARC++ container.'
-
-def run_TS(machine):
-    host_list = [hosts.create_host(machine)]
-    job.run_test(
-        'cheets_CTS_R',
-        hosts=host_list,
-        iterations=1,
-        tag='11_r2.x86.CtsUsb',
-        test_name='cheets_CTS_R.11_r2.x86.CtsUsb',
-        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsUsbManagerTestCases', '--include-filter', 'CtsUsbManagerTestCases[secondary_user]', '--include-filter', 'CtsUsbTests', '--include-filter', 'CtsUsbTests[instant]', '--include-filter', 'CtsUsbTests[secondary_user]', '--logcat-on-failure'],
-        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
-        target_module='CtsUsb',
-        target_plan=None,
-        bundle='x86',
-        uri='LATEST',
-        use_jdk9=True,
-        timeout=10800)
-
-parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsUserspaceRebootHostSideTestCases b/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsUserspaceRebootHostSideTestCases
deleted file mode 100644
index b424c67..0000000
--- a/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsUserspaceRebootHostSideTestCases
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 2020 The Chromium OS Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-# This file has been automatically generated. Do not edit!
-
-AUTHOR = 'ARC++ Team'
-NAME = 'cheets_CTS_R.11_r2.x86.CtsUserspaceRebootHostSideTestCases'
-ATTRIBUTES = 'suite:arc-cts-r'
-DEPENDENCIES = 'arc, cts_abi_x86'
-JOB_RETRIES = 1
-TEST_TYPE = 'server'
-TIME = 'MEDIUM'
-MAX_RESULT_SIZE_KB = 512000
-DOC = 'Run module CtsUserspaceRebootHostSideTestCases of the Android Compatibility Test Suite (CTS) using x86 ABI in the ARC++ container.'
-
-def run_TS(machine):
-    host_list = [hosts.create_host(machine)]
-    job.run_test(
-        'cheets_CTS_R',
-        hosts=host_list,
-        iterations=1,
-        tag='11_r2.x86.CtsUserspaceRebootHostSideTestCases',
-        test_name='cheets_CTS_R.11_r2.x86.CtsUserspaceRebootHostSideTestCases',
-        run_template=['run', 'commandAndExit', 'cts', '--module', 'CtsUserspaceRebootHostSideTestCases', '--logcat-on-failure'],
-        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
-        target_module='CtsUserspaceRebootHostSideTestCases',
-        target_plan=None,
-        bundle='x86',
-        uri='LATEST',
-        use_jdk9=True,
-        timeout=3600)
-
-parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsUsesLibraryHost b/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsUsesLibraryHost
deleted file mode 100644
index 4d93930..0000000
--- a/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsUsesLibraryHost
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 2020 The Chromium OS Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-# This file has been automatically generated. Do not edit!
-
-AUTHOR = 'ARC++ Team'
-NAME = 'cheets_CTS_R.11_r2.x86.CtsUsesLibraryHost'
-ATTRIBUTES = 'suite:arc-cts-r'
-DEPENDENCIES = 'arc, cts_abi_x86'
-JOB_RETRIES = 1
-TEST_TYPE = 'server'
-TIME = 'MEDIUM'
-MAX_RESULT_SIZE_KB = 512000
-DOC = 'Run module CtsUsesLibraryHostTestCases, CtsUsesLibraryHostTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using x86 ABI in the ARC++ container.'
-
-def run_TS(machine):
-    host_list = [hosts.create_host(machine)]
-    job.run_test(
-        'cheets_CTS_R',
-        hosts=host_list,
-        iterations=1,
-        tag='11_r2.x86.CtsUsesLibraryHost',
-        test_name='cheets_CTS_R.11_r2.x86.CtsUsesLibraryHost',
-        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsUsesLibraryHostTestCases', '--include-filter', 'CtsUsesLibraryHostTestCases[secondary_user]', '--logcat-on-failure'],
-        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
-        target_module='CtsUsesLibraryHost',
-        target_plan=None,
-        bundle='x86',
-        uri='LATEST',
-        use_jdk9=True,
-        timeout=5400)
-
-parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsUtil b/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsUtil
deleted file mode 100644
index 31d621f..0000000
--- a/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsUtil
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 2020 The Chromium OS Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-# This file has been automatically generated. Do not edit!
-
-AUTHOR = 'ARC++ Team'
-NAME = 'cheets_CTS_R.11_r2.x86.CtsUtil'
-ATTRIBUTES = 'suite:arc-cts-r'
-DEPENDENCIES = 'arc, cts_abi_x86'
-JOB_RETRIES = 1
-TEST_TYPE = 'server'
-TIME = 'MEDIUM'
-MAX_RESULT_SIZE_KB = 512000
-DOC = 'Run module CtsUtilTestCases, CtsUtilTestCases[instant], CtsUtilTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using x86 ABI in the ARC++ container.'
-
-def run_TS(machine):
-    host_list = [hosts.create_host(machine)]
-    job.run_test(
-        'cheets_CTS_R',
-        hosts=host_list,
-        iterations=1,
-        tag='11_r2.x86.CtsUtil',
-        test_name='cheets_CTS_R.11_r2.x86.CtsUtil',
-        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsUtilTestCases', '--include-filter', 'CtsUtilTestCases[instant]', '--include-filter', 'CtsUtilTestCases[secondary_user]', '--logcat-on-failure'],
-        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
-        target_module='CtsUtil',
-        target_plan=None,
-        bundle='x86',
-        uri='LATEST',
-        use_jdk9=True,
-        timeout=7200)
-
-parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsVideo b/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsVideo
deleted file mode 100644
index 226666d..0000000
--- a/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsVideo
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 2020 The Chromium OS Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-# This file has been automatically generated. Do not edit!
-
-AUTHOR = 'ARC++ Team'
-NAME = 'cheets_CTS_R.11_r2.x86.CtsVideo'
-ATTRIBUTES = 'suite:arc-cts-r'
-DEPENDENCIES = 'arc, cts_abi_x86'
-JOB_RETRIES = 1
-TEST_TYPE = 'server'
-TIME = 'MEDIUM'
-MAX_RESULT_SIZE_KB = 512000
-DOC = 'Run module CtsVideoTestCases, CtsVideoTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using x86 ABI in the ARC++ container.'
-
-def run_TS(machine):
-    host_list = [hosts.create_host(machine)]
-    job.run_test(
-        'cheets_CTS_R',
-        hosts=host_list,
-        iterations=1,
-        tag='11_r2.x86.CtsVideo',
-        test_name='cheets_CTS_R.11_r2.x86.CtsVideo',
-        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsVideoTestCases', '--include-filter', 'CtsVideoTestCases[secondary_user]', '--logcat-on-failure'],
-        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
-        target_module='CtsVideo',
-        target_plan=None,
-        bundle='x86',
-        uri='LATEST',
-        use_jdk9=True,
-        timeout=9000)
-
-parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsView b/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsView
deleted file mode 100644
index b953a45..0000000
--- a/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsView
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 2020 The Chromium OS Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-# This file has been automatically generated. Do not edit!
-
-AUTHOR = 'ARC++ Team'
-NAME = 'cheets_CTS_R.11_r2.x86.CtsView'
-ATTRIBUTES = 'suite:arc-cts-r'
-DEPENDENCIES = 'arc, cts_abi_x86'
-JOB_RETRIES = 1
-TEST_TYPE = 'server'
-TIME = 'MEDIUM'
-MAX_RESULT_SIZE_KB = 512000
-DOC = 'Run module CtsViewInspectorAnnotationProcessorTestCases, CtsViewInspectorAnnotationProcessorTestCases[instant], CtsViewInspectorAnnotationProcessorTestCases[secondary_user], CtsViewTestCases, CtsViewTestCasesSdk28, CtsViewTestCasesSdk28[instant], CtsViewTestCasesSdk28[secondary_user], CtsViewTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using x86 ABI in the ARC++ container.'
-
-def run_TS(machine):
-    host_list = [hosts.create_host(machine)]
-    job.run_test(
-        'cheets_CTS_R',
-        hosts=host_list,
-        iterations=1,
-        tag='11_r2.x86.CtsView',
-        test_name='cheets_CTS_R.11_r2.x86.CtsView',
-        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsViewInspectorAnnotationProcessorTestCases', '--include-filter', 'CtsViewInspectorAnnotationProcessorTestCases[instant]', '--include-filter', 'CtsViewInspectorAnnotationProcessorTestCases[secondary_user]', '--include-filter', 'CtsViewTestCases', '--include-filter', 'CtsViewTestCasesSdk28', '--include-filter', 'CtsViewTestCasesSdk28[instant]', '--include-filter', 'CtsViewTestCasesSdk28[secondary_user]', '--include-filter', 'CtsViewTestCases[secondary_user]', '--logcat-on-failure'],
-        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
-        target_module='CtsView',
-        target_plan=None,
-        bundle='x86',
-        uri='LATEST',
-        use_jdk9=True,
-        timeout=16200)
-
-parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsVoice b/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsVoice
deleted file mode 100644
index 01f5e5c..0000000
--- a/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsVoice
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 2020 The Chromium OS Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-# This file has been automatically generated. Do not edit!
-
-AUTHOR = 'ARC++ Team'
-NAME = 'cheets_CTS_R.11_r2.x86.CtsVoice'
-ATTRIBUTES = 'suite:arc-cts-r'
-DEPENDENCIES = 'arc, cts_abi_x86'
-JOB_RETRIES = 1
-TEST_TYPE = 'server'
-TIME = 'MEDIUM'
-MAX_RESULT_SIZE_KB = 512000
-DOC = 'Run module CtsVoiceInteractionTestCases, CtsVoiceInteractionTestCases[instant], CtsVoiceInteractionTestCases[secondary_user], CtsVoiceSettingsTestCases, CtsVoiceSettingsTestCases[instant], CtsVoiceSettingsTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using x86 ABI in the ARC++ container.'
-
-def run_TS(machine):
-    host_list = [hosts.create_host(machine)]
-    job.run_test(
-        'cheets_CTS_R',
-        hosts=host_list,
-        iterations=1,
-        tag='11_r2.x86.CtsVoice',
-        test_name='cheets_CTS_R.11_r2.x86.CtsVoice',
-        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsVoiceInteractionTestCases', '--include-filter', 'CtsVoiceInteractionTestCases[instant]', '--include-filter', 'CtsVoiceInteractionTestCases[secondary_user]', '--include-filter', 'CtsVoiceSettingsTestCases', '--include-filter', 'CtsVoiceSettingsTestCases[instant]', '--include-filter', 'CtsVoiceSettingsTestCases[secondary_user]', '--logcat-on-failure'],
-        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
-        target_module='CtsVoice',
-        target_plan=None,
-        bundle='x86',
-        uri='LATEST',
-        use_jdk9=True,
-        timeout=12600)
-
-parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsVr b/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsVr
deleted file mode 100644
index c158d57..0000000
--- a/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsVr
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 2020 The Chromium OS Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-# This file has been automatically generated. Do not edit!
-
-AUTHOR = 'ARC++ Team'
-NAME = 'cheets_CTS_R.11_r2.x86.CtsVr'
-ATTRIBUTES = 'suite:arc-cts-r'
-DEPENDENCIES = 'arc, cts_abi_x86'
-JOB_RETRIES = 1
-TEST_TYPE = 'server'
-TIME = 'MEDIUM'
-MAX_RESULT_SIZE_KB = 512000
-DOC = 'Run module CtsVrTestCases, CtsVrTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using x86 ABI in the ARC++ container.'
-
-def run_TS(machine):
-    host_list = [hosts.create_host(machine)]
-    job.run_test(
-        'cheets_CTS_R',
-        hosts=host_list,
-        iterations=1,
-        tag='11_r2.x86.CtsVr',
-        test_name='cheets_CTS_R.11_r2.x86.CtsVr',
-        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsVrTestCases', '--include-filter', 'CtsVrTestCases[secondary_user]', '--logcat-on-failure'],
-        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
-        target_module='CtsVr',
-        target_plan=None,
-        bundle='x86',
-        uri='LATEST',
-        use_jdk9=True,
-        timeout=5400)
-
-parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsWebkit b/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsWebkit
deleted file mode 100644
index f7d94e6..0000000
--- a/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsWebkit
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 2020 The Chromium OS Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-# This file has been automatically generated. Do not edit!
-
-AUTHOR = 'ARC++ Team'
-NAME = 'cheets_CTS_R.11_r2.x86.CtsWebkit'
-ATTRIBUTES = 'suite:arc-cts-r'
-DEPENDENCIES = 'arc, cts_abi_x86'
-JOB_RETRIES = 1
-TEST_TYPE = 'server'
-TIME = 'MEDIUM'
-MAX_RESULT_SIZE_KB = 512000
-DOC = 'Run module CtsWebkitTestCases, CtsWebkitTestCases[instant], CtsWebkitTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using x86 ABI in the ARC++ container.'
-
-def run_TS(machine):
-    host_list = [hosts.create_host(machine)]
-    job.run_test(
-        'cheets_CTS_R',
-        hosts=host_list,
-        iterations=1,
-        tag='11_r2.x86.CtsWebkit',
-        test_name='cheets_CTS_R.11_r2.x86.CtsWebkit',
-        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsWebkitTestCases', '--include-filter', 'CtsWebkitTestCases[instant]', '--include-filter', 'CtsWebkitTestCases[secondary_user]', '--logcat-on-failure'],
-        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
-        target_module='CtsWebkit',
-        target_plan=None,
-        bundle='x86',
-        uri='LATEST',
-        use_jdk9=True,
-        timeout=7200)
-
-parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsWidget b/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsWidget
deleted file mode 100644
index 6caeb36..0000000
--- a/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsWidget
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 2020 The Chromium OS Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-# This file has been automatically generated. Do not edit!
-
-AUTHOR = 'ARC++ Team'
-NAME = 'cheets_CTS_R.11_r2.x86.CtsWidget'
-ATTRIBUTES = 'suite:arc-cts-r'
-DEPENDENCIES = 'arc, cts_abi_x86'
-JOB_RETRIES = 1
-TEST_TYPE = 'server'
-TIME = 'MEDIUM'
-MAX_RESULT_SIZE_KB = 512000
-DOC = 'Run module CtsWidgetTestCases, CtsWidgetTestCases29, CtsWidgetTestCases29[instant], CtsWidgetTestCases29[secondary_user], CtsWidgetTestCases[instant], CtsWidgetTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using x86 ABI in the ARC++ container.'
-
-def run_TS(machine):
-    host_list = [hosts.create_host(machine)]
-    job.run_test(
-        'cheets_CTS_R',
-        hosts=host_list,
-        iterations=1,
-        tag='11_r2.x86.CtsWidget',
-        test_name='cheets_CTS_R.11_r2.x86.CtsWidget',
-        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsWidgetTestCases', '--include-filter', 'CtsWidgetTestCases29', '--include-filter', 'CtsWidgetTestCases29[instant]', '--include-filter', 'CtsWidgetTestCases29[secondary_user]', '--include-filter', 'CtsWidgetTestCases[instant]', '--include-filter', 'CtsWidgetTestCases[secondary_user]', '--logcat-on-failure'],
-        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
-        target_module='CtsWidget',
-        target_plan=None,
-        bundle='x86',
-        uri='LATEST',
-        use_jdk9=True,
-        timeout=18000)
-
-parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsWifi b/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsWifi
deleted file mode 100644
index 63614ab..0000000
--- a/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsWifi
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 2020 The Chromium OS Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-# This file has been automatically generated. Do not edit!
-
-AUTHOR = 'ARC++ Team'
-NAME = 'cheets_CTS_R.11_r2.x86.CtsWifi'
-ATTRIBUTES = 'suite:arc-cts-r'
-DEPENDENCIES = 'arc, cts_abi_x86'
-JOB_RETRIES = 1
-TEST_TYPE = 'server'
-TIME = 'MEDIUM'
-MAX_RESULT_SIZE_KB = 512000
-DOC = 'Run module CtsWifiBroadcastsHostTestCases, CtsWifiBroadcastsHostTestCases[instant], CtsWifiBroadcastsHostTestCases[secondary_user], CtsWifiTestCases, CtsWifiTestCases[instant], CtsWifiTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using x86 ABI in the ARC++ container.'
-
-def run_TS(machine):
-    host_list = [hosts.create_host(machine)]
-    job.run_test(
-        'cheets_CTS_R',
-        hosts=host_list,
-        iterations=1,
-        tag='11_r2.x86.CtsWifi',
-        test_name='cheets_CTS_R.11_r2.x86.CtsWifi',
-        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsWifiBroadcastsHostTestCases', '--include-filter', 'CtsWifiBroadcastsHostTestCases[instant]', '--include-filter', 'CtsWifiBroadcastsHostTestCases[secondary_user]', '--include-filter', 'CtsWifiTestCases', '--include-filter', 'CtsWifiTestCases[instant]', '--include-filter', 'CtsWifiTestCases[secondary_user]', '--logcat-on-failure'],
-        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
-        target_module='CtsWifi',
-        target_plan=None,
-        bundle='x86',
-        uri='LATEST',
-        use_jdk9=True,
-        timeout=12600)
-
-parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsWindowManager b/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsWindowManager
deleted file mode 100644
index 52f65fc..0000000
--- a/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsWindowManager
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 2020 The Chromium OS Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-# This file has been automatically generated. Do not edit!
-
-AUTHOR = 'ARC++ Team'
-NAME = 'cheets_CTS_R.11_r2.x86.CtsWindowManager'
-ATTRIBUTES = 'suite:arc-cts-r'
-DEPENDENCIES = 'arc, cts_abi_x86'
-JOB_RETRIES = 1
-TEST_TYPE = 'server'
-TIME = 'MEDIUM'
-MAX_RESULT_SIZE_KB = 512000
-DOC = 'Run module CtsWindowManagerDeviceTestCases, CtsWindowManagerDeviceTestCases[secondary_user], CtsWindowManagerJetpackTestCases, CtsWindowManagerJetpackTestCases[secondary_user], CtsWindowManagerSdk25TestCases, CtsWindowManagerSdk25TestCases[secondary_user], CtsWindowManagerSdk28TestCases, CtsWindowManagerSdk28TestCases[secondary_user], CtsWindowManagerSdk29TestCases, CtsWindowManagerSdk29TestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using x86 ABI in the ARC++ container.'
-
-def run_TS(machine):
-    host_list = [hosts.create_host(machine)]
-    job.run_test(
-        'cheets_CTS_R',
-        hosts=host_list,
-        iterations=1,
-        tag='11_r2.x86.CtsWindowManager',
-        test_name='cheets_CTS_R.11_r2.x86.CtsWindowManager',
-        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsWindowManagerDeviceTestCases', '--include-filter', 'CtsWindowManagerDeviceTestCases[secondary_user]', '--include-filter', 'CtsWindowManagerJetpackTestCases', '--include-filter', 'CtsWindowManagerJetpackTestCases[secondary_user]', '--include-filter', 'CtsWindowManagerSdk25TestCases', '--include-filter', 'CtsWindowManagerSdk25TestCases[secondary_user]', '--include-filter', 'CtsWindowManagerSdk28TestCases', '--include-filter', 'CtsWindowManagerSdk28TestCases[secondary_user]', '--include-filter', 'CtsWindowManagerSdk29TestCases', '--include-filter', 'CtsWindowManagerSdk29TestCases[secondary_user]', '--logcat-on-failure'],
-        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
-        target_module='CtsWindowManager',
-        target_plan=None,
-        bundle='x86',
-        uri='LATEST',
-        use_jdk9=True,
-        timeout=19800)
-
-parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsWindowManager.A b/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsWindowManager.A
deleted file mode 100644
index 89db0a2..0000000
--- a/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsWindowManager.A
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 2020 The Chromium OS Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-# This file has been automatically generated. Do not edit!
-
-AUTHOR = 'ARC++ Team'
-NAME = 'cheets_CTS_R.11_r2.x86.CtsWindowManager.A'
-ATTRIBUTES = 'suite:arc-cts-r'
-DEPENDENCIES = 'arc, cts_abi_x86'
-JOB_RETRIES = 1
-TEST_TYPE = 'server'
-TIME = 'MEDIUM'
-MAX_RESULT_SIZE_KB = 512000
-DOC = 'Run module CtsWindowManager.A of the Android Compatibility Test Suite (CTS) using x86 ABI in the ARC++ container.'
-
-def run_TS(machine):
-    host_list = [hosts.create_host(machine)]
-    job.run_test(
-        'cheets_CTS_R',
-        hosts=host_list,
-        iterations=1,
-        tag='11_r2.x86.CtsWindowManager.A',
-        test_name='cheets_CTS_R.11_r2.x86.CtsWindowManager.A',
-        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsWindowManagerDeviceTestCases android.server.wm.ActivityManagerGetConfigTests', '--include-filter', 'CtsWindowManagerDeviceTestCases android.server.wm.ActivityMetricsLoggerTests', '--include-filter', 'CtsWindowManagerDeviceTestCases android.server.wm.ActivityTaskAffinityTests', '--include-filter', 'CtsWindowManagerDeviceTestCases android.server.wm.ActivityTransitionTests', '--include-filter', 'CtsWindowManagerDeviceTestCases android.server.wm.ActivityViewTest', '--include-filter', 'CtsWindowManagerDeviceTestCases android.server.wm.ActivityVisibilityTests', '--include-filter', 'CtsWindowManagerDeviceTestCases android.server.wm.AddWindowAsUserTest', '--include-filter', 'CtsWindowManagerDeviceTestCases android.server.wm.AlertWindowsAppOpsTests', '--include-filter', 'CtsWindowManagerDeviceTestCases android.server.wm.AlertWindowsImportanceTests', '--include-filter', 'CtsWindowManagerDeviceTestCases android.server.wm.AlertWindowsTests', '--include-filter', 'CtsWindowManagerDeviceTestCases android.server.wm.AmProfileTests', '--include-filter', 'CtsWindowManagerDeviceTestCases android.server.wm.AmStartOptionsTests', '--include-filter', 'CtsWindowManagerDeviceTestCases android.server.wm.AnrTests', '--include-filter', 'CtsWindowManagerDeviceTestCases android.server.wm.AppConfigurationTests', '--include-filter', 'CtsWindowManagerDeviceTestCases android.server.wm.AspectRatioTests', '--include-filter', 'CtsWindowManagerDeviceTestCases android.server.wm.AssistantStackTests', '--logcat-on-failure'],
-        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
-        target_module='CtsWindowManagerDeviceTestCases',
-        target_plan=None,
-        bundle='x86',
-        uri='gs://chromeos-arc-images/cts/bundle/R/android-cts-6922707-linux_x86-x86.zip',
-        use_jdk9=True,
-        timeout=3600)
-
-parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsWindowManager.C b/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsWindowManager.C
deleted file mode 100644
index 5117448..0000000
--- a/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsWindowManager.C
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 2020 The Chromium OS Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-# This file has been automatically generated. Do not edit!
-
-AUTHOR = 'ARC++ Team'
-NAME = 'cheets_CTS_R.11_r2.x86.CtsWindowManager.C'
-ATTRIBUTES = 'suite:arc-cts-r'
-DEPENDENCIES = 'arc, cts_abi_x86'
-JOB_RETRIES = 1
-TEST_TYPE = 'server'
-TIME = 'MEDIUM'
-MAX_RESULT_SIZE_KB = 512000
-DOC = 'Run module CtsWindowManager.C of the Android Compatibility Test Suite (CTS) using x86 ABI in the ARC++ container.'
-
-def run_TS(machine):
-    host_list = [hosts.create_host(machine)]
-    job.run_test(
-        'cheets_CTS_R',
-        hosts=host_list,
-        iterations=1,
-        tag='11_r2.x86.CtsWindowManager.C',
-        test_name='cheets_CTS_R.11_r2.x86.CtsWindowManager.C',
-        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsWindowManagerDeviceTestCases android.server.wm.CloseOnOutsideTests', '--include-filter', 'CtsWindowManagerDeviceTestCases android.server.wm.ConfigChangeTests', '--include-filter', 'CtsWindowManagerDeviceTestCases android.server.wm.CrossAppDragAndDropTests', '--logcat-on-failure'],
-        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
-        target_module='CtsWindowManagerDeviceTestCases',
-        target_plan=None,
-        bundle='x86',
-        uri='gs://chromeos-arc-images/cts/bundle/R/android-cts-6922707-linux_x86-x86.zip',
-        use_jdk9=True,
-        timeout=3600)
-
-parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsWindowManager.D b/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsWindowManager.D
deleted file mode 100644
index 87665f3..0000000
--- a/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsWindowManager.D
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 2020 The Chromium OS Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-# This file has been automatically generated. Do not edit!
-
-AUTHOR = 'ARC++ Team'
-NAME = 'cheets_CTS_R.11_r2.x86.CtsWindowManager.D'
-ATTRIBUTES = 'suite:arc-cts-r'
-DEPENDENCIES = 'arc, cts_abi_x86'
-JOB_RETRIES = 1
-TEST_TYPE = 'server'
-TIME = 'MEDIUM'
-MAX_RESULT_SIZE_KB = 512000
-DOC = 'Run module CtsWindowManager.D of the Android Compatibility Test Suite (CTS) using x86 ABI in the ARC++ container.'
-
-def run_TS(machine):
-    host_list = [hosts.create_host(machine)]
-    job.run_test(
-        'cheets_CTS_R',
-        hosts=host_list,
-        iterations=1,
-        tag='11_r2.x86.CtsWindowManager.D',
-        test_name='cheets_CTS_R.11_r2.x86.CtsWindowManager.D',
-        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsWindowManagerDeviceTestCases android.server.wm.DecorInsetTests', '--include-filter', 'CtsWindowManagerDeviceTestCases android.server.wm.DeprecatedTargetSdkTest', '--include-filter', 'CtsWindowManagerDeviceTestCases android.server.wm.DialogFrameTests', '--include-filter', 'CtsWindowManagerDeviceTestCases android.server.wm.DisplayCutoutTests', '--include-filter', 'CtsWindowManagerDeviceTestCases android.server.wm.DisplaySizeTest', '--include-filter', 'CtsWindowManagerDeviceTestCases android.server.wm.DisplayTests', '--include-filter', 'CtsWindowManagerDeviceTestCases android.server.wm.DragDropTest', '--include-filter', 'CtsWindowManagerDeviceTestCases android.server.wm.DreamManagerServiceTests', '--logcat-on-failure'],
-        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
-        target_module='CtsWindowManagerDeviceTestCases',
-        target_plan=None,
-        bundle='x86',
-        uri='gs://chromeos-arc-images/cts/bundle/R/android-cts-6922707-linux_x86-x86.zip',
-        use_jdk9=True,
-        timeout=3600)
-
-parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsWindowManager.Ensure b/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsWindowManager.Ensure
deleted file mode 100644
index c09cfb1..0000000
--- a/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsWindowManager.Ensure
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 2020 The Chromium OS Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-# This file has been automatically generated. Do not edit!
-
-AUTHOR = 'ARC++ Team'
-NAME = 'cheets_CTS_R.11_r2.x86.CtsWindowManager.Ensure'
-ATTRIBUTES = 'suite:arc-cts-r'
-DEPENDENCIES = 'arc, cts_abi_x86'
-JOB_RETRIES = 1
-TEST_TYPE = 'server'
-TIME = 'MEDIUM'
-MAX_RESULT_SIZE_KB = 512000
-DOC = 'Run module CtsWindowManager.Ensure of the Android Compatibility Test Suite (CTS) using x86 ABI in the ARC++ container.'
-
-def run_TS(machine):
-    host_list = [hosts.create_host(machine)]
-    job.run_test(
-        'cheets_CTS_R',
-        hosts=host_list,
-        iterations=1,
-        tag='11_r2.x86.CtsWindowManager.Ensure',
-        test_name='cheets_CTS_R.11_r2.x86.CtsWindowManager.Ensure',
-        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsWindowManagerDeviceTestCases android.server.wm.EnsureBarContrastTest', '--logcat-on-failure'],
-        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
-        target_module='CtsWindowManagerDeviceTestCases',
-        target_plan=None,
-        bundle='x86',
-        uri='gs://chromeos-arc-images/cts/bundle/R/android-cts-6922707-linux_x86-x86.zip',
-        use_jdk9=True,
-        timeout=3600)
-
-parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsWindowManager.F b/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsWindowManager.F
deleted file mode 100644
index b43d71a..0000000
--- a/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsWindowManager.F
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 2020 The Chromium OS Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-# This file has been automatically generated. Do not edit!
-
-AUTHOR = 'ARC++ Team'
-NAME = 'cheets_CTS_R.11_r2.x86.CtsWindowManager.F'
-ATTRIBUTES = 'suite:arc-cts-r'
-DEPENDENCIES = 'arc, cts_abi_x86'
-JOB_RETRIES = 1
-TEST_TYPE = 'server'
-TIME = 'MEDIUM'
-MAX_RESULT_SIZE_KB = 512000
-DOC = 'Run module CtsWindowManager.F of the Android Compatibility Test Suite (CTS) using x86 ABI in the ARC++ container.'
-
-def run_TS(machine):
-    host_list = [hosts.create_host(machine)]
-    job.run_test(
-        'cheets_CTS_R',
-        hosts=host_list,
-        iterations=1,
-        tag='11_r2.x86.CtsWindowManager.F',
-        test_name='cheets_CTS_R.11_r2.x86.CtsWindowManager.F',
-        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsWindowManagerDeviceTestCases android.server.wm.ForceRelayoutTest', '--include-filter', 'CtsWindowManagerDeviceTestCases android.server.wm.FreeformWindowingModeTests', '--logcat-on-failure'],
-        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
-        target_module='CtsWindowManagerDeviceTestCases',
-        target_plan=None,
-        bundle='x86',
-        uri='gs://chromeos-arc-images/cts/bundle/R/android-cts-6922707-linux_x86-x86.zip',
-        use_jdk9=True,
-        timeout=3600)
-
-parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsWindowManager.L b/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsWindowManager.L
deleted file mode 100644
index a1dfb0d..0000000
--- a/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsWindowManager.L
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 2020 The Chromium OS Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-# This file has been automatically generated. Do not edit!
-
-AUTHOR = 'ARC++ Team'
-NAME = 'cheets_CTS_R.11_r2.x86.CtsWindowManager.L'
-ATTRIBUTES = 'suite:arc-cts-r'
-DEPENDENCIES = 'arc, cts_abi_x86'
-JOB_RETRIES = 1
-TEST_TYPE = 'server'
-TIME = 'MEDIUM'
-MAX_RESULT_SIZE_KB = 512000
-DOC = 'Run module CtsWindowManager.L of the Android Compatibility Test Suite (CTS) using x86 ABI in the ARC++ container.'
-
-def run_TS(machine):
-    host_list = [hosts.create_host(machine)]
-    job.run_test(
-        'cheets_CTS_R',
-        hosts=host_list,
-        iterations=1,
-        tag='11_r2.x86.CtsWindowManager.L',
-        test_name='cheets_CTS_R.11_r2.x86.CtsWindowManager.L',
-        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsWindowManagerDeviceTestCases android.server.wm.LayoutTests', '--include-filter', 'CtsWindowManagerDeviceTestCases android.server.wm.LocationInWindowTests', '--include-filter', 'CtsWindowManagerDeviceTestCases android.server.wm.LocationOnScreenTests', '--logcat-on-failure'],
-        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
-        target_module='CtsWindowManagerDeviceTestCases',
-        target_plan=None,
-        bundle='x86',
-        uri='gs://chromeos-arc-images/cts/bundle/R/android-cts-6922707-linux_x86-x86.zip',
-        use_jdk9=True,
-        timeout=3600)
-
-parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsWindowManager.M b/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsWindowManager.M
deleted file mode 100644
index b9911f0..0000000
--- a/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsWindowManager.M
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 2020 The Chromium OS Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-# This file has been automatically generated. Do not edit!
-
-AUTHOR = 'ARC++ Team'
-NAME = 'cheets_CTS_R.11_r2.x86.CtsWindowManager.M'
-ATTRIBUTES = 'suite:arc-cts-r'
-DEPENDENCIES = 'arc, cts_abi_x86'
-JOB_RETRIES = 1
-TEST_TYPE = 'server'
-TIME = 'MEDIUM'
-MAX_RESULT_SIZE_KB = 512000
-DOC = 'Run module CtsWindowManager.M of the Android Compatibility Test Suite (CTS) using x86 ABI in the ARC++ container.'
-
-def run_TS(machine):
-    host_list = [hosts.create_host(machine)]
-    job.run_test(
-        'cheets_CTS_R',
-        hosts=host_list,
-        iterations=1,
-        tag='11_r2.x86.CtsWindowManager.M',
-        test_name='cheets_CTS_R.11_r2.x86.CtsWindowManager.M',
-        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsWindowManagerDeviceTestCases android.server.wm.ManifestLayoutTests', '--include-filter', 'CtsWindowManagerDeviceTestCases android.server.wm.MinimalPostProcessingTests', '--include-filter', 'CtsWindowManagerDeviceTestCases android.server.wm.MultiDisplayActivityLaunchTests', '--include-filter', 'CtsWindowManagerDeviceTestCases android.server.wm.MultiDisplayClientTests', '--include-filter', 'CtsWindowManagerDeviceTestCases android.server.wm.MultiDisplayKeyguardTests', '--include-filter', 'CtsWindowManagerDeviceTestCases android.server.wm.MultiDisplayLockedKeyguardTests', '--include-filter', 'CtsWindowManagerDeviceTestCases android.server.wm.MultiDisplayPolicyTests', '--include-filter', 'CtsWindowManagerDeviceTestCases android.server.wm.MultiDisplayPrivateDisplayTests', '--include-filter', 'CtsWindowManagerDeviceTestCases android.server.wm.MultiDisplaySecurityTests', '--include-filter', 'CtsWindowManagerDeviceTestCases android.server.wm.MultiDisplaySystemDecorationTests', '--logcat-on-failure'],
-        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
-        target_module='CtsWindowManagerDeviceTestCases',
-        target_plan=None,
-        bundle='x86',
-        uri='gs://chromeos-arc-images/cts/bundle/R/android-cts-6922707-linux_x86-x86.zip',
-        use_jdk9=True,
-        timeout=3600)
-
-parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsWindowManager.Override b/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsWindowManager.Override
deleted file mode 100644
index 55e2d19..0000000
--- a/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsWindowManager.Override
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 2020 The Chromium OS Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-# This file has been automatically generated. Do not edit!
-
-AUTHOR = 'ARC++ Team'
-NAME = 'cheets_CTS_R.11_r2.x86.CtsWindowManager.Override'
-ATTRIBUTES = 'suite:arc-cts-r'
-DEPENDENCIES = 'arc, cts_abi_x86'
-JOB_RETRIES = 1
-TEST_TYPE = 'server'
-TIME = 'MEDIUM'
-MAX_RESULT_SIZE_KB = 512000
-DOC = 'Run module CtsWindowManager.Override of the Android Compatibility Test Suite (CTS) using x86 ABI in the ARC++ container.'
-
-def run_TS(machine):
-    host_list = [hosts.create_host(machine)]
-    job.run_test(
-        'cheets_CTS_R',
-        hosts=host_list,
-        iterations=1,
-        tag='11_r2.x86.CtsWindowManager.Override',
-        test_name='cheets_CTS_R.11_r2.x86.CtsWindowManager.Override',
-        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsWindowManagerDeviceTestCases android.server.wm.OverrideConfigTests', '--logcat-on-failure'],
-        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
-        target_module='CtsWindowManagerDeviceTestCases',
-        target_plan=None,
-        bundle='x86',
-        uri='gs://chromeos-arc-images/cts/bundle/R/android-cts-6922707-linux_x86-x86.zip',
-        use_jdk9=True,
-        timeout=3600)
-
-parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsWindowManager.P b/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsWindowManager.P
deleted file mode 100644
index a40966d..0000000
--- a/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsWindowManager.P
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 2020 The Chromium OS Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-# This file has been automatically generated. Do not edit!
-
-AUTHOR = 'ARC++ Team'
-NAME = 'cheets_CTS_R.11_r2.x86.CtsWindowManager.P'
-ATTRIBUTES = 'suite:arc-cts-r'
-DEPENDENCIES = 'arc, cts_abi_x86'
-JOB_RETRIES = 1
-TEST_TYPE = 'server'
-TIME = 'MEDIUM'
-MAX_RESULT_SIZE_KB = 512000
-DOC = 'Run module CtsWindowManager.P of the Android Compatibility Test Suite (CTS) using x86 ABI in the ARC++ container.'
-
-def run_TS(machine):
-    host_list = [hosts.create_host(machine)]
-    job.run_test(
-        'cheets_CTS_R',
-        hosts=host_list,
-        iterations=1,
-        tag='11_r2.x86.CtsWindowManager.P',
-        test_name='cheets_CTS_R.11_r2.x86.CtsWindowManager.P',
-        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsWindowManagerDeviceTestCases android.server.wm.PinnedStackTests', '--include-filter', 'CtsWindowManagerDeviceTestCases android.server.wm.PrereleaseSdkTest', '--include-filter', 'CtsWindowManagerDeviceTestCases android.server.wm.PresentationTest', '--logcat-on-failure'],
-        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
-        target_module='CtsWindowManagerDeviceTestCases',
-        target_plan=None,
-        bundle='x86',
-        uri='gs://chromeos-arc-images/cts/bundle/R/android-cts-6922707-linux_x86-x86.zip',
-        use_jdk9=True,
-        timeout=3600)
-
-parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsWindowManager.R b/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsWindowManager.R
deleted file mode 100644
index 5085ba6..0000000
--- a/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsWindowManager.R
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 2020 The Chromium OS Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-# This file has been automatically generated. Do not edit!
-
-AUTHOR = 'ARC++ Team'
-NAME = 'cheets_CTS_R.11_r2.x86.CtsWindowManager.R'
-ATTRIBUTES = 'suite:arc-cts-r'
-DEPENDENCIES = 'arc, cts_abi_x86'
-JOB_RETRIES = 1
-TEST_TYPE = 'server'
-TIME = 'MEDIUM'
-MAX_RESULT_SIZE_KB = 512000
-DOC = 'Run module CtsWindowManager.R of the Android Compatibility Test Suite (CTS) using x86 ABI in the ARC++ container.'
-
-def run_TS(machine):
-    host_list = [hosts.create_host(machine)]
-    job.run_test(
-        'cheets_CTS_R',
-        hosts=host_list,
-        iterations=1,
-        tag='11_r2.x86.CtsWindowManager.R',
-        test_name='cheets_CTS_R.11_r2.x86.CtsWindowManager.R',
-        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsWindowManagerDeviceTestCases android.server.wm.ReplaceWindowTests', '--include-filter', 'CtsWindowManagerDeviceTestCases android.server.wm.RobustnessTests', '--logcat-on-failure'],
-        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
-        target_module='CtsWindowManagerDeviceTestCases',
-        target_plan=None,
-        bundle='x86',
-        uri='gs://chromeos-arc-images/cts/bundle/R/android-cts-6922707-linux_x86-x86.zip',
-        use_jdk9=True,
-        timeout=3600)
-
-parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsWindowManager.S b/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsWindowManager.S
deleted file mode 100644
index bd88ffa..0000000
--- a/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsWindowManager.S
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 2020 The Chromium OS Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-# This file has been automatically generated. Do not edit!
-
-AUTHOR = 'ARC++ Team'
-NAME = 'cheets_CTS_R.11_r2.x86.CtsWindowManager.S'
-ATTRIBUTES = 'suite:arc-cts-r'
-DEPENDENCIES = 'arc, cts_abi_x86'
-JOB_RETRIES = 1
-TEST_TYPE = 'server'
-TIME = 'MEDIUM'
-MAX_RESULT_SIZE_KB = 512000
-DOC = 'Run module CtsWindowManager.S of the Android Compatibility Test Suite (CTS) using x86 ABI in the ARC++ container.'
-
-def run_TS(machine):
-    host_list = [hosts.create_host(machine)]
-    job.run_test(
-        'cheets_CTS_R',
-        hosts=host_list,
-        iterations=1,
-        tag='11_r2.x86.CtsWindowManager.S',
-        test_name='cheets_CTS_R.11_r2.x86.CtsWindowManager.S',
-        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsWindowManagerDeviceTestCases android.server.wm.SplashscreenTests', '--include-filter', 'CtsWindowManagerDeviceTestCases android.server.wm.SplitScreenTests', '--include-filter', 'CtsWindowManagerDeviceTestCases android.server.wm.StartActivityAsUserTests', '--include-filter', 'CtsWindowManagerDeviceTestCases android.server.wm.StartActivityTests', '--include-filter', 'CtsWindowManagerDeviceTestCases android.server.wm.SurfaceControlTest', '--include-filter', 'CtsWindowManagerDeviceTestCases android.server.wm.SurfaceControlViewHostTests', '--include-filter', 'CtsWindowManagerDeviceTestCases android.server.wm.SurfaceViewSurfaceValidatorTest', '--include-filter', 'CtsWindowManagerDeviceTestCases android.server.wm.SurfaceViewTest', '--logcat-on-failure'],
-        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
-        target_module='CtsWindowManagerDeviceTestCases',
-        target_plan=None,
-        bundle='x86',
-        uri='gs://chromeos-arc-images/cts/bundle/R/android-cts-6922707-linux_x86-x86.zip',
-        use_jdk9=True,
-        timeout=3600)
-
-parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsWindowManager.T b/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsWindowManager.T
deleted file mode 100644
index e268c2f..0000000
--- a/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsWindowManager.T
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 2020 The Chromium OS Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-# This file has been automatically generated. Do not edit!
-
-AUTHOR = 'ARC++ Team'
-NAME = 'cheets_CTS_R.11_r2.x86.CtsWindowManager.T'
-ATTRIBUTES = 'suite:arc-cts-r'
-DEPENDENCIES = 'arc, cts_abi_x86'
-JOB_RETRIES = 1
-TEST_TYPE = 'server'
-TIME = 'MEDIUM'
-MAX_RESULT_SIZE_KB = 512000
-DOC = 'Run module CtsWindowManager.T of the Android Compatibility Test Suite (CTS) using x86 ABI in the ARC++ container.'
-
-def run_TS(machine):
-    host_list = [hosts.create_host(machine)]
-    job.run_test(
-        'cheets_CTS_R',
-        hosts=host_list,
-        iterations=1,
-        tag='11_r2.x86.CtsWindowManager.T',
-        test_name='cheets_CTS_R.11_r2.x86.CtsWindowManager.T',
-        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsWindowManagerDeviceTestCases android.server.wm.ToastWindowTest', '--include-filter', 'CtsWindowManagerDeviceTestCases android.server.wm.TransitionSelectionTests', '--logcat-on-failure'],
-        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
-        target_module='CtsWindowManagerDeviceTestCases',
-        target_plan=None,
-        bundle='x86',
-        uri='gs://chromeos-arc-images/cts/bundle/R/android-cts-6922707-linux_x86-x86.zip',
-        use_jdk9=True,
-        timeout=3600)
-
-parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsWindowManager.Window b/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsWindowManager.Window
deleted file mode 100644
index 679d3ba..0000000
--- a/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsWindowManager.Window
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 2020 The Chromium OS Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-# This file has been automatically generated. Do not edit!
-
-AUTHOR = 'ARC++ Team'
-NAME = 'cheets_CTS_R.11_r2.x86.CtsWindowManager.Window'
-ATTRIBUTES = 'suite:arc-cts-r'
-DEPENDENCIES = 'arc, cts_abi_x86'
-JOB_RETRIES = 1
-TEST_TYPE = 'server'
-TIME = 'MEDIUM'
-MAX_RESULT_SIZE_KB = 512000
-DOC = 'Run module CtsWindowManager.Window of the Android Compatibility Test Suite (CTS) using x86 ABI in the ARC++ container.'
-
-def run_TS(machine):
-    host_list = [hosts.create_host(machine)]
-    job.run_test(
-        'cheets_CTS_R',
-        hosts=host_list,
-        iterations=1,
-        tag='11_r2.x86.CtsWindowManager.Window',
-        test_name='cheets_CTS_R.11_r2.x86.CtsWindowManager.Window',
-        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsWindowManagerDeviceTestCases android.server.wm.WindowContextPolicyTests', '--include-filter', 'CtsWindowManagerDeviceTestCases android.server.wm.WindowContextTests', '--include-filter', 'CtsWindowManagerDeviceTestCases android.server.wm.WindowFocusTests', '--include-filter', 'CtsWindowManagerDeviceTestCases android.server.wm.WindowInputTests', '--include-filter', 'CtsWindowManagerDeviceTestCases android.server.wm.WindowInsetsAnimationCallbackTests', '--include-filter', 'CtsWindowManagerDeviceTestCases android.server.wm.WindowInsetsAnimationControllerTests', '--include-filter', 'CtsWindowManagerDeviceTestCases android.server.wm.WindowInsetsAnimationImeTests', '--include-filter', 'CtsWindowManagerDeviceTestCases android.server.wm.WindowInsetsAnimationSynchronicityTests', '--include-filter', 'CtsWindowManagerDeviceTestCases android.server.wm.WindowInsetsAnimationTests', '--include-filter', 'CtsWindowManagerDeviceTestCases android.server.wm.WindowInsetsControllerTests', '--include-filter', 'CtsWindowManagerDeviceTestCases android.server.wm.WindowInsetsLayoutTests', '--include-filter', 'CtsWindowManagerDeviceTestCases android.server.wm.WindowInsetsPolicyTest', '--include-filter', 'CtsWindowManagerDeviceTestCases android.server.wm.WindowInsetsTest', '--include-filter', 'CtsWindowManagerDeviceTestCases android.server.wm.WindowManager_BadTokenExceptionTest', '--include-filter', 'CtsWindowManagerDeviceTestCases android.server.wm.WindowManager_LayoutParamsTest', '--include-filter', 'CtsWindowManagerDeviceTestCases android.server.wm.WindowMetricsTests', '--include-filter', 'CtsWindowManagerDeviceTestCases android.server.wm.WindowTest', '--logcat-on-failure'],
-        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
-        target_module='CtsWindowManagerDeviceTestCases',
-        target_plan=None,
-        bundle='x86',
-        uri='gs://chromeos-arc-images/cts/bundle/R/android-cts-6922707-linux_x86-x86.zip',
-        use_jdk9=True,
-        timeout=3600)
-
-parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsWindowManager.intent b/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsWindowManager.intent
deleted file mode 100644
index 2c9988e..0000000
--- a/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsWindowManager.intent
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 2020 The Chromium OS Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-# This file has been automatically generated. Do not edit!
-
-AUTHOR = 'ARC++ Team'
-NAME = 'cheets_CTS_R.11_r2.x86.CtsWindowManager.intent'
-ATTRIBUTES = 'suite:arc-cts-r'
-DEPENDENCIES = 'arc, cts_abi_x86'
-JOB_RETRIES = 1
-TEST_TYPE = 'server'
-TIME = 'MEDIUM'
-MAX_RESULT_SIZE_KB = 512000
-DOC = 'Run module CtsWindowManager.intent of the Android Compatibility Test Suite (CTS) using x86 ABI in the ARC++ container.'
-
-def run_TS(machine):
-    host_list = [hosts.create_host(machine)]
-    job.run_test(
-        'cheets_CTS_R',
-        hosts=host_list,
-        iterations=1,
-        tag='11_r2.x86.CtsWindowManager.intent',
-        test_name='cheets_CTS_R.11_r2.x86.CtsWindowManager.intent',
-        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsWindowManagerDeviceTestCases android.server.wm.intent.IntentGenerationTests', '--include-filter', 'CtsWindowManagerDeviceTestCases android.server.wm.intent.IntentTests', '--logcat-on-failure'],
-        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
-        target_module='CtsWindowManagerDeviceTestCases',
-        target_plan=None,
-        bundle='x86',
-        uri='gs://chromeos-arc-images/cts/bundle/R/android-cts-6922707-linux_x86-x86.zip',
-        use_jdk9=True,
-        timeout=3600)
-
-parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsWindowManager.lifecycle b/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsWindowManager.lifecycle
deleted file mode 100644
index a70bfa9..0000000
--- a/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsWindowManager.lifecycle
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 2020 The Chromium OS Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-# This file has been automatically generated. Do not edit!
-
-AUTHOR = 'ARC++ Team'
-NAME = 'cheets_CTS_R.11_r2.x86.CtsWindowManager.lifecycle'
-ATTRIBUTES = 'suite:arc-cts-r'
-DEPENDENCIES = 'arc, cts_abi_x86'
-JOB_RETRIES = 1
-TEST_TYPE = 'server'
-TIME = 'MEDIUM'
-MAX_RESULT_SIZE_KB = 512000
-DOC = 'Run module CtsWindowManager.lifecycle of the Android Compatibility Test Suite (CTS) using x86 ABI in the ARC++ container.'
-
-def run_TS(machine):
-    host_list = [hosts.create_host(machine)]
-    job.run_test(
-        'cheets_CTS_R',
-        hosts=host_list,
-        iterations=1,
-        tag='11_r2.x86.CtsWindowManager.lifecycle',
-        test_name='cheets_CTS_R.11_r2.x86.CtsWindowManager.lifecycle',
-        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsWindowManagerDeviceTestCases android.server.wm.lifecycle.ActivityLifecycleFreeformTests', '--include-filter', 'CtsWindowManagerDeviceTestCases android.server.wm.lifecycle.ActivityLifecycleKeyguardTests', '--include-filter', 'CtsWindowManagerDeviceTestCases android.server.wm.lifecycle.ActivityLifecyclePipTests', '--include-filter', 'CtsWindowManagerDeviceTestCases android.server.wm.lifecycle.ActivityLifecycleSplitScreenTests', '--include-filter', 'CtsWindowManagerDeviceTestCases android.server.wm.lifecycle.ActivityLifecycleTests', '--include-filter', 'CtsWindowManagerDeviceTestCases android.server.wm.lifecycle.ActivityLifecycleTopResumedStateTests', '--include-filter', 'CtsWindowManagerDeviceTestCases android.server.wm.lifecycle.ActivityStarterTests', '--include-filter', 'CtsWindowManagerDeviceTestCases android.server.wm.lifecycle.ActivityTests', '--logcat-on-failure'],
-        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
-        target_module='CtsWindowManagerDeviceTestCases',
-        target_plan=None,
-        bundle='x86',
-        uri='gs://chromeos-arc-images/cts/bundle/R/android-cts-6922707-linux_x86-x86.zip',
-        use_jdk9=True,
-        timeout=3600)
-
-parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsWrap b/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsWrap
deleted file mode 100644
index 60f5c36..0000000
--- a/server/site_tests/cheets_CTS_R/control.11_r2.x86.CtsWrap
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 2020 The Chromium OS Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-# This file has been automatically generated. Do not edit!
-
-AUTHOR = 'ARC++ Team'
-NAME = 'cheets_CTS_R.11_r2.x86.CtsWrap'
-ATTRIBUTES = 'suite:arc-cts-r'
-DEPENDENCIES = 'arc, cts_abi_x86'
-JOB_RETRIES = 1
-TEST_TYPE = 'server'
-TIME = 'MEDIUM'
-MAX_RESULT_SIZE_KB = 512000
-DOC = 'Run module CtsWrapNoWrapTestCases, CtsWrapNoWrapTestCases[secondary_user], CtsWrapWrapDebugMallocDebugTestCases, CtsWrapWrapDebugMallocDebugTestCases[secondary_user], CtsWrapWrapDebugTestCases, CtsWrapWrapDebugTestCases[secondary_user], CtsWrapWrapNoDebugTestCases, CtsWrapWrapNoDebugTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using x86 ABI in the ARC++ container.'
-
-def run_TS(machine):
-    host_list = [hosts.create_host(machine)]
-    job.run_test(
-        'cheets_CTS_R',
-        hosts=host_list,
-        iterations=1,
-        tag='11_r2.x86.CtsWrap',
-        test_name='cheets_CTS_R.11_r2.x86.CtsWrap',
-        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsWrapNoWrapTestCases', '--include-filter', 'CtsWrapNoWrapTestCases[secondary_user]', '--include-filter', 'CtsWrapWrapDebugMallocDebugTestCases', '--include-filter', 'CtsWrapWrapDebugMallocDebugTestCases[secondary_user]', '--include-filter', 'CtsWrapWrapDebugTestCases', '--include-filter', 'CtsWrapWrapDebugTestCases[secondary_user]', '--include-filter', 'CtsWrapWrapNoDebugTestCases', '--include-filter', 'CtsWrapWrapNoDebugTestCases[secondary_user]', '--logcat-on-failure'],
-        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
-        target_module='CtsWrap',
-        target_plan=None,
-        bundle='x86',
-        uri='LATEST',
-        use_jdk9=True,
-        timeout=16200)
-
-parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r2.x86.LegacyStorageTest b/server/site_tests/cheets_CTS_R/control.11_r2.x86.LegacyStorageTest
deleted file mode 100644
index 9ed4cdb..0000000
--- a/server/site_tests/cheets_CTS_R/control.11_r2.x86.LegacyStorageTest
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 2020 The Chromium OS Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-# This file has been automatically generated. Do not edit!
-
-AUTHOR = 'ARC++ Team'
-NAME = 'cheets_CTS_R.11_r2.x86.LegacyStorageTest'
-ATTRIBUTES = 'suite:arc-cts-r'
-DEPENDENCIES = 'arc, cts_abi_x86'
-JOB_RETRIES = 1
-TEST_TYPE = 'server'
-TIME = 'MEDIUM'
-MAX_RESULT_SIZE_KB = 512000
-DOC = 'Run module LegacyStorageTest, LegacyStorageTest[instant] of the Android Compatibility Test Suite (CTS) using x86 ABI in the ARC++ container.'
-
-def run_TS(machine):
-    host_list = [hosts.create_host(machine)]
-    job.run_test(
-        'cheets_CTS_R',
-        hosts=host_list,
-        iterations=1,
-        tag='11_r2.x86.LegacyStorageTest',
-        test_name='cheets_CTS_R.11_r2.x86.LegacyStorageTest',
-        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'LegacyStorageTest', '--include-filter', 'LegacyStorageTest[instant]', '--logcat-on-failure'],
-        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
-        target_module='LegacyStorageTest',
-        target_plan=None,
-        bundle='x86',
-        uri='LATEST',
-        use_jdk9=True,
-        timeout=5400)
-
-parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r2.x86.ScopedStorageTest b/server/site_tests/cheets_CTS_R/control.11_r2.x86.ScopedStorageTest
deleted file mode 100644
index 5566bcb..0000000
--- a/server/site_tests/cheets_CTS_R/control.11_r2.x86.ScopedStorageTest
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 2020 The Chromium OS Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-# This file has been automatically generated. Do not edit!
-
-AUTHOR = 'ARC++ Team'
-NAME = 'cheets_CTS_R.11_r2.x86.ScopedStorageTest'
-ATTRIBUTES = 'suite:arc-cts-r'
-DEPENDENCIES = 'arc, cts_abi_x86'
-JOB_RETRIES = 1
-TEST_TYPE = 'server'
-TIME = 'MEDIUM'
-MAX_RESULT_SIZE_KB = 512000
-DOC = 'Run module ScopedStorageTest, ScopedStorageTest[instant] of the Android Compatibility Test Suite (CTS) using x86 ABI in the ARC++ container.'
-
-def run_TS(machine):
-    host_list = [hosts.create_host(machine)]
-    job.run_test(
-        'cheets_CTS_R',
-        hosts=host_list,
-        iterations=1,
-        tag='11_r2.x86.ScopedStorageTest',
-        test_name='cheets_CTS_R.11_r2.x86.ScopedStorageTest',
-        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'ScopedStorageTest', '--include-filter', 'ScopedStorageTest[instant]', '--logcat-on-failure'],
-        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
-        target_module='ScopedStorageTest',
-        target_plan=None,
-        bundle='x86',
-        uri='LATEST',
-        use_jdk9=True,
-        timeout=5400)
-
-parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r2.x86.cts-system-all.api b/server/site_tests/cheets_CTS_R/control.11_r2.x86.cts-system-all.api
deleted file mode 100644
index a12b29d..0000000
--- a/server/site_tests/cheets_CTS_R/control.11_r2.x86.cts-system-all.api
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 2020 The Chromium OS Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-# This file has been automatically generated. Do not edit!
-
-AUTHOR = 'ARC++ Team'
-NAME = 'cheets_CTS_R.11_r2.x86.cts-system-all.api'
-ATTRIBUTES = 'suite:arc-cts-r'
-DEPENDENCIES = 'arc, cts_abi_x86'
-JOB_RETRIES = 1
-TEST_TYPE = 'server'
-TIME = 'MEDIUM'
-MAX_RESULT_SIZE_KB = 512000
-DOC = 'Run module cts-system-all.api of the Android Compatibility Test Suite (CTS) using x86 ABI in the ARC++ container.'
-
-def run_TS(machine):
-    host_list = [hosts.create_host(machine)]
-    job.run_test(
-        'cheets_CTS_R',
-        hosts=host_list,
-        iterations=1,
-        tag='11_r2.x86.cts-system-all.api',
-        test_name='cheets_CTS_R.11_r2.x86.cts-system-all.api',
-        run_template=['run', 'commandAndExit', 'cts', '--module', 'cts-system-all.api', '--logcat-on-failure'],
-        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
-        target_module='cts-system-all.api',
-        target_plan=None,
-        bundle='x86',
-        uri='LATEST',
-        use_jdk9=True,
-        timeout=3600)
-
-parallel_simple(run_TS, machines)
diff --git "a/server/site_tests/cheets_CTS_R/control.11_r2.x86.cts-system-all.api\133instant\135" "b/server/site_tests/cheets_CTS_R/control.11_r2.x86.cts-system-all.api\133instant\135"
deleted file mode 100644
index a463ea7..0000000
--- "a/server/site_tests/cheets_CTS_R/control.11_r2.x86.cts-system-all.api\133instant\135"
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 2020 The Chromium OS Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-# This file has been automatically generated. Do not edit!
-
-AUTHOR = 'ARC++ Team'
-NAME = 'cheets_CTS_R.11_r2.x86.cts-system-all.api[instant]'
-ATTRIBUTES = 'suite:arc-cts-r'
-DEPENDENCIES = 'arc, cts_abi_x86'
-JOB_RETRIES = 1
-TEST_TYPE = 'server'
-TIME = 'MEDIUM'
-MAX_RESULT_SIZE_KB = 512000
-DOC = 'Run module cts-system-all.api[instant] of the Android Compatibility Test Suite (CTS) using x86 ABI in the ARC++ container.'
-
-def run_TS(machine):
-    host_list = [hosts.create_host(machine)]
-    job.run_test(
-        'cheets_CTS_R',
-        hosts=host_list,
-        iterations=1,
-        tag='11_r2.x86.cts-system-all.api[instant]',
-        test_name='cheets_CTS_R.11_r2.x86.cts-system-all.api[instant]',
-        run_template=['run', 'commandAndExit', 'cts', '--module', 'cts-system-all.api[instant]', '--logcat-on-failure'],
-        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
-        target_module='cts-system-all.api[instant]',
-        target_plan=None,
-        bundle='x86',
-        uri='LATEST',
-        use_jdk9=True,
-        timeout=3600)
-
-parallel_simple(run_TS, machines)
diff --git "a/server/site_tests/cheets_CTS_R/control.11_r2.x86.cts-system-all.api\133secondary_user\135" "b/server/site_tests/cheets_CTS_R/control.11_r2.x86.cts-system-all.api\133secondary_user\135"
deleted file mode 100644
index 86b5e30..0000000
--- "a/server/site_tests/cheets_CTS_R/control.11_r2.x86.cts-system-all.api\133secondary_user\135"
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 2020 The Chromium OS Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-# This file has been automatically generated. Do not edit!
-
-AUTHOR = 'ARC++ Team'
-NAME = 'cheets_CTS_R.11_r2.x86.cts-system-all.api[secondary_user]'
-ATTRIBUTES = 'suite:arc-cts-r'
-DEPENDENCIES = 'arc, cts_abi_x86'
-JOB_RETRIES = 1
-TEST_TYPE = 'server'
-TIME = 'MEDIUM'
-MAX_RESULT_SIZE_KB = 512000
-DOC = 'Run module cts-system-all.api[secondary_user] of the Android Compatibility Test Suite (CTS) using x86 ABI in the ARC++ container.'
-
-def run_TS(machine):
-    host_list = [hosts.create_host(machine)]
-    job.run_test(
-        'cheets_CTS_R',
-        hosts=host_list,
-        iterations=1,
-        tag='11_r2.x86.cts-system-all.api[secondary_user]',
-        test_name='cheets_CTS_R.11_r2.x86.cts-system-all.api[secondary_user]',
-        run_template=['run', 'commandAndExit', 'cts', '--module', 'cts-system-all.api[secondary_user]', '--logcat-on-failure'],
-        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
-        target_module='cts-system-all.api[secondary_user]',
-        target_plan=None,
-        bundle='x86',
-        uri='LATEST',
-        use_jdk9=True,
-        timeout=3600)
-
-parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r2.x86.signed-Cts b/server/site_tests/cheets_CTS_R/control.11_r2.x86.signed-Cts
deleted file mode 100644
index 5dbf592..0000000
--- a/server/site_tests/cheets_CTS_R/control.11_r2.x86.signed-Cts
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 2020 The Chromium OS Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-# This file has been automatically generated. Do not edit!
-
-AUTHOR = 'ARC++ Team'
-NAME = 'cheets_CTS_R.11_r2.x86.signed-Cts'
-ATTRIBUTES = 'suite:arc-cts-r'
-DEPENDENCIES = 'arc, cts_abi_x86'
-JOB_RETRIES = 1
-TEST_TYPE = 'server'
-TIME = 'MEDIUM'
-MAX_RESULT_SIZE_KB = 512000
-DOC = 'Run module signed-CtsOmapiTestCases, signed-CtsOmapiTestCases[secondary_user], signed-CtsSecureElementAccessControlTestCases1, signed-CtsSecureElementAccessControlTestCases1[secondary_user], signed-CtsSecureElementAccessControlTestCases2, signed-CtsSecureElementAccessControlTestCases2[secondary_user], signed-CtsSecureElementAccessControlTestCases3, signed-CtsSecureElementAccessControlTestCases3[secondary_user] of the Android Compatibility Test Suite (CTS) using x86 ABI in the ARC++ container.'
-
-def run_TS(machine):
-    host_list = [hosts.create_host(machine)]
-    job.run_test(
-        'cheets_CTS_R',
-        hosts=host_list,
-        iterations=1,
-        tag='11_r2.x86.signed-Cts',
-        test_name='cheets_CTS_R.11_r2.x86.signed-Cts',
-        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'signed-CtsOmapiTestCases', '--include-filter', 'signed-CtsOmapiTestCases[secondary_user]', '--include-filter', 'signed-CtsSecureElementAccessControlTestCases1', '--include-filter', 'signed-CtsSecureElementAccessControlTestCases1[secondary_user]', '--include-filter', 'signed-CtsSecureElementAccessControlTestCases2', '--include-filter', 'signed-CtsSecureElementAccessControlTestCases2[secondary_user]', '--include-filter', 'signed-CtsSecureElementAccessControlTestCases3', '--include-filter', 'signed-CtsSecureElementAccessControlTestCases3[secondary_user]', '--logcat-on-failure'],
-        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
-        target_module='signed-Cts',
-        target_plan=None,
-        bundle='x86',
-        uri='LATEST',
-        use_jdk9=True,
-        timeout=16200)
-
-parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r2.x86.tradefed-run-collect-tests-only-internal b/server/site_tests/cheets_CTS_R/control.11_r2.x86.tradefed-run-collect-tests-only-internal
deleted file mode 100644
index 2aa65e9..0000000
--- a/server/site_tests/cheets_CTS_R/control.11_r2.x86.tradefed-run-collect-tests-only-internal
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 2020 The Chromium OS Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-# This file has been automatically generated. Do not edit!
-
-AUTHOR = 'ARC++ Team'
-NAME = 'cheets_CTS_R.11_r2.x86.tradefed-run-collect-tests-only-internal'
-ATTRIBUTES = 'suite:arc-cts-r'
-DEPENDENCIES = 'arc, cts_abi_x86'
-JOB_RETRIES = 0
-TEST_TYPE = 'server'
-TIME = 'LENGTHY'
-MAX_RESULT_SIZE_KB = 1024000
-DOC = 'Run all of the Android Compatibility Test Suite (CTS) using x86 ABI in the ARC++ container.'
-
-def run_TS(machine):
-    host_list = [hosts.create_host(machine)]
-    job.run_test(
-        'cheets_CTS_R',
-        hosts=host_list,
-        iterations=1,
-        max_retry=0,
-        tag='11_r2.x86.tradefed-run-collect-tests-only-internal',
-        test_name='cheets_CTS_R.11_r2.x86.tradefed-run-collect-tests-only-internal',
-        run_template=['run', 'commandAndExit', 'collect-tests-only', '--disable-reboot', '--module-arg', 'CtsMediaTestCases:skip-media-download:true', '--module-arg', 'CtsMediaStressTestCases:skip-media-download:true', '--module-arg', 'CtsMediaBitstreamsTestCases:skip-media-download:true'],
-        retry_template=None,
-        target_module=None,
-        target_plan=None,
-        bundle='x86',
-        uri='LATEST',
-        use_jdk9=True,
-        timeout=9000)
-
-parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r2.x86.vm-tests-tf b/server/site_tests/cheets_CTS_R/control.11_r2.x86.vm-tests-tf
deleted file mode 100644
index fb7a428..0000000
--- a/server/site_tests/cheets_CTS_R/control.11_r2.x86.vm-tests-tf
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 2020 The Chromium OS Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-# This file has been automatically generated. Do not edit!
-
-AUTHOR = 'ARC++ Team'
-NAME = 'cheets_CTS_R.11_r2.x86.vm-tests-tf'
-ATTRIBUTES = 'suite:arc-cts-r'
-DEPENDENCIES = 'arc, cts_abi_x86'
-JOB_RETRIES = 1
-TEST_TYPE = 'server'
-TIME = 'MEDIUM'
-MAX_RESULT_SIZE_KB = 512000
-DOC = 'Run module vm-tests-tf, vm-tests-tf[secondary_user] of the Android Compatibility Test Suite (CTS) using x86 ABI in the ARC++ container.'
-
-def run_TS(machine):
-    host_list = [hosts.create_host(machine)]
-    job.run_test(
-        'cheets_CTS_R',
-        hosts=host_list,
-        iterations=1,
-        tag='11_r2.x86.vm-tests-tf',
-        test_name='cheets_CTS_R.11_r2.x86.vm-tests-tf',
-        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'vm-tests-tf', '--include-filter', 'vm-tests-tf[secondary_user]', '--logcat-on-failure'],
-        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
-        target_module='vm-tests-tf',
-        target_plan=None,
-        bundle='x86',
-        uri='LATEST',
-        use_jdk9=True,
-        timeout=5400)
-
-parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsAbiOverrideHost b/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsAbiOverrideHost
new file mode 100644
index 0000000..f9452c3
--- /dev/null
+++ b/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsAbiOverrideHost
@@ -0,0 +1,34 @@
+# Copyright 2020 The Chromium OS Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+# This file has been automatically generated. Do not edit!
+
+AUTHOR = 'ARC++ Team'
+NAME = 'cheets_CTS_R.11_r3.arm.CtsAbiOverrideHost'
+ATTRIBUTES = 'suite:arc-cts-r'
+DEPENDENCIES = 'arc'
+JOB_RETRIES = 1
+TEST_TYPE = 'server'
+TIME = 'MEDIUM'
+MAX_RESULT_SIZE_KB = 512000
+DOC = 'Run module CtsAbiOverrideHostTestCases, CtsAbiOverrideHostTestCases[instant], CtsAbiOverrideHostTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using arm ABI in the ARC++ container.'
+
+def run_TS(machine):
+    host_list = [hosts.create_host(machine)]
+    job.run_test(
+        'cheets_CTS_R',
+        hosts=host_list,
+        iterations=1,
+        tag='11_r3.arm.CtsAbiOverrideHost',
+        test_name='cheets_CTS_R.11_r3.arm.CtsAbiOverrideHost',
+        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsAbiOverrideHostTestCases', '--include-filter', 'CtsAbiOverrideHostTestCases[instant]', '--include-filter', 'CtsAbiOverrideHostTestCases[secondary_user]', '--logcat-on-failure'],
+        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
+        target_module='CtsAbiOverrideHost',
+        target_plan=None,
+        bundle='arm',
+        uri='LATEST',
+        use_jdk9=True,
+        timeout=7200)
+
+parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsAcceleration b/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsAcceleration
new file mode 100644
index 0000000..73dfa13
--- /dev/null
+++ b/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsAcceleration
@@ -0,0 +1,35 @@
+# Copyright 2020 The Chromium OS Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+# This file has been automatically generated. Do not edit!
+
+AUTHOR = 'ARC++ Team'
+NAME = 'cheets_CTS_R.11_r3.arm.CtsAcceleration'
+ATTRIBUTES = 'suite:arc-cts-r, suite:bvt-perbuild'
+DEPENDENCIES = 'arc'
+JOB_RETRIES = 1
+TEST_TYPE = 'server'
+TIME = 'MEDIUM'
+MAX_RESULT_SIZE_KB = 512000
+DOC = 'Run module CtsAccelerationTestCases, CtsAccelerationTestCases[instant], CtsAccelerationTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using arm ABI in the ARC++ container.'
+
+def run_TS(machine):
+    host_list = [hosts.create_host(machine)]
+    job.run_test(
+        'cheets_CTS_R',
+        hosts=host_list,
+        iterations=1,
+        max_retry=3,
+        tag='11_r3.arm.CtsAcceleration',
+        test_name='cheets_CTS_R.11_r3.arm.CtsAcceleration',
+        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsAccelerationTestCases', '--include-filter', 'CtsAccelerationTestCases[instant]', '--include-filter', 'CtsAccelerationTestCases[secondary_user]', '--logcat-on-failure'],
+        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
+        target_module='CtsAcceleration',
+        target_plan=None,
+        bundle='arm',
+        uri='LATEST',
+        use_jdk9=True,
+        timeout=7200)
+
+parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsAccessibility b/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsAccessibility
new file mode 100644
index 0000000..cf56278
--- /dev/null
+++ b/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsAccessibility
@@ -0,0 +1,34 @@
+# Copyright 2020 The Chromium OS Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+# This file has been automatically generated. Do not edit!
+
+AUTHOR = 'ARC++ Team'
+NAME = 'cheets_CTS_R.11_r3.arm.CtsAccessibility'
+ATTRIBUTES = 'suite:arc-cts-r'
+DEPENDENCIES = 'arc'
+JOB_RETRIES = 1
+TEST_TYPE = 'server'
+TIME = 'MEDIUM'
+MAX_RESULT_SIZE_KB = 512000
+DOC = 'Run module CtsAccessibilityServiceSdk29TestCases, CtsAccessibilityServiceSdk29TestCases[instant], CtsAccessibilityServiceSdk29TestCases[secondary_user], CtsAccessibilityServiceTestCases, CtsAccessibilityServiceTestCases[instant], CtsAccessibilityTestCases, CtsAccessibilityTestCases[instant], CtsAccessibilityTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using arm ABI in the ARC++ container.'
+
+def run_TS(machine):
+    host_list = [hosts.create_host(machine)]
+    job.run_test(
+        'cheets_CTS_R',
+        hosts=host_list,
+        iterations=1,
+        tag='11_r3.arm.CtsAccessibility',
+        test_name='cheets_CTS_R.11_r3.arm.CtsAccessibility',
+        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsAccessibilityServiceSdk29TestCases', '--include-filter', 'CtsAccessibilityServiceSdk29TestCases[instant]', '--include-filter', 'CtsAccessibilityServiceSdk29TestCases[secondary_user]', '--include-filter', 'CtsAccessibilityServiceTestCases', '--include-filter', 'CtsAccessibilityServiceTestCases[instant]', '--include-filter', 'CtsAccessibilityTestCases', '--include-filter', 'CtsAccessibilityTestCases[instant]', '--include-filter', 'CtsAccessibilityTestCases[secondary_user]', '--logcat-on-failure'],
+        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
+        target_module='CtsAccessibility',
+        target_plan=None,
+        bundle='arm',
+        uri='LATEST',
+        use_jdk9=True,
+        timeout=16200)
+
+parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsAccountManager b/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsAccountManager
new file mode 100644
index 0000000..d0357ff
--- /dev/null
+++ b/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsAccountManager
@@ -0,0 +1,34 @@
+# Copyright 2020 The Chromium OS Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+# This file has been automatically generated. Do not edit!
+
+AUTHOR = 'ARC++ Team'
+NAME = 'cheets_CTS_R.11_r3.arm.CtsAccountManager'
+ATTRIBUTES = 'suite:arc-cts-r'
+DEPENDENCIES = 'arc'
+JOB_RETRIES = 1
+TEST_TYPE = 'server'
+TIME = 'MEDIUM'
+MAX_RESULT_SIZE_KB = 512000
+DOC = 'Run module CtsAccountManagerTestCases, CtsAccountManagerTestCases[instant], CtsAccountManagerTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using arm ABI in the ARC++ container.'
+
+def run_TS(machine):
+    host_list = [hosts.create_host(machine)]
+    job.run_test(
+        'cheets_CTS_R',
+        hosts=host_list,
+        iterations=1,
+        tag='11_r3.arm.CtsAccountManager',
+        test_name='cheets_CTS_R.11_r3.arm.CtsAccountManager',
+        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsAccountManagerTestCases', '--include-filter', 'CtsAccountManagerTestCases[instant]', '--include-filter', 'CtsAccountManagerTestCases[secondary_user]', '--logcat-on-failure'],
+        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
+        target_module='CtsAccountManager',
+        target_plan=None,
+        bundle='arm',
+        uri='LATEST',
+        use_jdk9=True,
+        timeout=7200)
+
+parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsAccountsHost b/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsAccountsHost
new file mode 100644
index 0000000..f1ed03b
--- /dev/null
+++ b/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsAccountsHost
@@ -0,0 +1,34 @@
+# Copyright 2020 The Chromium OS Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+# This file has been automatically generated. Do not edit!
+
+AUTHOR = 'ARC++ Team'
+NAME = 'cheets_CTS_R.11_r3.arm.CtsAccountsHost'
+ATTRIBUTES = 'suite:arc-cts-r'
+DEPENDENCIES = 'arc'
+JOB_RETRIES = 1
+TEST_TYPE = 'server'
+TIME = 'MEDIUM'
+MAX_RESULT_SIZE_KB = 512000
+DOC = 'Run module CtsAccountsHostTestCases, CtsAccountsHostTestCases[instant], CtsAccountsHostTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using arm ABI in the ARC++ container.'
+
+def run_TS(machine):
+    host_list = [hosts.create_host(machine)]
+    job.run_test(
+        'cheets_CTS_R',
+        hosts=host_list,
+        iterations=1,
+        tag='11_r3.arm.CtsAccountsHost',
+        test_name='cheets_CTS_R.11_r3.arm.CtsAccountsHost',
+        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsAccountsHostTestCases', '--include-filter', 'CtsAccountsHostTestCases[instant]', '--include-filter', 'CtsAccountsHostTestCases[secondary_user]', '--logcat-on-failure'],
+        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
+        target_module='CtsAccountsHost',
+        target_plan=None,
+        bundle='arm',
+        uri='LATEST',
+        use_jdk9=True,
+        timeout=7200)
+
+parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsActivityManagerBackgroundActivity b/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsActivityManagerBackgroundActivity
new file mode 100644
index 0000000..567fe50
--- /dev/null
+++ b/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsActivityManagerBackgroundActivity
@@ -0,0 +1,34 @@
+# Copyright 2020 The Chromium OS Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+# This file has been automatically generated. Do not edit!
+
+AUTHOR = 'ARC++ Team'
+NAME = 'cheets_CTS_R.11_r3.arm.CtsActivityManagerBackgroundActivity'
+ATTRIBUTES = 'suite:arc-cts-r'
+DEPENDENCIES = 'arc'
+JOB_RETRIES = 1
+TEST_TYPE = 'server'
+TIME = 'MEDIUM'
+MAX_RESULT_SIZE_KB = 512000
+DOC = 'Run module CtsActivityManagerBackgroundActivityTestCases, CtsActivityManagerBackgroundActivityTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using arm ABI in the ARC++ container.'
+
+def run_TS(machine):
+    host_list = [hosts.create_host(machine)]
+    job.run_test(
+        'cheets_CTS_R',
+        hosts=host_list,
+        iterations=1,
+        tag='11_r3.arm.CtsActivityManagerBackgroundActivity',
+        test_name='cheets_CTS_R.11_r3.arm.CtsActivityManagerBackgroundActivity',
+        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsActivityManagerBackgroundActivityTestCases', '--include-filter', 'CtsActivityManagerBackgroundActivityTestCases[secondary_user]', '--logcat-on-failure'],
+        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
+        target_module='CtsActivityManagerBackgroundActivity',
+        target_plan=None,
+        bundle='arm',
+        uri='LATEST',
+        use_jdk9=True,
+        timeout=5400)
+
+parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsAdb b/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsAdb
new file mode 100644
index 0000000..b8182e0
--- /dev/null
+++ b/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsAdb
@@ -0,0 +1,34 @@
+# Copyright 2020 The Chromium OS Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+# This file has been automatically generated. Do not edit!
+
+AUTHOR = 'ARC++ Team'
+NAME = 'cheets_CTS_R.11_r3.arm.CtsAdb'
+ATTRIBUTES = 'suite:arc-cts-r'
+DEPENDENCIES = 'arc'
+JOB_RETRIES = 1
+TEST_TYPE = 'server'
+TIME = 'MEDIUM'
+MAX_RESULT_SIZE_KB = 512000
+DOC = 'Run module CtsAdbHostTestCases, CtsAdbHostTestCases[secondary_user], CtsAdbManagerHostTestCases, CtsAdbManagerHostTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using arm ABI in the ARC++ container.'
+
+def run_TS(machine):
+    host_list = [hosts.create_host(machine)]
+    job.run_test(
+        'cheets_CTS_R',
+        hosts=host_list,
+        iterations=1,
+        tag='11_r3.arm.CtsAdb',
+        test_name='cheets_CTS_R.11_r3.arm.CtsAdb',
+        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsAdbHostTestCases', '--include-filter', 'CtsAdbHostTestCases[secondary_user]', '--include-filter', 'CtsAdbManagerHostTestCases', '--include-filter', 'CtsAdbManagerHostTestCases[secondary_user]', '--logcat-on-failure'],
+        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
+        target_module='CtsAdb',
+        target_plan=None,
+        bundle='arm',
+        uri='LATEST',
+        use_jdk9=True,
+        timeout=9000)
+
+parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsAdmin b/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsAdmin
new file mode 100644
index 0000000..4120f29
--- /dev/null
+++ b/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsAdmin
@@ -0,0 +1,34 @@
+# Copyright 2020 The Chromium OS Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+# This file has been automatically generated. Do not edit!
+
+AUTHOR = 'ARC++ Team'
+NAME = 'cheets_CTS_R.11_r3.arm.CtsAdmin'
+ATTRIBUTES = 'suite:arc-cts-r'
+DEPENDENCIES = 'arc'
+JOB_RETRIES = 1
+TEST_TYPE = 'server'
+TIME = 'MEDIUM'
+MAX_RESULT_SIZE_KB = 512000
+DOC = 'Run module CtsAdminPackageInstallerTestCases, CtsAdminTestCases of the Android Compatibility Test Suite (CTS) using arm ABI in the ARC++ container.'
+
+def run_TS(machine):
+    host_list = [hosts.create_host(machine)]
+    job.run_test(
+        'cheets_CTS_R',
+        hosts=host_list,
+        iterations=1,
+        tag='11_r3.arm.CtsAdmin',
+        test_name='cheets_CTS_R.11_r3.arm.CtsAdmin',
+        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsAdminPackageInstallerTestCases', '--include-filter', 'CtsAdminTestCases', '--logcat-on-failure'],
+        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
+        target_module='CtsAdmin',
+        target_plan=None,
+        bundle='arm',
+        uri='LATEST',
+        use_jdk9=True,
+        timeout=5400)
+
+parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsAlarmManager b/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsAlarmManager
new file mode 100644
index 0000000..79c9759
--- /dev/null
+++ b/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsAlarmManager
@@ -0,0 +1,34 @@
+# Copyright 2020 The Chromium OS Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+# This file has been automatically generated. Do not edit!
+
+AUTHOR = 'ARC++ Team'
+NAME = 'cheets_CTS_R.11_r3.arm.CtsAlarmManager'
+ATTRIBUTES = 'suite:arc-cts-r'
+DEPENDENCIES = 'arc'
+JOB_RETRIES = 1
+TEST_TYPE = 'server'
+TIME = 'MEDIUM'
+MAX_RESULT_SIZE_KB = 512000
+DOC = 'Run module CtsAlarmManagerTestCases, CtsAlarmManagerTestCases[instant], CtsAlarmManagerTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using arm ABI in the ARC++ container.'
+
+def run_TS(machine):
+    host_list = [hosts.create_host(machine)]
+    job.run_test(
+        'cheets_CTS_R',
+        hosts=host_list,
+        iterations=1,
+        tag='11_r3.arm.CtsAlarmManager',
+        test_name='cheets_CTS_R.11_r3.arm.CtsAlarmManager',
+        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsAlarmManagerTestCases', '--include-filter', 'CtsAlarmManagerTestCases[instant]', '--include-filter', 'CtsAlarmManagerTestCases[secondary_user]', '--logcat-on-failure'],
+        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
+        target_module='CtsAlarmManager',
+        target_plan=None,
+        bundle='arm',
+        uri='LATEST',
+        use_jdk9=True,
+        timeout=7200)
+
+parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsAndroid b/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsAndroid
new file mode 100644
index 0000000..9217fdc
--- /dev/null
+++ b/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsAndroid
@@ -0,0 +1,34 @@
+# Copyright 2020 The Chromium OS Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+# This file has been automatically generated. Do not edit!
+
+AUTHOR = 'ARC++ Team'
+NAME = 'cheets_CTS_R.11_r3.arm.CtsAndroid'
+ATTRIBUTES = 'suite:arc-cts-r'
+DEPENDENCIES = 'arc'
+JOB_RETRIES = 1
+TEST_TYPE = 'server'
+TIME = 'MEDIUM'
+MAX_RESULT_SIZE_KB = 512000
+DOC = 'Run module CtsAndroidAppTestCases, CtsAndroidAppTestCases[instant], CtsAndroidAppTestCases[secondary_user], CtsAndroidTestBase28ApiSignatureTestCases, CtsAndroidTestBase28ApiSignatureTestCases[instant], CtsAndroidTestBase28ApiSignatureTestCases[secondary_user], CtsAndroidTestBaseCurrentApiSignatureTestCases, CtsAndroidTestBaseCurrentApiSignatureTestCases[instant], CtsAndroidTestBaseCurrentApiSignatureTestCases[secondary_user], CtsAndroidTestMockCurrentApiSignatureTestCases, CtsAndroidTestMockCurrentApiSignatureTestCases[instant], CtsAndroidTestMockCurrentApiSignatureTestCases[secondary_user], CtsAndroidTestRunnerCurrentApiSignatureTestCases, CtsAndroidTestRunnerCurrentApiSignatureTestCases[instant], CtsAndroidTestRunnerCurrentApiSignatureTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using arm ABI in the ARC++ container.'
+
+def run_TS(machine):
+    host_list = [hosts.create_host(machine)]
+    job.run_test(
+        'cheets_CTS_R',
+        hosts=host_list,
+        iterations=1,
+        tag='11_r3.arm.CtsAndroid',
+        test_name='cheets_CTS_R.11_r3.arm.CtsAndroid',
+        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsAndroidAppTestCases', '--include-filter', 'CtsAndroidAppTestCases[instant]', '--include-filter', 'CtsAndroidAppTestCases[secondary_user]', '--include-filter', 'CtsAndroidTestBase28ApiSignatureTestCases', '--include-filter', 'CtsAndroidTestBase28ApiSignatureTestCases[instant]', '--include-filter', 'CtsAndroidTestBase28ApiSignatureTestCases[secondary_user]', '--include-filter', 'CtsAndroidTestBaseCurrentApiSignatureTestCases', '--include-filter', 'CtsAndroidTestBaseCurrentApiSignatureTestCases[instant]', '--include-filter', 'CtsAndroidTestBaseCurrentApiSignatureTestCases[secondary_user]', '--include-filter', 'CtsAndroidTestMockCurrentApiSignatureTestCases', '--include-filter', 'CtsAndroidTestMockCurrentApiSignatureTestCases[instant]', '--include-filter', 'CtsAndroidTestMockCurrentApiSignatureTestCases[secondary_user]', '--include-filter', 'CtsAndroidTestRunnerCurrentApiSignatureTestCases', '--include-filter', 'CtsAndroidTestRunnerCurrentApiSignatureTestCases[instant]', '--include-filter', 'CtsAndroidTestRunnerCurrentApiSignatureTestCases[secondary_user]', '--logcat-on-failure'],
+        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
+        target_module='CtsAndroid',
+        target_plan=None,
+        bundle='arm',
+        uri='LATEST',
+        use_jdk9=True,
+        timeout=28800)
+
+parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsAngleIntegrationHost b/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsAngleIntegrationHost
new file mode 100644
index 0000000..45ca2ac
--- /dev/null
+++ b/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsAngleIntegrationHost
@@ -0,0 +1,34 @@
+# Copyright 2020 The Chromium OS Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+# This file has been automatically generated. Do not edit!
+
+AUTHOR = 'ARC++ Team'
+NAME = 'cheets_CTS_R.11_r3.arm.CtsAngleIntegrationHost'
+ATTRIBUTES = 'suite:arc-cts-r'
+DEPENDENCIES = 'arc'
+JOB_RETRIES = 1
+TEST_TYPE = 'server'
+TIME = 'MEDIUM'
+MAX_RESULT_SIZE_KB = 512000
+DOC = 'Run module CtsAngleIntegrationHostTestCases, CtsAngleIntegrationHostTestCases[instant], CtsAngleIntegrationHostTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using arm ABI in the ARC++ container.'
+
+def run_TS(machine):
+    host_list = [hosts.create_host(machine)]
+    job.run_test(
+        'cheets_CTS_R',
+        hosts=host_list,
+        iterations=1,
+        tag='11_r3.arm.CtsAngleIntegrationHost',
+        test_name='cheets_CTS_R.11_r3.arm.CtsAngleIntegrationHost',
+        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsAngleIntegrationHostTestCases', '--include-filter', 'CtsAngleIntegrationHostTestCases[instant]', '--include-filter', 'CtsAngleIntegrationHostTestCases[secondary_user]', '--logcat-on-failure'],
+        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
+        target_module='CtsAngleIntegrationHost',
+        target_plan=None,
+        bundle='arm',
+        uri='LATEST',
+        use_jdk9=True,
+        timeout=7200)
+
+parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsAnimation b/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsAnimation
new file mode 100644
index 0000000..ca01acc
--- /dev/null
+++ b/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsAnimation
@@ -0,0 +1,34 @@
+# Copyright 2020 The Chromium OS Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+# This file has been automatically generated. Do not edit!
+
+AUTHOR = 'ARC++ Team'
+NAME = 'cheets_CTS_R.11_r3.arm.CtsAnimation'
+ATTRIBUTES = 'suite:arc-cts-r'
+DEPENDENCIES = 'arc'
+JOB_RETRIES = 1
+TEST_TYPE = 'server'
+TIME = 'MEDIUM'
+MAX_RESULT_SIZE_KB = 512000
+DOC = 'Run module CtsAnimationTestCases, CtsAnimationTestCases[instant], CtsAnimationTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using arm ABI in the ARC++ container.'
+
+def run_TS(machine):
+    host_list = [hosts.create_host(machine)]
+    job.run_test(
+        'cheets_CTS_R',
+        hosts=host_list,
+        iterations=1,
+        tag='11_r3.arm.CtsAnimation',
+        test_name='cheets_CTS_R.11_r3.arm.CtsAnimation',
+        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsAnimationTestCases', '--include-filter', 'CtsAnimationTestCases[instant]', '--include-filter', 'CtsAnimationTestCases[secondary_user]', '--logcat-on-failure'],
+        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
+        target_module='CtsAnimation',
+        target_plan=None,
+        bundle='arm',
+        uri='LATEST',
+        use_jdk9=True,
+        timeout=7200)
+
+parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsApacheHttpLegacy b/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsApacheHttpLegacy
new file mode 100644
index 0000000..ada3307
--- /dev/null
+++ b/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsApacheHttpLegacy
@@ -0,0 +1,34 @@
+# Copyright 2020 The Chromium OS Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+# This file has been automatically generated. Do not edit!
+
+AUTHOR = 'ARC++ Team'
+NAME = 'cheets_CTS_R.11_r3.arm.CtsApacheHttpLegacy'
+ATTRIBUTES = 'suite:arc-cts-r'
+DEPENDENCIES = 'arc'
+JOB_RETRIES = 1
+TEST_TYPE = 'server'
+TIME = 'MEDIUM'
+MAX_RESULT_SIZE_KB = 512000
+DOC = 'Run module CtsApacheHttpLegacy27ApiSignatureTestCases, CtsApacheHttpLegacy27ApiSignatureTestCases[instant], CtsApacheHttpLegacy27ApiSignatureTestCases[secondary_user], CtsApacheHttpLegacyCurrentApiSignatureTestCases, CtsApacheHttpLegacyCurrentApiSignatureTestCases[instant], CtsApacheHttpLegacyCurrentApiSignatureTestCases[secondary_user], CtsApacheHttpLegacyUsesLibraryApiSignatureTestCases, CtsApacheHttpLegacyUsesLibraryApiSignatureTestCases[instant], CtsApacheHttpLegacyUsesLibraryApiSignatureTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using arm ABI in the ARC++ container.'
+
+def run_TS(machine):
+    host_list = [hosts.create_host(machine)]
+    job.run_test(
+        'cheets_CTS_R',
+        hosts=host_list,
+        iterations=1,
+        tag='11_r3.arm.CtsApacheHttpLegacy',
+        test_name='cheets_CTS_R.11_r3.arm.CtsApacheHttpLegacy',
+        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsApacheHttpLegacy27ApiSignatureTestCases', '--include-filter', 'CtsApacheHttpLegacy27ApiSignatureTestCases[instant]', '--include-filter', 'CtsApacheHttpLegacy27ApiSignatureTestCases[secondary_user]', '--include-filter', 'CtsApacheHttpLegacyCurrentApiSignatureTestCases', '--include-filter', 'CtsApacheHttpLegacyCurrentApiSignatureTestCases[instant]', '--include-filter', 'CtsApacheHttpLegacyCurrentApiSignatureTestCases[secondary_user]', '--include-filter', 'CtsApacheHttpLegacyUsesLibraryApiSignatureTestCases', '--include-filter', 'CtsApacheHttpLegacyUsesLibraryApiSignatureTestCases[instant]', '--include-filter', 'CtsApacheHttpLegacyUsesLibraryApiSignatureTestCases[secondary_user]', '--logcat-on-failure'],
+        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
+        target_module='CtsApacheHttpLegacy',
+        target_plan=None,
+        bundle='arm',
+        uri='LATEST',
+        use_jdk9=True,
+        timeout=18000)
+
+parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsApex b/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsApex
new file mode 100644
index 0000000..001cddc
--- /dev/null
+++ b/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsApex
@@ -0,0 +1,34 @@
+# Copyright 2020 The Chromium OS Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+# This file has been automatically generated. Do not edit!
+
+AUTHOR = 'ARC++ Team'
+NAME = 'cheets_CTS_R.11_r3.arm.CtsApex'
+ATTRIBUTES = 'suite:arc-cts-r'
+DEPENDENCIES = 'arc'
+JOB_RETRIES = 1
+TEST_TYPE = 'server'
+TIME = 'MEDIUM'
+MAX_RESULT_SIZE_KB = 512000
+DOC = 'Run module CtsApexTestCases, CtsApexTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using arm ABI in the ARC++ container.'
+
+def run_TS(machine):
+    host_list = [hosts.create_host(machine)]
+    job.run_test(
+        'cheets_CTS_R',
+        hosts=host_list,
+        iterations=1,
+        tag='11_r3.arm.CtsApex',
+        test_name='cheets_CTS_R.11_r3.arm.CtsApex',
+        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsApexTestCases', '--include-filter', 'CtsApexTestCases[secondary_user]', '--logcat-on-failure'],
+        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
+        target_module='CtsApex',
+        target_plan=None,
+        bundle='arm',
+        uri='LATEST',
+        use_jdk9=True,
+        timeout=5400)
+
+parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsApp b/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsApp
new file mode 100644
index 0000000..b4a52ee
--- /dev/null
+++ b/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsApp
@@ -0,0 +1,35 @@
+# Copyright 2020 The Chromium OS Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+# This file has been automatically generated. Do not edit!
+
+AUTHOR = 'ARC++ Team'
+NAME = 'cheets_CTS_R.11_r3.arm.CtsApp'
+ATTRIBUTES = 'suite:arc-cts-r'
+DEPENDENCIES = 'arc'
+JOB_RETRIES = 1
+TEST_TYPE = 'server'
+TIME = 'MEDIUM'
+MAX_RESULT_SIZE_KB = 512000
+DOC = 'Run module CtsAppBindingHostTestCases, CtsAppBindingHostTestCases[secondary_user], CtsAppCompatHostTestCases, CtsAppCompatHostTestCases[instant], CtsAppCompatHostTestCases[secondary_user], CtsAppComponentFactoryTestCases, CtsAppComponentFactoryTestCases[instant], CtsAppComponentFactoryTestCases[secondary_user], CtsAppEnumerationTestCases, CtsAppEnumerationTestCases[secondary_user], CtsAppExitTestCases, CtsAppExitTestCases[instant], CtsAppExitTestCases[secondary_user], CtsAppIntegrityDeviceTestCases, CtsAppOpsTestCases, CtsAppOpsTestCases[instant], CtsAppOpsTestCases[secondary_user], CtsAppPredictionServiceTestCases, CtsAppPredictionServiceTestCases[secondary_user], CtsAppSecurityHostTestCases, CtsAppSecurityHostTestCases[secondary_user], CtsAppTestCases, CtsAppTestCases[instant], CtsAppTestCases[secondary_user], CtsAppUsageHostTestCases, CtsAppUsageHostTestCases[instant], CtsAppUsageHostTestCases[secondary_user], CtsAppWidgetTestCases, CtsAppWidgetTestCases[instant], CtsAppWidgetTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using arm ABI in the ARC++ container.'
+
+def run_TS(machine):
+    host_list = [hosts.create_host(machine)]
+    job.run_test(
+        'cheets_CTS_R',
+        hosts=host_list,
+        iterations=1,
+        enable_default_apps=True,
+        tag='11_r3.arm.CtsApp',
+        test_name='cheets_CTS_R.11_r3.arm.CtsApp',
+        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsAppBindingHostTestCases', '--include-filter', 'CtsAppBindingHostTestCases[secondary_user]', '--include-filter', 'CtsAppCompatHostTestCases', '--include-filter', 'CtsAppCompatHostTestCases[instant]', '--include-filter', 'CtsAppCompatHostTestCases[secondary_user]', '--include-filter', 'CtsAppComponentFactoryTestCases', '--include-filter', 'CtsAppComponentFactoryTestCases[instant]', '--include-filter', 'CtsAppComponentFactoryTestCases[secondary_user]', '--include-filter', 'CtsAppEnumerationTestCases', '--include-filter', 'CtsAppEnumerationTestCases[secondary_user]', '--include-filter', 'CtsAppExitTestCases', '--include-filter', 'CtsAppExitTestCases[instant]', '--include-filter', 'CtsAppExitTestCases[secondary_user]', '--include-filter', 'CtsAppIntegrityDeviceTestCases', '--include-filter', 'CtsAppOpsTestCases', '--include-filter', 'CtsAppOpsTestCases[instant]', '--include-filter', 'CtsAppOpsTestCases[secondary_user]', '--include-filter', 'CtsAppPredictionServiceTestCases', '--include-filter', 'CtsAppPredictionServiceTestCases[secondary_user]', '--include-filter', 'CtsAppSecurityHostTestCases', '--include-filter', 'CtsAppSecurityHostTestCases[secondary_user]', '--include-filter', 'CtsAppTestCases', '--include-filter', 'CtsAppTestCases[instant]', '--include-filter', 'CtsAppTestCases[secondary_user]', '--include-filter', 'CtsAppUsageHostTestCases', '--include-filter', 'CtsAppUsageHostTestCases[instant]', '--include-filter', 'CtsAppUsageHostTestCases[secondary_user]', '--include-filter', 'CtsAppWidgetTestCases', '--include-filter', 'CtsAppWidgetTestCases[instant]', '--include-filter', 'CtsAppWidgetTestCases[secondary_user]', '--logcat-on-failure'],
+        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
+        target_module='CtsApp',
+        target_plan=None,
+        bundle='arm',
+        uri='LATEST',
+        use_jdk9=True,
+        timeout=55800)
+
+parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsAslrMalloc b/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsAslrMalloc
new file mode 100644
index 0000000..2d9d3b6
--- /dev/null
+++ b/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsAslrMalloc
@@ -0,0 +1,34 @@
+# Copyright 2020 The Chromium OS Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+# This file has been automatically generated. Do not edit!
+
+AUTHOR = 'ARC++ Team'
+NAME = 'cheets_CTS_R.11_r3.arm.CtsAslrMalloc'
+ATTRIBUTES = 'suite:arc-cts-r'
+DEPENDENCIES = 'arc'
+JOB_RETRIES = 1
+TEST_TYPE = 'server'
+TIME = 'MEDIUM'
+MAX_RESULT_SIZE_KB = 512000
+DOC = 'Run module CtsAslrMallocTestCases, CtsAslrMallocTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using arm ABI in the ARC++ container.'
+
+def run_TS(machine):
+    host_list = [hosts.create_host(machine)]
+    job.run_test(
+        'cheets_CTS_R',
+        hosts=host_list,
+        iterations=1,
+        tag='11_r3.arm.CtsAslrMalloc',
+        test_name='cheets_CTS_R.11_r3.arm.CtsAslrMalloc',
+        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsAslrMallocTestCases', '--include-filter', 'CtsAslrMallocTestCases[secondary_user]', '--logcat-on-failure'],
+        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
+        target_module='CtsAslrMalloc',
+        target_plan=None,
+        bundle='arm',
+        uri='LATEST',
+        use_jdk9=True,
+        timeout=5400)
+
+parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsAssist b/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsAssist
new file mode 100644
index 0000000..3af23b8
--- /dev/null
+++ b/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsAssist
@@ -0,0 +1,34 @@
+# Copyright 2020 The Chromium OS Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+# This file has been automatically generated. Do not edit!
+
+AUTHOR = 'ARC++ Team'
+NAME = 'cheets_CTS_R.11_r3.arm.CtsAssist'
+ATTRIBUTES = 'suite:arc-cts-r'
+DEPENDENCIES = 'arc'
+JOB_RETRIES = 1
+TEST_TYPE = 'server'
+TIME = 'MEDIUM'
+MAX_RESULT_SIZE_KB = 512000
+DOC = 'Run module CtsAssistTestCases, CtsAssistTestCases[instant], CtsAssistTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using arm ABI in the ARC++ container.'
+
+def run_TS(machine):
+    host_list = [hosts.create_host(machine)]
+    job.run_test(
+        'cheets_CTS_R',
+        hosts=host_list,
+        iterations=1,
+        tag='11_r3.arm.CtsAssist',
+        test_name='cheets_CTS_R.11_r3.arm.CtsAssist',
+        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsAssistTestCases', '--include-filter', 'CtsAssistTestCases[instant]', '--include-filter', 'CtsAssistTestCases[secondary_user]', '--logcat-on-failure'],
+        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
+        target_module='CtsAssist',
+        target_plan=None,
+        bundle='arm',
+        uri='LATEST',
+        use_jdk9=True,
+        timeout=7200)
+
+parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsAtomicInstall b/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsAtomicInstall
new file mode 100644
index 0000000..f82f68b
--- /dev/null
+++ b/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsAtomicInstall
@@ -0,0 +1,34 @@
+# Copyright 2020 The Chromium OS Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+# This file has been automatically generated. Do not edit!
+
+AUTHOR = 'ARC++ Team'
+NAME = 'cheets_CTS_R.11_r3.arm.CtsAtomicInstall'
+ATTRIBUTES = 'suite:arc-cts-r'
+DEPENDENCIES = 'arc'
+JOB_RETRIES = 1
+TEST_TYPE = 'server'
+TIME = 'MEDIUM'
+MAX_RESULT_SIZE_KB = 512000
+DOC = 'Run module CtsAtomicInstallTestCases, CtsAtomicInstallTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using arm ABI in the ARC++ container.'
+
+def run_TS(machine):
+    host_list = [hosts.create_host(machine)]
+    job.run_test(
+        'cheets_CTS_R',
+        hosts=host_list,
+        iterations=1,
+        tag='11_r3.arm.CtsAtomicInstall',
+        test_name='cheets_CTS_R.11_r3.arm.CtsAtomicInstall',
+        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsAtomicInstallTestCases', '--include-filter', 'CtsAtomicInstallTestCases[secondary_user]', '--logcat-on-failure'],
+        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
+        target_module='CtsAtomicInstall',
+        target_plan=None,
+        bundle='arm',
+        uri='LATEST',
+        use_jdk9=True,
+        timeout=5400)
+
+parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsAtraceHost b/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsAtraceHost
new file mode 100644
index 0000000..1f12509
--- /dev/null
+++ b/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsAtraceHost
@@ -0,0 +1,34 @@
+# Copyright 2020 The Chromium OS Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+# This file has been automatically generated. Do not edit!
+
+AUTHOR = 'ARC++ Team'
+NAME = 'cheets_CTS_R.11_r3.arm.CtsAtraceHost'
+ATTRIBUTES = 'suite:arc-cts-r'
+DEPENDENCIES = 'arc'
+JOB_RETRIES = 1
+TEST_TYPE = 'server'
+TIME = 'MEDIUM'
+MAX_RESULT_SIZE_KB = 512000
+DOC = 'Run module CtsAtraceHostTestCases, CtsAtraceHostTestCases[instant], CtsAtraceHostTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using arm ABI in the ARC++ container.'
+
+def run_TS(machine):
+    host_list = [hosts.create_host(machine)]
+    job.run_test(
+        'cheets_CTS_R',
+        hosts=host_list,
+        iterations=1,
+        tag='11_r3.arm.CtsAtraceHost',
+        test_name='cheets_CTS_R.11_r3.arm.CtsAtraceHost',
+        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsAtraceHostTestCases', '--include-filter', 'CtsAtraceHostTestCases[instant]', '--include-filter', 'CtsAtraceHostTestCases[secondary_user]', '--logcat-on-failure'],
+        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
+        target_module='CtsAtraceHost',
+        target_plan=None,
+        bundle='arm',
+        uri='LATEST',
+        use_jdk9=True,
+        timeout=7200)
+
+parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsAttentionServiceDevice b/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsAttentionServiceDevice
new file mode 100644
index 0000000..0b50fcd
--- /dev/null
+++ b/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsAttentionServiceDevice
@@ -0,0 +1,34 @@
+# Copyright 2020 The Chromium OS Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+# This file has been automatically generated. Do not edit!
+
+AUTHOR = 'ARC++ Team'
+NAME = 'cheets_CTS_R.11_r3.arm.CtsAttentionServiceDevice'
+ATTRIBUTES = 'suite:arc-cts-r'
+DEPENDENCIES = 'arc'
+JOB_RETRIES = 1
+TEST_TYPE = 'server'
+TIME = 'MEDIUM'
+MAX_RESULT_SIZE_KB = 512000
+DOC = 'Run module CtsAttentionServiceDeviceTestCases, CtsAttentionServiceDeviceTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using arm ABI in the ARC++ container.'
+
+def run_TS(machine):
+    host_list = [hosts.create_host(machine)]
+    job.run_test(
+        'cheets_CTS_R',
+        hosts=host_list,
+        iterations=1,
+        tag='11_r3.arm.CtsAttentionServiceDevice',
+        test_name='cheets_CTS_R.11_r3.arm.CtsAttentionServiceDevice',
+        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsAttentionServiceDeviceTestCases', '--include-filter', 'CtsAttentionServiceDeviceTestCases[secondary_user]', '--logcat-on-failure'],
+        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
+        target_module='CtsAttentionServiceDevice',
+        target_plan=None,
+        bundle='arm',
+        uri='LATEST',
+        use_jdk9=True,
+        timeout=5400)
+
+parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsAutoFillService b/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsAutoFillService
new file mode 100644
index 0000000..f9a9e6c
--- /dev/null
+++ b/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsAutoFillService
@@ -0,0 +1,34 @@
+# Copyright 2020 The Chromium OS Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+# This file has been automatically generated. Do not edit!
+
+AUTHOR = 'ARC++ Team'
+NAME = 'cheets_CTS_R.11_r3.arm.CtsAutoFillService'
+ATTRIBUTES = 'suite:arc-cts-r'
+DEPENDENCIES = 'arc'
+JOB_RETRIES = 1
+TEST_TYPE = 'server'
+TIME = 'MEDIUM'
+MAX_RESULT_SIZE_KB = 512000
+DOC = 'Run module CtsAutoFillServiceTestCases, CtsAutoFillServiceTestCases[instant], CtsAutoFillServiceTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using arm ABI in the ARC++ container.'
+
+def run_TS(machine):
+    host_list = [hosts.create_host(machine)]
+    job.run_test(
+        'cheets_CTS_R',
+        hosts=host_list,
+        iterations=1,
+        tag='11_r3.arm.CtsAutoFillService',
+        test_name='cheets_CTS_R.11_r3.arm.CtsAutoFillService',
+        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsAutoFillServiceTestCases', '--include-filter', 'CtsAutoFillServiceTestCases[instant]', '--include-filter', 'CtsAutoFillServiceTestCases[secondary_user]', '--logcat-on-failure'],
+        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
+        target_module='CtsAutoFillService',
+        target_plan=None,
+        bundle='arm',
+        uri='LATEST',
+        use_jdk9=True,
+        timeout=14400)
+
+parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsBackgroundRestrictions b/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsBackgroundRestrictions
new file mode 100644
index 0000000..dffca18
--- /dev/null
+++ b/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsBackgroundRestrictions
@@ -0,0 +1,34 @@
+# Copyright 2020 The Chromium OS Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+# This file has been automatically generated. Do not edit!
+
+AUTHOR = 'ARC++ Team'
+NAME = 'cheets_CTS_R.11_r3.arm.CtsBackgroundRestrictions'
+ATTRIBUTES = 'suite:arc-cts-r'
+DEPENDENCIES = 'arc'
+JOB_RETRIES = 1
+TEST_TYPE = 'server'
+TIME = 'MEDIUM'
+MAX_RESULT_SIZE_KB = 512000
+DOC = 'Run module CtsBackgroundRestrictionsTestCases, CtsBackgroundRestrictionsTestCases[instant], CtsBackgroundRestrictionsTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using arm ABI in the ARC++ container.'
+
+def run_TS(machine):
+    host_list = [hosts.create_host(machine)]
+    job.run_test(
+        'cheets_CTS_R',
+        hosts=host_list,
+        iterations=1,
+        tag='11_r3.arm.CtsBackgroundRestrictions',
+        test_name='cheets_CTS_R.11_r3.arm.CtsBackgroundRestrictions',
+        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsBackgroundRestrictionsTestCases', '--include-filter', 'CtsBackgroundRestrictionsTestCases[instant]', '--include-filter', 'CtsBackgroundRestrictionsTestCases[secondary_user]', '--logcat-on-failure'],
+        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
+        target_module='CtsBackgroundRestrictions',
+        target_plan=None,
+        bundle='arm',
+        uri='LATEST',
+        use_jdk9=True,
+        timeout=7200)
+
+parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsBackup b/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsBackup
new file mode 100644
index 0000000..1bd440e
--- /dev/null
+++ b/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsBackup
@@ -0,0 +1,34 @@
+# Copyright 2020 The Chromium OS Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+# This file has been automatically generated. Do not edit!
+
+AUTHOR = 'ARC++ Team'
+NAME = 'cheets_CTS_R.11_r3.arm.CtsBackup'
+ATTRIBUTES = 'suite:arc-cts-r'
+DEPENDENCIES = 'arc'
+JOB_RETRIES = 1
+TEST_TYPE = 'server'
+TIME = 'MEDIUM'
+MAX_RESULT_SIZE_KB = 512000
+DOC = 'Run module CtsBackupHostTestCases, CtsBackupTestCases of the Android Compatibility Test Suite (CTS) using arm ABI in the ARC++ container.'
+
+def run_TS(machine):
+    host_list = [hosts.create_host(machine)]
+    job.run_test(
+        'cheets_CTS_R',
+        hosts=host_list,
+        iterations=1,
+        tag='11_r3.arm.CtsBackup',
+        test_name='cheets_CTS_R.11_r3.arm.CtsBackup',
+        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsBackupHostTestCases', '--include-filter', 'CtsBackupTestCases', '--logcat-on-failure'],
+        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
+        target_module='CtsBackup',
+        target_plan=None,
+        bundle='arm',
+        uri='LATEST',
+        use_jdk9=True,
+        timeout=5400)
+
+parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsBatterySaving b/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsBatterySaving
new file mode 100644
index 0000000..a8a9cc0
--- /dev/null
+++ b/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsBatterySaving
@@ -0,0 +1,34 @@
+# Copyright 2020 The Chromium OS Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+# This file has been automatically generated. Do not edit!
+
+AUTHOR = 'ARC++ Team'
+NAME = 'cheets_CTS_R.11_r3.arm.CtsBatterySaving'
+ATTRIBUTES = 'suite:arc-cts-r'
+DEPENDENCIES = 'arc'
+JOB_RETRIES = 1
+TEST_TYPE = 'server'
+TIME = 'MEDIUM'
+MAX_RESULT_SIZE_KB = 512000
+DOC = 'Run module CtsBatterySavingTestCases, CtsBatterySavingTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using arm ABI in the ARC++ container.'
+
+def run_TS(machine):
+    host_list = [hosts.create_host(machine)]
+    job.run_test(
+        'cheets_CTS_R',
+        hosts=host_list,
+        iterations=1,
+        tag='11_r3.arm.CtsBatterySaving',
+        test_name='cheets_CTS_R.11_r3.arm.CtsBatterySaving',
+        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsBatterySavingTestCases', '--include-filter', 'CtsBatterySavingTestCases[secondary_user]', '--logcat-on-failure'],
+        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
+        target_module='CtsBatterySaving',
+        target_plan=None,
+        bundle='arm',
+        uri='LATEST',
+        use_jdk9=True,
+        timeout=5400)
+
+parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsBionic b/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsBionic
new file mode 100644
index 0000000..55c377f
--- /dev/null
+++ b/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsBionic
@@ -0,0 +1,34 @@
+# Copyright 2020 The Chromium OS Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+# This file has been automatically generated. Do not edit!
+
+AUTHOR = 'ARC++ Team'
+NAME = 'cheets_CTS_R.11_r3.arm.CtsBionic'
+ATTRIBUTES = 'suite:arc-cts-r'
+DEPENDENCIES = 'arc'
+JOB_RETRIES = 1
+TEST_TYPE = 'server'
+TIME = 'MEDIUM'
+MAX_RESULT_SIZE_KB = 512000
+DOC = 'Run module CtsBionicAppTestCases, CtsBionicAppTestCases[instant], CtsBionicAppTestCases[secondary_user], CtsBionicTestCases, CtsBionicTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using arm ABI in the ARC++ container.'
+
+def run_TS(machine):
+    host_list = [hosts.create_host(machine)]
+    job.run_test(
+        'cheets_CTS_R',
+        hosts=host_list,
+        iterations=1,
+        tag='11_r3.arm.CtsBionic',
+        test_name='cheets_CTS_R.11_r3.arm.CtsBionic',
+        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsBionicAppTestCases', '--include-filter', 'CtsBionicAppTestCases[instant]', '--include-filter', 'CtsBionicAppTestCases[secondary_user]', '--include-filter', 'CtsBionicTestCases', '--include-filter', 'CtsBionicTestCases[secondary_user]', '--logcat-on-failure'],
+        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
+        target_module='CtsBionic',
+        target_plan=None,
+        bundle='arm',
+        uri='LATEST',
+        use_jdk9=True,
+        timeout=10800)
+
+parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsBlobStore b/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsBlobStore
new file mode 100644
index 0000000..c40cac4
--- /dev/null
+++ b/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsBlobStore
@@ -0,0 +1,34 @@
+# Copyright 2020 The Chromium OS Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+# This file has been automatically generated. Do not edit!
+
+AUTHOR = 'ARC++ Team'
+NAME = 'cheets_CTS_R.11_r3.arm.CtsBlobStore'
+ATTRIBUTES = 'suite:arc-cts-r'
+DEPENDENCIES = 'arc'
+JOB_RETRIES = 1
+TEST_TYPE = 'server'
+TIME = 'MEDIUM'
+MAX_RESULT_SIZE_KB = 512000
+DOC = 'Run module CtsBlobStoreHostTestCases, CtsBlobStoreHostTestCases[secondary_user], CtsBlobStoreHostTestHelper, CtsBlobStoreHostTestHelper[secondary_user], CtsBlobStoreTestCases, CtsBlobStoreTestCases[secondary_user], CtsBlobStoreTestHelper, CtsBlobStoreTestHelperDiffSig, CtsBlobStoreTestHelperDiffSig2, CtsBlobStoreTestHelperDiffSig2[secondary_user], CtsBlobStoreTestHelperDiffSig[secondary_user], CtsBlobStoreTestHelper[secondary_user] of the Android Compatibility Test Suite (CTS) using arm ABI in the ARC++ container.'
+
+def run_TS(machine):
+    host_list = [hosts.create_host(machine)]
+    job.run_test(
+        'cheets_CTS_R',
+        hosts=host_list,
+        iterations=1,
+        tag='11_r3.arm.CtsBlobStore',
+        test_name='cheets_CTS_R.11_r3.arm.CtsBlobStore',
+        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsBlobStoreHostTestCases', '--include-filter', 'CtsBlobStoreHostTestCases[secondary_user]', '--include-filter', 'CtsBlobStoreHostTestHelper', '--include-filter', 'CtsBlobStoreHostTestHelper[secondary_user]', '--include-filter', 'CtsBlobStoreTestCases', '--include-filter', 'CtsBlobStoreTestCases[secondary_user]', '--include-filter', 'CtsBlobStoreTestHelper', '--include-filter', 'CtsBlobStoreTestHelperDiffSig', '--include-filter', 'CtsBlobStoreTestHelperDiffSig2', '--include-filter', 'CtsBlobStoreTestHelperDiffSig2[secondary_user]', '--include-filter', 'CtsBlobStoreTestHelperDiffSig[secondary_user]', '--include-filter', 'CtsBlobStoreTestHelper[secondary_user]', '--logcat-on-failure'],
+        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
+        target_module='CtsBlobStore',
+        target_plan=None,
+        bundle='arm',
+        uri='LATEST',
+        use_jdk9=True,
+        timeout=23400)
+
+parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsBluetooth b/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsBluetooth
new file mode 100644
index 0000000..8e0d9ed
--- /dev/null
+++ b/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsBluetooth
@@ -0,0 +1,34 @@
+# Copyright 2020 The Chromium OS Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+# This file has been automatically generated. Do not edit!
+
+AUTHOR = 'ARC++ Team'
+NAME = 'cheets_CTS_R.11_r3.arm.CtsBluetooth'
+ATTRIBUTES = 'suite:arc-cts-r'
+DEPENDENCIES = 'arc'
+JOB_RETRIES = 1
+TEST_TYPE = 'server'
+TIME = 'MEDIUM'
+MAX_RESULT_SIZE_KB = 512000
+DOC = 'Run module CtsBluetoothTestCases, CtsBluetoothTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using arm ABI in the ARC++ container.'
+
+def run_TS(machine):
+    host_list = [hosts.create_host(machine)]
+    job.run_test(
+        'cheets_CTS_R',
+        hosts=host_list,
+        iterations=1,
+        tag='11_r3.arm.CtsBluetooth',
+        test_name='cheets_CTS_R.11_r3.arm.CtsBluetooth',
+        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsBluetoothTestCases', '--include-filter', 'CtsBluetoothTestCases[secondary_user]', '--logcat-on-failure'],
+        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
+        target_module='CtsBluetooth',
+        target_plan=None,
+        bundle='arm',
+        uri='LATEST',
+        use_jdk9=True,
+        timeout=5400)
+
+parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsBootStats b/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsBootStats
new file mode 100644
index 0000000..50d6fc8
--- /dev/null
+++ b/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsBootStats
@@ -0,0 +1,34 @@
+# Copyright 2020 The Chromium OS Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+# This file has been automatically generated. Do not edit!
+
+AUTHOR = 'ARC++ Team'
+NAME = 'cheets_CTS_R.11_r3.arm.CtsBootStats'
+ATTRIBUTES = 'suite:arc-cts-r'
+DEPENDENCIES = 'arc'
+JOB_RETRIES = 1
+TEST_TYPE = 'server'
+TIME = 'MEDIUM'
+MAX_RESULT_SIZE_KB = 512000
+DOC = 'Run module CtsBootStatsTestCases, CtsBootStatsTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using arm ABI in the ARC++ container.'
+
+def run_TS(machine):
+    host_list = [hosts.create_host(machine)]
+    job.run_test(
+        'cheets_CTS_R',
+        hosts=host_list,
+        iterations=1,
+        tag='11_r3.arm.CtsBootStats',
+        test_name='cheets_CTS_R.11_r3.arm.CtsBootStats',
+        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsBootStatsTestCases', '--include-filter', 'CtsBootStatsTestCases[secondary_user]', '--logcat-on-failure'],
+        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
+        target_module='CtsBootStats',
+        target_plan=None,
+        bundle='arm',
+        uri='LATEST',
+        use_jdk9=True,
+        timeout=5400)
+
+parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsCalendarProvider b/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsCalendarProvider
new file mode 100644
index 0000000..4a1f7a7
--- /dev/null
+++ b/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsCalendarProvider
@@ -0,0 +1,34 @@
+# Copyright 2020 The Chromium OS Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+# This file has been automatically generated. Do not edit!
+
+AUTHOR = 'ARC++ Team'
+NAME = 'cheets_CTS_R.11_r3.arm.CtsCalendarProvider'
+ATTRIBUTES = 'suite:arc-cts-r'
+DEPENDENCIES = 'arc'
+JOB_RETRIES = 1
+TEST_TYPE = 'server'
+TIME = 'MEDIUM'
+MAX_RESULT_SIZE_KB = 512000
+DOC = 'Run module CtsCalendarProviderTestCases, CtsCalendarProviderTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using arm ABI in the ARC++ container.'
+
+def run_TS(machine):
+    host_list = [hosts.create_host(machine)]
+    job.run_test(
+        'cheets_CTS_R',
+        hosts=host_list,
+        iterations=1,
+        tag='11_r3.arm.CtsCalendarProvider',
+        test_name='cheets_CTS_R.11_r3.arm.CtsCalendarProvider',
+        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsCalendarProviderTestCases', '--include-filter', 'CtsCalendarProviderTestCases[secondary_user]', '--logcat-on-failure'],
+        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
+        target_module='CtsCalendarProvider',
+        target_plan=None,
+        bundle='arm',
+        uri='LATEST',
+        use_jdk9=True,
+        timeout=5400)
+
+parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsCalendarcommon2 b/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsCalendarcommon2
new file mode 100644
index 0000000..677ff06
--- /dev/null
+++ b/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsCalendarcommon2
@@ -0,0 +1,34 @@
+# Copyright 2020 The Chromium OS Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+# This file has been automatically generated. Do not edit!
+
+AUTHOR = 'ARC++ Team'
+NAME = 'cheets_CTS_R.11_r3.arm.CtsCalendarcommon2'
+ATTRIBUTES = 'suite:arc-cts-r'
+DEPENDENCIES = 'arc'
+JOB_RETRIES = 1
+TEST_TYPE = 'server'
+TIME = 'MEDIUM'
+MAX_RESULT_SIZE_KB = 512000
+DOC = 'Run module CtsCalendarcommon2TestCases, CtsCalendarcommon2TestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using arm ABI in the ARC++ container.'
+
+def run_TS(machine):
+    host_list = [hosts.create_host(machine)]
+    job.run_test(
+        'cheets_CTS_R',
+        hosts=host_list,
+        iterations=1,
+        tag='11_r3.arm.CtsCalendarcommon2',
+        test_name='cheets_CTS_R.11_r3.arm.CtsCalendarcommon2',
+        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsCalendarcommon2TestCases', '--include-filter', 'CtsCalendarcommon2TestCases[secondary_user]', '--logcat-on-failure'],
+        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
+        target_module='CtsCalendarcommon2',
+        target_plan=None,
+        bundle='arm',
+        uri='LATEST',
+        use_jdk9=True,
+        timeout=5400)
+
+parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsCamera b/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsCamera
new file mode 100644
index 0000000..d18eade
--- /dev/null
+++ b/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsCamera
@@ -0,0 +1,34 @@
+# Copyright 2020 The Chromium OS Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+# This file has been automatically generated. Do not edit!
+
+AUTHOR = 'ARC++ Team'
+NAME = 'cheets_CTS_R.11_r3.arm.CtsCamera'
+ATTRIBUTES = 'suite:arc-cts-r'
+DEPENDENCIES = 'arc'
+JOB_RETRIES = 1
+TEST_TYPE = 'server'
+TIME = 'LONG'
+MAX_RESULT_SIZE_KB = 512000
+DOC = 'Run module CtsCameraApi25TestCases, CtsCameraApi25TestCases[secondary_user], CtsCameraTestCases, CtsCameraTestCases[instant], CtsCameraTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using arm ABI in the ARC++ container.'
+
+def run_TS(machine):
+    host_list = [hosts.create_host(machine)]
+    job.run_test(
+        'cheets_CTS_R',
+        hosts=host_list,
+        iterations=1,
+        tag='11_r3.arm.CtsCamera',
+        test_name='cheets_CTS_R.11_r3.arm.CtsCamera',
+        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsCameraApi25TestCases', '--include-filter', 'CtsCameraApi25TestCases[secondary_user]', '--include-filter', 'CtsCameraTestCases', '--include-filter', 'CtsCameraTestCases[instant]', '--include-filter', 'CtsCameraTestCases[secondary_user]', '--logcat-on-failure'],
+        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
+        target_module='CtsCamera',
+        target_plan=None,
+        bundle='arm',
+        uri='LATEST',
+        use_jdk9=True,
+        timeout=10800)
+
+parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsCar b/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsCar
new file mode 100644
index 0000000..16c2d20
--- /dev/null
+++ b/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsCar
@@ -0,0 +1,34 @@
+# Copyright 2020 The Chromium OS Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+# This file has been automatically generated. Do not edit!
+
+AUTHOR = 'ARC++ Team'
+NAME = 'cheets_CTS_R.11_r3.arm.CtsCar'
+ATTRIBUTES = 'suite:arc-cts-r'
+DEPENDENCIES = 'arc'
+JOB_RETRIES = 1
+TEST_TYPE = 'server'
+TIME = 'MEDIUM'
+MAX_RESULT_SIZE_KB = 512000
+DOC = 'Run module CtsCarHostTestCases, CtsCarTestCases, CtsCarTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using arm ABI in the ARC++ container.'
+
+def run_TS(machine):
+    host_list = [hosts.create_host(machine)]
+    job.run_test(
+        'cheets_CTS_R',
+        hosts=host_list,
+        iterations=1,
+        tag='11_r3.arm.CtsCar',
+        test_name='cheets_CTS_R.11_r3.arm.CtsCar',
+        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsCarHostTestCases', '--include-filter', 'CtsCarTestCases', '--include-filter', 'CtsCarTestCases[secondary_user]', '--logcat-on-failure'],
+        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
+        target_module='CtsCar',
+        target_plan=None,
+        bundle='arm',
+        uri='LATEST',
+        use_jdk9=True,
+        timeout=7200)
+
+parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsCarrierApiTestCases b/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsCarrierApiTestCases
new file mode 100644
index 0000000..ac6bc29
--- /dev/null
+++ b/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsCarrierApiTestCases
@@ -0,0 +1,34 @@
+# Copyright 2020 The Chromium OS Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+# This file has been automatically generated. Do not edit!
+
+AUTHOR = 'ARC++ Team'
+NAME = 'cheets_CTS_R.11_r3.arm.CtsCarrierApiTestCases'
+ATTRIBUTES = 'suite:arc-cts-r'
+DEPENDENCIES = 'arc'
+JOB_RETRIES = 1
+TEST_TYPE = 'server'
+TIME = 'MEDIUM'
+MAX_RESULT_SIZE_KB = 512000
+DOC = 'Run module CtsCarrierApiTestCases of the Android Compatibility Test Suite (CTS) using arm ABI in the ARC++ container.'
+
+def run_TS(machine):
+    host_list = [hosts.create_host(machine)]
+    job.run_test(
+        'cheets_CTS_R',
+        hosts=host_list,
+        iterations=1,
+        tag='11_r3.arm.CtsCarrierApiTestCases',
+        test_name='cheets_CTS_R.11_r3.arm.CtsCarrierApiTestCases',
+        run_template=['run', 'commandAndExit', 'cts', '--module', 'CtsCarrierApiTestCases', '--logcat-on-failure'],
+        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
+        target_module='CtsCarrierApiTestCases',
+        target_plan=None,
+        bundle='arm',
+        uri='LATEST',
+        use_jdk9=True,
+        timeout=3600)
+
+parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsClassLoaderFactory b/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsClassLoaderFactory
new file mode 100644
index 0000000..c39f5c9
--- /dev/null
+++ b/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsClassLoaderFactory
@@ -0,0 +1,34 @@
+# Copyright 2020 The Chromium OS Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+# This file has been automatically generated. Do not edit!
+
+AUTHOR = 'ARC++ Team'
+NAME = 'cheets_CTS_R.11_r3.arm.CtsClassLoaderFactory'
+ATTRIBUTES = 'suite:arc-cts-r'
+DEPENDENCIES = 'arc'
+JOB_RETRIES = 1
+TEST_TYPE = 'server'
+TIME = 'MEDIUM'
+MAX_RESULT_SIZE_KB = 512000
+DOC = 'Run module CtsClassLoaderFactoryInMemoryDexClassLoaderTestCases, CtsClassLoaderFactoryInMemoryDexClassLoaderTestCases[instant], CtsClassLoaderFactoryInMemoryDexClassLoaderTestCases[secondary_user], CtsClassLoaderFactoryPathClassLoaderTestCases, CtsClassLoaderFactoryPathClassLoaderTestCases[instant], CtsClassLoaderFactoryPathClassLoaderTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using arm ABI in the ARC++ container.'
+
+def run_TS(machine):
+    host_list = [hosts.create_host(machine)]
+    job.run_test(
+        'cheets_CTS_R',
+        hosts=host_list,
+        iterations=1,
+        tag='11_r3.arm.CtsClassLoaderFactory',
+        test_name='cheets_CTS_R.11_r3.arm.CtsClassLoaderFactory',
+        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsClassLoaderFactoryInMemoryDexClassLoaderTestCases', '--include-filter', 'CtsClassLoaderFactoryInMemoryDexClassLoaderTestCases[instant]', '--include-filter', 'CtsClassLoaderFactoryInMemoryDexClassLoaderTestCases[secondary_user]', '--include-filter', 'CtsClassLoaderFactoryPathClassLoaderTestCases', '--include-filter', 'CtsClassLoaderFactoryPathClassLoaderTestCases[instant]', '--include-filter', 'CtsClassLoaderFactoryPathClassLoaderTestCases[secondary_user]', '--logcat-on-failure'],
+        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
+        target_module='CtsClassLoaderFactory',
+        target_plan=None,
+        bundle='arm',
+        uri='LATEST',
+        use_jdk9=True,
+        timeout=12600)
+
+parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsClassloaderSplitsHost b/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsClassloaderSplitsHost
new file mode 100644
index 0000000..bd34d0a
--- /dev/null
+++ b/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsClassloaderSplitsHost
@@ -0,0 +1,34 @@
+# Copyright 2020 The Chromium OS Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+# This file has been automatically generated. Do not edit!
+
+AUTHOR = 'ARC++ Team'
+NAME = 'cheets_CTS_R.11_r3.arm.CtsClassloaderSplitsHost'
+ATTRIBUTES = 'suite:arc-cts-r'
+DEPENDENCIES = 'arc'
+JOB_RETRIES = 1
+TEST_TYPE = 'server'
+TIME = 'MEDIUM'
+MAX_RESULT_SIZE_KB = 512000
+DOC = 'Run module CtsClassloaderSplitsHostTestCases, CtsClassloaderSplitsHostTestCases[instant], CtsClassloaderSplitsHostTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using arm ABI in the ARC++ container.'
+
+def run_TS(machine):
+    host_list = [hosts.create_host(machine)]
+    job.run_test(
+        'cheets_CTS_R',
+        hosts=host_list,
+        iterations=1,
+        tag='11_r3.arm.CtsClassloaderSplitsHost',
+        test_name='cheets_CTS_R.11_r3.arm.CtsClassloaderSplitsHost',
+        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsClassloaderSplitsHostTestCases', '--include-filter', 'CtsClassloaderSplitsHostTestCases[instant]', '--include-filter', 'CtsClassloaderSplitsHostTestCases[secondary_user]', '--logcat-on-failure'],
+        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
+        target_module='CtsClassloaderSplitsHost',
+        target_plan=None,
+        bundle='arm',
+        uri='LATEST',
+        use_jdk9=True,
+        timeout=7200)
+
+parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsCodePathHost b/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsCodePathHost
new file mode 100644
index 0000000..a792789
--- /dev/null
+++ b/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsCodePathHost
@@ -0,0 +1,34 @@
+# Copyright 2020 The Chromium OS Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+# This file has been automatically generated. Do not edit!
+
+AUTHOR = 'ARC++ Team'
+NAME = 'cheets_CTS_R.11_r3.arm.CtsCodePathHost'
+ATTRIBUTES = 'suite:arc-cts-r'
+DEPENDENCIES = 'arc'
+JOB_RETRIES = 1
+TEST_TYPE = 'server'
+TIME = 'MEDIUM'
+MAX_RESULT_SIZE_KB = 512000
+DOC = 'Run module CtsCodePathHostTestCases, CtsCodePathHostTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using arm ABI in the ARC++ container.'
+
+def run_TS(machine):
+    host_list = [hosts.create_host(machine)]
+    job.run_test(
+        'cheets_CTS_R',
+        hosts=host_list,
+        iterations=1,
+        tag='11_r3.arm.CtsCodePathHost',
+        test_name='cheets_CTS_R.11_r3.arm.CtsCodePathHost',
+        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsCodePathHostTestCases', '--include-filter', 'CtsCodePathHostTestCases[secondary_user]', '--logcat-on-failure'],
+        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
+        target_module='CtsCodePathHost',
+        target_plan=None,
+        bundle='arm',
+        uri='LATEST',
+        use_jdk9=True,
+        timeout=5400)
+
+parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsColorMode b/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsColorMode
new file mode 100644
index 0000000..49702c8
--- /dev/null
+++ b/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsColorMode
@@ -0,0 +1,34 @@
+# Copyright 2020 The Chromium OS Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+# This file has been automatically generated. Do not edit!
+
+AUTHOR = 'ARC++ Team'
+NAME = 'cheets_CTS_R.11_r3.arm.CtsColorMode'
+ATTRIBUTES = 'suite:arc-cts-r'
+DEPENDENCIES = 'arc'
+JOB_RETRIES = 1
+TEST_TYPE = 'server'
+TIME = 'MEDIUM'
+MAX_RESULT_SIZE_KB = 512000
+DOC = 'Run module CtsColorModeTestCases, CtsColorModeTestCases[instant], CtsColorModeTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using arm ABI in the ARC++ container.'
+
+def run_TS(machine):
+    host_list = [hosts.create_host(machine)]
+    job.run_test(
+        'cheets_CTS_R',
+        hosts=host_list,
+        iterations=1,
+        tag='11_r3.arm.CtsColorMode',
+        test_name='cheets_CTS_R.11_r3.arm.CtsColorMode',
+        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsColorModeTestCases', '--include-filter', 'CtsColorModeTestCases[instant]', '--include-filter', 'CtsColorModeTestCases[secondary_user]', '--logcat-on-failure'],
+        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
+        target_module='CtsColorMode',
+        target_plan=None,
+        bundle='arm',
+        uri='LATEST',
+        use_jdk9=True,
+        timeout=7200)
+
+parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsCompilation b/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsCompilation
new file mode 100644
index 0000000..8bc8d2c
--- /dev/null
+++ b/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsCompilation
@@ -0,0 +1,34 @@
+# Copyright 2020 The Chromium OS Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+# This file has been automatically generated. Do not edit!
+
+AUTHOR = 'ARC++ Team'
+NAME = 'cheets_CTS_R.11_r3.arm.CtsCompilation'
+ATTRIBUTES = 'suite:arc-cts-r'
+DEPENDENCIES = 'arc'
+JOB_RETRIES = 1
+TEST_TYPE = 'server'
+TIME = 'MEDIUM'
+MAX_RESULT_SIZE_KB = 512000
+DOC = 'Run module CtsCompilationTestCases, CtsCompilationTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using arm ABI in the ARC++ container.'
+
+def run_TS(machine):
+    host_list = [hosts.create_host(machine)]
+    job.run_test(
+        'cheets_CTS_R',
+        hosts=host_list,
+        iterations=1,
+        tag='11_r3.arm.CtsCompilation',
+        test_name='cheets_CTS_R.11_r3.arm.CtsCompilation',
+        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsCompilationTestCases', '--include-filter', 'CtsCompilationTestCases[secondary_user]', '--logcat-on-failure'],
+        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
+        target_module='CtsCompilation',
+        target_plan=None,
+        bundle='arm',
+        uri='LATEST',
+        use_jdk9=True,
+        timeout=5400)
+
+parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsContactsProvider b/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsContactsProvider
new file mode 100644
index 0000000..427fb36
--- /dev/null
+++ b/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsContactsProvider
@@ -0,0 +1,34 @@
+# Copyright 2020 The Chromium OS Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+# This file has been automatically generated. Do not edit!
+
+AUTHOR = 'ARC++ Team'
+NAME = 'cheets_CTS_R.11_r3.arm.CtsContactsProvider'
+ATTRIBUTES = 'suite:arc-cts-r'
+DEPENDENCIES = 'arc'
+JOB_RETRIES = 1
+TEST_TYPE = 'server'
+TIME = 'MEDIUM'
+MAX_RESULT_SIZE_KB = 512000
+DOC = 'Run module CtsContactsProviderTestCases, CtsContactsProviderTestCases[secondary_user], CtsContactsProviderWipe, CtsContactsProviderWipe[secondary_user] of the Android Compatibility Test Suite (CTS) using arm ABI in the ARC++ container.'
+
+def run_TS(machine):
+    host_list = [hosts.create_host(machine)]
+    job.run_test(
+        'cheets_CTS_R',
+        hosts=host_list,
+        iterations=1,
+        tag='11_r3.arm.CtsContactsProvider',
+        test_name='cheets_CTS_R.11_r3.arm.CtsContactsProvider',
+        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsContactsProviderTestCases', '--include-filter', 'CtsContactsProviderTestCases[secondary_user]', '--include-filter', 'CtsContactsProviderWipe', '--include-filter', 'CtsContactsProviderWipe[secondary_user]', '--logcat-on-failure'],
+        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
+        target_module='CtsContactsProvider',
+        target_plan=None,
+        bundle='arm',
+        uri='LATEST',
+        use_jdk9=True,
+        timeout=9000)
+
+parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsContent b/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsContent
new file mode 100644
index 0000000..00f8090
--- /dev/null
+++ b/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsContent
@@ -0,0 +1,35 @@
+# Copyright 2020 The Chromium OS Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+# This file has been automatically generated. Do not edit!
+
+AUTHOR = 'ARC++ Team'
+NAME = 'cheets_CTS_R.11_r3.arm.CtsContent'
+ATTRIBUTES = 'suite:arc-cts-r'
+DEPENDENCIES = 'arc'
+JOB_RETRIES = 1
+TEST_TYPE = 'server'
+TIME = 'MEDIUM'
+MAX_RESULT_SIZE_KB = 512000
+DOC = 'Run module CtsContentCaptureServiceTestCases, CtsContentCaptureServiceTestCases[instant], CtsContentCaptureServiceTestCases[secondary_user], CtsContentSuggestionsTestCases, CtsContentSuggestionsTestCases[secondary_user], CtsContentTestCases, CtsContentTestCases[instant], CtsContentTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using arm ABI in the ARC++ container.'
+
+def run_TS(machine):
+    host_list = [hosts.create_host(machine)]
+    job.run_test(
+        'cheets_CTS_R',
+        hosts=host_list,
+        iterations=1,
+        enable_default_apps=True,
+        tag='11_r3.arm.CtsContent',
+        test_name='cheets_CTS_R.11_r3.arm.CtsContent',
+        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsContentCaptureServiceTestCases', '--include-filter', 'CtsContentCaptureServiceTestCases[instant]', '--include-filter', 'CtsContentCaptureServiceTestCases[secondary_user]', '--include-filter', 'CtsContentSuggestionsTestCases', '--include-filter', 'CtsContentSuggestionsTestCases[secondary_user]', '--include-filter', 'CtsContentTestCases', '--include-filter', 'CtsContentTestCases[instant]', '--include-filter', 'CtsContentTestCases[secondary_user]', '--logcat-on-failure'],
+        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
+        target_module='CtsContent',
+        target_plan=None,
+        bundle='arm',
+        uri='LATEST',
+        use_jdk9=True,
+        timeout=16200)
+
+parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsControlsDevice b/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsControlsDevice
new file mode 100644
index 0000000..2b4de3c
--- /dev/null
+++ b/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsControlsDevice
@@ -0,0 +1,34 @@
+# Copyright 2020 The Chromium OS Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+# This file has been automatically generated. Do not edit!
+
+AUTHOR = 'ARC++ Team'
+NAME = 'cheets_CTS_R.11_r3.arm.CtsControlsDevice'
+ATTRIBUTES = 'suite:arc-cts-r'
+DEPENDENCIES = 'arc'
+JOB_RETRIES = 1
+TEST_TYPE = 'server'
+TIME = 'MEDIUM'
+MAX_RESULT_SIZE_KB = 512000
+DOC = 'Run module CtsControlsDeviceTestCases, CtsControlsDeviceTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using arm ABI in the ARC++ container.'
+
+def run_TS(machine):
+    host_list = [hosts.create_host(machine)]
+    job.run_test(
+        'cheets_CTS_R',
+        hosts=host_list,
+        iterations=1,
+        tag='11_r3.arm.CtsControlsDevice',
+        test_name='cheets_CTS_R.11_r3.arm.CtsControlsDevice',
+        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsControlsDeviceTestCases', '--include-filter', 'CtsControlsDeviceTestCases[secondary_user]', '--logcat-on-failure'],
+        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
+        target_module='CtsControlsDevice',
+        target_plan=None,
+        bundle='arm',
+        uri='LATEST',
+        use_jdk9=True,
+        timeout=5400)
+
+parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsCppTools b/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsCppTools
new file mode 100644
index 0000000..bfedf09
--- /dev/null
+++ b/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsCppTools
@@ -0,0 +1,34 @@
+# Copyright 2020 The Chromium OS Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+# This file has been automatically generated. Do not edit!
+
+AUTHOR = 'ARC++ Team'
+NAME = 'cheets_CTS_R.11_r3.arm.CtsCppTools'
+ATTRIBUTES = 'suite:arc-cts-r'
+DEPENDENCIES = 'arc'
+JOB_RETRIES = 1
+TEST_TYPE = 'server'
+TIME = 'MEDIUM'
+MAX_RESULT_SIZE_KB = 512000
+DOC = 'Run module CtsCppToolsTestCases, CtsCppToolsTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using arm ABI in the ARC++ container.'
+
+def run_TS(machine):
+    host_list = [hosts.create_host(machine)]
+    job.run_test(
+        'cheets_CTS_R',
+        hosts=host_list,
+        iterations=1,
+        tag='11_r3.arm.CtsCppTools',
+        test_name='cheets_CTS_R.11_r3.arm.CtsCppTools',
+        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsCppToolsTestCases', '--include-filter', 'CtsCppToolsTestCases[secondary_user]', '--logcat-on-failure'],
+        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
+        target_module='CtsCppTools',
+        target_plan=None,
+        bundle='arm',
+        uri='LATEST',
+        use_jdk9=True,
+        timeout=5400)
+
+parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsCurrentApiSignature b/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsCurrentApiSignature
new file mode 100644
index 0000000..4323817
--- /dev/null
+++ b/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsCurrentApiSignature
@@ -0,0 +1,34 @@
+# Copyright 2020 The Chromium OS Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+# This file has been automatically generated. Do not edit!
+
+AUTHOR = 'ARC++ Team'
+NAME = 'cheets_CTS_R.11_r3.arm.CtsCurrentApiSignature'
+ATTRIBUTES = 'suite:arc-cts-r'
+DEPENDENCIES = 'arc'
+JOB_RETRIES = 1
+TEST_TYPE = 'server'
+TIME = 'MEDIUM'
+MAX_RESULT_SIZE_KB = 512000
+DOC = 'Run module CtsCurrentApiSignatureTestCases, CtsCurrentApiSignatureTestCases[instant], CtsCurrentApiSignatureTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using arm ABI in the ARC++ container.'
+
+def run_TS(machine):
+    host_list = [hosts.create_host(machine)]
+    job.run_test(
+        'cheets_CTS_R',
+        hosts=host_list,
+        iterations=1,
+        tag='11_r3.arm.CtsCurrentApiSignature',
+        test_name='cheets_CTS_R.11_r3.arm.CtsCurrentApiSignature',
+        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsCurrentApiSignatureTestCases', '--include-filter', 'CtsCurrentApiSignatureTestCases[instant]', '--include-filter', 'CtsCurrentApiSignatureTestCases[secondary_user]', '--logcat-on-failure'],
+        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
+        target_module='CtsCurrentApiSignature',
+        target_plan=None,
+        bundle='arm',
+        uri='LATEST',
+        use_jdk9=True,
+        timeout=7200)
+
+parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsDatabase b/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsDatabase
new file mode 100644
index 0000000..a993ef0
--- /dev/null
+++ b/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsDatabase
@@ -0,0 +1,34 @@
+# Copyright 2020 The Chromium OS Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+# This file has been automatically generated. Do not edit!
+
+AUTHOR = 'ARC++ Team'
+NAME = 'cheets_CTS_R.11_r3.arm.CtsDatabase'
+ATTRIBUTES = 'suite:arc-cts-r'
+DEPENDENCIES = 'arc'
+JOB_RETRIES = 1
+TEST_TYPE = 'server'
+TIME = 'MEDIUM'
+MAX_RESULT_SIZE_KB = 512000
+DOC = 'Run module CtsDatabaseTestCases, CtsDatabaseTestCases[instant], CtsDatabaseTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using arm ABI in the ARC++ container.'
+
+def run_TS(machine):
+    host_list = [hosts.create_host(machine)]
+    job.run_test(
+        'cheets_CTS_R',
+        hosts=host_list,
+        iterations=1,
+        tag='11_r3.arm.CtsDatabase',
+        test_name='cheets_CTS_R.11_r3.arm.CtsDatabase',
+        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsDatabaseTestCases', '--include-filter', 'CtsDatabaseTestCases[instant]', '--include-filter', 'CtsDatabaseTestCases[secondary_user]', '--logcat-on-failure'],
+        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
+        target_module='CtsDatabase',
+        target_plan=None,
+        bundle='arm',
+        uri='LATEST',
+        use_jdk9=True,
+        timeout=7200)
+
+parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsDeqp b/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsDeqp
new file mode 100644
index 0000000..e02824b
--- /dev/null
+++ b/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsDeqp
@@ -0,0 +1,35 @@
+# Copyright 2020 The Chromium OS Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+# This file has been automatically generated. Do not edit!
+
+AUTHOR = 'ARC++ Team'
+NAME = 'cheets_CTS_R.11_r3.arm.CtsDeqp'
+ATTRIBUTES = 'suite:arc-cts-r'
+DEPENDENCIES = 'arc'
+JOB_RETRIES = 1
+TEST_TYPE = 'server'
+TIME = 'LONG'
+MAX_RESULT_SIZE_KB = 1024000
+DOC = 'Run module CtsDeqpTestCases, CtsDeqpTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using arm ABI in the ARC++ container.'
+
+def run_TS(machine):
+    host_list = [hosts.create_host(machine)]
+    job.run_test(
+        'cheets_CTS_R',
+        hosts=host_list,
+        iterations=1,
+        max_retry=1,
+        tag='11_r3.arm.CtsDeqp',
+        test_name='cheets_CTS_R.11_r3.arm.CtsDeqp',
+        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsDeqpTestCases', '--include-filter', 'CtsDeqpTestCases[secondary_user]'],
+        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
+        target_module='CtsDeqp',
+        target_plan=None,
+        bundle='arm',
+        uri='LATEST',
+        use_jdk9=True,
+        timeout=111600)
+
+parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsDeqpTestCases.dEQP-EGL b/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsDeqpTestCases.dEQP-EGL
new file mode 100644
index 0000000..60ac8dd
--- /dev/null
+++ b/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsDeqpTestCases.dEQP-EGL
@@ -0,0 +1,34 @@
+# Copyright 2020 The Chromium OS Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+# This file has been automatically generated. Do not edit!
+
+AUTHOR = 'ARC++ Team'
+NAME = 'cheets_CTS_R.11_r3.arm.CtsDeqpTestCases.dEQP-EGL'
+ATTRIBUTES = 'suite:arc-cts-r'
+DEPENDENCIES = 'arc'
+JOB_RETRIES = 0
+TEST_TYPE = 'server'
+TIME = 'MEDIUM'
+MAX_RESULT_SIZE_KB = 512000
+DOC = 'Run module CtsDeqpTestCases.dEQP-EGL of the Android Compatibility Test Suite (CTS) using arm ABI in the ARC++ container.'
+
+def run_TS(machine):
+    host_list = [hosts.create_host(machine)]
+    job.run_test(
+        'cheets_CTS_R',
+        hosts=host_list,
+        iterations=1,
+        tag='11_r3.arm.CtsDeqpTestCases.dEQP-EGL',
+        test_name='cheets_CTS_R.11_r3.arm.CtsDeqpTestCases.dEQP-EGL',
+        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsDeqpTestCases', '--module', 'CtsDeqpTestCases', '--test', 'dEQP-EGL.*'],
+        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
+        target_module='CtsDeqpTestCases',
+        target_plan=None,
+        bundle='arm',
+        uri='gs://chromeos-arc-images/cts/bundle/R/android-cts-6935471-linux_x86-arm.zip',
+        use_jdk9=True,
+        timeout=7200)
+
+parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsDeqpTestCases.dEQP-GLES2 b/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsDeqpTestCases.dEQP-GLES2
new file mode 100644
index 0000000..1f7ff19
--- /dev/null
+++ b/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsDeqpTestCases.dEQP-GLES2
@@ -0,0 +1,34 @@
+# Copyright 2020 The Chromium OS Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+# This file has been automatically generated. Do not edit!
+
+AUTHOR = 'ARC++ Team'
+NAME = 'cheets_CTS_R.11_r3.arm.CtsDeqpTestCases.dEQP-GLES2'
+ATTRIBUTES = 'suite:arc-cts-r'
+DEPENDENCIES = 'arc'
+JOB_RETRIES = 0
+TEST_TYPE = 'server'
+TIME = 'MEDIUM'
+MAX_RESULT_SIZE_KB = 512000
+DOC = 'Run module CtsDeqpTestCases.dEQP-GLES2 of the Android Compatibility Test Suite (CTS) using arm ABI in the ARC++ container.'
+
+def run_TS(machine):
+    host_list = [hosts.create_host(machine)]
+    job.run_test(
+        'cheets_CTS_R',
+        hosts=host_list,
+        iterations=1,
+        tag='11_r3.arm.CtsDeqpTestCases.dEQP-GLES2',
+        test_name='cheets_CTS_R.11_r3.arm.CtsDeqpTestCases.dEQP-GLES2',
+        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsDeqpTestCases', '--module', 'CtsDeqpTestCases', '--test', 'dEQP-GLES2.*'],
+        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
+        target_module='CtsDeqpTestCases',
+        target_plan=None,
+        bundle='arm',
+        uri='gs://chromeos-arc-images/cts/bundle/R/android-cts-6935471-linux_x86-arm.zip',
+        use_jdk9=True,
+        timeout=7200)
+
+parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsDeqpTestCases.dEQP-GLES3 b/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsDeqpTestCases.dEQP-GLES3
new file mode 100644
index 0000000..2af0338
--- /dev/null
+++ b/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsDeqpTestCases.dEQP-GLES3
@@ -0,0 +1,34 @@
+# Copyright 2020 The Chromium OS Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+# This file has been automatically generated. Do not edit!
+
+AUTHOR = 'ARC++ Team'
+NAME = 'cheets_CTS_R.11_r3.arm.CtsDeqpTestCases.dEQP-GLES3'
+ATTRIBUTES = 'suite:arc-cts-r'
+DEPENDENCIES = 'arc'
+JOB_RETRIES = 0
+TEST_TYPE = 'server'
+TIME = 'MEDIUM'
+MAX_RESULT_SIZE_KB = 512000
+DOC = 'Run module CtsDeqpTestCases.dEQP-GLES3 of the Android Compatibility Test Suite (CTS) using arm ABI in the ARC++ container.'
+
+def run_TS(machine):
+    host_list = [hosts.create_host(machine)]
+    job.run_test(
+        'cheets_CTS_R',
+        hosts=host_list,
+        iterations=1,
+        tag='11_r3.arm.CtsDeqpTestCases.dEQP-GLES3',
+        test_name='cheets_CTS_R.11_r3.arm.CtsDeqpTestCases.dEQP-GLES3',
+        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsDeqpTestCases', '--module', 'CtsDeqpTestCases', '--test', 'dEQP-GLES3.*'],
+        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
+        target_module='CtsDeqpTestCases',
+        target_plan=None,
+        bundle='arm',
+        uri='gs://chromeos-arc-images/cts/bundle/R/android-cts-6935471-linux_x86-arm.zip',
+        use_jdk9=True,
+        timeout=21600)
+
+parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsDeqpTestCases.dEQP-GLES31 b/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsDeqpTestCases.dEQP-GLES31
new file mode 100644
index 0000000..855a492
--- /dev/null
+++ b/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsDeqpTestCases.dEQP-GLES31
@@ -0,0 +1,34 @@
+# Copyright 2020 The Chromium OS Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+# This file has been automatically generated. Do not edit!
+
+AUTHOR = 'ARC++ Team'
+NAME = 'cheets_CTS_R.11_r3.arm.CtsDeqpTestCases.dEQP-GLES31'
+ATTRIBUTES = 'suite:arc-cts-r'
+DEPENDENCIES = 'arc'
+JOB_RETRIES = 0
+TEST_TYPE = 'server'
+TIME = 'MEDIUM'
+MAX_RESULT_SIZE_KB = 512000
+DOC = 'Run module CtsDeqpTestCases.dEQP-GLES31 of the Android Compatibility Test Suite (CTS) using arm ABI in the ARC++ container.'
+
+def run_TS(machine):
+    host_list = [hosts.create_host(machine)]
+    job.run_test(
+        'cheets_CTS_R',
+        hosts=host_list,
+        iterations=1,
+        tag='11_r3.arm.CtsDeqpTestCases.dEQP-GLES31',
+        test_name='cheets_CTS_R.11_r3.arm.CtsDeqpTestCases.dEQP-GLES31',
+        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsDeqpTestCases', '--module', 'CtsDeqpTestCases', '--test', 'dEQP-GLES31.*'],
+        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
+        target_module='CtsDeqpTestCases',
+        target_plan=None,
+        bundle='arm',
+        uri='gs://chromeos-arc-images/cts/bundle/R/android-cts-6935471-linux_x86-arm.zip',
+        use_jdk9=True,
+        timeout=21600)
+
+parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsDeqpTestCases.dEQP-VK b/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsDeqpTestCases.dEQP-VK
new file mode 100644
index 0000000..05b28d4
--- /dev/null
+++ b/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsDeqpTestCases.dEQP-VK
@@ -0,0 +1,34 @@
+# Copyright 2020 The Chromium OS Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+# This file has been automatically generated. Do not edit!
+
+AUTHOR = 'ARC++ Team'
+NAME = 'cheets_CTS_R.11_r3.arm.CtsDeqpTestCases.dEQP-VK'
+ATTRIBUTES = 'suite:arc-cts-r'
+DEPENDENCIES = 'arc'
+JOB_RETRIES = 0
+TEST_TYPE = 'server'
+TIME = 'MEDIUM'
+MAX_RESULT_SIZE_KB = 512000
+DOC = 'Run module CtsDeqpTestCases.dEQP-VK of the Android Compatibility Test Suite (CTS) using arm ABI in the ARC++ container.'
+
+def run_TS(machine):
+    host_list = [hosts.create_host(machine)]
+    job.run_test(
+        'cheets_CTS_R',
+        hosts=host_list,
+        iterations=1,
+        tag='11_r3.arm.CtsDeqpTestCases.dEQP-VK',
+        test_name='cheets_CTS_R.11_r3.arm.CtsDeqpTestCases.dEQP-VK',
+        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsDeqpTestCases', '--module', 'CtsDeqpTestCases', '--test', 'dEQP-VK.*'],
+        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
+        target_module='CtsDeqpTestCases',
+        target_plan=None,
+        bundle='arm',
+        uri='gs://chromeos-arc-images/cts/bundle/R/android-cts-6935471-linux_x86-arm.zip',
+        use_jdk9=True,
+        timeout=54000)
+
+parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsDevice b/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsDevice
new file mode 100644
index 0000000..a673aa1
--- /dev/null
+++ b/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsDevice
@@ -0,0 +1,34 @@
+# Copyright 2020 The Chromium OS Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+# This file has been automatically generated. Do not edit!
+
+AUTHOR = 'ARC++ Team'
+NAME = 'cheets_CTS_R.11_r3.arm.CtsDevice'
+ATTRIBUTES = 'suite:arc-cts-r'
+DEPENDENCIES = 'arc'
+JOB_RETRIES = 1
+TEST_TYPE = 'server'
+TIME = 'MEDIUM'
+MAX_RESULT_SIZE_KB = 512000
+DOC = 'Run module CtsDeviceConfigTestCases, CtsDeviceConfigTestCases[instant], CtsDeviceConfigTestCases[secondary_user], CtsDeviceIdleHostTestCases, CtsDeviceIdleHostTestCases[secondary_user], CtsDevicePolicyManagerTestCases of the Android Compatibility Test Suite (CTS) using arm ABI in the ARC++ container.'
+
+def run_TS(machine):
+    host_list = [hosts.create_host(machine)]
+    job.run_test(
+        'cheets_CTS_R',
+        hosts=host_list,
+        iterations=1,
+        tag='11_r3.arm.CtsDevice',
+        test_name='cheets_CTS_R.11_r3.arm.CtsDevice',
+        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsDeviceConfigTestCases', '--include-filter', 'CtsDeviceConfigTestCases[instant]', '--include-filter', 'CtsDeviceConfigTestCases[secondary_user]', '--include-filter', 'CtsDeviceIdleHostTestCases', '--include-filter', 'CtsDeviceIdleHostTestCases[secondary_user]', '--include-filter', 'CtsDevicePolicyManagerTestCases', '--logcat-on-failure'],
+        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
+        target_module='CtsDevice',
+        target_plan=None,
+        bundle='arm',
+        uri='LATEST',
+        use_jdk9=True,
+        timeout=12600)
+
+parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsDexMetadataHost b/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsDexMetadataHost
new file mode 100644
index 0000000..146710c
--- /dev/null
+++ b/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsDexMetadataHost
@@ -0,0 +1,34 @@
+# Copyright 2020 The Chromium OS Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+# This file has been automatically generated. Do not edit!
+
+AUTHOR = 'ARC++ Team'
+NAME = 'cheets_CTS_R.11_r3.arm.CtsDexMetadataHost'
+ATTRIBUTES = 'suite:arc-cts-r'
+DEPENDENCIES = 'arc'
+JOB_RETRIES = 1
+TEST_TYPE = 'server'
+TIME = 'MEDIUM'
+MAX_RESULT_SIZE_KB = 512000
+DOC = 'Run module CtsDexMetadataHostTestCases, CtsDexMetadataHostTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using arm ABI in the ARC++ container.'
+
+def run_TS(machine):
+    host_list = [hosts.create_host(machine)]
+    job.run_test(
+        'cheets_CTS_R',
+        hosts=host_list,
+        iterations=1,
+        tag='11_r3.arm.CtsDexMetadataHost',
+        test_name='cheets_CTS_R.11_r3.arm.CtsDexMetadataHost',
+        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsDexMetadataHostTestCases', '--include-filter', 'CtsDexMetadataHostTestCases[secondary_user]', '--logcat-on-failure'],
+        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
+        target_module='CtsDexMetadataHost',
+        target_plan=None,
+        bundle='arm',
+        uri='LATEST',
+        use_jdk9=True,
+        timeout=5400)
+
+parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsDisplay b/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsDisplay
new file mode 100644
index 0000000..3b007f5
--- /dev/null
+++ b/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsDisplay
@@ -0,0 +1,34 @@
+# Copyright 2020 The Chromium OS Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+# This file has been automatically generated. Do not edit!
+
+AUTHOR = 'ARC++ Team'
+NAME = 'cheets_CTS_R.11_r3.arm.CtsDisplay'
+ATTRIBUTES = 'suite:arc-cts-r'
+DEPENDENCIES = 'arc'
+JOB_RETRIES = 1
+TEST_TYPE = 'server'
+TIME = 'MEDIUM'
+MAX_RESULT_SIZE_KB = 512000
+DOC = 'Run module CtsDisplayTestCases, CtsDisplayTestCases[instant], CtsDisplayTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using arm ABI in the ARC++ container.'
+
+def run_TS(machine):
+    host_list = [hosts.create_host(machine)]
+    job.run_test(
+        'cheets_CTS_R',
+        hosts=host_list,
+        iterations=1,
+        tag='11_r3.arm.CtsDisplay',
+        test_name='cheets_CTS_R.11_r3.arm.CtsDisplay',
+        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsDisplayTestCases', '--include-filter', 'CtsDisplayTestCases[instant]', '--include-filter', 'CtsDisplayTestCases[secondary_user]', '--logcat-on-failure'],
+        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
+        target_module='CtsDisplay',
+        target_plan=None,
+        bundle='arm',
+        uri='LATEST',
+        use_jdk9=True,
+        timeout=7200)
+
+parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsDownloadManager b/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsDownloadManager
new file mode 100644
index 0000000..de3afd3
--- /dev/null
+++ b/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsDownloadManager
@@ -0,0 +1,34 @@
+# Copyright 2020 The Chromium OS Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+# This file has been automatically generated. Do not edit!
+
+AUTHOR = 'ARC++ Team'
+NAME = 'cheets_CTS_R.11_r3.arm.CtsDownloadManager'
+ATTRIBUTES = 'suite:arc-cts-r'
+DEPENDENCIES = 'arc'
+JOB_RETRIES = 1
+TEST_TYPE = 'server'
+TIME = 'MEDIUM'
+MAX_RESULT_SIZE_KB = 512000
+DOC = 'Run module CtsDownloadManagerApi28, CtsDownloadManagerApi28[secondary_user], CtsDownloadManagerInstaller, CtsDownloadManagerInstaller[secondary_user] of the Android Compatibility Test Suite (CTS) using arm ABI in the ARC++ container.'
+
+def run_TS(machine):
+    host_list = [hosts.create_host(machine)]
+    job.run_test(
+        'cheets_CTS_R',
+        hosts=host_list,
+        iterations=1,
+        tag='11_r3.arm.CtsDownloadManager',
+        test_name='cheets_CTS_R.11_r3.arm.CtsDownloadManager',
+        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsDownloadManagerApi28', '--include-filter', 'CtsDownloadManagerApi28[secondary_user]', '--include-filter', 'CtsDownloadManagerInstaller', '--include-filter', 'CtsDownloadManagerInstaller[secondary_user]', '--logcat-on-failure'],
+        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
+        target_module='CtsDownloadManager',
+        target_plan=None,
+        bundle='arm',
+        uri='LATEST',
+        use_jdk9=True,
+        timeout=9000)
+
+parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsDpi b/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsDpi
new file mode 100644
index 0000000..0b3bd68
--- /dev/null
+++ b/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsDpi
@@ -0,0 +1,34 @@
+# Copyright 2020 The Chromium OS Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+# This file has been automatically generated. Do not edit!
+
+AUTHOR = 'ARC++ Team'
+NAME = 'cheets_CTS_R.11_r3.arm.CtsDpi'
+ATTRIBUTES = 'suite:arc-cts-r'
+DEPENDENCIES = 'arc'
+JOB_RETRIES = 1
+TEST_TYPE = 'server'
+TIME = 'MEDIUM'
+MAX_RESULT_SIZE_KB = 512000
+DOC = 'Run module CtsDpiTestCases, CtsDpiTestCases2, CtsDpiTestCases2[secondary_user], CtsDpiTestCases[instant], CtsDpiTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using arm ABI in the ARC++ container.'
+
+def run_TS(machine):
+    host_list = [hosts.create_host(machine)]
+    job.run_test(
+        'cheets_CTS_R',
+        hosts=host_list,
+        iterations=1,
+        tag='11_r3.arm.CtsDpi',
+        test_name='cheets_CTS_R.11_r3.arm.CtsDpi',
+        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsDpiTestCases', '--include-filter', 'CtsDpiTestCases2', '--include-filter', 'CtsDpiTestCases2[secondary_user]', '--include-filter', 'CtsDpiTestCases[instant]', '--include-filter', 'CtsDpiTestCases[secondary_user]', '--logcat-on-failure'],
+        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
+        target_module='CtsDpi',
+        target_plan=None,
+        bundle='arm',
+        uri='LATEST',
+        use_jdk9=True,
+        timeout=10800)
+
+parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsDreams b/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsDreams
new file mode 100644
index 0000000..a65b4f4
--- /dev/null
+++ b/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsDreams
@@ -0,0 +1,34 @@
+# Copyright 2020 The Chromium OS Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+# This file has been automatically generated. Do not edit!
+
+AUTHOR = 'ARC++ Team'
+NAME = 'cheets_CTS_R.11_r3.arm.CtsDreams'
+ATTRIBUTES = 'suite:arc-cts-r'
+DEPENDENCIES = 'arc'
+JOB_RETRIES = 1
+TEST_TYPE = 'server'
+TIME = 'MEDIUM'
+MAX_RESULT_SIZE_KB = 512000
+DOC = 'Run module CtsDreamsTestCases, CtsDreamsTestCases[instant], CtsDreamsTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using arm ABI in the ARC++ container.'
+
+def run_TS(machine):
+    host_list = [hosts.create_host(machine)]
+    job.run_test(
+        'cheets_CTS_R',
+        hosts=host_list,
+        iterations=1,
+        tag='11_r3.arm.CtsDreams',
+        test_name='cheets_CTS_R.11_r3.arm.CtsDreams',
+        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsDreamsTestCases', '--include-filter', 'CtsDreamsTestCases[instant]', '--include-filter', 'CtsDreamsTestCases[secondary_user]', '--logcat-on-failure'],
+        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
+        target_module='CtsDreams',
+        target_plan=None,
+        bundle='arm',
+        uri='LATEST',
+        use_jdk9=True,
+        timeout=7200)
+
+parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsDrm b/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsDrm
new file mode 100644
index 0000000..cf8e998
--- /dev/null
+++ b/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsDrm
@@ -0,0 +1,34 @@
+# Copyright 2020 The Chromium OS Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+# This file has been automatically generated. Do not edit!
+
+AUTHOR = 'ARC++ Team'
+NAME = 'cheets_CTS_R.11_r3.arm.CtsDrm'
+ATTRIBUTES = 'suite:arc-cts-r'
+DEPENDENCIES = 'arc'
+JOB_RETRIES = 1
+TEST_TYPE = 'server'
+TIME = 'MEDIUM'
+MAX_RESULT_SIZE_KB = 512000
+DOC = 'Run module CtsDrmTestCases, CtsDrmTestCases[instant], CtsDrmTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using arm ABI in the ARC++ container.'
+
+def run_TS(machine):
+    host_list = [hosts.create_host(machine)]
+    job.run_test(
+        'cheets_CTS_R',
+        hosts=host_list,
+        iterations=1,
+        tag='11_r3.arm.CtsDrm',
+        test_name='cheets_CTS_R.11_r3.arm.CtsDrm',
+        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsDrmTestCases', '--include-filter', 'CtsDrmTestCases[instant]', '--include-filter', 'CtsDrmTestCases[secondary_user]', '--logcat-on-failure'],
+        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
+        target_module='CtsDrm',
+        target_plan=None,
+        bundle='arm',
+        uri='LATEST',
+        use_jdk9=True,
+        timeout=7200)
+
+parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsDropBoxManagerTestCases b/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsDropBoxManagerTestCases
new file mode 100644
index 0000000..9f8e481
--- /dev/null
+++ b/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsDropBoxManagerTestCases
@@ -0,0 +1,34 @@
+# Copyright 2020 The Chromium OS Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+# This file has been automatically generated. Do not edit!
+
+AUTHOR = 'ARC++ Team'
+NAME = 'cheets_CTS_R.11_r3.arm.CtsDropBoxManagerTestCases'
+ATTRIBUTES = 'suite:arc-cts-r'
+DEPENDENCIES = 'arc'
+JOB_RETRIES = 1
+TEST_TYPE = 'server'
+TIME = 'MEDIUM'
+MAX_RESULT_SIZE_KB = 512000
+DOC = 'Run module CtsDropBoxManagerTestCases of the Android Compatibility Test Suite (CTS) using arm ABI in the ARC++ container.'
+
+def run_TS(machine):
+    host_list = [hosts.create_host(machine)]
+    job.run_test(
+        'cheets_CTS_R',
+        hosts=host_list,
+        iterations=1,
+        tag='11_r3.arm.CtsDropBoxManagerTestCases',
+        test_name='cheets_CTS_R.11_r3.arm.CtsDropBoxManagerTestCases',
+        run_template=['run', 'commandAndExit', 'cts', '--module', 'CtsDropBoxManagerTestCases', '--logcat-on-failure'],
+        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
+        target_module='CtsDropBoxManagerTestCases',
+        target_plan=None,
+        bundle='arm',
+        uri='LATEST',
+        use_jdk9=True,
+        timeout=3600)
+
+parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsDumpsysHost b/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsDumpsysHost
new file mode 100644
index 0000000..af4277d
--- /dev/null
+++ b/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsDumpsysHost
@@ -0,0 +1,34 @@
+# Copyright 2020 The Chromium OS Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+# This file has been automatically generated. Do not edit!
+
+AUTHOR = 'ARC++ Team'
+NAME = 'cheets_CTS_R.11_r3.arm.CtsDumpsysHost'
+ATTRIBUTES = 'suite:arc-cts-r'
+DEPENDENCIES = 'arc'
+JOB_RETRIES = 1
+TEST_TYPE = 'server'
+TIME = 'MEDIUM'
+MAX_RESULT_SIZE_KB = 512000
+DOC = 'Run module CtsDumpsysHostTestCases, CtsDumpsysHostTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using arm ABI in the ARC++ container.'
+
+def run_TS(machine):
+    host_list = [hosts.create_host(machine)]
+    job.run_test(
+        'cheets_CTS_R',
+        hosts=host_list,
+        iterations=1,
+        tag='11_r3.arm.CtsDumpsysHost',
+        test_name='cheets_CTS_R.11_r3.arm.CtsDumpsysHost',
+        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsDumpsysHostTestCases', '--include-filter', 'CtsDumpsysHostTestCases[secondary_user]', '--logcat-on-failure'],
+        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
+        target_module='CtsDumpsysHost',
+        target_plan=None,
+        bundle='arm',
+        uri='LATEST',
+        use_jdk9=True,
+        timeout=5400)
+
+parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsDynamic b/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsDynamic
new file mode 100644
index 0000000..441119b
--- /dev/null
+++ b/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsDynamic
@@ -0,0 +1,34 @@
+# Copyright 2020 The Chromium OS Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+# This file has been automatically generated. Do not edit!
+
+AUTHOR = 'ARC++ Team'
+NAME = 'cheets_CTS_R.11_r3.arm.CtsDynamic'
+ATTRIBUTES = 'suite:arc-cts-r'
+DEPENDENCIES = 'arc'
+JOB_RETRIES = 1
+TEST_TYPE = 'server'
+TIME = 'MEDIUM'
+MAX_RESULT_SIZE_KB = 512000
+DOC = 'Run module CtsDynamicLinkerTestCases, CtsDynamicLinkerTestCases[instant], CtsDynamicLinkerTestCases[secondary_user], CtsDynamicMimeHostTestCases, CtsDynamicMimeHostTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using arm ABI in the ARC++ container.'
+
+def run_TS(machine):
+    host_list = [hosts.create_host(machine)]
+    job.run_test(
+        'cheets_CTS_R',
+        hosts=host_list,
+        iterations=1,
+        tag='11_r3.arm.CtsDynamic',
+        test_name='cheets_CTS_R.11_r3.arm.CtsDynamic',
+        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsDynamicLinkerTestCases', '--include-filter', 'CtsDynamicLinkerTestCases[instant]', '--include-filter', 'CtsDynamicLinkerTestCases[secondary_user]', '--include-filter', 'CtsDynamicMimeHostTestCases', '--include-filter', 'CtsDynamicMimeHostTestCases[secondary_user]', '--logcat-on-failure'],
+        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
+        target_module='CtsDynamic',
+        target_plan=None,
+        bundle='arm',
+        uri='LATEST',
+        use_jdk9=True,
+        timeout=10800)
+
+parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsEdiHost b/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsEdiHost
new file mode 100644
index 0000000..f7abb50
--- /dev/null
+++ b/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsEdiHost
@@ -0,0 +1,34 @@
+# Copyright 2020 The Chromium OS Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+# This file has been automatically generated. Do not edit!
+
+AUTHOR = 'ARC++ Team'
+NAME = 'cheets_CTS_R.11_r3.arm.CtsEdiHost'
+ATTRIBUTES = 'suite:arc-cts-r'
+DEPENDENCIES = 'arc'
+JOB_RETRIES = 1
+TEST_TYPE = 'server'
+TIME = 'MEDIUM'
+MAX_RESULT_SIZE_KB = 512000
+DOC = 'Run module CtsEdiHostTestCases, CtsEdiHostTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using arm ABI in the ARC++ container.'
+
+def run_TS(machine):
+    host_list = [hosts.create_host(machine)]
+    job.run_test(
+        'cheets_CTS_R',
+        hosts=host_list,
+        iterations=1,
+        tag='11_r3.arm.CtsEdiHost',
+        test_name='cheets_CTS_R.11_r3.arm.CtsEdiHost',
+        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsEdiHostTestCases', '--include-filter', 'CtsEdiHostTestCases[secondary_user]', '--logcat-on-failure'],
+        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
+        target_module='CtsEdiHost',
+        target_plan=None,
+        bundle='arm',
+        uri='LATEST',
+        use_jdk9=True,
+        timeout=5400)
+
+parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsEffect b/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsEffect
new file mode 100644
index 0000000..9332ed1
--- /dev/null
+++ b/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsEffect
@@ -0,0 +1,34 @@
+# Copyright 2020 The Chromium OS Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+# This file has been automatically generated. Do not edit!
+
+AUTHOR = 'ARC++ Team'
+NAME = 'cheets_CTS_R.11_r3.arm.CtsEffect'
+ATTRIBUTES = 'suite:arc-cts-r'
+DEPENDENCIES = 'arc'
+JOB_RETRIES = 1
+TEST_TYPE = 'server'
+TIME = 'MEDIUM'
+MAX_RESULT_SIZE_KB = 512000
+DOC = 'Run module CtsEffectTestCases, CtsEffectTestCases[instant], CtsEffectTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using arm ABI in the ARC++ container.'
+
+def run_TS(machine):
+    host_list = [hosts.create_host(machine)]
+    job.run_test(
+        'cheets_CTS_R',
+        hosts=host_list,
+        iterations=1,
+        tag='11_r3.arm.CtsEffect',
+        test_name='cheets_CTS_R.11_r3.arm.CtsEffect',
+        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsEffectTestCases', '--include-filter', 'CtsEffectTestCases[instant]', '--include-filter', 'CtsEffectTestCases[secondary_user]', '--logcat-on-failure'],
+        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
+        target_module='CtsEffect',
+        target_plan=None,
+        bundle='arm',
+        uri='LATEST',
+        use_jdk9=True,
+        timeout=7200)
+
+parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsExtendedMocking b/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsExtendedMocking
new file mode 100644
index 0000000..724cf70
--- /dev/null
+++ b/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsExtendedMocking
@@ -0,0 +1,34 @@
+# Copyright 2020 The Chromium OS Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+# This file has been automatically generated. Do not edit!
+
+AUTHOR = 'ARC++ Team'
+NAME = 'cheets_CTS_R.11_r3.arm.CtsExtendedMocking'
+ATTRIBUTES = 'suite:arc-cts-r'
+DEPENDENCIES = 'arc'
+JOB_RETRIES = 1
+TEST_TYPE = 'server'
+TIME = 'MEDIUM'
+MAX_RESULT_SIZE_KB = 512000
+DOC = 'Run module CtsExtendedMockingTestCases, CtsExtendedMockingTestCases[instant], CtsExtendedMockingTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using arm ABI in the ARC++ container.'
+
+def run_TS(machine):
+    host_list = [hosts.create_host(machine)]
+    job.run_test(
+        'cheets_CTS_R',
+        hosts=host_list,
+        iterations=1,
+        tag='11_r3.arm.CtsExtendedMocking',
+        test_name='cheets_CTS_R.11_r3.arm.CtsExtendedMocking',
+        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsExtendedMockingTestCases', '--include-filter', 'CtsExtendedMockingTestCases[instant]', '--include-filter', 'CtsExtendedMockingTestCases[secondary_user]', '--logcat-on-failure'],
+        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
+        target_module='CtsExtendedMocking',
+        target_plan=None,
+        bundle='arm',
+        uri='LATEST',
+        use_jdk9=True,
+        timeout=7200)
+
+parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsExternalService b/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsExternalService
new file mode 100644
index 0000000..479daf0
--- /dev/null
+++ b/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsExternalService
@@ -0,0 +1,34 @@
+# Copyright 2020 The Chromium OS Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+# This file has been automatically generated. Do not edit!
+
+AUTHOR = 'ARC++ Team'
+NAME = 'cheets_CTS_R.11_r3.arm.CtsExternalService'
+ATTRIBUTES = 'suite:arc-cts-r'
+DEPENDENCIES = 'arc'
+JOB_RETRIES = 1
+TEST_TYPE = 'server'
+TIME = 'MEDIUM'
+MAX_RESULT_SIZE_KB = 512000
+DOC = 'Run module CtsExternalServiceTestCases, CtsExternalServiceTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using arm ABI in the ARC++ container.'
+
+def run_TS(machine):
+    host_list = [hosts.create_host(machine)]
+    job.run_test(
+        'cheets_CTS_R',
+        hosts=host_list,
+        iterations=1,
+        tag='11_r3.arm.CtsExternalService',
+        test_name='cheets_CTS_R.11_r3.arm.CtsExternalService',
+        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsExternalServiceTestCases', '--include-filter', 'CtsExternalServiceTestCases[secondary_user]', '--logcat-on-failure'],
+        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
+        target_module='CtsExternalService',
+        target_plan=None,
+        bundle='arm',
+        uri='LATEST',
+        use_jdk9=True,
+        timeout=5400)
+
+parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsExtractNativeLibsHost b/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsExtractNativeLibsHost
new file mode 100644
index 0000000..4778af0
--- /dev/null
+++ b/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsExtractNativeLibsHost
@@ -0,0 +1,34 @@
+# Copyright 2020 The Chromium OS Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+# This file has been automatically generated. Do not edit!
+
+AUTHOR = 'ARC++ Team'
+NAME = 'cheets_CTS_R.11_r3.arm.CtsExtractNativeLibsHost'
+ATTRIBUTES = 'suite:arc-cts-r'
+DEPENDENCIES = 'arc'
+JOB_RETRIES = 1
+TEST_TYPE = 'server'
+TIME = 'MEDIUM'
+MAX_RESULT_SIZE_KB = 512000
+DOC = 'Run module CtsExtractNativeLibsHostTestCases, CtsExtractNativeLibsHostTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using arm ABI in the ARC++ container.'
+
+def run_TS(machine):
+    host_list = [hosts.create_host(machine)]
+    job.run_test(
+        'cheets_CTS_R',
+        hosts=host_list,
+        iterations=1,
+        tag='11_r3.arm.CtsExtractNativeLibsHost',
+        test_name='cheets_CTS_R.11_r3.arm.CtsExtractNativeLibsHost',
+        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsExtractNativeLibsHostTestCases', '--include-filter', 'CtsExtractNativeLibsHostTestCases[secondary_user]', '--logcat-on-failure'],
+        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
+        target_module='CtsExtractNativeLibsHost',
+        target_plan=None,
+        bundle='arm',
+        uri='LATEST',
+        use_jdk9=True,
+        timeout=5400)
+
+parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsFileSystem b/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsFileSystem
new file mode 100644
index 0000000..7e89a0f
--- /dev/null
+++ b/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsFileSystem
@@ -0,0 +1,34 @@
+# Copyright 2020 The Chromium OS Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+# This file has been automatically generated. Do not edit!
+
+AUTHOR = 'ARC++ Team'
+NAME = 'cheets_CTS_R.11_r3.arm.CtsFileSystem'
+ATTRIBUTES = 'suite:arc-cts-r'
+DEPENDENCIES = 'arc'
+JOB_RETRIES = 1
+TEST_TYPE = 'server'
+TIME = 'MEDIUM'
+MAX_RESULT_SIZE_KB = 512000
+DOC = 'Run module CtsFileSystemTestCases, CtsFileSystemTestCases[instant], CtsFileSystemTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using arm ABI in the ARC++ container.'
+
+def run_TS(machine):
+    host_list = [hosts.create_host(machine)]
+    job.run_test(
+        'cheets_CTS_R',
+        hosts=host_list,
+        iterations=1,
+        tag='11_r3.arm.CtsFileSystem',
+        test_name='cheets_CTS_R.11_r3.arm.CtsFileSystem',
+        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsFileSystemTestCases', '--include-filter', 'CtsFileSystemTestCases[instant]', '--include-filter', 'CtsFileSystemTestCases[secondary_user]', '--logcat-on-failure'],
+        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
+        target_module='CtsFileSystem',
+        target_plan=None,
+        bundle='arm',
+        uri='LATEST',
+        use_jdk9=True,
+        timeout=16200)
+
+parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsFragment b/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsFragment
new file mode 100644
index 0000000..97666d5
--- /dev/null
+++ b/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsFragment
@@ -0,0 +1,34 @@
+# Copyright 2020 The Chromium OS Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+# This file has been automatically generated. Do not edit!
+
+AUTHOR = 'ARC++ Team'
+NAME = 'cheets_CTS_R.11_r3.arm.CtsFragment'
+ATTRIBUTES = 'suite:arc-cts-r'
+DEPENDENCIES = 'arc'
+JOB_RETRIES = 1
+TEST_TYPE = 'server'
+TIME = 'MEDIUM'
+MAX_RESULT_SIZE_KB = 512000
+DOC = 'Run module CtsFragmentTestCases, CtsFragmentTestCasesSdk26, CtsFragmentTestCasesSdk26[instant], CtsFragmentTestCasesSdk26[secondary_user], CtsFragmentTestCases[instant], CtsFragmentTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using arm ABI in the ARC++ container.'
+
+def run_TS(machine):
+    host_list = [hosts.create_host(machine)]
+    job.run_test(
+        'cheets_CTS_R',
+        hosts=host_list,
+        iterations=1,
+        tag='11_r3.arm.CtsFragment',
+        test_name='cheets_CTS_R.11_r3.arm.CtsFragment',
+        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsFragmentTestCases', '--include-filter', 'CtsFragmentTestCasesSdk26', '--include-filter', 'CtsFragmentTestCasesSdk26[instant]', '--include-filter', 'CtsFragmentTestCasesSdk26[secondary_user]', '--include-filter', 'CtsFragmentTestCases[instant]', '--include-filter', 'CtsFragmentTestCases[secondary_user]', '--logcat-on-failure'],
+        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
+        target_module='CtsFragment',
+        target_plan=None,
+        bundle='arm',
+        uri='LATEST',
+        use_jdk9=True,
+        timeout=12600)
+
+parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsFsMgr b/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsFsMgr
new file mode 100644
index 0000000..a891008
--- /dev/null
+++ b/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsFsMgr
@@ -0,0 +1,34 @@
+# Copyright 2020 The Chromium OS Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+# This file has been automatically generated. Do not edit!
+
+AUTHOR = 'ARC++ Team'
+NAME = 'cheets_CTS_R.11_r3.arm.CtsFsMgr'
+ATTRIBUTES = 'suite:arc-cts-r'
+DEPENDENCIES = 'arc'
+JOB_RETRIES = 1
+TEST_TYPE = 'server'
+TIME = 'MEDIUM'
+MAX_RESULT_SIZE_KB = 512000
+DOC = 'Run module CtsFsMgrTestCases, CtsFsMgrTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using arm ABI in the ARC++ container.'
+
+def run_TS(machine):
+    host_list = [hosts.create_host(machine)]
+    job.run_test(
+        'cheets_CTS_R',
+        hosts=host_list,
+        iterations=1,
+        tag='11_r3.arm.CtsFsMgr',
+        test_name='cheets_CTS_R.11_r3.arm.CtsFsMgr',
+        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsFsMgrTestCases', '--include-filter', 'CtsFsMgrTestCases[secondary_user]', '--logcat-on-failure'],
+        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
+        target_module='CtsFsMgr',
+        target_plan=None,
+        bundle='arm',
+        uri='LATEST',
+        use_jdk9=True,
+        timeout=5400)
+
+parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsGesture b/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsGesture
new file mode 100644
index 0000000..c4b9350
--- /dev/null
+++ b/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsGesture
@@ -0,0 +1,34 @@
+# Copyright 2020 The Chromium OS Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+# This file has been automatically generated. Do not edit!
+
+AUTHOR = 'ARC++ Team'
+NAME = 'cheets_CTS_R.11_r3.arm.CtsGesture'
+ATTRIBUTES = 'suite:arc-cts-r'
+DEPENDENCIES = 'arc'
+JOB_RETRIES = 1
+TEST_TYPE = 'server'
+TIME = 'MEDIUM'
+MAX_RESULT_SIZE_KB = 512000
+DOC = 'Run module CtsGestureTestCases, CtsGestureTestCases[instant], CtsGestureTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using arm ABI in the ARC++ container.'
+
+def run_TS(machine):
+    host_list = [hosts.create_host(machine)]
+    job.run_test(
+        'cheets_CTS_R',
+        hosts=host_list,
+        iterations=1,
+        tag='11_r3.arm.CtsGesture',
+        test_name='cheets_CTS_R.11_r3.arm.CtsGesture',
+        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsGestureTestCases', '--include-filter', 'CtsGestureTestCases[instant]', '--include-filter', 'CtsGestureTestCases[secondary_user]', '--logcat-on-failure'],
+        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
+        target_module='CtsGesture',
+        target_plan=None,
+        bundle='arm',
+        uri='LATEST',
+        use_jdk9=True,
+        timeout=7200)
+
+parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsGpu b/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsGpu
new file mode 100644
index 0000000..887ab61
--- /dev/null
+++ b/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsGpu
@@ -0,0 +1,34 @@
+# Copyright 2020 The Chromium OS Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+# This file has been automatically generated. Do not edit!
+
+AUTHOR = 'ARC++ Team'
+NAME = 'cheets_CTS_R.11_r3.arm.CtsGpu'
+ATTRIBUTES = 'suite:arc-cts-r'
+DEPENDENCIES = 'arc'
+JOB_RETRIES = 1
+TEST_TYPE = 'server'
+TIME = 'MEDIUM'
+MAX_RESULT_SIZE_KB = 512000
+DOC = 'Run module CtsGpuProfilingDataTestCases, CtsGpuProfilingDataTestCases[secondary_user], CtsGpuToolsHostTestCases, CtsGpuToolsHostTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using arm ABI in the ARC++ container.'
+
+def run_TS(machine):
+    host_list = [hosts.create_host(machine)]
+    job.run_test(
+        'cheets_CTS_R',
+        hosts=host_list,
+        iterations=1,
+        tag='11_r3.arm.CtsGpu',
+        test_name='cheets_CTS_R.11_r3.arm.CtsGpu',
+        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsGpuProfilingDataTestCases', '--include-filter', 'CtsGpuProfilingDataTestCases[secondary_user]', '--include-filter', 'CtsGpuToolsHostTestCases', '--include-filter', 'CtsGpuToolsHostTestCases[secondary_user]', '--logcat-on-failure'],
+        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
+        target_module='CtsGpu',
+        target_plan=None,
+        bundle='arm',
+        uri='LATEST',
+        use_jdk9=True,
+        timeout=9000)
+
+parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsGraphics b/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsGraphics
new file mode 100644
index 0000000..92cd0f4
--- /dev/null
+++ b/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsGraphics
@@ -0,0 +1,34 @@
+# Copyright 2020 The Chromium OS Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+# This file has been automatically generated. Do not edit!
+
+AUTHOR = 'ARC++ Team'
+NAME = 'cheets_CTS_R.11_r3.arm.CtsGraphics'
+ATTRIBUTES = 'suite:arc-cts-r'
+DEPENDENCIES = 'arc'
+JOB_RETRIES = 1
+TEST_TYPE = 'server'
+TIME = 'MEDIUM'
+MAX_RESULT_SIZE_KB = 512000
+DOC = 'Run module CtsGraphicsTestCases, CtsGraphicsTestCases[instant], CtsGraphicsTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using arm ABI in the ARC++ container.'
+
+def run_TS(machine):
+    host_list = [hosts.create_host(machine)]
+    job.run_test(
+        'cheets_CTS_R',
+        hosts=host_list,
+        iterations=1,
+        tag='11_r3.arm.CtsGraphics',
+        test_name='cheets_CTS_R.11_r3.arm.CtsGraphics',
+        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsGraphicsTestCases', '--include-filter', 'CtsGraphicsTestCases[instant]', '--include-filter', 'CtsGraphicsTestCases[secondary_user]', '--logcat-on-failure'],
+        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
+        target_module='CtsGraphics',
+        target_plan=None,
+        bundle='arm',
+        uri='LATEST',
+        use_jdk9=True,
+        timeout=7200)
+
+parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsGwpAsan b/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsGwpAsan
new file mode 100644
index 0000000..4c8adf8
--- /dev/null
+++ b/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsGwpAsan
@@ -0,0 +1,34 @@
+# Copyright 2020 The Chromium OS Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+# This file has been automatically generated. Do not edit!
+
+AUTHOR = 'ARC++ Team'
+NAME = 'cheets_CTS_R.11_r3.arm.CtsGwpAsan'
+ATTRIBUTES = 'suite:arc-cts-r'
+DEPENDENCIES = 'arc'
+JOB_RETRIES = 1
+TEST_TYPE = 'server'
+TIME = 'MEDIUM'
+MAX_RESULT_SIZE_KB = 512000
+DOC = 'Run module CtsGwpAsanTestCases, CtsGwpAsanTestCases[instant], CtsGwpAsanTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using arm ABI in the ARC++ container.'
+
+def run_TS(machine):
+    host_list = [hosts.create_host(machine)]
+    job.run_test(
+        'cheets_CTS_R',
+        hosts=host_list,
+        iterations=1,
+        tag='11_r3.arm.CtsGwpAsan',
+        test_name='cheets_CTS_R.11_r3.arm.CtsGwpAsan',
+        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsGwpAsanTestCases', '--include-filter', 'CtsGwpAsanTestCases[instant]', '--include-filter', 'CtsGwpAsanTestCases[secondary_user]', '--logcat-on-failure'],
+        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
+        target_module='CtsGwpAsan',
+        target_plan=None,
+        bundle='arm',
+        uri='LATEST',
+        use_jdk9=True,
+        timeout=7200)
+
+parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsHardware b/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsHardware
new file mode 100644
index 0000000..5bdcc81
--- /dev/null
+++ b/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsHardware
@@ -0,0 +1,34 @@
+# Copyright 2020 The Chromium OS Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+# This file has been automatically generated. Do not edit!
+
+AUTHOR = 'ARC++ Team'
+NAME = 'cheets_CTS_R.11_r3.arm.CtsHardware'
+ATTRIBUTES = 'suite:arc-cts-r'
+DEPENDENCIES = 'arc'
+JOB_RETRIES = 1
+TEST_TYPE = 'server'
+TIME = 'MEDIUM'
+MAX_RESULT_SIZE_KB = 512000
+DOC = 'Run module CtsHardwareTestCases, CtsHardwareTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using arm ABI in the ARC++ container.'
+
+def run_TS(machine):
+    host_list = [hosts.create_host(machine)]
+    job.run_test(
+        'cheets_CTS_R',
+        hosts=host_list,
+        iterations=1,
+        tag='11_r3.arm.CtsHardware',
+        test_name='cheets_CTS_R.11_r3.arm.CtsHardware',
+        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsHardwareTestCases', '--include-filter', 'CtsHardwareTestCases[secondary_user]', '--logcat-on-failure'],
+        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
+        target_module='CtsHardware',
+        target_plan=None,
+        bundle='arm',
+        uri='LATEST',
+        use_jdk9=True,
+        timeout=10800)
+
+parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsHarmfulAppWarningHost b/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsHarmfulAppWarningHost
new file mode 100644
index 0000000..50bde25
--- /dev/null
+++ b/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsHarmfulAppWarningHost
@@ -0,0 +1,34 @@
+# Copyright 2020 The Chromium OS Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+# This file has been automatically generated. Do not edit!
+
+AUTHOR = 'ARC++ Team'
+NAME = 'cheets_CTS_R.11_r3.arm.CtsHarmfulAppWarningHost'
+ATTRIBUTES = 'suite:arc-cts-r'
+DEPENDENCIES = 'arc'
+JOB_RETRIES = 1
+TEST_TYPE = 'server'
+TIME = 'MEDIUM'
+MAX_RESULT_SIZE_KB = 512000
+DOC = 'Run module CtsHarmfulAppWarningHostTestCases, CtsHarmfulAppWarningHostTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using arm ABI in the ARC++ container.'
+
+def run_TS(machine):
+    host_list = [hosts.create_host(machine)]
+    job.run_test(
+        'cheets_CTS_R',
+        hosts=host_list,
+        iterations=1,
+        tag='11_r3.arm.CtsHarmfulAppWarningHost',
+        test_name='cheets_CTS_R.11_r3.arm.CtsHarmfulAppWarningHost',
+        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsHarmfulAppWarningHostTestCases', '--include-filter', 'CtsHarmfulAppWarningHostTestCases[secondary_user]', '--logcat-on-failure'],
+        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
+        target_module='CtsHarmfulAppWarningHost',
+        target_plan=None,
+        bundle='arm',
+        uri='LATEST',
+        use_jdk9=True,
+        timeout=5400)
+
+parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsHdmiCecHost b/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsHdmiCecHost
new file mode 100644
index 0000000..15421ed
--- /dev/null
+++ b/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsHdmiCecHost
@@ -0,0 +1,34 @@
+# Copyright 2020 The Chromium OS Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+# This file has been automatically generated. Do not edit!
+
+AUTHOR = 'ARC++ Team'
+NAME = 'cheets_CTS_R.11_r3.arm.CtsHdmiCecHost'
+ATTRIBUTES = 'suite:arc-cts-r'
+DEPENDENCIES = 'arc'
+JOB_RETRIES = 1
+TEST_TYPE = 'server'
+TIME = 'MEDIUM'
+MAX_RESULT_SIZE_KB = 512000
+DOC = 'Run module CtsHdmiCecHostTestCases, CtsHdmiCecHostTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using arm ABI in the ARC++ container.'
+
+def run_TS(machine):
+    host_list = [hosts.create_host(machine)]
+    job.run_test(
+        'cheets_CTS_R',
+        hosts=host_list,
+        iterations=1,
+        tag='11_r3.arm.CtsHdmiCecHost',
+        test_name='cheets_CTS_R.11_r3.arm.CtsHdmiCecHost',
+        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsHdmiCecHostTestCases', '--include-filter', 'CtsHdmiCecHostTestCases[secondary_user]', '--logcat-on-failure'],
+        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
+        target_module='CtsHdmiCecHost',
+        target_plan=None,
+        bundle='arm',
+        uri='LATEST',
+        use_jdk9=True,
+        timeout=5400)
+
+parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsHiddenApi b/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsHiddenApi
new file mode 100644
index 0000000..9ffb1dc
--- /dev/null
+++ b/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsHiddenApi
@@ -0,0 +1,34 @@
+# Copyright 2020 The Chromium OS Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+# This file has been automatically generated. Do not edit!
+
+AUTHOR = 'ARC++ Team'
+NAME = 'cheets_CTS_R.11_r3.arm.CtsHiddenApi'
+ATTRIBUTES = 'suite:arc-cts-r'
+DEPENDENCIES = 'arc'
+JOB_RETRIES = 1
+TEST_TYPE = 'server'
+TIME = 'MEDIUM'
+MAX_RESULT_SIZE_KB = 512000
+DOC = 'Run module CtsHiddenApiBlacklistApi27TestCases, CtsHiddenApiBlacklistApi27TestCases[instant], CtsHiddenApiBlacklistApi27TestCases[secondary_user], CtsHiddenApiBlacklistApi28TestCases, CtsHiddenApiBlacklistApi28TestCases[instant], CtsHiddenApiBlacklistApi28TestCases[secondary_user], CtsHiddenApiBlacklistCurrentApiTestCases, CtsHiddenApiBlacklistCurrentApiTestCases[instant], CtsHiddenApiBlacklistCurrentApiTestCases[secondary_user], CtsHiddenApiBlacklistDebugClassTestCases, CtsHiddenApiBlacklistDebugClassTestCases[instant], CtsHiddenApiBlacklistDebugClassTestCases[secondary_user], CtsHiddenApiBlacklistTestApiTestCases, CtsHiddenApiBlacklistTestApiTestCases[instant], CtsHiddenApiBlacklistTestApiTestCases[secondary_user], CtsHiddenApiKillswitchDebugClassTestCases, CtsHiddenApiKillswitchDebugClassTestCases[instant], CtsHiddenApiKillswitchDebugClassTestCases[secondary_user], CtsHiddenApiKillswitchWhitelistTestCases, CtsHiddenApiKillswitchWhitelistTestCases[instant], CtsHiddenApiKillswitchWhitelistTestCases[secondary_user], CtsHiddenApiKillswitchWildcardTestCases, CtsHiddenApiKillswitchWildcardTestCases[instant], CtsHiddenApiKillswitchWildcardTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using arm ABI in the ARC++ container.'
+
+def run_TS(machine):
+    host_list = [hosts.create_host(machine)]
+    job.run_test(
+        'cheets_CTS_R',
+        hosts=host_list,
+        iterations=1,
+        tag='11_r3.arm.CtsHiddenApi',
+        test_name='cheets_CTS_R.11_r3.arm.CtsHiddenApi',
+        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsHiddenApiBlacklistApi27TestCases', '--include-filter', 'CtsHiddenApiBlacklistApi27TestCases[instant]', '--include-filter', 'CtsHiddenApiBlacklistApi27TestCases[secondary_user]', '--include-filter', 'CtsHiddenApiBlacklistApi28TestCases', '--include-filter', 'CtsHiddenApiBlacklistApi28TestCases[instant]', '--include-filter', 'CtsHiddenApiBlacklistApi28TestCases[secondary_user]', '--include-filter', 'CtsHiddenApiBlacklistCurrentApiTestCases', '--include-filter', 'CtsHiddenApiBlacklistCurrentApiTestCases[instant]', '--include-filter', 'CtsHiddenApiBlacklistCurrentApiTestCases[secondary_user]', '--include-filter', 'CtsHiddenApiBlacklistDebugClassTestCases', '--include-filter', 'CtsHiddenApiBlacklistDebugClassTestCases[instant]', '--include-filter', 'CtsHiddenApiBlacklistDebugClassTestCases[secondary_user]', '--include-filter', 'CtsHiddenApiBlacklistTestApiTestCases', '--include-filter', 'CtsHiddenApiBlacklistTestApiTestCases[instant]', '--include-filter', 'CtsHiddenApiBlacklistTestApiTestCases[secondary_user]', '--include-filter', 'CtsHiddenApiKillswitchDebugClassTestCases', '--include-filter', 'CtsHiddenApiKillswitchDebugClassTestCases[instant]', '--include-filter', 'CtsHiddenApiKillswitchDebugClassTestCases[secondary_user]', '--include-filter', 'CtsHiddenApiKillswitchWhitelistTestCases', '--include-filter', 'CtsHiddenApiKillswitchWhitelistTestCases[instant]', '--include-filter', 'CtsHiddenApiKillswitchWhitelistTestCases[secondary_user]', '--include-filter', 'CtsHiddenApiKillswitchWildcardTestCases', '--include-filter', 'CtsHiddenApiKillswitchWildcardTestCases[instant]', '--include-filter', 'CtsHiddenApiKillswitchWildcardTestCases[secondary_user]', '--logcat-on-failure'],
+        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
+        target_module='CtsHiddenApi',
+        target_plan=None,
+        bundle='arm',
+        uri='LATEST',
+        use_jdk9=True,
+        timeout=45000)
+
+parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsHostTzData b/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsHostTzData
new file mode 100644
index 0000000..b829b11
--- /dev/null
+++ b/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsHostTzData
@@ -0,0 +1,34 @@
+# Copyright 2020 The Chromium OS Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+# This file has been automatically generated. Do not edit!
+
+AUTHOR = 'ARC++ Team'
+NAME = 'cheets_CTS_R.11_r3.arm.CtsHostTzData'
+ATTRIBUTES = 'suite:arc-cts-r'
+DEPENDENCIES = 'arc'
+JOB_RETRIES = 1
+TEST_TYPE = 'server'
+TIME = 'MEDIUM'
+MAX_RESULT_SIZE_KB = 512000
+DOC = 'Run module CtsHostTzDataTests, CtsHostTzDataTests[secondary_user] of the Android Compatibility Test Suite (CTS) using arm ABI in the ARC++ container.'
+
+def run_TS(machine):
+    host_list = [hosts.create_host(machine)]
+    job.run_test(
+        'cheets_CTS_R',
+        hosts=host_list,
+        iterations=1,
+        tag='11_r3.arm.CtsHostTzData',
+        test_name='cheets_CTS_R.11_r3.arm.CtsHostTzData',
+        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsHostTzDataTests', '--include-filter', 'CtsHostTzDataTests[secondary_user]', '--logcat-on-failure'],
+        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
+        target_module='CtsHostTzData',
+        target_plan=None,
+        bundle='arm',
+        uri='LATEST',
+        use_jdk9=True,
+        timeout=5400)
+
+parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsHostside b/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsHostside
new file mode 100644
index 0000000..f1ae9b0
--- /dev/null
+++ b/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsHostside
@@ -0,0 +1,34 @@
+# Copyright 2020 The Chromium OS Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+# This file has been automatically generated. Do not edit!
+
+AUTHOR = 'ARC++ Team'
+NAME = 'cheets_CTS_R.11_r3.arm.CtsHostside'
+ATTRIBUTES = 'suite:arc-cts-r'
+DEPENDENCIES = 'arc'
+JOB_RETRIES = 1
+TEST_TYPE = 'server'
+TIME = 'MEDIUM'
+MAX_RESULT_SIZE_KB = 512000
+DOC = 'Run module CtsHostsideNetworkTests, CtsHostsideNetworkTests[instant], CtsHostsideNetworkTests[secondary_user], CtsHostsideNumberBlockingTestCases, CtsHostsideNumberBlockingTestCases[secondary_user], CtsHostsideTvTests, CtsHostsideTvTests[secondary_user], CtsHostsideWebViewTests, CtsHostsideWebViewTests[instant], CtsHostsideWebViewTests[secondary_user] of the Android Compatibility Test Suite (CTS) using arm ABI in the ARC++ container.'
+
+def run_TS(machine):
+    host_list = [hosts.create_host(machine)]
+    job.run_test(
+        'cheets_CTS_R',
+        hosts=host_list,
+        iterations=1,
+        tag='11_r3.arm.CtsHostside',
+        test_name='cheets_CTS_R.11_r3.arm.CtsHostside',
+        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsHostsideNetworkTests', '--include-filter', 'CtsHostsideNetworkTests[instant]', '--include-filter', 'CtsHostsideNetworkTests[secondary_user]', '--include-filter', 'CtsHostsideNumberBlockingTestCases', '--include-filter', 'CtsHostsideNumberBlockingTestCases[secondary_user]', '--include-filter', 'CtsHostsideTvTests', '--include-filter', 'CtsHostsideTvTests[secondary_user]', '--include-filter', 'CtsHostsideWebViewTests', '--include-filter', 'CtsHostsideWebViewTests[instant]', '--include-filter', 'CtsHostsideWebViewTests[secondary_user]', '--logcat-on-failure'],
+        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
+        target_module='CtsHostside',
+        target_plan=None,
+        bundle='arm',
+        uri='LATEST',
+        use_jdk9=True,
+        timeout=19800)
+
+parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsIcu b/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsIcu
new file mode 100644
index 0000000..c389093
--- /dev/null
+++ b/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsIcu
@@ -0,0 +1,34 @@
+# Copyright 2020 The Chromium OS Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+# This file has been automatically generated. Do not edit!
+
+AUTHOR = 'ARC++ Team'
+NAME = 'cheets_CTS_R.11_r3.arm.CtsIcu'
+ATTRIBUTES = 'suite:arc-cts-r'
+DEPENDENCIES = 'arc'
+JOB_RETRIES = 1
+TEST_TYPE = 'server'
+TIME = 'MEDIUM'
+MAX_RESULT_SIZE_KB = 512000
+DOC = 'Run module CtsIcuTestCases, CtsIcuTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using arm ABI in the ARC++ container.'
+
+def run_TS(machine):
+    host_list = [hosts.create_host(machine)]
+    job.run_test(
+        'cheets_CTS_R',
+        hosts=host_list,
+        iterations=1,
+        tag='11_r3.arm.CtsIcu',
+        test_name='cheets_CTS_R.11_r3.arm.CtsIcu',
+        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsIcuTestCases', '--include-filter', 'CtsIcuTestCases[secondary_user]', '--logcat-on-failure'],
+        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
+        target_module='CtsIcu',
+        target_plan=None,
+        bundle='arm',
+        uri='LATEST',
+        use_jdk9=True,
+        timeout=10800)
+
+parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsIdentity b/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsIdentity
new file mode 100644
index 0000000..2ee1e56
--- /dev/null
+++ b/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsIdentity
@@ -0,0 +1,34 @@
+# Copyright 2020 The Chromium OS Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+# This file has been automatically generated. Do not edit!
+
+AUTHOR = 'ARC++ Team'
+NAME = 'cheets_CTS_R.11_r3.arm.CtsIdentity'
+ATTRIBUTES = 'suite:arc-cts-r'
+DEPENDENCIES = 'arc'
+JOB_RETRIES = 1
+TEST_TYPE = 'server'
+TIME = 'MEDIUM'
+MAX_RESULT_SIZE_KB = 512000
+DOC = 'Run module CtsIdentityTestCases, CtsIdentityTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using arm ABI in the ARC++ container.'
+
+def run_TS(machine):
+    host_list = [hosts.create_host(machine)]
+    job.run_test(
+        'cheets_CTS_R',
+        hosts=host_list,
+        iterations=1,
+        tag='11_r3.arm.CtsIdentity',
+        test_name='cheets_CTS_R.11_r3.arm.CtsIdentity',
+        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsIdentityTestCases', '--include-filter', 'CtsIdentityTestCases[secondary_user]', '--logcat-on-failure'],
+        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
+        target_module='CtsIdentity',
+        target_plan=None,
+        bundle='arm',
+        uri='LATEST',
+        use_jdk9=True,
+        timeout=5400)
+
+parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsIke b/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsIke
new file mode 100644
index 0000000..91929a9
--- /dev/null
+++ b/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsIke
@@ -0,0 +1,34 @@
+# Copyright 2020 The Chromium OS Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+# This file has been automatically generated. Do not edit!
+
+AUTHOR = 'ARC++ Team'
+NAME = 'cheets_CTS_R.11_r3.arm.CtsIke'
+ATTRIBUTES = 'suite:arc-cts-r'
+DEPENDENCIES = 'arc'
+JOB_RETRIES = 1
+TEST_TYPE = 'server'
+TIME = 'MEDIUM'
+MAX_RESULT_SIZE_KB = 512000
+DOC = 'Run module CtsIkeTestCases, CtsIkeTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using arm ABI in the ARC++ container.'
+
+def run_TS(machine):
+    host_list = [hosts.create_host(machine)]
+    job.run_test(
+        'cheets_CTS_R',
+        hosts=host_list,
+        iterations=1,
+        tag='11_r3.arm.CtsIke',
+        test_name='cheets_CTS_R.11_r3.arm.CtsIke',
+        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsIkeTestCases', '--include-filter', 'CtsIkeTestCases[secondary_user]', '--logcat-on-failure'],
+        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
+        target_module='CtsIke',
+        target_plan=None,
+        bundle='arm',
+        uri='LATEST',
+        use_jdk9=True,
+        timeout=5400)
+
+parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsIncidentHost b/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsIncidentHost
new file mode 100644
index 0000000..506cfeb
--- /dev/null
+++ b/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsIncidentHost
@@ -0,0 +1,34 @@
+# Copyright 2020 The Chromium OS Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+# This file has been automatically generated. Do not edit!
+
+AUTHOR = 'ARC++ Team'
+NAME = 'cheets_CTS_R.11_r3.arm.CtsIncidentHost'
+ATTRIBUTES = 'suite:arc-cts-r'
+DEPENDENCIES = 'arc'
+JOB_RETRIES = 1
+TEST_TYPE = 'server'
+TIME = 'MEDIUM'
+MAX_RESULT_SIZE_KB = 512000
+DOC = 'Run module CtsIncidentHostTestCases, CtsIncidentHostTestCases[instant] of the Android Compatibility Test Suite (CTS) using arm ABI in the ARC++ container.'
+
+def run_TS(machine):
+    host_list = [hosts.create_host(machine)]
+    job.run_test(
+        'cheets_CTS_R',
+        hosts=host_list,
+        iterations=1,
+        tag='11_r3.arm.CtsIncidentHost',
+        test_name='cheets_CTS_R.11_r3.arm.CtsIncidentHost',
+        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsIncidentHostTestCases', '--include-filter', 'CtsIncidentHostTestCases[instant]', '--logcat-on-failure'],
+        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
+        target_module='CtsIncidentHost',
+        target_plan=None,
+        bundle='arm',
+        uri='LATEST',
+        use_jdk9=True,
+        timeout=5400)
+
+parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsIncrementalInstallHost b/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsIncrementalInstallHost
new file mode 100644
index 0000000..95d2d3b
--- /dev/null
+++ b/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsIncrementalInstallHost
@@ -0,0 +1,34 @@
+# Copyright 2020 The Chromium OS Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+# This file has been automatically generated. Do not edit!
+
+AUTHOR = 'ARC++ Team'
+NAME = 'cheets_CTS_R.11_r3.arm.CtsIncrementalInstallHost'
+ATTRIBUTES = 'suite:arc-cts-r'
+DEPENDENCIES = 'arc'
+JOB_RETRIES = 1
+TEST_TYPE = 'server'
+TIME = 'MEDIUM'
+MAX_RESULT_SIZE_KB = 512000
+DOC = 'Run module CtsIncrementalInstallHostTestCases, CtsIncrementalInstallHostTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using arm ABI in the ARC++ container.'
+
+def run_TS(machine):
+    host_list = [hosts.create_host(machine)]
+    job.run_test(
+        'cheets_CTS_R',
+        hosts=host_list,
+        iterations=1,
+        tag='11_r3.arm.CtsIncrementalInstallHost',
+        test_name='cheets_CTS_R.11_r3.arm.CtsIncrementalInstallHost',
+        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsIncrementalInstallHostTestCases', '--include-filter', 'CtsIncrementalInstallHostTestCases[secondary_user]', '--logcat-on-failure'],
+        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
+        target_module='CtsIncrementalInstallHost',
+        target_plan=None,
+        bundle='arm',
+        uri='LATEST',
+        use_jdk9=True,
+        timeout=5400)
+
+parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsInit b/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsInit
new file mode 100644
index 0000000..1dff965
--- /dev/null
+++ b/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsInit
@@ -0,0 +1,34 @@
+# Copyright 2020 The Chromium OS Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+# This file has been automatically generated. Do not edit!
+
+AUTHOR = 'ARC++ Team'
+NAME = 'cheets_CTS_R.11_r3.arm.CtsInit'
+ATTRIBUTES = 'suite:arc-cts-r'
+DEPENDENCIES = 'arc'
+JOB_RETRIES = 1
+TEST_TYPE = 'server'
+TIME = 'MEDIUM'
+MAX_RESULT_SIZE_KB = 512000
+DOC = 'Run module CtsInitTestCases, CtsInitTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using arm ABI in the ARC++ container.'
+
+def run_TS(machine):
+    host_list = [hosts.create_host(machine)]
+    job.run_test(
+        'cheets_CTS_R',
+        hosts=host_list,
+        iterations=1,
+        tag='11_r3.arm.CtsInit',
+        test_name='cheets_CTS_R.11_r3.arm.CtsInit',
+        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsInitTestCases', '--include-filter', 'CtsInitTestCases[secondary_user]', '--logcat-on-failure'],
+        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
+        target_module='CtsInit',
+        target_plan=None,
+        bundle='arm',
+        uri='LATEST',
+        use_jdk9=True,
+        timeout=5400)
+
+parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsInlineMocking b/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsInlineMocking
new file mode 100644
index 0000000..ef2a81e
--- /dev/null
+++ b/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsInlineMocking
@@ -0,0 +1,34 @@
+# Copyright 2020 The Chromium OS Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+# This file has been automatically generated. Do not edit!
+
+AUTHOR = 'ARC++ Team'
+NAME = 'cheets_CTS_R.11_r3.arm.CtsInlineMocking'
+ATTRIBUTES = 'suite:arc-cts-r'
+DEPENDENCIES = 'arc'
+JOB_RETRIES = 1
+TEST_TYPE = 'server'
+TIME = 'MEDIUM'
+MAX_RESULT_SIZE_KB = 512000
+DOC = 'Run module CtsInlineMockingTestCases, CtsInlineMockingTestCases[instant], CtsInlineMockingTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using arm ABI in the ARC++ container.'
+
+def run_TS(machine):
+    host_list = [hosts.create_host(machine)]
+    job.run_test(
+        'cheets_CTS_R',
+        hosts=host_list,
+        iterations=1,
+        tag='11_r3.arm.CtsInlineMocking',
+        test_name='cheets_CTS_R.11_r3.arm.CtsInlineMocking',
+        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsInlineMockingTestCases', '--include-filter', 'CtsInlineMockingTestCases[instant]', '--include-filter', 'CtsInlineMockingTestCases[secondary_user]', '--logcat-on-failure'],
+        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
+        target_module='CtsInlineMocking',
+        target_plan=None,
+        bundle='arm',
+        uri='LATEST',
+        use_jdk9=True,
+        timeout=7200)
+
+parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsInputMethod b/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsInputMethod
new file mode 100644
index 0000000..e5377c0
--- /dev/null
+++ b/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsInputMethod
@@ -0,0 +1,34 @@
+# Copyright 2020 The Chromium OS Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+# This file has been automatically generated. Do not edit!
+
+AUTHOR = 'ARC++ Team'
+NAME = 'cheets_CTS_R.11_r3.arm.CtsInputMethod'
+ATTRIBUTES = 'suite:arc-cts-r'
+DEPENDENCIES = 'arc'
+JOB_RETRIES = 1
+TEST_TYPE = 'server'
+TIME = 'MEDIUM'
+MAX_RESULT_SIZE_KB = 512000
+DOC = 'Run module CtsInputMethodServiceHostTestCases, CtsInputMethodServiceHostTestCases[instant], CtsInputMethodServiceHostTestCases[secondary_user], CtsInputMethodTestCases, CtsInputMethodTestCases[instant], CtsInputMethodTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using arm ABI in the ARC++ container.'
+
+def run_TS(machine):
+    host_list = [hosts.create_host(machine)]
+    job.run_test(
+        'cheets_CTS_R',
+        hosts=host_list,
+        iterations=1,
+        tag='11_r3.arm.CtsInputMethod',
+        test_name='cheets_CTS_R.11_r3.arm.CtsInputMethod',
+        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsInputMethodServiceHostTestCases', '--include-filter', 'CtsInputMethodServiceHostTestCases[instant]', '--include-filter', 'CtsInputMethodServiceHostTestCases[secondary_user]', '--include-filter', 'CtsInputMethodTestCases', '--include-filter', 'CtsInputMethodTestCases[instant]', '--include-filter', 'CtsInputMethodTestCases[secondary_user]', '--logcat-on-failure'],
+        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
+        target_module='CtsInputMethod',
+        target_plan=None,
+        bundle='arm',
+        uri='LATEST',
+        use_jdk9=True,
+        timeout=12600)
+
+parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsInstantApp b/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsInstantApp
new file mode 100644
index 0000000..6f6ec8b
--- /dev/null
+++ b/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsInstantApp
@@ -0,0 +1,34 @@
+# Copyright 2020 The Chromium OS Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+# This file has been automatically generated. Do not edit!
+
+AUTHOR = 'ARC++ Team'
+NAME = 'cheets_CTS_R.11_r3.arm.CtsInstantApp'
+ATTRIBUTES = 'suite:arc-cts-r'
+DEPENDENCIES = 'arc'
+JOB_RETRIES = 1
+TEST_TYPE = 'server'
+TIME = 'MEDIUM'
+MAX_RESULT_SIZE_KB = 512000
+DOC = 'Run module CtsInstantAppTests, CtsInstantAppTests[secondary_user] of the Android Compatibility Test Suite (CTS) using arm ABI in the ARC++ container.'
+
+def run_TS(machine):
+    host_list = [hosts.create_host(machine)]
+    job.run_test(
+        'cheets_CTS_R',
+        hosts=host_list,
+        iterations=1,
+        tag='11_r3.arm.CtsInstantApp',
+        test_name='cheets_CTS_R.11_r3.arm.CtsInstantApp',
+        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsInstantAppTests', '--include-filter', 'CtsInstantAppTests[secondary_user]', '--logcat-on-failure'],
+        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
+        target_module='CtsInstantApp',
+        target_plan=None,
+        bundle='arm',
+        uri='LATEST',
+        use_jdk9=True,
+        timeout=5400)
+
+parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsIntentSignature b/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsIntentSignature
new file mode 100644
index 0000000..9823d8f
--- /dev/null
+++ b/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsIntentSignature
@@ -0,0 +1,34 @@
+# Copyright 2020 The Chromium OS Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+# This file has been automatically generated. Do not edit!
+
+AUTHOR = 'ARC++ Team'
+NAME = 'cheets_CTS_R.11_r3.arm.CtsIntentSignature'
+ATTRIBUTES = 'suite:arc-cts-r'
+DEPENDENCIES = 'arc'
+JOB_RETRIES = 1
+TEST_TYPE = 'server'
+TIME = 'MEDIUM'
+MAX_RESULT_SIZE_KB = 512000
+DOC = 'Run module CtsIntentSignatureTestCases, CtsIntentSignatureTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using arm ABI in the ARC++ container.'
+
+def run_TS(machine):
+    host_list = [hosts.create_host(machine)]
+    job.run_test(
+        'cheets_CTS_R',
+        hosts=host_list,
+        iterations=1,
+        tag='11_r3.arm.CtsIntentSignature',
+        test_name='cheets_CTS_R.11_r3.arm.CtsIntentSignature',
+        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsIntentSignatureTestCases', '--include-filter', 'CtsIntentSignatureTestCases[secondary_user]', '--logcat-on-failure'],
+        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
+        target_module='CtsIntentSignature',
+        target_plan=None,
+        bundle='arm',
+        uri='LATEST',
+        use_jdk9=True,
+        timeout=5400)
+
+parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsJdwp b/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsJdwp
new file mode 100644
index 0000000..f4d9f43
--- /dev/null
+++ b/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsJdwp
@@ -0,0 +1,34 @@
+# Copyright 2020 The Chromium OS Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+# This file has been automatically generated. Do not edit!
+
+AUTHOR = 'ARC++ Team'
+NAME = 'cheets_CTS_R.11_r3.arm.CtsJdwp'
+ATTRIBUTES = 'suite:arc-cts-r'
+DEPENDENCIES = 'arc'
+JOB_RETRIES = 1
+TEST_TYPE = 'server'
+TIME = 'MEDIUM'
+MAX_RESULT_SIZE_KB = 512000
+DOC = 'Run module CtsJdwpSecurityHostTestCases, CtsJdwpSecurityHostTestCases[secondary_user], CtsJdwpTestCases, CtsJdwpTestCases[instant], CtsJdwpTestCases[secondary_user], CtsJdwpTunnelHostTestCases, CtsJdwpTunnelHostTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using arm ABI in the ARC++ container.'
+
+def run_TS(machine):
+    host_list = [hosts.create_host(machine)]
+    job.run_test(
+        'cheets_CTS_R',
+        hosts=host_list,
+        iterations=1,
+        tag='11_r3.arm.CtsJdwp',
+        test_name='cheets_CTS_R.11_r3.arm.CtsJdwp',
+        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsJdwpSecurityHostTestCases', '--include-filter', 'CtsJdwpSecurityHostTestCases[secondary_user]', '--include-filter', 'CtsJdwpTestCases', '--include-filter', 'CtsJdwpTestCases[instant]', '--include-filter', 'CtsJdwpTestCases[secondary_user]', '--include-filter', 'CtsJdwpTunnelHostTestCases', '--include-filter', 'CtsJdwpTunnelHostTestCases[secondary_user]', '--logcat-on-failure'],
+        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
+        target_module='CtsJdwp',
+        target_plan=None,
+        bundle='arm',
+        uri='LATEST',
+        use_jdk9=True,
+        timeout=14400)
+
+parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsJni b/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsJni
new file mode 100644
index 0000000..25c7829
--- /dev/null
+++ b/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsJni
@@ -0,0 +1,34 @@
+# Copyright 2020 The Chromium OS Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+# This file has been automatically generated. Do not edit!
+
+AUTHOR = 'ARC++ Team'
+NAME = 'cheets_CTS_R.11_r3.arm.CtsJni'
+ATTRIBUTES = 'suite:arc-cts-r'
+DEPENDENCIES = 'arc'
+JOB_RETRIES = 1
+TEST_TYPE = 'server'
+TIME = 'MEDIUM'
+MAX_RESULT_SIZE_KB = 512000
+DOC = 'Run module CtsJniTestCases, CtsJniTestCases[instant], CtsJniTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using arm ABI in the ARC++ container.'
+
+def run_TS(machine):
+    host_list = [hosts.create_host(machine)]
+    job.run_test(
+        'cheets_CTS_R',
+        hosts=host_list,
+        iterations=1,
+        tag='11_r3.arm.CtsJni',
+        test_name='cheets_CTS_R.11_r3.arm.CtsJni',
+        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsJniTestCases', '--include-filter', 'CtsJniTestCases[instant]', '--include-filter', 'CtsJniTestCases[secondary_user]', '--logcat-on-failure'],
+        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
+        target_module='CtsJni',
+        target_plan=None,
+        bundle='arm',
+        uri='LATEST',
+        use_jdk9=True,
+        timeout=7200)
+
+parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsJobScheduler b/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsJobScheduler
new file mode 100644
index 0000000..c7b5a65
--- /dev/null
+++ b/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsJobScheduler
@@ -0,0 +1,34 @@
+# Copyright 2020 The Chromium OS Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+# This file has been automatically generated. Do not edit!
+
+AUTHOR = 'ARC++ Team'
+NAME = 'cheets_CTS_R.11_r3.arm.CtsJobScheduler'
+ATTRIBUTES = 'suite:arc-cts-r'
+DEPENDENCIES = 'arc'
+JOB_RETRIES = 1
+TEST_TYPE = 'server'
+TIME = 'MEDIUM'
+MAX_RESULT_SIZE_KB = 512000
+DOC = 'Run module CtsJobSchedulerSharedUidTestCases, CtsJobSchedulerSharedUidTestCases[secondary_user], CtsJobSchedulerTestCases, CtsJobSchedulerTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using arm ABI in the ARC++ container.'
+
+def run_TS(machine):
+    host_list = [hosts.create_host(machine)]
+    job.run_test(
+        'cheets_CTS_R',
+        hosts=host_list,
+        iterations=1,
+        tag='11_r3.arm.CtsJobScheduler',
+        test_name='cheets_CTS_R.11_r3.arm.CtsJobScheduler',
+        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsJobSchedulerSharedUidTestCases', '--include-filter', 'CtsJobSchedulerSharedUidTestCases[secondary_user]', '--include-filter', 'CtsJobSchedulerTestCases', '--include-filter', 'CtsJobSchedulerTestCases[secondary_user]', '--logcat-on-failure'],
+        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
+        target_module='CtsJobScheduler',
+        target_plan=None,
+        bundle='arm',
+        uri='LATEST',
+        use_jdk9=True,
+        timeout=9000)
+
+parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsJvmti b/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsJvmti
new file mode 100644
index 0000000..5cf52f0
--- /dev/null
+++ b/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsJvmti
@@ -0,0 +1,34 @@
+# Copyright 2020 The Chromium OS Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+# This file has been automatically generated. Do not edit!
+
+AUTHOR = 'ARC++ Team'
+NAME = 'cheets_CTS_R.11_r3.arm.CtsJvmti'
+ATTRIBUTES = 'suite:arc-cts-r'
+DEPENDENCIES = 'arc'
+JOB_RETRIES = 1
+TEST_TYPE = 'server'
+TIME = 'MEDIUM'
+MAX_RESULT_SIZE_KB = 512000
+DOC = 'Run module CtsJvmtiAttachingHostTestCases, CtsJvmtiAttachingHostTestCases[secondary_user], CtsJvmtiAttachingTestCases, CtsJvmtiAttachingTestCases[secondary_user], CtsJvmtiRedefineClassesHostTestCases, CtsJvmtiRedefineClassesHostTestCases[secondary_user], CtsJvmtiRunTest1900HostTestCases, CtsJvmtiRunTest1900HostTestCases[secondary_user], CtsJvmtiRunTest1901HostTestCases, CtsJvmtiRunTest1901HostTestCases[secondary_user], CtsJvmtiRunTest1902HostTestCases, CtsJvmtiRunTest1902HostTestCases[secondary_user], CtsJvmtiRunTest1903HostTestCases, CtsJvmtiRunTest1903HostTestCases[secondary_user], CtsJvmtiRunTest1904HostTestCases, CtsJvmtiRunTest1904HostTestCases[secondary_user], CtsJvmtiRunTest1906HostTestCases, CtsJvmtiRunTest1906HostTestCases[secondary_user], CtsJvmtiRunTest1907HostTestCases, CtsJvmtiRunTest1907HostTestCases[secondary_user], CtsJvmtiRunTest1908HostTestCases, CtsJvmtiRunTest1908HostTestCases[secondary_user], CtsJvmtiRunTest1909HostTestCases, CtsJvmtiRunTest1909HostTestCases[secondary_user], CtsJvmtiRunTest1910HostTestCases, CtsJvmtiRunTest1910HostTestCases[secondary_user], CtsJvmtiRunTest1911HostTestCases, CtsJvmtiRunTest1911HostTestCases[secondary_user], CtsJvmtiRunTest1912HostTestCases, CtsJvmtiRunTest1912HostTestCases[secondary_user], CtsJvmtiRunTest1913HostTestCases, CtsJvmtiRunTest1913HostTestCases[secondary_user], CtsJvmtiRunTest1914HostTestCases, CtsJvmtiRunTest1914HostTestCases[secondary_user], CtsJvmtiRunTest1915HostTestCases, CtsJvmtiRunTest1915HostTestCases[secondary_user], CtsJvmtiRunTest1916HostTestCases, CtsJvmtiRunTest1916HostTestCases[secondary_user], CtsJvmtiRunTest1917HostTestCases, CtsJvmtiRunTest1917HostTestCases[secondary_user], CtsJvmtiRunTest1920HostTestCases, CtsJvmtiRunTest1920HostTestCases[secondary_user], CtsJvmtiRunTest1921HostTestCases, CtsJvmtiRunTest1921HostTestCases[secondary_user], CtsJvmtiRunTest1922HostTestCases, CtsJvmtiRunTest1922HostTestCases[secondary_user], CtsJvmtiRunTest1923HostTestCases, CtsJvmtiRunTest1923HostTestCases[secondary_user], CtsJvmtiRunTest1924HostTestCases, CtsJvmtiRunTest1924HostTestCases[secondary_user], CtsJvmtiRunTest1925HostTestCases, CtsJvmtiRunTest1925HostTestCases[secondary_user], CtsJvmtiRunTest1926HostTestCases, CtsJvmtiRunTest1926HostTestCases[secondary_user], CtsJvmtiRunTest1927HostTestCases, CtsJvmtiRunTest1927HostTestCases[secondary_user], CtsJvmtiRunTest1928HostTestCases, CtsJvmtiRunTest1928HostTestCases[secondary_user], CtsJvmtiRunTest1930HostTestCases, CtsJvmtiRunTest1930HostTestCases[secondary_user], CtsJvmtiRunTest1931HostTestCases, CtsJvmtiRunTest1931HostTestCases[secondary_user], CtsJvmtiRunTest1932HostTestCases, CtsJvmtiRunTest1932HostTestCases[secondary_user], CtsJvmtiRunTest1933HostTestCases, CtsJvmtiRunTest1933HostTestCases[secondary_user], CtsJvmtiRunTest1934HostTestCases, CtsJvmtiRunTest1934HostTestCases[secondary_user], CtsJvmtiRunTest1936HostTestCases, CtsJvmtiRunTest1936HostTestCases[secondary_user], CtsJvmtiRunTest1937HostTestCases, CtsJvmtiRunTest1937HostTestCases[secondary_user], CtsJvmtiRunTest1939HostTestCases, CtsJvmtiRunTest1939HostTestCases[secondary_user], CtsJvmtiRunTest1941HostTestCases, CtsJvmtiRunTest1941HostTestCases[secondary_user], CtsJvmtiRunTest1942HostTestCases, CtsJvmtiRunTest1942HostTestCases[secondary_user], CtsJvmtiRunTest1943HostTestCases, CtsJvmtiRunTest1943HostTestCases[secondary_user], CtsJvmtiRunTest1953HostTestCases, CtsJvmtiRunTest1953HostTestCases[secondary_user], CtsJvmtiRunTest1958HostTestCases, CtsJvmtiRunTest1958HostTestCases[secondary_user], CtsJvmtiRunTest1962HostTestCases, CtsJvmtiRunTest1962HostTestCases[secondary_user], CtsJvmtiRunTest1967HostTestCases, CtsJvmtiRunTest1967HostTestCases[secondary_user], CtsJvmtiRunTest1968HostTestCases, CtsJvmtiRunTest1968HostTestCases[secondary_user], CtsJvmtiRunTest1969HostTestCases, CtsJvmtiRunTest1969HostTestCases[secondary_user], CtsJvmtiRunTest1970HostTestCases, CtsJvmtiRunTest1970HostTestCases[secondary_user], CtsJvmtiRunTest1971HostTestCases, CtsJvmtiRunTest1971HostTestCases[secondary_user], CtsJvmtiRunTest1974HostTestCases, CtsJvmtiRunTest1974HostTestCases[secondary_user], CtsJvmtiRunTest1975HostTestCases, CtsJvmtiRunTest1975HostTestCases[secondary_user], CtsJvmtiRunTest1976HostTestCases, CtsJvmtiRunTest1976HostTestCases[secondary_user], CtsJvmtiRunTest1977HostTestCases, CtsJvmtiRunTest1977HostTestCases[secondary_user], CtsJvmtiRunTest1978HostTestCases, CtsJvmtiRunTest1978HostTestCases[secondary_user], CtsJvmtiRunTest1979HostTestCases, CtsJvmtiRunTest1979HostTestCases[secondary_user], CtsJvmtiRunTest1981HostTestCases, CtsJvmtiRunTest1981HostTestCases[secondary_user], CtsJvmtiRunTest1982HostTestCases, CtsJvmtiRunTest1982HostTestCases[secondary_user], CtsJvmtiRunTest1983HostTestCases, CtsJvmtiRunTest1983HostTestCases[secondary_user], CtsJvmtiRunTest1984HostTestCases, CtsJvmtiRunTest1984HostTestCases[secondary_user], CtsJvmtiRunTest1988HostTestCases, CtsJvmtiRunTest1988HostTestCases[secondary_user], CtsJvmtiRunTest1989HostTestCases, CtsJvmtiRunTest1989HostTestCases[secondary_user], CtsJvmtiRunTest1990HostTestCases, CtsJvmtiRunTest1990HostTestCases[secondary_user], CtsJvmtiRunTest1991HostTestCases, CtsJvmtiRunTest1991HostTestCases[secondary_user], CtsJvmtiRunTest1992HostTestCases, CtsJvmtiRunTest1992HostTestCases[secondary_user], CtsJvmtiRunTest1994HostTestCases, CtsJvmtiRunTest1994HostTestCases[secondary_user], CtsJvmtiRunTest1995HostTestCases, CtsJvmtiRunTest1995HostTestCases[secondary_user], CtsJvmtiRunTest1996HostTestCases, CtsJvmtiRunTest1996HostTestCases[secondary_user], CtsJvmtiRunTest1997HostTestCases, CtsJvmtiRunTest1997HostTestCases[secondary_user], CtsJvmtiRunTest1998HostTestCases, CtsJvmtiRunTest1998HostTestCases[secondary_user], CtsJvmtiRunTest1999HostTestCases, CtsJvmtiRunTest1999HostTestCases[secondary_user], CtsJvmtiRunTest2001HostTestCases, CtsJvmtiRunTest2001HostTestCases[secondary_user], CtsJvmtiRunTest2002HostTestCases, CtsJvmtiRunTest2002HostTestCases[secondary_user], CtsJvmtiRunTest2003HostTestCases, CtsJvmtiRunTest2003HostTestCases[secondary_user], CtsJvmtiRunTest2004HostTestCases, CtsJvmtiRunTest2004HostTestCases[secondary_user], CtsJvmtiRunTest2005HostTestCases, CtsJvmtiRunTest2005HostTestCases[secondary_user], CtsJvmtiRunTest2006HostTestCases, CtsJvmtiRunTest2006HostTestCases[secondary_user], CtsJvmtiRunTest2007HostTestCases, CtsJvmtiRunTest2007HostTestCases[secondary_user], CtsJvmtiRunTest902HostTestCases, CtsJvmtiRunTest902HostTestCases[secondary_user], CtsJvmtiRunTest903HostTestCases, CtsJvmtiRunTest903HostTestCases[secondary_user], CtsJvmtiRunTest904HostTestCases, CtsJvmtiRunTest904HostTestCases[secondary_user], CtsJvmtiRunTest905HostTestCases, CtsJvmtiRunTest905HostTestCases[secondary_user], CtsJvmtiRunTest906HostTestCases, CtsJvmtiRunTest906HostTestCases[secondary_user], CtsJvmtiRunTest907HostTestCases, CtsJvmtiRunTest907HostTestCases[secondary_user], CtsJvmtiRunTest908HostTestCases, CtsJvmtiRunTest908HostTestCases[secondary_user], CtsJvmtiRunTest910HostTestCases, CtsJvmtiRunTest910HostTestCases[secondary_user], CtsJvmtiRunTest911HostTestCases, CtsJvmtiRunTest911HostTestCases[secondary_user], CtsJvmtiRunTest912HostTestCases, CtsJvmtiRunTest912HostTestCases[secondary_user], CtsJvmtiRunTest913HostTestCases, CtsJvmtiRunTest913HostTestCases[secondary_user], CtsJvmtiRunTest914HostTestCases, CtsJvmtiRunTest914HostTestCases[secondary_user], CtsJvmtiRunTest915HostTestCases, CtsJvmtiRunTest915HostTestCases[secondary_user], CtsJvmtiRunTest917HostTestCases, CtsJvmtiRunTest917HostTestCases[secondary_user], CtsJvmtiRunTest918HostTestCases, CtsJvmtiRunTest918HostTestCases[secondary_user], CtsJvmtiRunTest919HostTestCases, CtsJvmtiRunTest919HostTestCases[secondary_user], CtsJvmtiRunTest920HostTestCases, CtsJvmtiRunTest920HostTestCases[secondary_user], CtsJvmtiRunTest922HostTestCases, CtsJvmtiRunTest922HostTestCases[secondary_user], CtsJvmtiRunTest923HostTestCases, CtsJvmtiRunTest923HostTestCases[secondary_user], CtsJvmtiRunTest924HostTestCases, CtsJvmtiRunTest924HostTestCases[secondary_user], CtsJvmtiRunTest926HostTestCases, CtsJvmtiRunTest926HostTestCases[secondary_user], CtsJvmtiRunTest927HostTestCases, CtsJvmtiRunTest927HostTestCases[secondary_user], CtsJvmtiRunTest928HostTestCases, CtsJvmtiRunTest928HostTestCases[secondary_user], CtsJvmtiRunTest930HostTestCases, CtsJvmtiRunTest930HostTestCases[secondary_user], CtsJvmtiRunTest931HostTestCases, CtsJvmtiRunTest931HostTestCases[secondary_user], CtsJvmtiRunTest932HostTestCases, CtsJvmtiRunTest932HostTestCases[secondary_user], CtsJvmtiRunTest940HostTestCases, CtsJvmtiRunTest940HostTestCases[secondary_user], CtsJvmtiRunTest942HostTestCases, CtsJvmtiRunTest942HostTestCases[secondary_user], CtsJvmtiRunTest944HostTestCases, CtsJvmtiRunTest944HostTestCases[secondary_user], CtsJvmtiRunTest945HostTestCases, CtsJvmtiRunTest945HostTestCases[secondary_user], CtsJvmtiRunTest947HostTestCases, CtsJvmtiRunTest947HostTestCases[secondary_user], CtsJvmtiRunTest951HostTestCases, CtsJvmtiRunTest951HostTestCases[secondary_user], CtsJvmtiRunTest982HostTestCases, CtsJvmtiRunTest982HostTestCases[secondary_user], CtsJvmtiRunTest983HostTestCases, CtsJvmtiRunTest983HostTestCases[secondary_user], CtsJvmtiRunTest984HostTestCases, CtsJvmtiRunTest984HostTestCases[secondary_user], CtsJvmtiRunTest985HostTestCases, CtsJvmtiRunTest985HostTestCases[secondary_user], CtsJvmtiRunTest986HostTestCases, CtsJvmtiRunTest986HostTestCases[secondary_user], CtsJvmtiRunTest988HostTestCases, CtsJvmtiRunTest988HostTestCases[secondary_user], CtsJvmtiRunTest989HostTestCases, CtsJvmtiRunTest989HostTestCases[secondary_user], CtsJvmtiRunTest990HostTestCases, CtsJvmtiRunTest990HostTestCases[secondary_user], CtsJvmtiRunTest991HostTestCases, CtsJvmtiRunTest991HostTestCases[secondary_user], CtsJvmtiRunTest992HostTestCases, CtsJvmtiRunTest992HostTestCases[secondary_user], CtsJvmtiRunTest993HostTestCases, CtsJvmtiRunTest993HostTestCases[secondary_user], CtsJvmtiRunTest994HostTestCases, CtsJvmtiRunTest994HostTestCases[secondary_user], CtsJvmtiRunTest995HostTestCases, CtsJvmtiRunTest995HostTestCases[secondary_user], CtsJvmtiRunTest996HostTestCases, CtsJvmtiRunTest996HostTestCases[secondary_user], CtsJvmtiRunTest997HostTestCases, CtsJvmtiRunTest997HostTestCases[secondary_user], CtsJvmtiTaggingHostTestCases, CtsJvmtiTaggingHostTestCases[secondary_user], CtsJvmtiTrackingHostTestCases, CtsJvmtiTrackingHostTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using arm ABI in the ARC++ container.'
+
+def run_TS(machine):
+    host_list = [hosts.create_host(machine)]
+    job.run_test(
+        'cheets_CTS_R',
+        hosts=host_list,
+        iterations=1,
+        tag='11_r3.arm.CtsJvmti',
+        test_name='cheets_CTS_R.11_r3.arm.CtsJvmti',
+        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsJvmtiAttachingHostTestCases', '--include-filter', 'CtsJvmtiAttachingHostTestCases[secondary_user]', '--include-filter', 'CtsJvmtiAttachingTestCases', '--include-filter', 'CtsJvmtiAttachingTestCases[secondary_user]', '--include-filter', 'CtsJvmtiRedefineClassesHostTestCases', '--include-filter', 'CtsJvmtiRedefineClassesHostTestCases[secondary_user]', '--include-filter', 'CtsJvmtiRunTest1900HostTestCases', '--include-filter', 'CtsJvmtiRunTest1900HostTestCases[secondary_user]', '--include-filter', 'CtsJvmtiRunTest1901HostTestCases', '--include-filter', 'CtsJvmtiRunTest1901HostTestCases[secondary_user]', '--include-filter', 'CtsJvmtiRunTest1902HostTestCases', '--include-filter', 'CtsJvmtiRunTest1902HostTestCases[secondary_user]', '--include-filter', 'CtsJvmtiRunTest1903HostTestCases', '--include-filter', 'CtsJvmtiRunTest1903HostTestCases[secondary_user]', '--include-filter', 'CtsJvmtiRunTest1904HostTestCases', '--include-filter', 'CtsJvmtiRunTest1904HostTestCases[secondary_user]', '--include-filter', 'CtsJvmtiRunTest1906HostTestCases', '--include-filter', 'CtsJvmtiRunTest1906HostTestCases[secondary_user]', '--include-filter', 'CtsJvmtiRunTest1907HostTestCases', '--include-filter', 'CtsJvmtiRunTest1907HostTestCases[secondary_user]', '--include-filter', 'CtsJvmtiRunTest1908HostTestCases', '--include-filter', 'CtsJvmtiRunTest1908HostTestCases[secondary_user]', '--include-filter', 'CtsJvmtiRunTest1909HostTestCases', '--include-filter', 'CtsJvmtiRunTest1909HostTestCases[secondary_user]', '--include-filter', 'CtsJvmtiRunTest1910HostTestCases', '--include-filter', 'CtsJvmtiRunTest1910HostTestCases[secondary_user]', '--include-filter', 'CtsJvmtiRunTest1911HostTestCases', '--include-filter', 'CtsJvmtiRunTest1911HostTestCases[secondary_user]', '--include-filter', 'CtsJvmtiRunTest1912HostTestCases', '--include-filter', 'CtsJvmtiRunTest1912HostTestCases[secondary_user]', '--include-filter', 'CtsJvmtiRunTest1913HostTestCases', '--include-filter', 'CtsJvmtiRunTest1913HostTestCases[secondary_user]', '--include-filter', 'CtsJvmtiRunTest1914HostTestCases', '--include-filter', 'CtsJvmtiRunTest1914HostTestCases[secondary_user]', '--include-filter', 'CtsJvmtiRunTest1915HostTestCases', '--include-filter', 'CtsJvmtiRunTest1915HostTestCases[secondary_user]', '--include-filter', 'CtsJvmtiRunTest1916HostTestCases', '--include-filter', 'CtsJvmtiRunTest1916HostTestCases[secondary_user]', '--include-filter', 'CtsJvmtiRunTest1917HostTestCases', '--include-filter', 'CtsJvmtiRunTest1917HostTestCases[secondary_user]', '--include-filter', 'CtsJvmtiRunTest1920HostTestCases', '--include-filter', 'CtsJvmtiRunTest1920HostTestCases[secondary_user]', '--include-filter', 'CtsJvmtiRunTest1921HostTestCases', '--include-filter', 'CtsJvmtiRunTest1921HostTestCases[secondary_user]', '--include-filter', 'CtsJvmtiRunTest1922HostTestCases', '--include-filter', 'CtsJvmtiRunTest1922HostTestCases[secondary_user]', '--include-filter', 'CtsJvmtiRunTest1923HostTestCases', '--include-filter', 'CtsJvmtiRunTest1923HostTestCases[secondary_user]', '--include-filter', 'CtsJvmtiRunTest1924HostTestCases', '--include-filter', 'CtsJvmtiRunTest1924HostTestCases[secondary_user]', '--include-filter', 'CtsJvmtiRunTest1925HostTestCases', '--include-filter', 'CtsJvmtiRunTest1925HostTestCases[secondary_user]', '--include-filter', 'CtsJvmtiRunTest1926HostTestCases', '--include-filter', 'CtsJvmtiRunTest1926HostTestCases[secondary_user]', '--include-filter', 'CtsJvmtiRunTest1927HostTestCases', '--include-filter', 'CtsJvmtiRunTest1927HostTestCases[secondary_user]', '--include-filter', 'CtsJvmtiRunTest1928HostTestCases', '--include-filter', 'CtsJvmtiRunTest1928HostTestCases[secondary_user]', '--include-filter', 'CtsJvmtiRunTest1930HostTestCases', '--include-filter', 'CtsJvmtiRunTest1930HostTestCases[secondary_user]', '--include-filter', 'CtsJvmtiRunTest1931HostTestCases', '--include-filter', 'CtsJvmtiRunTest1931HostTestCases[secondary_user]', '--include-filter', 'CtsJvmtiRunTest1932HostTestCases', '--include-filter', 'CtsJvmtiRunTest1932HostTestCases[secondary_user]', '--include-filter', 'CtsJvmtiRunTest1933HostTestCases', '--include-filter', 'CtsJvmtiRunTest1933HostTestCases[secondary_user]', '--include-filter', 'CtsJvmtiRunTest1934HostTestCases', '--include-filter', 'CtsJvmtiRunTest1934HostTestCases[secondary_user]', '--include-filter', 'CtsJvmtiRunTest1936HostTestCases', '--include-filter', 'CtsJvmtiRunTest1936HostTestCases[secondary_user]', '--include-filter', 'CtsJvmtiRunTest1937HostTestCases', '--include-filter', 'CtsJvmtiRunTest1937HostTestCases[secondary_user]', '--include-filter', 'CtsJvmtiRunTest1939HostTestCases', '--include-filter', 'CtsJvmtiRunTest1939HostTestCases[secondary_user]', '--include-filter', 'CtsJvmtiRunTest1941HostTestCases', '--include-filter', 'CtsJvmtiRunTest1941HostTestCases[secondary_user]', '--include-filter', 'CtsJvmtiRunTest1942HostTestCases', '--include-filter', 'CtsJvmtiRunTest1942HostTestCases[secondary_user]', '--include-filter', 'CtsJvmtiRunTest1943HostTestCases', '--include-filter', 'CtsJvmtiRunTest1943HostTestCases[secondary_user]', '--include-filter', 'CtsJvmtiRunTest1953HostTestCases', '--include-filter', 'CtsJvmtiRunTest1953HostTestCases[secondary_user]', '--include-filter', 'CtsJvmtiRunTest1958HostTestCases', '--include-filter', 'CtsJvmtiRunTest1958HostTestCases[secondary_user]', '--include-filter', 'CtsJvmtiRunTest1962HostTestCases', '--include-filter', 'CtsJvmtiRunTest1962HostTestCases[secondary_user]', '--include-filter', 'CtsJvmtiRunTest1967HostTestCases', '--include-filter', 'CtsJvmtiRunTest1967HostTestCases[secondary_user]', '--include-filter', 'CtsJvmtiRunTest1968HostTestCases', '--include-filter', 'CtsJvmtiRunTest1968HostTestCases[secondary_user]', '--include-filter', 'CtsJvmtiRunTest1969HostTestCases', '--include-filter', 'CtsJvmtiRunTest1969HostTestCases[secondary_user]', '--include-filter', 'CtsJvmtiRunTest1970HostTestCases', '--include-filter', 'CtsJvmtiRunTest1970HostTestCases[secondary_user]', '--include-filter', 'CtsJvmtiRunTest1971HostTestCases', '--include-filter', 'CtsJvmtiRunTest1971HostTestCases[secondary_user]', '--include-filter', 'CtsJvmtiRunTest1974HostTestCases', '--include-filter', 'CtsJvmtiRunTest1974HostTestCases[secondary_user]', '--include-filter', 'CtsJvmtiRunTest1975HostTestCases', '--include-filter', 'CtsJvmtiRunTest1975HostTestCases[secondary_user]', '--include-filter', 'CtsJvmtiRunTest1976HostTestCases', '--include-filter', 'CtsJvmtiRunTest1976HostTestCases[secondary_user]', '--include-filter', 'CtsJvmtiRunTest1977HostTestCases', '--include-filter', 'CtsJvmtiRunTest1977HostTestCases[secondary_user]', '--include-filter', 'CtsJvmtiRunTest1978HostTestCases', '--include-filter', 'CtsJvmtiRunTest1978HostTestCases[secondary_user]', '--include-filter', 'CtsJvmtiRunTest1979HostTestCases', '--include-filter', 'CtsJvmtiRunTest1979HostTestCases[secondary_user]', '--include-filter', 'CtsJvmtiRunTest1981HostTestCases', '--include-filter', 'CtsJvmtiRunTest1981HostTestCases[secondary_user]', '--include-filter', 'CtsJvmtiRunTest1982HostTestCases', '--include-filter', 'CtsJvmtiRunTest1982HostTestCases[secondary_user]', '--include-filter', 'CtsJvmtiRunTest1983HostTestCases', '--include-filter', 'CtsJvmtiRunTest1983HostTestCases[secondary_user]', '--include-filter', 'CtsJvmtiRunTest1984HostTestCases', '--include-filter', 'CtsJvmtiRunTest1984HostTestCases[secondary_user]', '--include-filter', 'CtsJvmtiRunTest1988HostTestCases', '--include-filter', 'CtsJvmtiRunTest1988HostTestCases[secondary_user]', '--include-filter', 'CtsJvmtiRunTest1989HostTestCases', '--include-filter', 'CtsJvmtiRunTest1989HostTestCases[secondary_user]', '--include-filter', 'CtsJvmtiRunTest1990HostTestCases', '--include-filter', 'CtsJvmtiRunTest1990HostTestCases[secondary_user]', '--include-filter', 'CtsJvmtiRunTest1991HostTestCases', '--include-filter', 'CtsJvmtiRunTest1991HostTestCases[secondary_user]', '--include-filter', 'CtsJvmtiRunTest1992HostTestCases', '--include-filter', 'CtsJvmtiRunTest1992HostTestCases[secondary_user]', '--include-filter', 'CtsJvmtiRunTest1994HostTestCases', '--include-filter', 'CtsJvmtiRunTest1994HostTestCases[secondary_user]', '--include-filter', 'CtsJvmtiRunTest1995HostTestCases', '--include-filter', 'CtsJvmtiRunTest1995HostTestCases[secondary_user]', '--include-filter', 'CtsJvmtiRunTest1996HostTestCases', '--include-filter', 'CtsJvmtiRunTest1996HostTestCases[secondary_user]', '--include-filter', 'CtsJvmtiRunTest1997HostTestCases', '--include-filter', 'CtsJvmtiRunTest1997HostTestCases[secondary_user]', '--include-filter', 'CtsJvmtiRunTest1998HostTestCases', '--include-filter', 'CtsJvmtiRunTest1998HostTestCases[secondary_user]', '--include-filter', 'CtsJvmtiRunTest1999HostTestCases', '--include-filter', 'CtsJvmtiRunTest1999HostTestCases[secondary_user]', '--include-filter', 'CtsJvmtiRunTest2001HostTestCases', '--include-filter', 'CtsJvmtiRunTest2001HostTestCases[secondary_user]', '--include-filter', 'CtsJvmtiRunTest2002HostTestCases', '--include-filter', 'CtsJvmtiRunTest2002HostTestCases[secondary_user]', '--include-filter', 'CtsJvmtiRunTest2003HostTestCases', '--include-filter', 'CtsJvmtiRunTest2003HostTestCases[secondary_user]', '--include-filter', 'CtsJvmtiRunTest2004HostTestCases', '--include-filter', 'CtsJvmtiRunTest2004HostTestCases[secondary_user]', '--include-filter', 'CtsJvmtiRunTest2005HostTestCases', '--include-filter', 'CtsJvmtiRunTest2005HostTestCases[secondary_user]', '--include-filter', 'CtsJvmtiRunTest2006HostTestCases', '--include-filter', 'CtsJvmtiRunTest2006HostTestCases[secondary_user]', '--include-filter', 'CtsJvmtiRunTest2007HostTestCases', '--include-filter', 'CtsJvmtiRunTest2007HostTestCases[secondary_user]', '--include-filter', 'CtsJvmtiRunTest902HostTestCases', '--include-filter', 'CtsJvmtiRunTest902HostTestCases[secondary_user]', '--include-filter', 'CtsJvmtiRunTest903HostTestCases', '--include-filter', 'CtsJvmtiRunTest903HostTestCases[secondary_user]', '--include-filter', 'CtsJvmtiRunTest904HostTestCases', '--include-filter', 'CtsJvmtiRunTest904HostTestCases[secondary_user]', '--include-filter', 'CtsJvmtiRunTest905HostTestCases', '--include-filter', 'CtsJvmtiRunTest905HostTestCases[secondary_user]', '--include-filter', 'CtsJvmtiRunTest906HostTestCases', '--include-filter', 'CtsJvmtiRunTest906HostTestCases[secondary_user]', '--include-filter', 'CtsJvmtiRunTest907HostTestCases', '--include-filter', 'CtsJvmtiRunTest907HostTestCases[secondary_user]', '--include-filter', 'CtsJvmtiRunTest908HostTestCases', '--include-filter', 'CtsJvmtiRunTest908HostTestCases[secondary_user]', '--include-filter', 'CtsJvmtiRunTest910HostTestCases', '--include-filter', 'CtsJvmtiRunTest910HostTestCases[secondary_user]', '--include-filter', 'CtsJvmtiRunTest911HostTestCases', '--include-filter', 'CtsJvmtiRunTest911HostTestCases[secondary_user]', '--include-filter', 'CtsJvmtiRunTest912HostTestCases', '--include-filter', 'CtsJvmtiRunTest912HostTestCases[secondary_user]', '--include-filter', 'CtsJvmtiRunTest913HostTestCases', '--include-filter', 'CtsJvmtiRunTest913HostTestCases[secondary_user]', '--include-filter', 'CtsJvmtiRunTest914HostTestCases', '--include-filter', 'CtsJvmtiRunTest914HostTestCases[secondary_user]', '--include-filter', 'CtsJvmtiRunTest915HostTestCases', '--include-filter', 'CtsJvmtiRunTest915HostTestCases[secondary_user]', '--include-filter', 'CtsJvmtiRunTest917HostTestCases', '--include-filter', 'CtsJvmtiRunTest917HostTestCases[secondary_user]', '--include-filter', 'CtsJvmtiRunTest918HostTestCases', '--include-filter', 'CtsJvmtiRunTest918HostTestCases[secondary_user]', '--include-filter', 'CtsJvmtiRunTest919HostTestCases', '--include-filter', 'CtsJvmtiRunTest919HostTestCases[secondary_user]', '--include-filter', 'CtsJvmtiRunTest920HostTestCases', '--include-filter', 'CtsJvmtiRunTest920HostTestCases[secondary_user]', '--include-filter', 'CtsJvmtiRunTest922HostTestCases', '--include-filter', 'CtsJvmtiRunTest922HostTestCases[secondary_user]', '--include-filter', 'CtsJvmtiRunTest923HostTestCases', '--include-filter', 'CtsJvmtiRunTest923HostTestCases[secondary_user]', '--include-filter', 'CtsJvmtiRunTest924HostTestCases', '--include-filter', 'CtsJvmtiRunTest924HostTestCases[secondary_user]', '--include-filter', 'CtsJvmtiRunTest926HostTestCases', '--include-filter', 'CtsJvmtiRunTest926HostTestCases[secondary_user]', '--include-filter', 'CtsJvmtiRunTest927HostTestCases', '--include-filter', 'CtsJvmtiRunTest927HostTestCases[secondary_user]', '--include-filter', 'CtsJvmtiRunTest928HostTestCases', '--include-filter', 'CtsJvmtiRunTest928HostTestCases[secondary_user]', '--include-filter', 'CtsJvmtiRunTest930HostTestCases', '--include-filter', 'CtsJvmtiRunTest930HostTestCases[secondary_user]', '--include-filter', 'CtsJvmtiRunTest931HostTestCases', '--include-filter', 'CtsJvmtiRunTest931HostTestCases[secondary_user]', '--include-filter', 'CtsJvmtiRunTest932HostTestCases', '--include-filter', 'CtsJvmtiRunTest932HostTestCases[secondary_user]', '--include-filter', 'CtsJvmtiRunTest940HostTestCases', '--include-filter', 'CtsJvmtiRunTest940HostTestCases[secondary_user]', '--include-filter', 'CtsJvmtiRunTest942HostTestCases', '--include-filter', 'CtsJvmtiRunTest942HostTestCases[secondary_user]', '--include-filter', 'CtsJvmtiRunTest944HostTestCases', '--include-filter', 'CtsJvmtiRunTest944HostTestCases[secondary_user]', '--include-filter', 'CtsJvmtiRunTest945HostTestCases', '--include-filter', 'CtsJvmtiRunTest945HostTestCases[secondary_user]', '--include-filter', 'CtsJvmtiRunTest947HostTestCases', '--include-filter', 'CtsJvmtiRunTest947HostTestCases[secondary_user]', '--include-filter', 'CtsJvmtiRunTest951HostTestCases', '--include-filter', 'CtsJvmtiRunTest951HostTestCases[secondary_user]', '--include-filter', 'CtsJvmtiRunTest982HostTestCases', '--include-filter', 'CtsJvmtiRunTest982HostTestCases[secondary_user]', '--include-filter', 'CtsJvmtiRunTest983HostTestCases', '--include-filter', 'CtsJvmtiRunTest983HostTestCases[secondary_user]', '--include-filter', 'CtsJvmtiRunTest984HostTestCases', '--include-filter', 'CtsJvmtiRunTest984HostTestCases[secondary_user]', '--include-filter', 'CtsJvmtiRunTest985HostTestCases', '--include-filter', 'CtsJvmtiRunTest985HostTestCases[secondary_user]', '--include-filter', 'CtsJvmtiRunTest986HostTestCases', '--include-filter', 'CtsJvmtiRunTest986HostTestCases[secondary_user]', '--include-filter', 'CtsJvmtiRunTest988HostTestCases', '--include-filter', 'CtsJvmtiRunTest988HostTestCases[secondary_user]', '--include-filter', 'CtsJvmtiRunTest989HostTestCases', '--include-filter', 'CtsJvmtiRunTest989HostTestCases[secondary_user]', '--include-filter', 'CtsJvmtiRunTest990HostTestCases', '--include-filter', 'CtsJvmtiRunTest990HostTestCases[secondary_user]', '--include-filter', 'CtsJvmtiRunTest991HostTestCases', '--include-filter', 'CtsJvmtiRunTest991HostTestCases[secondary_user]', '--include-filter', 'CtsJvmtiRunTest992HostTestCases', '--include-filter', 'CtsJvmtiRunTest992HostTestCases[secondary_user]', '--include-filter', 'CtsJvmtiRunTest993HostTestCases', '--include-filter', 'CtsJvmtiRunTest993HostTestCases[secondary_user]', '--include-filter', 'CtsJvmtiRunTest994HostTestCases', '--include-filter', 'CtsJvmtiRunTest994HostTestCases[secondary_user]', '--include-filter', 'CtsJvmtiRunTest995HostTestCases', '--include-filter', 'CtsJvmtiRunTest995HostTestCases[secondary_user]', '--include-filter', 'CtsJvmtiRunTest996HostTestCases', '--include-filter', 'CtsJvmtiRunTest996HostTestCases[secondary_user]', '--include-filter', 'CtsJvmtiRunTest997HostTestCases', '--include-filter', 'CtsJvmtiRunTest997HostTestCases[secondary_user]', '--include-filter', 'CtsJvmtiTaggingHostTestCases', '--include-filter', 'CtsJvmtiTaggingHostTestCases[secondary_user]', '--include-filter', 'CtsJvmtiTrackingHostTestCases', '--include-filter', 'CtsJvmtiTrackingHostTestCases[secondary_user]', '--logcat-on-failure'],
+        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
+        target_module='CtsJvmti',
+        target_plan=None,
+        bundle='arm',
+        uri='LATEST',
+        use_jdk9=True,
+        timeout=75000)
+
+parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsKernelConfigTestCases b/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsKernelConfigTestCases
new file mode 100644
index 0000000..b261919
--- /dev/null
+++ b/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsKernelConfigTestCases
@@ -0,0 +1,34 @@
+# Copyright 2020 The Chromium OS Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+# This file has been automatically generated. Do not edit!
+
+AUTHOR = 'ARC++ Team'
+NAME = 'cheets_CTS_R.11_r3.arm.CtsKernelConfigTestCases'
+ATTRIBUTES = 'suite:arc-cts-r'
+DEPENDENCIES = 'arc'
+JOB_RETRIES = 1
+TEST_TYPE = 'server'
+TIME = 'MEDIUM'
+MAX_RESULT_SIZE_KB = 512000
+DOC = 'Run module CtsKernelConfigTestCases of the Android Compatibility Test Suite (CTS) using arm ABI in the ARC++ container.'
+
+def run_TS(machine):
+    host_list = [hosts.create_host(machine)]
+    job.run_test(
+        'cheets_CTS_R',
+        hosts=host_list,
+        iterations=1,
+        tag='11_r3.arm.CtsKernelConfigTestCases',
+        test_name='cheets_CTS_R.11_r3.arm.CtsKernelConfigTestCases',
+        run_template=['run', 'commandAndExit', 'cts', '--module', 'CtsKernelConfigTestCases', '--logcat-on-failure'],
+        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
+        target_module='CtsKernelConfigTestCases',
+        target_plan=None,
+        bundle='arm',
+        uri='LATEST',
+        use_jdk9=True,
+        timeout=3600)
+
+parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsKeystore b/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsKeystore
new file mode 100644
index 0000000..128a652
--- /dev/null
+++ b/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsKeystore
@@ -0,0 +1,34 @@
+# Copyright 2020 The Chromium OS Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+# This file has been automatically generated. Do not edit!
+
+AUTHOR = 'ARC++ Team'
+NAME = 'cheets_CTS_R.11_r3.arm.CtsKeystore'
+ATTRIBUTES = 'suite:arc-cts-r'
+DEPENDENCIES = 'arc'
+JOB_RETRIES = 1
+TEST_TYPE = 'server'
+TIME = 'MEDIUM'
+MAX_RESULT_SIZE_KB = 512000
+DOC = 'Run module CtsKeystoreTestCases, CtsKeystoreTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using arm ABI in the ARC++ container.'
+
+def run_TS(machine):
+    host_list = [hosts.create_host(machine)]
+    job.run_test(
+        'cheets_CTS_R',
+        hosts=host_list,
+        iterations=1,
+        tag='11_r3.arm.CtsKeystore',
+        test_name='cheets_CTS_R.11_r3.arm.CtsKeystore',
+        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsKeystoreTestCases', '--include-filter', 'CtsKeystoreTestCases[secondary_user]', '--logcat-on-failure'],
+        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
+        target_module='CtsKeystore',
+        target_plan=None,
+        bundle='arm',
+        uri='LATEST',
+        use_jdk9=True,
+        timeout=5400)
+
+parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsLeanbackJank b/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsLeanbackJank
new file mode 100644
index 0000000..7de6798
--- /dev/null
+++ b/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsLeanbackJank
@@ -0,0 +1,34 @@
+# Copyright 2020 The Chromium OS Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+# This file has been automatically generated. Do not edit!
+
+AUTHOR = 'ARC++ Team'
+NAME = 'cheets_CTS_R.11_r3.arm.CtsLeanbackJank'
+ATTRIBUTES = 'suite:arc-cts-r'
+DEPENDENCIES = 'arc'
+JOB_RETRIES = 1
+TEST_TYPE = 'server'
+TIME = 'MEDIUM'
+MAX_RESULT_SIZE_KB = 512000
+DOC = 'Run module CtsLeanbackJankTestCases, CtsLeanbackJankTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using arm ABI in the ARC++ container.'
+
+def run_TS(machine):
+    host_list = [hosts.create_host(machine)]
+    job.run_test(
+        'cheets_CTS_R',
+        hosts=host_list,
+        iterations=1,
+        tag='11_r3.arm.CtsLeanbackJank',
+        test_name='cheets_CTS_R.11_r3.arm.CtsLeanbackJank',
+        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsLeanbackJankTestCases', '--include-filter', 'CtsLeanbackJankTestCases[secondary_user]', '--logcat-on-failure'],
+        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
+        target_module='CtsLeanbackJank',
+        target_plan=None,
+        bundle='arm',
+        uri='LATEST',
+        use_jdk9=True,
+        timeout=5400)
+
+parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsLegacyNotification2 b/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsLegacyNotification2
new file mode 100644
index 0000000..87e6392
--- /dev/null
+++ b/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsLegacyNotification2
@@ -0,0 +1,34 @@
+# Copyright 2020 The Chromium OS Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+# This file has been automatically generated. Do not edit!
+
+AUTHOR = 'ARC++ Team'
+NAME = 'cheets_CTS_R.11_r3.arm.CtsLegacyNotification2'
+ATTRIBUTES = 'suite:arc-cts-r'
+DEPENDENCIES = 'arc'
+JOB_RETRIES = 1
+TEST_TYPE = 'server'
+TIME = 'MEDIUM'
+MAX_RESULT_SIZE_KB = 512000
+DOC = 'Run module CtsLegacyNotification20TestCases, CtsLegacyNotification20TestCases[secondary_user], CtsLegacyNotification27TestCases, CtsLegacyNotification27TestCases[secondary_user], CtsLegacyNotification28TestCases, CtsLegacyNotification28TestCases[secondary_user], CtsLegacyNotification29TestCases, CtsLegacyNotification29TestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using arm ABI in the ARC++ container.'
+
+def run_TS(machine):
+    host_list = [hosts.create_host(machine)]
+    job.run_test(
+        'cheets_CTS_R',
+        hosts=host_list,
+        iterations=1,
+        tag='11_r3.arm.CtsLegacyNotification2',
+        test_name='cheets_CTS_R.11_r3.arm.CtsLegacyNotification2',
+        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsLegacyNotification20TestCases', '--include-filter', 'CtsLegacyNotification20TestCases[secondary_user]', '--include-filter', 'CtsLegacyNotification27TestCases', '--include-filter', 'CtsLegacyNotification27TestCases[secondary_user]', '--include-filter', 'CtsLegacyNotification28TestCases', '--include-filter', 'CtsLegacyNotification28TestCases[secondary_user]', '--include-filter', 'CtsLegacyNotification29TestCases', '--include-filter', 'CtsLegacyNotification29TestCases[secondary_user]', '--logcat-on-failure'],
+        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
+        target_module='CtsLegacyNotification2',
+        target_plan=None,
+        bundle='arm',
+        uri='LATEST',
+        use_jdk9=True,
+        timeout=16200)
+
+parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsLibcore b/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsLibcore
new file mode 100644
index 0000000..c1b9d21
--- /dev/null
+++ b/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsLibcore
@@ -0,0 +1,34 @@
+# Copyright 2020 The Chromium OS Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+# This file has been automatically generated. Do not edit!
+
+AUTHOR = 'ARC++ Team'
+NAME = 'cheets_CTS_R.11_r3.arm.CtsLibcore'
+ATTRIBUTES = 'suite:arc-cts-r'
+DEPENDENCIES = 'arc'
+JOB_RETRIES = 1
+TEST_TYPE = 'server'
+TIME = 'MEDIUM'
+MAX_RESULT_SIZE_KB = 512000
+DOC = 'Run module CtsLibcoreApiEvolutionTestCases, CtsLibcoreApiEvolutionTestCases[secondary_user], CtsLibcoreFileIOTestCases, CtsLibcoreFileIOTestCases[secondary_user], CtsLibcoreJsr166TestCases, CtsLibcoreJsr166TestCases[secondary_user], CtsLibcoreLegacy22TestCases, CtsLibcoreLegacy22TestCases[secondary_user], CtsLibcoreOjTestCases, CtsLibcoreOjTestCases[secondary_user], CtsLibcoreOkHttpTestCases, CtsLibcoreOkHttpTestCases[secondary_user], CtsLibcoreTestCases, CtsLibcoreTestCases[secondary_user], CtsLibcoreWycheproofBCTestCases, CtsLibcoreWycheproofBCTestCases[secondary_user], CtsLibcoreWycheproofConscryptTestCases, CtsLibcoreWycheproofConscryptTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using arm ABI in the ARC++ container.'
+
+def run_TS(machine):
+    host_list = [hosts.create_host(machine)]
+    job.run_test(
+        'cheets_CTS_R',
+        hosts=host_list,
+        iterations=1,
+        tag='11_r3.arm.CtsLibcore',
+        test_name='cheets_CTS_R.11_r3.arm.CtsLibcore',
+        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsLibcoreApiEvolutionTestCases', '--include-filter', 'CtsLibcoreApiEvolutionTestCases[secondary_user]', '--include-filter', 'CtsLibcoreFileIOTestCases', '--include-filter', 'CtsLibcoreFileIOTestCases[secondary_user]', '--include-filter', 'CtsLibcoreJsr166TestCases', '--include-filter', 'CtsLibcoreJsr166TestCases[secondary_user]', '--include-filter', 'CtsLibcoreLegacy22TestCases', '--include-filter', 'CtsLibcoreLegacy22TestCases[secondary_user]', '--include-filter', 'CtsLibcoreOjTestCases', '--include-filter', 'CtsLibcoreOjTestCases[secondary_user]', '--include-filter', 'CtsLibcoreOkHttpTestCases', '--include-filter', 'CtsLibcoreOkHttpTestCases[secondary_user]', '--include-filter', 'CtsLibcoreTestCases', '--include-filter', 'CtsLibcoreTestCases[secondary_user]', '--include-filter', 'CtsLibcoreWycheproofBCTestCases', '--include-filter', 'CtsLibcoreWycheproofBCTestCases[secondary_user]', '--include-filter', 'CtsLibcoreWycheproofConscryptTestCases', '--include-filter', 'CtsLibcoreWycheproofConscryptTestCases[secondary_user]'],
+        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
+        target_module='CtsLibcore',
+        target_plan=None,
+        bundle='arm',
+        uri='LATEST',
+        use_jdk9=True,
+        timeout=39600)
+
+parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsLiblog b/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsLiblog
new file mode 100644
index 0000000..6393fcf
--- /dev/null
+++ b/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsLiblog
@@ -0,0 +1,34 @@
+# Copyright 2020 The Chromium OS Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+# This file has been automatically generated. Do not edit!
+
+AUTHOR = 'ARC++ Team'
+NAME = 'cheets_CTS_R.11_r3.arm.CtsLiblog'
+ATTRIBUTES = 'suite:arc-cts-r'
+DEPENDENCIES = 'arc'
+JOB_RETRIES = 1
+TEST_TYPE = 'server'
+TIME = 'MEDIUM'
+MAX_RESULT_SIZE_KB = 512000
+DOC = 'Run module CtsLiblogTestCases, CtsLiblogTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using arm ABI in the ARC++ container.'
+
+def run_TS(machine):
+    host_list = [hosts.create_host(machine)]
+    job.run_test(
+        'cheets_CTS_R',
+        hosts=host_list,
+        iterations=1,
+        tag='11_r3.arm.CtsLiblog',
+        test_name='cheets_CTS_R.11_r3.arm.CtsLiblog',
+        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsLiblogTestCases', '--include-filter', 'CtsLiblogTestCases[secondary_user]', '--logcat-on-failure'],
+        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
+        target_module='CtsLiblog',
+        target_plan=None,
+        bundle='arm',
+        uri='LATEST',
+        use_jdk9=True,
+        timeout=5400)
+
+parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsLocation b/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsLocation
new file mode 100644
index 0000000..18f17f0
--- /dev/null
+++ b/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsLocation
@@ -0,0 +1,34 @@
+# Copyright 2020 The Chromium OS Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+# This file has been automatically generated. Do not edit!
+
+AUTHOR = 'ARC++ Team'
+NAME = 'cheets_CTS_R.11_r3.arm.CtsLocation'
+ATTRIBUTES = 'suite:arc-cts-r'
+DEPENDENCIES = 'arc'
+JOB_RETRIES = 1
+TEST_TYPE = 'server'
+TIME = 'MEDIUM'
+MAX_RESULT_SIZE_KB = 512000
+DOC = 'Run module CtsLocationCoarseTestCases, CtsLocationCoarseTestCases[instant], CtsLocationCoarseTestCases[secondary_user], CtsLocationFineTestCases, CtsLocationFineTestCases[instant], CtsLocationFineTestCases[secondary_user], CtsLocationGnssTestCases, CtsLocationGnssTestCases[instant], CtsLocationGnssTestCases[secondary_user], CtsLocationNoneTestCases, CtsLocationNoneTestCases[instant], CtsLocationNoneTestCases[secondary_user], CtsLocationPrivilegedTestCases, CtsLocationPrivilegedTestCases[instant], CtsLocationPrivilegedTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using arm ABI in the ARC++ container.'
+
+def run_TS(machine):
+    host_list = [hosts.create_host(machine)]
+    job.run_test(
+        'cheets_CTS_R',
+        hosts=host_list,
+        iterations=1,
+        tag='11_r3.arm.CtsLocation',
+        test_name='cheets_CTS_R.11_r3.arm.CtsLocation',
+        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsLocationCoarseTestCases', '--include-filter', 'CtsLocationCoarseTestCases[instant]', '--include-filter', 'CtsLocationCoarseTestCases[secondary_user]', '--include-filter', 'CtsLocationFineTestCases', '--include-filter', 'CtsLocationFineTestCases[instant]', '--include-filter', 'CtsLocationFineTestCases[secondary_user]', '--include-filter', 'CtsLocationGnssTestCases', '--include-filter', 'CtsLocationGnssTestCases[instant]', '--include-filter', 'CtsLocationGnssTestCases[secondary_user]', '--include-filter', 'CtsLocationNoneTestCases', '--include-filter', 'CtsLocationNoneTestCases[instant]', '--include-filter', 'CtsLocationNoneTestCases[secondary_user]', '--include-filter', 'CtsLocationPrivilegedTestCases', '--include-filter', 'CtsLocationPrivilegedTestCases[instant]', '--include-filter', 'CtsLocationPrivilegedTestCases[secondary_user]', '--logcat-on-failure'],
+        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
+        target_module='CtsLocation',
+        target_plan=None,
+        bundle='arm',
+        uri='LATEST',
+        use_jdk9=True,
+        timeout=28800)
+
+parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsLogd b/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsLogd
new file mode 100644
index 0000000..3cb38d7
--- /dev/null
+++ b/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsLogd
@@ -0,0 +1,34 @@
+# Copyright 2020 The Chromium OS Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+# This file has been automatically generated. Do not edit!
+
+AUTHOR = 'ARC++ Team'
+NAME = 'cheets_CTS_R.11_r3.arm.CtsLogd'
+ATTRIBUTES = 'suite:arc-cts-r'
+DEPENDENCIES = 'arc'
+JOB_RETRIES = 1
+TEST_TYPE = 'server'
+TIME = 'MEDIUM'
+MAX_RESULT_SIZE_KB = 512000
+DOC = 'Run module CtsLogdTestCases, CtsLogdTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using arm ABI in the ARC++ container.'
+
+def run_TS(machine):
+    host_list = [hosts.create_host(machine)]
+    job.run_test(
+        'cheets_CTS_R',
+        hosts=host_list,
+        iterations=1,
+        tag='11_r3.arm.CtsLogd',
+        test_name='cheets_CTS_R.11_r3.arm.CtsLogd',
+        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsLogdTestCases', '--include-filter', 'CtsLogdTestCases[secondary_user]', '--logcat-on-failure'],
+        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
+        target_module='CtsLogd',
+        target_plan=None,
+        bundle='arm',
+        uri='LATEST',
+        use_jdk9=True,
+        timeout=5400)
+
+parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsMatchFlag b/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsMatchFlag
new file mode 100644
index 0000000..656c42b
--- /dev/null
+++ b/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsMatchFlag
@@ -0,0 +1,34 @@
+# Copyright 2020 The Chromium OS Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+# This file has been automatically generated. Do not edit!
+
+AUTHOR = 'ARC++ Team'
+NAME = 'cheets_CTS_R.11_r3.arm.CtsMatchFlag'
+ATTRIBUTES = 'suite:arc-cts-r'
+DEPENDENCIES = 'arc'
+JOB_RETRIES = 1
+TEST_TYPE = 'server'
+TIME = 'MEDIUM'
+MAX_RESULT_SIZE_KB = 512000
+DOC = 'Run module CtsMatchFlagTestCases, CtsMatchFlagTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using arm ABI in the ARC++ container.'
+
+def run_TS(machine):
+    host_list = [hosts.create_host(machine)]
+    job.run_test(
+        'cheets_CTS_R',
+        hosts=host_list,
+        iterations=1,
+        tag='11_r3.arm.CtsMatchFlag',
+        test_name='cheets_CTS_R.11_r3.arm.CtsMatchFlag',
+        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsMatchFlagTestCases', '--include-filter', 'CtsMatchFlagTestCases[secondary_user]', '--logcat-on-failure'],
+        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
+        target_module='CtsMatchFlag',
+        target_plan=None,
+        bundle='arm',
+        uri='LATEST',
+        use_jdk9=True,
+        timeout=5400)
+
+parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsMediaBitstreamsTestCases b/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsMediaBitstreamsTestCases
new file mode 100644
index 0000000..ae5284a
--- /dev/null
+++ b/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsMediaBitstreamsTestCases
@@ -0,0 +1,35 @@
+# Copyright 2020 The Chromium OS Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+# This file has been automatically generated. Do not edit!
+
+AUTHOR = 'ARC++ Team'
+NAME = 'cheets_CTS_R.11_r3.arm.CtsMediaBitstreamsTestCases'
+ATTRIBUTES = 'suite:arc-cts-r'
+DEPENDENCIES = 'arc'
+JOB_RETRIES = 1
+TEST_TYPE = 'server'
+TIME = 'MEDIUM'
+MAX_RESULT_SIZE_KB = 512000
+DOC = 'Run module CtsMediaBitstreamsTestCases, CtsMediaBitstreamsTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using arm ABI in the ARC++ container.'
+
+def run_TS(machine):
+    host_list = [hosts.create_host(machine)]
+    job.run_test(
+        'cheets_CTS_R',
+        hosts=host_list,
+        iterations=1,
+        needs_push_media=True,
+        tag='11_r3.arm.CtsMediaBitstreamsTestCases',
+        test_name='cheets_CTS_R.11_r3.arm.CtsMediaBitstreamsTestCases',
+        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsMediaBitstreamsTestCases', '--include-filter', 'CtsMediaBitstreamsTestCases[secondary_user]', '--logcat-on-failure'],
+        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
+        target_module='CtsMediaBitstreamsTestCases',
+        target_plan=None,
+        bundle='arm',
+        uri='LATEST',
+        use_jdk9=True,
+        timeout=5400)
+
+parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsMediaHostTestCases b/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsMediaHostTestCases
new file mode 100644
index 0000000..cd666b4
--- /dev/null
+++ b/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsMediaHostTestCases
@@ -0,0 +1,34 @@
+# Copyright 2020 The Chromium OS Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+# This file has been automatically generated. Do not edit!
+
+AUTHOR = 'ARC++ Team'
+NAME = 'cheets_CTS_R.11_r3.arm.CtsMediaHostTestCases'
+ATTRIBUTES = 'suite:arc-cts-r'
+DEPENDENCIES = 'arc'
+JOB_RETRIES = 1
+TEST_TYPE = 'server'
+TIME = 'MEDIUM'
+MAX_RESULT_SIZE_KB = 512000
+DOC = 'Run module CtsMediaHostTestCases, CtsMediaHostTestCases[instant] of the Android Compatibility Test Suite (CTS) using arm ABI in the ARC++ container.'
+
+def run_TS(machine):
+    host_list = [hosts.create_host(machine)]
+    job.run_test(
+        'cheets_CTS_R',
+        hosts=host_list,
+        iterations=1,
+        tag='11_r3.arm.CtsMediaHostTestCases',
+        test_name='cheets_CTS_R.11_r3.arm.CtsMediaHostTestCases',
+        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsMediaHostTestCases', '--include-filter', 'CtsMediaHostTestCases[instant]', '--logcat-on-failure'],
+        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
+        target_module='CtsMediaHostTestCases',
+        target_plan=None,
+        bundle='arm',
+        uri='LATEST',
+        use_jdk9=True,
+        timeout=5400)
+
+parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsMediaParserTestCases b/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsMediaParserTestCases
new file mode 100644
index 0000000..df7f163
--- /dev/null
+++ b/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsMediaParserTestCases
@@ -0,0 +1,34 @@
+# Copyright 2020 The Chromium OS Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+# This file has been automatically generated. Do not edit!
+
+AUTHOR = 'ARC++ Team'
+NAME = 'cheets_CTS_R.11_r3.arm.CtsMediaParserTestCases'
+ATTRIBUTES = 'suite:arc-cts-r'
+DEPENDENCIES = 'arc'
+JOB_RETRIES = 1
+TEST_TYPE = 'server'
+TIME = 'MEDIUM'
+MAX_RESULT_SIZE_KB = 512000
+DOC = 'Run module CtsMediaParserTestCases, CtsMediaParserTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using arm ABI in the ARC++ container.'
+
+def run_TS(machine):
+    host_list = [hosts.create_host(machine)]
+    job.run_test(
+        'cheets_CTS_R',
+        hosts=host_list,
+        iterations=1,
+        tag='11_r3.arm.CtsMediaParserTestCases',
+        test_name='cheets_CTS_R.11_r3.arm.CtsMediaParserTestCases',
+        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsMediaParserTestCases', '--include-filter', 'CtsMediaParserTestCases[secondary_user]', '--logcat-on-failure'],
+        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
+        target_module='CtsMediaParserTestCases',
+        target_plan=None,
+        bundle='arm',
+        uri='LATEST',
+        use_jdk9=True,
+        timeout=5400)
+
+parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsMediaStressTestCases b/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsMediaStressTestCases
new file mode 100644
index 0000000..a76cdb7
--- /dev/null
+++ b/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsMediaStressTestCases
@@ -0,0 +1,35 @@
+# Copyright 2020 The Chromium OS Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+# This file has been automatically generated. Do not edit!
+
+AUTHOR = 'ARC++ Team'
+NAME = 'cheets_CTS_R.11_r3.arm.CtsMediaStressTestCases'
+ATTRIBUTES = 'suite:arc-cts-r'
+DEPENDENCIES = 'arc'
+JOB_RETRIES = 1
+TEST_TYPE = 'server'
+TIME = 'LONG'
+MAX_RESULT_SIZE_KB = 512000
+DOC = 'Run module CtsMediaStressTestCases, CtsMediaStressTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using arm ABI in the ARC++ container.'
+
+def run_TS(machine):
+    host_list = [hosts.create_host(machine)]
+    job.run_test(
+        'cheets_CTS_R',
+        hosts=host_list,
+        iterations=1,
+        needs_push_media=True,
+        tag='11_r3.arm.CtsMediaStressTestCases',
+        test_name='cheets_CTS_R.11_r3.arm.CtsMediaStressTestCases',
+        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsMediaStressTestCases', '--include-filter', 'CtsMediaStressTestCases[secondary_user]', '--logcat-on-failure'],
+        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
+        target_module='CtsMediaStressTestCases',
+        target_plan=None,
+        bundle='arm',
+        uri='LATEST',
+        use_jdk9=True,
+        timeout=21600)
+
+parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsMediaTestCases b/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsMediaTestCases
new file mode 100644
index 0000000..3715992
--- /dev/null
+++ b/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsMediaTestCases
@@ -0,0 +1,36 @@
+# Copyright 2020 The Chromium OS Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+# This file has been automatically generated. Do not edit!
+
+AUTHOR = 'ARC++ Team'
+NAME = 'cheets_CTS_R.11_r3.arm.CtsMediaTestCases'
+ATTRIBUTES = 'suite:arc-cts-r'
+DEPENDENCIES = 'arc'
+JOB_RETRIES = 1
+TEST_TYPE = 'server'
+TIME = 'LONG'
+MAX_RESULT_SIZE_KB = 512000
+DOC = 'Run module CtsMediaTestCases, CtsMediaTestCases[instant] of the Android Compatibility Test Suite (CTS) using arm ABI in the ARC++ container.'
+
+def run_TS(machine):
+    host_list = [hosts.create_host(machine)]
+    job.run_test(
+        'cheets_CTS_R',
+        hosts=host_list,
+        iterations=1,
+        max_retry=1,
+        needs_push_media=True,
+        tag='11_r3.arm.CtsMediaTestCases',
+        test_name='cheets_CTS_R.11_r3.arm.CtsMediaTestCases',
+        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsMediaTestCases', '--include-filter', 'CtsMediaTestCases[instant]', '--logcat-on-failure'],
+        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
+        target_module='CtsMediaTestCases',
+        target_plan=None,
+        bundle='arm',
+        uri='LATEST',
+        use_jdk9=True,
+        timeout=39600)
+
+parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsMediaTestCases.audio b/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsMediaTestCases.audio
new file mode 100644
index 0000000..62d58c7
--- /dev/null
+++ b/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsMediaTestCases.audio
@@ -0,0 +1,35 @@
+# Copyright 2020 The Chromium OS Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+# This file has been automatically generated. Do not edit!
+
+AUTHOR = 'ARC++ Team'
+NAME = 'cheets_CTS_R.11_r3.arm.CtsMediaTestCases.audio'
+ATTRIBUTES = 'suite:arc-cts-r'
+DEPENDENCIES = 'arc'
+JOB_RETRIES = 1
+TEST_TYPE = 'server'
+TIME = 'MEDIUM'
+MAX_RESULT_SIZE_KB = 512000
+DOC = 'Run module CtsMediaTestCases.audio of the Android Compatibility Test Suite (CTS) using arm ABI in the ARC++ container.'
+
+def run_TS(machine):
+    host_list = [hosts.create_host(machine)]
+    job.run_test(
+        'cheets_CTS_R',
+        hosts=host_list,
+        iterations=1,
+        needs_push_media=True,
+        tag='11_r3.arm.CtsMediaTestCases.audio',
+        test_name='cheets_CTS_R.11_r3.arm.CtsMediaTestCases.audio',
+        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsMediaTestCases android.media.cts.AudioAttributesTest', '--include-filter', 'CtsMediaTestCases android.media.cts.AudioEffectTest', '--include-filter', 'CtsMediaTestCases android.media.cts.AudioAttributesTest', '--include-filter', 'CtsMediaTestCases android.media.cts.AudioEffectTest', '--include-filter', 'CtsMediaTestCases android.media.cts.AudioFocusTest', '--include-filter', 'CtsMediaTestCases android.media.cts.AudioFormatTest', '--include-filter', 'CtsMediaTestCases android.media.cts.AudioManagerTest', '--include-filter', 'CtsMediaTestCases android.media.cts.AudioMetadataTest', '--include-filter', 'CtsMediaTestCases android.media.cts.AudioNativeTest', '--include-filter', 'CtsMediaTestCases android.media.cts.AudioPlayRoutingNative', '--include-filter', 'CtsMediaTestCases android.media.cts.AudioPlaybackCaptureTest', '--include-filter', 'CtsMediaTestCases android.media.cts.AudioPlaybackConfigurationTest', '--include-filter', 'CtsMediaTestCases android.media.cts.AudioPreProcessingTest', '--include-filter', 'CtsMediaTestCases android.media.cts.AudioPresentationTest', '--include-filter', 'CtsMediaTestCases android.media.cts.AudioRecordAppOpTest', '--include-filter', 'CtsMediaTestCases android.media.cts.AudioRecordRoutingNative', '--include-filter', 'CtsMediaTestCases android.media.cts.AudioRecordTest', '--include-filter', 'CtsMediaTestCases android.media.cts.AudioRecord_BufferSizeTest', '--include-filter', 'CtsMediaTestCases android.media.cts.AudioRecordingConfigurationTest', '--include-filter', 'CtsMediaTestCases android.media.cts.AudioSystemTest', '--include-filter', 'CtsMediaTestCases android.media.cts.AudioSystemUsageTest', '--include-filter', 'CtsMediaTestCases android.media.cts.AudioTrackLatencyTest', '--include-filter', 'CtsMediaTestCases android.media.cts.AudioTrackOffloadTest', '--include-filter', 'CtsMediaTestCases android.media.cts.AudioTrackSurroundTest', '--include-filter', 'CtsMediaTestCases android.media.cts.AudioTrackTest', '--include-filter', 'CtsMediaTestCases android.media.cts.AudioTrack_ListenerTest', '--include-filter', 'CtsMediaTestCases android.media.cts.SoundPoolAacTest', '--include-filter', 'CtsMediaTestCases android.media.cts.SoundPoolHapticTest', '--include-filter', 'CtsMediaTestCases android.media.cts.SoundPoolMidiTest', '--include-filter', 'CtsMediaTestCases android.media.cts.SoundPoolOggTest', '--include-filter', 'CtsMediaTestCases android.media.cts.VolumeShaperTest', '--logcat-on-failure'],
+        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
+        target_module='CtsMediaTestCases',
+        target_plan=None,
+        bundle='arm',
+        uri='gs://chromeos-arc-images/cts/bundle/R/android-cts-6935471-linux_x86-arm.zip',
+        use_jdk9=True,
+        timeout=3600)
+
+parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsMediaV2TestCases b/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsMediaV2TestCases
new file mode 100644
index 0000000..5e75b28
--- /dev/null
+++ b/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsMediaV2TestCases
@@ -0,0 +1,34 @@
+# Copyright 2020 The Chromium OS Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+# This file has been automatically generated. Do not edit!
+
+AUTHOR = 'ARC++ Team'
+NAME = 'cheets_CTS_R.11_r3.arm.CtsMediaV2TestCases'
+ATTRIBUTES = 'suite:arc-cts-r'
+DEPENDENCIES = 'arc'
+JOB_RETRIES = 1
+TEST_TYPE = 'server'
+TIME = 'MEDIUM'
+MAX_RESULT_SIZE_KB = 512000
+DOC = 'Run module CtsMediaV2TestCases of the Android Compatibility Test Suite (CTS) using arm ABI in the ARC++ container.'
+
+def run_TS(machine):
+    host_list = [hosts.create_host(machine)]
+    job.run_test(
+        'cheets_CTS_R',
+        hosts=host_list,
+        iterations=1,
+        tag='11_r3.arm.CtsMediaV2TestCases',
+        test_name='cheets_CTS_R.11_r3.arm.CtsMediaV2TestCases',
+        run_template=['run', 'commandAndExit', 'cts', '--module', 'CtsMediaV2TestCases', '--logcat-on-failure'],
+        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
+        target_module='CtsMediaV2TestCases',
+        target_plan=None,
+        bundle='arm',
+        uri='LATEST',
+        use_jdk9=True,
+        timeout=3600)
+
+parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsMidiTestCases b/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsMidiTestCases
new file mode 100644
index 0000000..74cc6c7
--- /dev/null
+++ b/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsMidiTestCases
@@ -0,0 +1,35 @@
+# Copyright 2020 The Chromium OS Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+# This file has been automatically generated. Do not edit!
+
+AUTHOR = 'ARC++ Team'
+NAME = 'cheets_CTS_R.11_r3.arm.CtsMidiTestCases'
+ATTRIBUTES = 'suite:arc-cts-r, suite:bvt-perbuild'
+DEPENDENCIES = 'arc'
+JOB_RETRIES = 1
+TEST_TYPE = 'server'
+TIME = 'MEDIUM'
+MAX_RESULT_SIZE_KB = 512000
+DOC = 'Run module CtsMidiTestCases of the Android Compatibility Test Suite (CTS) using arm ABI in the ARC++ container.'
+
+def run_TS(machine):
+    host_list = [hosts.create_host(machine)]
+    job.run_test(
+        'cheets_CTS_R',
+        hosts=host_list,
+        iterations=1,
+        max_retry=3,
+        tag='11_r3.arm.CtsMidiTestCases',
+        test_name='cheets_CTS_R.11_r3.arm.CtsMidiTestCases',
+        run_template=['run', 'commandAndExit', 'cts', '--module', 'CtsMidiTestCases', '--logcat-on-failure'],
+        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
+        target_module='CtsMidiTestCases',
+        target_plan=None,
+        bundle='arm',
+        uri='LATEST',
+        use_jdk9=True,
+        timeout=3600)
+
+parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsMimeMap b/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsMimeMap
new file mode 100644
index 0000000..f82a796
--- /dev/null
+++ b/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsMimeMap
@@ -0,0 +1,34 @@
+# Copyright 2020 The Chromium OS Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+# This file has been automatically generated. Do not edit!
+
+AUTHOR = 'ARC++ Team'
+NAME = 'cheets_CTS_R.11_r3.arm.CtsMimeMap'
+ATTRIBUTES = 'suite:arc-cts-r'
+DEPENDENCIES = 'arc'
+JOB_RETRIES = 1
+TEST_TYPE = 'server'
+TIME = 'MEDIUM'
+MAX_RESULT_SIZE_KB = 512000
+DOC = 'Run module CtsMimeMapTestCases, CtsMimeMapTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using arm ABI in the ARC++ container.'
+
+def run_TS(machine):
+    host_list = [hosts.create_host(machine)]
+    job.run_test(
+        'cheets_CTS_R',
+        hosts=host_list,
+        iterations=1,
+        tag='11_r3.arm.CtsMimeMap',
+        test_name='cheets_CTS_R.11_r3.arm.CtsMimeMap',
+        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsMimeMapTestCases', '--include-filter', 'CtsMimeMapTestCases[secondary_user]', '--logcat-on-failure'],
+        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
+        target_module='CtsMimeMap',
+        target_plan=None,
+        bundle='arm',
+        uri='LATEST',
+        use_jdk9=True,
+        timeout=5400)
+
+parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsMocking b/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsMocking
new file mode 100644
index 0000000..2c3ef08
--- /dev/null
+++ b/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsMocking
@@ -0,0 +1,34 @@
+# Copyright 2020 The Chromium OS Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+# This file has been automatically generated. Do not edit!
+
+AUTHOR = 'ARC++ Team'
+NAME = 'cheets_CTS_R.11_r3.arm.CtsMocking'
+ATTRIBUTES = 'suite:arc-cts-r'
+DEPENDENCIES = 'arc'
+JOB_RETRIES = 1
+TEST_TYPE = 'server'
+TIME = 'MEDIUM'
+MAX_RESULT_SIZE_KB = 512000
+DOC = 'Run module CtsMockingDebuggableTestCases, CtsMockingDebuggableTestCases[instant], CtsMockingDebuggableTestCases[secondary_user], CtsMockingTestCases, CtsMockingTestCases[instant], CtsMockingTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using arm ABI in the ARC++ container.'
+
+def run_TS(machine):
+    host_list = [hosts.create_host(machine)]
+    job.run_test(
+        'cheets_CTS_R',
+        hosts=host_list,
+        iterations=1,
+        tag='11_r3.arm.CtsMocking',
+        test_name='cheets_CTS_R.11_r3.arm.CtsMocking',
+        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsMockingDebuggableTestCases', '--include-filter', 'CtsMockingDebuggableTestCases[instant]', '--include-filter', 'CtsMockingDebuggableTestCases[secondary_user]', '--include-filter', 'CtsMockingTestCases', '--include-filter', 'CtsMockingTestCases[instant]', '--include-filter', 'CtsMockingTestCases[secondary_user]', '--logcat-on-failure'],
+        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
+        target_module='CtsMocking',
+        target_plan=None,
+        bundle='arm',
+        uri='LATEST',
+        use_jdk9=True,
+        timeout=12600)
+
+parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsMonkey b/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsMonkey
new file mode 100644
index 0000000..d08cde0
--- /dev/null
+++ b/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsMonkey
@@ -0,0 +1,34 @@
+# Copyright 2020 The Chromium OS Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+# This file has been automatically generated. Do not edit!
+
+AUTHOR = 'ARC++ Team'
+NAME = 'cheets_CTS_R.11_r3.arm.CtsMonkey'
+ATTRIBUTES = 'suite:arc-cts-r'
+DEPENDENCIES = 'arc'
+JOB_RETRIES = 1
+TEST_TYPE = 'server'
+TIME = 'MEDIUM'
+MAX_RESULT_SIZE_KB = 512000
+DOC = 'Run module CtsMonkeyTestCases, CtsMonkeyTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using arm ABI in the ARC++ container.'
+
+def run_TS(machine):
+    host_list = [hosts.create_host(machine)]
+    job.run_test(
+        'cheets_CTS_R',
+        hosts=host_list,
+        iterations=1,
+        tag='11_r3.arm.CtsMonkey',
+        test_name='cheets_CTS_R.11_r3.arm.CtsMonkey',
+        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsMonkeyTestCases', '--include-filter', 'CtsMonkeyTestCases[secondary_user]', '--logcat-on-failure'],
+        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
+        target_module='CtsMonkey',
+        target_plan=None,
+        bundle='arm',
+        uri='LATEST',
+        use_jdk9=True,
+        timeout=5400)
+
+parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsMultiUser b/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsMultiUser
new file mode 100644
index 0000000..47dbb50
--- /dev/null
+++ b/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsMultiUser
@@ -0,0 +1,34 @@
+# Copyright 2020 The Chromium OS Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+# This file has been automatically generated. Do not edit!
+
+AUTHOR = 'ARC++ Team'
+NAME = 'cheets_CTS_R.11_r3.arm.CtsMultiUser'
+ATTRIBUTES = 'suite:arc-cts-r'
+DEPENDENCIES = 'arc'
+JOB_RETRIES = 1
+TEST_TYPE = 'server'
+TIME = 'MEDIUM'
+MAX_RESULT_SIZE_KB = 512000
+DOC = 'Run module CtsMultiUserHostTestCases, CtsMultiUserHostTestCases[instant], CtsMultiUserHostTestCases[secondary_user], CtsMultiUserTestCases, CtsMultiUserTestCases[instant], CtsMultiUserTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using arm ABI in the ARC++ container.'
+
+def run_TS(machine):
+    host_list = [hosts.create_host(machine)]
+    job.run_test(
+        'cheets_CTS_R',
+        hosts=host_list,
+        iterations=1,
+        tag='11_r3.arm.CtsMultiUser',
+        test_name='cheets_CTS_R.11_r3.arm.CtsMultiUser',
+        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsMultiUserHostTestCases', '--include-filter', 'CtsMultiUserHostTestCases[instant]', '--include-filter', 'CtsMultiUserHostTestCases[secondary_user]', '--include-filter', 'CtsMultiUserTestCases', '--include-filter', 'CtsMultiUserTestCases[instant]', '--include-filter', 'CtsMultiUserTestCases[secondary_user]', '--logcat-on-failure'],
+        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
+        target_module='CtsMultiUser',
+        target_plan=None,
+        bundle='arm',
+        uri='LATEST',
+        use_jdk9=True,
+        timeout=12600)
+
+parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsNNAPI b/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsNNAPI
new file mode 100644
index 0000000..17e54b9
--- /dev/null
+++ b/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsNNAPI
@@ -0,0 +1,34 @@
+# Copyright 2020 The Chromium OS Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+# This file has been automatically generated. Do not edit!
+
+AUTHOR = 'ARC++ Team'
+NAME = 'cheets_CTS_R.11_r3.arm.CtsNNAPI'
+ATTRIBUTES = 'suite:arc-cts-r'
+DEPENDENCIES = 'arc'
+JOB_RETRIES = 1
+TEST_TYPE = 'server'
+TIME = 'MEDIUM'
+MAX_RESULT_SIZE_KB = 512000
+DOC = 'Run module CtsNNAPITestCases, CtsNNAPITestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using arm ABI in the ARC++ container.'
+
+def run_TS(machine):
+    host_list = [hosts.create_host(machine)]
+    job.run_test(
+        'cheets_CTS_R',
+        hosts=host_list,
+        iterations=1,
+        tag='11_r3.arm.CtsNNAPI',
+        test_name='cheets_CTS_R.11_r3.arm.CtsNNAPI',
+        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsNNAPITestCases', '--include-filter', 'CtsNNAPITestCases[secondary_user]', '--logcat-on-failure'],
+        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
+        target_module='CtsNNAPI',
+        target_plan=None,
+        bundle='arm',
+        uri='LATEST',
+        use_jdk9=True,
+        timeout=5400)
+
+parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsNNAPIBenchmark b/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsNNAPIBenchmark
new file mode 100644
index 0000000..b1d5b7d
--- /dev/null
+++ b/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsNNAPIBenchmark
@@ -0,0 +1,34 @@
+# Copyright 2020 The Chromium OS Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+# This file has been automatically generated. Do not edit!
+
+AUTHOR = 'ARC++ Team'
+NAME = 'cheets_CTS_R.11_r3.arm.CtsNNAPIBenchmark'
+ATTRIBUTES = 'suite:arc-cts-r'
+DEPENDENCIES = 'arc'
+JOB_RETRIES = 1
+TEST_TYPE = 'server'
+TIME = 'MEDIUM'
+MAX_RESULT_SIZE_KB = 512000
+DOC = 'Run module CtsNNAPIBenchmarkTestCases, CtsNNAPIBenchmarkTestCases[instant], CtsNNAPIBenchmarkTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using arm ABI in the ARC++ container.'
+
+def run_TS(machine):
+    host_list = [hosts.create_host(machine)]
+    job.run_test(
+        'cheets_CTS_R',
+        hosts=host_list,
+        iterations=1,
+        tag='11_r3.arm.CtsNNAPIBenchmark',
+        test_name='cheets_CTS_R.11_r3.arm.CtsNNAPIBenchmark',
+        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsNNAPIBenchmarkTestCases', '--include-filter', 'CtsNNAPIBenchmarkTestCases[instant]', '--include-filter', 'CtsNNAPIBenchmarkTestCases[secondary_user]', '--logcat-on-failure'],
+        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
+        target_module='CtsNNAPIBenchmark',
+        target_plan=None,
+        bundle='arm',
+        uri='LATEST',
+        use_jdk9=True,
+        timeout=12600)
+
+parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsNative b/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsNative
new file mode 100644
index 0000000..1552827
--- /dev/null
+++ b/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsNative
@@ -0,0 +1,34 @@
+# Copyright 2020 The Chromium OS Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+# This file has been automatically generated. Do not edit!
+
+AUTHOR = 'ARC++ Team'
+NAME = 'cheets_CTS_R.11_r3.arm.CtsNative'
+ATTRIBUTES = 'suite:arc-cts-r'
+DEPENDENCIES = 'arc'
+JOB_RETRIES = 1
+TEST_TYPE = 'server'
+TIME = 'MEDIUM'
+MAX_RESULT_SIZE_KB = 512000
+DOC = 'Run module CtsNativeEncryptionTestCases, CtsNativeEncryptionTestCases[instant], CtsNativeEncryptionTestCases[secondary_user], CtsNativeHardwareTestCases, CtsNativeHardwareTestCases[secondary_user], CtsNativeMediaAAudioTestCases, CtsNativeMediaAAudioTestCases[instant], CtsNativeMediaAAudioTestCases[secondary_user], CtsNativeMediaMetricsTestCases, CtsNativeMediaMetricsTestCases[instant], CtsNativeMediaMetricsTestCases[secondary_user], CtsNativeMediaSlTestCases, CtsNativeMediaSlTestCases[instant], CtsNativeMediaSlTestCases[secondary_user], CtsNativeMediaXaTestCases, CtsNativeMediaXaTestCases[instant], CtsNativeMediaXaTestCases[secondary_user], CtsNativeMidiTestCases, CtsNativeMidiTestCases[secondary_user], CtsNativeNetDnsTestCases, CtsNativeNetDnsTestCases[instant], CtsNativeNetDnsTestCases[secondary_user], CtsNativeNetTestCases, CtsNativeNetTestCases[instant], CtsNativeNetTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using arm ABI in the ARC++ container.'
+
+def run_TS(machine):
+    host_list = [hosts.create_host(machine)]
+    job.run_test(
+        'cheets_CTS_R',
+        hosts=host_list,
+        iterations=1,
+        tag='11_r3.arm.CtsNative',
+        test_name='cheets_CTS_R.11_r3.arm.CtsNative',
+        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsNativeEncryptionTestCases', '--include-filter', 'CtsNativeEncryptionTestCases[instant]', '--include-filter', 'CtsNativeEncryptionTestCases[secondary_user]', '--include-filter', 'CtsNativeHardwareTestCases', '--include-filter', 'CtsNativeHardwareTestCases[secondary_user]', '--include-filter', 'CtsNativeMediaAAudioTestCases', '--include-filter', 'CtsNativeMediaAAudioTestCases[instant]', '--include-filter', 'CtsNativeMediaAAudioTestCases[secondary_user]', '--include-filter', 'CtsNativeMediaMetricsTestCases', '--include-filter', 'CtsNativeMediaMetricsTestCases[instant]', '--include-filter', 'CtsNativeMediaMetricsTestCases[secondary_user]', '--include-filter', 'CtsNativeMediaSlTestCases', '--include-filter', 'CtsNativeMediaSlTestCases[instant]', '--include-filter', 'CtsNativeMediaSlTestCases[secondary_user]', '--include-filter', 'CtsNativeMediaXaTestCases', '--include-filter', 'CtsNativeMediaXaTestCases[instant]', '--include-filter', 'CtsNativeMediaXaTestCases[secondary_user]', '--include-filter', 'CtsNativeMidiTestCases', '--include-filter', 'CtsNativeMidiTestCases[secondary_user]', '--include-filter', 'CtsNativeNetDnsTestCases', '--include-filter', 'CtsNativeNetDnsTestCases[instant]', '--include-filter', 'CtsNativeNetDnsTestCases[secondary_user]', '--include-filter', 'CtsNativeNetTestCases', '--include-filter', 'CtsNativeNetTestCases[instant]', '--include-filter', 'CtsNativeNetTestCases[secondary_user]', '--logcat-on-failure'],
+        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
+        target_module='CtsNative',
+        target_plan=None,
+        bundle='arm',
+        uri='LATEST',
+        use_jdk9=True,
+        timeout=46800)
+
+parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsNdef b/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsNdef
new file mode 100644
index 0000000..5d01efe
--- /dev/null
+++ b/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsNdef
@@ -0,0 +1,34 @@
+# Copyright 2020 The Chromium OS Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+# This file has been automatically generated. Do not edit!
+
+AUTHOR = 'ARC++ Team'
+NAME = 'cheets_CTS_R.11_r3.arm.CtsNdef'
+ATTRIBUTES = 'suite:arc-cts-r'
+DEPENDENCIES = 'arc'
+JOB_RETRIES = 1
+TEST_TYPE = 'server'
+TIME = 'MEDIUM'
+MAX_RESULT_SIZE_KB = 512000
+DOC = 'Run module CtsNdefTestCases, CtsNdefTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using arm ABI in the ARC++ container.'
+
+def run_TS(machine):
+    host_list = [hosts.create_host(machine)]
+    job.run_test(
+        'cheets_CTS_R',
+        hosts=host_list,
+        iterations=1,
+        tag='11_r3.arm.CtsNdef',
+        test_name='cheets_CTS_R.11_r3.arm.CtsNdef',
+        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsNdefTestCases', '--include-filter', 'CtsNdefTestCases[secondary_user]', '--logcat-on-failure'],
+        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
+        target_module='CtsNdef',
+        target_plan=None,
+        bundle='arm',
+        uri='LATEST',
+        use_jdk9=True,
+        timeout=5400)
+
+parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsNdkBinder b/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsNdkBinder
new file mode 100644
index 0000000..c68d214
--- /dev/null
+++ b/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsNdkBinder
@@ -0,0 +1,34 @@
+# Copyright 2020 The Chromium OS Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+# This file has been automatically generated. Do not edit!
+
+AUTHOR = 'ARC++ Team'
+NAME = 'cheets_CTS_R.11_r3.arm.CtsNdkBinder'
+ATTRIBUTES = 'suite:arc-cts-r'
+DEPENDENCIES = 'arc'
+JOB_RETRIES = 1
+TEST_TYPE = 'server'
+TIME = 'MEDIUM'
+MAX_RESULT_SIZE_KB = 512000
+DOC = 'Run module CtsNdkBinderTestCases, CtsNdkBinderTestCases[instant], CtsNdkBinderTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using arm ABI in the ARC++ container.'
+
+def run_TS(machine):
+    host_list = [hosts.create_host(machine)]
+    job.run_test(
+        'cheets_CTS_R',
+        hosts=host_list,
+        iterations=1,
+        tag='11_r3.arm.CtsNdkBinder',
+        test_name='cheets_CTS_R.11_r3.arm.CtsNdkBinder',
+        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsNdkBinderTestCases', '--include-filter', 'CtsNdkBinderTestCases[instant]', '--include-filter', 'CtsNdkBinderTestCases[secondary_user]', '--logcat-on-failure'],
+        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
+        target_module='CtsNdkBinder',
+        target_plan=None,
+        bundle='arm',
+        uri='LATEST',
+        use_jdk9=True,
+        timeout=7200)
+
+parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsNet b/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsNet
new file mode 100644
index 0000000..545da54
--- /dev/null
+++ b/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsNet
@@ -0,0 +1,34 @@
+# Copyright 2020 The Chromium OS Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+# This file has been automatically generated. Do not edit!
+
+AUTHOR = 'ARC++ Team'
+NAME = 'cheets_CTS_R.11_r3.arm.CtsNet'
+ATTRIBUTES = 'suite:arc-cts-r'
+DEPENDENCIES = 'arc'
+JOB_RETRIES = 1
+TEST_TYPE = 'server'
+TIME = 'MEDIUM'
+MAX_RESULT_SIZE_KB = 512000
+DOC = 'Run module CtsNetApi23TestCases, CtsNetApi23TestCases[secondary_user], CtsNetSecConfigAttributeTestCases, CtsNetSecConfigAttributeTestCases[instant], CtsNetSecConfigAttributeTestCases[secondary_user], CtsNetSecConfigBasicDebugDisabledTestCases, CtsNetSecConfigBasicDebugDisabledTestCases[instant], CtsNetSecConfigBasicDebugDisabledTestCases[secondary_user], CtsNetSecConfigBasicDebugEnabledTestCases, CtsNetSecConfigBasicDebugEnabledTestCases[instant], CtsNetSecConfigBasicDebugEnabledTestCases[secondary_user], CtsNetSecConfigBasicDomainConfigTestCases, CtsNetSecConfigBasicDomainConfigTestCases[instant], CtsNetSecConfigBasicDomainConfigTestCases[secondary_user], CtsNetSecConfigCleartextTrafficTestCases, CtsNetSecConfigCleartextTrafficTestCases[instant], CtsNetSecConfigCleartextTrafficTestCases[secondary_user], CtsNetSecConfigDownloadManagerTestCases, CtsNetSecConfigDownloadManagerTestCases[secondary_user], CtsNetSecConfigInvalidPinTestCases, CtsNetSecConfigInvalidPinTestCases[instant], CtsNetSecConfigInvalidPinTestCases[secondary_user], CtsNetSecConfigNestedDomainConfigTestCases, CtsNetSecConfigNestedDomainConfigTestCases[instant], CtsNetSecConfigNestedDomainConfigTestCases[secondary_user], CtsNetSecConfigPrePCleartextTrafficTestCases, CtsNetSecConfigPrePCleartextTrafficTestCases[secondary_user], CtsNetSecConfigResourcesSrcTestCases, CtsNetSecConfigResourcesSrcTestCases[instant], CtsNetSecConfigResourcesSrcTestCases[secondary_user], CtsNetSecPolicyUsesCleartextTrafficFalseTestCases, CtsNetSecPolicyUsesCleartextTrafficFalseTestCases[secondary_user], CtsNetSecPolicyUsesCleartextTrafficTrueTestCases, CtsNetSecPolicyUsesCleartextTrafficTrueTestCases[secondary_user], CtsNetSecPolicyUsesCleartextTrafficUnspecifiedTestCases, CtsNetSecPolicyUsesCleartextTrafficUnspecifiedTestCases[secondary_user], CtsNetTestCases, CtsNetTestCasesInternetPermission, CtsNetTestCasesInternetPermission[instant], CtsNetTestCasesInternetPermission[secondary_user], CtsNetTestCasesLegacyApi22, CtsNetTestCasesLegacyApi22[secondary_user], CtsNetTestCasesLegacyPermission22, CtsNetTestCasesLegacyPermission22[secondary_user], CtsNetTestCasesUpdateStatsPermission, CtsNetTestCasesUpdateStatsPermission[instant], CtsNetTestCasesUpdateStatsPermission[secondary_user], CtsNetTestCases[instant], CtsNetTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using arm ABI in the ARC++ container.'
+
+def run_TS(machine):
+    host_list = [hosts.create_host(machine)]
+    job.run_test(
+        'cheets_CTS_R',
+        hosts=host_list,
+        iterations=1,
+        tag='11_r3.arm.CtsNet',
+        test_name='cheets_CTS_R.11_r3.arm.CtsNet',
+        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsNetApi23TestCases', '--include-filter', 'CtsNetApi23TestCases[secondary_user]', '--include-filter', 'CtsNetSecConfigAttributeTestCases', '--include-filter', 'CtsNetSecConfigAttributeTestCases[instant]', '--include-filter', 'CtsNetSecConfigAttributeTestCases[secondary_user]', '--include-filter', 'CtsNetSecConfigBasicDebugDisabledTestCases', '--include-filter', 'CtsNetSecConfigBasicDebugDisabledTestCases[instant]', '--include-filter', 'CtsNetSecConfigBasicDebugDisabledTestCases[secondary_user]', '--include-filter', 'CtsNetSecConfigBasicDebugEnabledTestCases', '--include-filter', 'CtsNetSecConfigBasicDebugEnabledTestCases[instant]', '--include-filter', 'CtsNetSecConfigBasicDebugEnabledTestCases[secondary_user]', '--include-filter', 'CtsNetSecConfigBasicDomainConfigTestCases', '--include-filter', 'CtsNetSecConfigBasicDomainConfigTestCases[instant]', '--include-filter', 'CtsNetSecConfigBasicDomainConfigTestCases[secondary_user]', '--include-filter', 'CtsNetSecConfigCleartextTrafficTestCases', '--include-filter', 'CtsNetSecConfigCleartextTrafficTestCases[instant]', '--include-filter', 'CtsNetSecConfigCleartextTrafficTestCases[secondary_user]', '--include-filter', 'CtsNetSecConfigDownloadManagerTestCases', '--include-filter', 'CtsNetSecConfigDownloadManagerTestCases[secondary_user]', '--include-filter', 'CtsNetSecConfigInvalidPinTestCases', '--include-filter', 'CtsNetSecConfigInvalidPinTestCases[instant]', '--include-filter', 'CtsNetSecConfigInvalidPinTestCases[secondary_user]', '--include-filter', 'CtsNetSecConfigNestedDomainConfigTestCases', '--include-filter', 'CtsNetSecConfigNestedDomainConfigTestCases[instant]', '--include-filter', 'CtsNetSecConfigNestedDomainConfigTestCases[secondary_user]', '--include-filter', 'CtsNetSecConfigPrePCleartextTrafficTestCases', '--include-filter', 'CtsNetSecConfigPrePCleartextTrafficTestCases[secondary_user]', '--include-filter', 'CtsNetSecConfigResourcesSrcTestCases', '--include-filter', 'CtsNetSecConfigResourcesSrcTestCases[instant]', '--include-filter', 'CtsNetSecConfigResourcesSrcTestCases[secondary_user]', '--include-filter', 'CtsNetSecPolicyUsesCleartextTrafficFalseTestCases', '--include-filter', 'CtsNetSecPolicyUsesCleartextTrafficFalseTestCases[secondary_user]', '--include-filter', 'CtsNetSecPolicyUsesCleartextTrafficTrueTestCases', '--include-filter', 'CtsNetSecPolicyUsesCleartextTrafficTrueTestCases[secondary_user]', '--include-filter', 'CtsNetSecPolicyUsesCleartextTrafficUnspecifiedTestCases', '--include-filter', 'CtsNetSecPolicyUsesCleartextTrafficUnspecifiedTestCases[secondary_user]', '--include-filter', 'CtsNetTestCases', '--include-filter', 'CtsNetTestCasesInternetPermission', '--include-filter', 'CtsNetTestCasesInternetPermission[instant]', '--include-filter', 'CtsNetTestCasesInternetPermission[secondary_user]', '--include-filter', 'CtsNetTestCasesLegacyApi22', '--include-filter', 'CtsNetTestCasesLegacyApi22[secondary_user]', '--include-filter', 'CtsNetTestCasesLegacyPermission22', '--include-filter', 'CtsNetTestCasesLegacyPermission22[secondary_user]', '--include-filter', 'CtsNetTestCasesUpdateStatsPermission', '--include-filter', 'CtsNetTestCasesUpdateStatsPermission[instant]', '--include-filter', 'CtsNetTestCasesUpdateStatsPermission[secondary_user]', '--include-filter', 'CtsNetTestCases[instant]', '--include-filter', 'CtsNetTestCases[secondary_user]', '--logcat-on-failure'],
+        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
+        target_module='CtsNet',
+        target_plan=None,
+        bundle='arm',
+        uri='LATEST',
+        use_jdk9=True,
+        timeout=90000)
+
+parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsNfc b/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsNfc
new file mode 100644
index 0000000..6f9c646
--- /dev/null
+++ b/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsNfc
@@ -0,0 +1,34 @@
+# Copyright 2020 The Chromium OS Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+# This file has been automatically generated. Do not edit!
+
+AUTHOR = 'ARC++ Team'
+NAME = 'cheets_CTS_R.11_r3.arm.CtsNfc'
+ATTRIBUTES = 'suite:arc-cts-r'
+DEPENDENCIES = 'arc'
+JOB_RETRIES = 1
+TEST_TYPE = 'server'
+TIME = 'MEDIUM'
+MAX_RESULT_SIZE_KB = 512000
+DOC = 'Run module CtsNfcTestCases, CtsNfcTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using arm ABI in the ARC++ container.'
+
+def run_TS(machine):
+    host_list = [hosts.create_host(machine)]
+    job.run_test(
+        'cheets_CTS_R',
+        hosts=host_list,
+        iterations=1,
+        tag='11_r3.arm.CtsNfc',
+        test_name='cheets_CTS_R.11_r3.arm.CtsNfc',
+        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsNfcTestCases', '--include-filter', 'CtsNfcTestCases[secondary_user]', '--logcat-on-failure'],
+        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
+        target_module='CtsNfc',
+        target_plan=None,
+        bundle='arm',
+        uri='LATEST',
+        use_jdk9=True,
+        timeout=5400)
+
+parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsNoPermission b/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsNoPermission
new file mode 100644
index 0000000..9cfd8f3
--- /dev/null
+++ b/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsNoPermission
@@ -0,0 +1,34 @@
+# Copyright 2020 The Chromium OS Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+# This file has been automatically generated. Do not edit!
+
+AUTHOR = 'ARC++ Team'
+NAME = 'cheets_CTS_R.11_r3.arm.CtsNoPermission'
+ATTRIBUTES = 'suite:arc-cts-r'
+DEPENDENCIES = 'arc'
+JOB_RETRIES = 1
+TEST_TYPE = 'server'
+TIME = 'MEDIUM'
+MAX_RESULT_SIZE_KB = 512000
+DOC = 'Run module CtsNoPermissionTestCases, CtsNoPermissionTestCases25, CtsNoPermissionTestCases25[secondary_user], CtsNoPermissionTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using arm ABI in the ARC++ container.'
+
+def run_TS(machine):
+    host_list = [hosts.create_host(machine)]
+    job.run_test(
+        'cheets_CTS_R',
+        hosts=host_list,
+        iterations=1,
+        tag='11_r3.arm.CtsNoPermission',
+        test_name='cheets_CTS_R.11_r3.arm.CtsNoPermission',
+        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsNoPermissionTestCases', '--include-filter', 'CtsNoPermissionTestCases25', '--include-filter', 'CtsNoPermissionTestCases25[secondary_user]', '--include-filter', 'CtsNoPermissionTestCases[secondary_user]', '--logcat-on-failure'],
+        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
+        target_module='CtsNoPermission',
+        target_plan=None,
+        bundle='arm',
+        uri='LATEST',
+        use_jdk9=True,
+        timeout=9000)
+
+parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsOmapi b/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsOmapi
new file mode 100644
index 0000000..5ee2333
--- /dev/null
+++ b/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsOmapi
@@ -0,0 +1,34 @@
+# Copyright 2020 The Chromium OS Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+# This file has been automatically generated. Do not edit!
+
+AUTHOR = 'ARC++ Team'
+NAME = 'cheets_CTS_R.11_r3.arm.CtsOmapi'
+ATTRIBUTES = 'suite:arc-cts-r'
+DEPENDENCIES = 'arc'
+JOB_RETRIES = 1
+TEST_TYPE = 'server'
+TIME = 'MEDIUM'
+MAX_RESULT_SIZE_KB = 512000
+DOC = 'Run module CtsOmapiTestCases, CtsOmapiTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using arm ABI in the ARC++ container.'
+
+def run_TS(machine):
+    host_list = [hosts.create_host(machine)]
+    job.run_test(
+        'cheets_CTS_R',
+        hosts=host_list,
+        iterations=1,
+        tag='11_r3.arm.CtsOmapi',
+        test_name='cheets_CTS_R.11_r3.arm.CtsOmapi',
+        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsOmapiTestCases', '--include-filter', 'CtsOmapiTestCases[secondary_user]', '--logcat-on-failure'],
+        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
+        target_module='CtsOmapi',
+        target_plan=None,
+        bundle='arm',
+        uri='LATEST',
+        use_jdk9=True,
+        timeout=5400)
+
+parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsOpenG b/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsOpenG
new file mode 100644
index 0000000..44ee749
--- /dev/null
+++ b/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsOpenG
@@ -0,0 +1,34 @@
+# Copyright 2020 The Chromium OS Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+# This file has been automatically generated. Do not edit!
+
+AUTHOR = 'ARC++ Team'
+NAME = 'cheets_CTS_R.11_r3.arm.CtsOpenG'
+ATTRIBUTES = 'suite:arc-cts-r'
+DEPENDENCIES = 'arc'
+JOB_RETRIES = 1
+TEST_TYPE = 'server'
+TIME = 'MEDIUM'
+MAX_RESULT_SIZE_KB = 512000
+DOC = 'Run module CtsOpenGLTestCases, CtsOpenGLTestCases[secondary_user], CtsOpenGlPerf2TestCases, CtsOpenGlPerf2TestCases[secondary_user], CtsOpenGlPerfTestCases of the Android Compatibility Test Suite (CTS) using arm ABI in the ARC++ container.'
+
+def run_TS(machine):
+    host_list = [hosts.create_host(machine)]
+    job.run_test(
+        'cheets_CTS_R',
+        hosts=host_list,
+        iterations=1,
+        tag='11_r3.arm.CtsOpenG',
+        test_name='cheets_CTS_R.11_r3.arm.CtsOpenG',
+        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsOpenGLTestCases', '--include-filter', 'CtsOpenGLTestCases[secondary_user]', '--include-filter', 'CtsOpenGlPerf2TestCases', '--include-filter', 'CtsOpenGlPerf2TestCases[secondary_user]', '--include-filter', 'CtsOpenGlPerfTestCases', '--logcat-on-failure'],
+        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
+        target_module='CtsOpenG',
+        target_plan=None,
+        bundle='arm',
+        uri='LATEST',
+        use_jdk9=True,
+        timeout=10800)
+
+parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsOs b/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsOs
new file mode 100644
index 0000000..6697fe4
--- /dev/null
+++ b/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsOs
@@ -0,0 +1,34 @@
+# Copyright 2020 The Chromium OS Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+# This file has been automatically generated. Do not edit!
+
+AUTHOR = 'ARC++ Team'
+NAME = 'cheets_CTS_R.11_r3.arm.CtsOs'
+ATTRIBUTES = 'suite:arc-cts-r'
+DEPENDENCIES = 'arc'
+JOB_RETRIES = 1
+TEST_TYPE = 'server'
+TIME = 'MEDIUM'
+MAX_RESULT_SIZE_KB = 512000
+DOC = 'Run module CtsOsHostTestCases, CtsOsHostTestCases[instant], CtsOsHostTestCases[secondary_user], CtsOsTestCases, CtsOsTestCases[instant] of the Android Compatibility Test Suite (CTS) using arm ABI in the ARC++ container.'
+
+def run_TS(machine):
+    host_list = [hosts.create_host(machine)]
+    job.run_test(
+        'cheets_CTS_R',
+        hosts=host_list,
+        iterations=1,
+        tag='11_r3.arm.CtsOs',
+        test_name='cheets_CTS_R.11_r3.arm.CtsOs',
+        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsOsHostTestCases', '--include-filter', 'CtsOsHostTestCases[instant]', '--include-filter', 'CtsOsHostTestCases[secondary_user]', '--include-filter', 'CtsOsTestCases', '--include-filter', 'CtsOsTestCases[instant]', '--logcat-on-failure'],
+        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
+        target_module='CtsOs',
+        target_plan=None,
+        bundle='arm',
+        uri='LATEST',
+        use_jdk9=True,
+        timeout=10800)
+
+parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsPackage b/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsPackage
new file mode 100644
index 0000000..90edde8
--- /dev/null
+++ b/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsPackage
@@ -0,0 +1,34 @@
+# Copyright 2020 The Chromium OS Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+# This file has been automatically generated. Do not edit!
+
+AUTHOR = 'ARC++ Team'
+NAME = 'cheets_CTS_R.11_r3.arm.CtsPackage'
+ATTRIBUTES = 'suite:arc-cts-r'
+DEPENDENCIES = 'arc'
+JOB_RETRIES = 1
+TEST_TYPE = 'server'
+TIME = 'MEDIUM'
+MAX_RESULT_SIZE_KB = 512000
+DOC = 'Run module CtsPackageInstallAppOpDefaultTestCases, CtsPackageInstallAppOpDefaultTestCases[instant], CtsPackageInstallAppOpDefaultTestCases[secondary_user], CtsPackageInstallAppOpDeniedTestCases, CtsPackageInstallAppOpDeniedTestCases[instant], CtsPackageInstallAppOpDeniedTestCases[secondary_user], CtsPackageInstallTestCases, CtsPackageInstallTestCases[instant], CtsPackageInstallTestCases[secondary_user], CtsPackageInstallerTapjackingTestCases, CtsPackageInstallerTapjackingTestCases[secondary_user], CtsPackageUninstallTestCases, CtsPackageUninstallTestCases[secondary_user], CtsPackageWatchdogTestCases, CtsPackageWatchdogTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using arm ABI in the ARC++ container.'
+
+def run_TS(machine):
+    host_list = [hosts.create_host(machine)]
+    job.run_test(
+        'cheets_CTS_R',
+        hosts=host_list,
+        iterations=1,
+        tag='11_r3.arm.CtsPackage',
+        test_name='cheets_CTS_R.11_r3.arm.CtsPackage',
+        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsPackageInstallAppOpDefaultTestCases', '--include-filter', 'CtsPackageInstallAppOpDefaultTestCases[instant]', '--include-filter', 'CtsPackageInstallAppOpDefaultTestCases[secondary_user]', '--include-filter', 'CtsPackageInstallAppOpDeniedTestCases', '--include-filter', 'CtsPackageInstallAppOpDeniedTestCases[instant]', '--include-filter', 'CtsPackageInstallAppOpDeniedTestCases[secondary_user]', '--include-filter', 'CtsPackageInstallTestCases', '--include-filter', 'CtsPackageInstallTestCases[instant]', '--include-filter', 'CtsPackageInstallTestCases[secondary_user]', '--include-filter', 'CtsPackageInstallerTapjackingTestCases', '--include-filter', 'CtsPackageInstallerTapjackingTestCases[secondary_user]', '--include-filter', 'CtsPackageUninstallTestCases', '--include-filter', 'CtsPackageUninstallTestCases[secondary_user]', '--include-filter', 'CtsPackageWatchdogTestCases', '--include-filter', 'CtsPackageWatchdogTestCases[secondary_user]', '--logcat-on-failure'],
+        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
+        target_module='CtsPackage',
+        target_plan=None,
+        bundle='arm',
+        uri='LATEST',
+        use_jdk9=True,
+        timeout=28800)
+
+parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsPdf b/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsPdf
new file mode 100644
index 0000000..d5e2e32
--- /dev/null
+++ b/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsPdf
@@ -0,0 +1,34 @@
+# Copyright 2020 The Chromium OS Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+# This file has been automatically generated. Do not edit!
+
+AUTHOR = 'ARC++ Team'
+NAME = 'cheets_CTS_R.11_r3.arm.CtsPdf'
+ATTRIBUTES = 'suite:arc-cts-r'
+DEPENDENCIES = 'arc'
+JOB_RETRIES = 1
+TEST_TYPE = 'server'
+TIME = 'MEDIUM'
+MAX_RESULT_SIZE_KB = 512000
+DOC = 'Run module CtsPdfTestCases, CtsPdfTestCases[instant], CtsPdfTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using arm ABI in the ARC++ container.'
+
+def run_TS(machine):
+    host_list = [hosts.create_host(machine)]
+    job.run_test(
+        'cheets_CTS_R',
+        hosts=host_list,
+        iterations=1,
+        tag='11_r3.arm.CtsPdf',
+        test_name='cheets_CTS_R.11_r3.arm.CtsPdf',
+        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsPdfTestCases', '--include-filter', 'CtsPdfTestCases[instant]', '--include-filter', 'CtsPdfTestCases[secondary_user]', '--logcat-on-failure'],
+        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
+        target_module='CtsPdf',
+        target_plan=None,
+        bundle='arm',
+        uri='LATEST',
+        use_jdk9=True,
+        timeout=7200)
+
+parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsPerfetto b/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsPerfetto
new file mode 100644
index 0000000..2b0dca3
--- /dev/null
+++ b/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsPerfetto
@@ -0,0 +1,34 @@
+# Copyright 2020 The Chromium OS Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+# This file has been automatically generated. Do not edit!
+
+AUTHOR = 'ARC++ Team'
+NAME = 'cheets_CTS_R.11_r3.arm.CtsPerfetto'
+ATTRIBUTES = 'suite:arc-cts-r'
+DEPENDENCIES = 'arc'
+JOB_RETRIES = 1
+TEST_TYPE = 'server'
+TIME = 'MEDIUM'
+MAX_RESULT_SIZE_KB = 512000
+DOC = 'Run module CtsPerfettoTestCases, CtsPerfettoTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using arm ABI in the ARC++ container.'
+
+def run_TS(machine):
+    host_list = [hosts.create_host(machine)]
+    job.run_test(
+        'cheets_CTS_R',
+        hosts=host_list,
+        iterations=1,
+        tag='11_r3.arm.CtsPerfetto',
+        test_name='cheets_CTS_R.11_r3.arm.CtsPerfetto',
+        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsPerfettoTestCases', '--include-filter', 'CtsPerfettoTestCases[secondary_user]', '--logcat-on-failure'],
+        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
+        target_module='CtsPerfetto',
+        target_plan=None,
+        bundle='arm',
+        uri='LATEST',
+        use_jdk9=True,
+        timeout=5400)
+
+parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsPermission b/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsPermission
new file mode 100644
index 0000000..9edd6a5
--- /dev/null
+++ b/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsPermission
@@ -0,0 +1,34 @@
+# Copyright 2020 The Chromium OS Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+# This file has been automatically generated. Do not edit!
+
+AUTHOR = 'ARC++ Team'
+NAME = 'cheets_CTS_R.11_r3.arm.CtsPermission'
+ATTRIBUTES = 'suite:arc-cts-r'
+DEPENDENCIES = 'arc'
+JOB_RETRIES = 1
+TEST_TYPE = 'server'
+TIME = 'MEDIUM'
+MAX_RESULT_SIZE_KB = 512000
+DOC = 'Run module CtsPermission2TestCases, CtsPermission2TestCases[instant], CtsPermission3TestCases, CtsPermission3TestCases[secondary_user], CtsPermissionTestCases, CtsPermissionTestCasesSdk28, CtsPermissionTestCasesSdk28[instant], CtsPermissionTestCasesSdk28[secondary_user], CtsPermissionTestCasesTelephony, CtsPermissionTestCasesTelephony[instant], CtsPermissionTestCasesTelephony[secondary_user], CtsPermissionTestCases[instant] of the Android Compatibility Test Suite (CTS) using arm ABI in the ARC++ container.'
+
+def run_TS(machine):
+    host_list = [hosts.create_host(machine)]
+    job.run_test(
+        'cheets_CTS_R',
+        hosts=host_list,
+        iterations=1,
+        tag='11_r3.arm.CtsPermission',
+        test_name='cheets_CTS_R.11_r3.arm.CtsPermission',
+        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsPermission2TestCases', '--include-filter', 'CtsPermission2TestCases[instant]', '--include-filter', 'CtsPermission3TestCases', '--include-filter', 'CtsPermission3TestCases[secondary_user]', '--include-filter', 'CtsPermissionTestCases', '--include-filter', 'CtsPermissionTestCasesSdk28', '--include-filter', 'CtsPermissionTestCasesSdk28[instant]', '--include-filter', 'CtsPermissionTestCasesSdk28[secondary_user]', '--include-filter', 'CtsPermissionTestCasesTelephony', '--include-filter', 'CtsPermissionTestCasesTelephony[instant]', '--include-filter', 'CtsPermissionTestCasesTelephony[secondary_user]', '--include-filter', 'CtsPermissionTestCases[instant]', '--logcat-on-failure'],
+        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
+        target_module='CtsPermission',
+        target_plan=None,
+        bundle='arm',
+        uri='LATEST',
+        use_jdk9=True,
+        timeout=23400)
+
+parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsPreference b/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsPreference
new file mode 100644
index 0000000..deb629e
--- /dev/null
+++ b/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsPreference
@@ -0,0 +1,34 @@
+# Copyright 2020 The Chromium OS Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+# This file has been automatically generated. Do not edit!
+
+AUTHOR = 'ARC++ Team'
+NAME = 'cheets_CTS_R.11_r3.arm.CtsPreference'
+ATTRIBUTES = 'suite:arc-cts-r'
+DEPENDENCIES = 'arc'
+JOB_RETRIES = 1
+TEST_TYPE = 'server'
+TIME = 'MEDIUM'
+MAX_RESULT_SIZE_KB = 512000
+DOC = 'Run module CtsPreferenceTestCases, CtsPreferenceTestCases[instant], CtsPreferenceTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using arm ABI in the ARC++ container.'
+
+def run_TS(machine):
+    host_list = [hosts.create_host(machine)]
+    job.run_test(
+        'cheets_CTS_R',
+        hosts=host_list,
+        iterations=1,
+        tag='11_r3.arm.CtsPreference',
+        test_name='cheets_CTS_R.11_r3.arm.CtsPreference',
+        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsPreferenceTestCases', '--include-filter', 'CtsPreferenceTestCases[instant]', '--include-filter', 'CtsPreferenceTestCases[secondary_user]', '--logcat-on-failure'],
+        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
+        target_module='CtsPreference',
+        target_plan=None,
+        bundle='arm',
+        uri='LATEST',
+        use_jdk9=True,
+        timeout=7200)
+
+parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsPrint b/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsPrint
new file mode 100644
index 0000000..b32a964
--- /dev/null
+++ b/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsPrint
@@ -0,0 +1,34 @@
+# Copyright 2020 The Chromium OS Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+# This file has been automatically generated. Do not edit!
+
+AUTHOR = 'ARC++ Team'
+NAME = 'cheets_CTS_R.11_r3.arm.CtsPrint'
+ATTRIBUTES = 'suite:arc-cts-r'
+DEPENDENCIES = 'arc'
+JOB_RETRIES = 1
+TEST_TYPE = 'server'
+TIME = 'MEDIUM'
+MAX_RESULT_SIZE_KB = 512000
+DOC = 'Run module CtsPrintTestCases, CtsPrintTestCases[instant], CtsPrintTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using arm ABI in the ARC++ container.'
+
+def run_TS(machine):
+    host_list = [hosts.create_host(machine)]
+    job.run_test(
+        'cheets_CTS_R',
+        hosts=host_list,
+        iterations=1,
+        tag='11_r3.arm.CtsPrint',
+        test_name='cheets_CTS_R.11_r3.arm.CtsPrint',
+        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsPrintTestCases', '--include-filter', 'CtsPrintTestCases[instant]', '--include-filter', 'CtsPrintTestCases[secondary_user]', '--logcat-on-failure'],
+        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
+        target_module='CtsPrint',
+        target_plan=None,
+        bundle='arm',
+        uri='LATEST',
+        use_jdk9=True,
+        timeout=10800)
+
+parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsProto b/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsProto
new file mode 100644
index 0000000..14fddfe
--- /dev/null
+++ b/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsProto
@@ -0,0 +1,34 @@
+# Copyright 2020 The Chromium OS Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+# This file has been automatically generated. Do not edit!
+
+AUTHOR = 'ARC++ Team'
+NAME = 'cheets_CTS_R.11_r3.arm.CtsProto'
+ATTRIBUTES = 'suite:arc-cts-r'
+DEPENDENCIES = 'arc'
+JOB_RETRIES = 1
+TEST_TYPE = 'server'
+TIME = 'MEDIUM'
+MAX_RESULT_SIZE_KB = 512000
+DOC = 'Run module CtsProtoTestCases, CtsProtoTestCases[instant], CtsProtoTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using arm ABI in the ARC++ container.'
+
+def run_TS(machine):
+    host_list = [hosts.create_host(machine)]
+    job.run_test(
+        'cheets_CTS_R',
+        hosts=host_list,
+        iterations=1,
+        tag='11_r3.arm.CtsProto',
+        test_name='cheets_CTS_R.11_r3.arm.CtsProto',
+        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsProtoTestCases', '--include-filter', 'CtsProtoTestCases[instant]', '--include-filter', 'CtsProtoTestCases[secondary_user]', '--logcat-on-failure'],
+        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
+        target_module='CtsProto',
+        target_plan=None,
+        bundle='arm',
+        uri='LATEST',
+        use_jdk9=True,
+        timeout=7200)
+
+parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsProvider b/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsProvider
new file mode 100644
index 0000000..3b576f5
--- /dev/null
+++ b/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsProvider
@@ -0,0 +1,34 @@
+# Copyright 2020 The Chromium OS Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+# This file has been automatically generated. Do not edit!
+
+AUTHOR = 'ARC++ Team'
+NAME = 'cheets_CTS_R.11_r3.arm.CtsProvider'
+ATTRIBUTES = 'suite:arc-cts-r'
+DEPENDENCIES = 'arc'
+JOB_RETRIES = 1
+TEST_TYPE = 'server'
+TIME = 'MEDIUM'
+MAX_RESULT_SIZE_KB = 512000
+DOC = 'Run module CtsProviderTestCases, CtsProviderTestCases[secondary_user], CtsProviderUiTestCases of the Android Compatibility Test Suite (CTS) using arm ABI in the ARC++ container.'
+
+def run_TS(machine):
+    host_list = [hosts.create_host(machine)]
+    job.run_test(
+        'cheets_CTS_R',
+        hosts=host_list,
+        iterations=1,
+        tag='11_r3.arm.CtsProvider',
+        test_name='cheets_CTS_R.11_r3.arm.CtsProvider',
+        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsProviderTestCases', '--include-filter', 'CtsProviderTestCases[secondary_user]', '--include-filter', 'CtsProviderUiTestCases', '--logcat-on-failure'],
+        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
+        target_module='CtsProvider',
+        target_plan=None,
+        bundle='arm',
+        uri='LATEST',
+        use_jdk9=True,
+        timeout=7200)
+
+parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsQuickAccessWallet b/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsQuickAccessWallet
new file mode 100644
index 0000000..4928232
--- /dev/null
+++ b/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsQuickAccessWallet
@@ -0,0 +1,34 @@
+# Copyright 2020 The Chromium OS Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+# This file has been automatically generated. Do not edit!
+
+AUTHOR = 'ARC++ Team'
+NAME = 'cheets_CTS_R.11_r3.arm.CtsQuickAccessWallet'
+ATTRIBUTES = 'suite:arc-cts-r'
+DEPENDENCIES = 'arc'
+JOB_RETRIES = 1
+TEST_TYPE = 'server'
+TIME = 'MEDIUM'
+MAX_RESULT_SIZE_KB = 512000
+DOC = 'Run module CtsQuickAccessWalletTestCases, CtsQuickAccessWalletTestCases[instant], CtsQuickAccessWalletTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using arm ABI in the ARC++ container.'
+
+def run_TS(machine):
+    host_list = [hosts.create_host(machine)]
+    job.run_test(
+        'cheets_CTS_R',
+        hosts=host_list,
+        iterations=1,
+        tag='11_r3.arm.CtsQuickAccessWallet',
+        test_name='cheets_CTS_R.11_r3.arm.CtsQuickAccessWallet',
+        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsQuickAccessWalletTestCases', '--include-filter', 'CtsQuickAccessWalletTestCases[instant]', '--include-filter', 'CtsQuickAccessWalletTestCases[secondary_user]', '--logcat-on-failure'],
+        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
+        target_module='CtsQuickAccessWallet',
+        target_plan=None,
+        bundle='arm',
+        uri='LATEST',
+        use_jdk9=True,
+        timeout=7200)
+
+parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsRenderscript b/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsRenderscript
new file mode 100644
index 0000000..079d3e7
--- /dev/null
+++ b/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsRenderscript
@@ -0,0 +1,34 @@
+# Copyright 2020 The Chromium OS Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+# This file has been automatically generated. Do not edit!
+
+AUTHOR = 'ARC++ Team'
+NAME = 'cheets_CTS_R.11_r3.arm.CtsRenderscript'
+ATTRIBUTES = 'suite:arc-cts-r'
+DEPENDENCIES = 'arc'
+JOB_RETRIES = 1
+TEST_TYPE = 'server'
+TIME = 'MEDIUM'
+MAX_RESULT_SIZE_KB = 512000
+DOC = 'Run module CtsRenderscriptLegacyTestCases, CtsRenderscriptLegacyTestCases[secondary_user], CtsRenderscriptTestCases, CtsRenderscriptTestCases[instant], CtsRenderscriptTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using arm ABI in the ARC++ container.'
+
+def run_TS(machine):
+    host_list = [hosts.create_host(machine)]
+    job.run_test(
+        'cheets_CTS_R',
+        hosts=host_list,
+        iterations=1,
+        tag='11_r3.arm.CtsRenderscript',
+        test_name='cheets_CTS_R.11_r3.arm.CtsRenderscript',
+        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsRenderscriptLegacyTestCases', '--include-filter', 'CtsRenderscriptLegacyTestCases[secondary_user]', '--include-filter', 'CtsRenderscriptTestCases', '--include-filter', 'CtsRenderscriptTestCases[instant]', '--include-filter', 'CtsRenderscriptTestCases[secondary_user]', '--logcat-on-failure'],
+        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
+        target_module='CtsRenderscript',
+        target_plan=None,
+        bundle='arm',
+        uri='LATEST',
+        use_jdk9=True,
+        timeout=10800)
+
+parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsResolverService b/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsResolverService
new file mode 100644
index 0000000..629ca61
--- /dev/null
+++ b/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsResolverService
@@ -0,0 +1,34 @@
+# Copyright 2020 The Chromium OS Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+# This file has been automatically generated. Do not edit!
+
+AUTHOR = 'ARC++ Team'
+NAME = 'cheets_CTS_R.11_r3.arm.CtsResolverService'
+ATTRIBUTES = 'suite:arc-cts-r'
+DEPENDENCIES = 'arc'
+JOB_RETRIES = 1
+TEST_TYPE = 'server'
+TIME = 'MEDIUM'
+MAX_RESULT_SIZE_KB = 512000
+DOC = 'Run module CtsResolverServiceTestCases, CtsResolverServiceTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using arm ABI in the ARC++ container.'
+
+def run_TS(machine):
+    host_list = [hosts.create_host(machine)]
+    job.run_test(
+        'cheets_CTS_R',
+        hosts=host_list,
+        iterations=1,
+        tag='11_r3.arm.CtsResolverService',
+        test_name='cheets_CTS_R.11_r3.arm.CtsResolverService',
+        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsResolverServiceTestCases', '--include-filter', 'CtsResolverServiceTestCases[secondary_user]', '--logcat-on-failure'],
+        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
+        target_module='CtsResolverService',
+        target_plan=None,
+        bundle='arm',
+        uri='LATEST',
+        use_jdk9=True,
+        timeout=5400)
+
+parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsResourcesLoader b/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsResourcesLoader
new file mode 100644
index 0000000..8b19140
--- /dev/null
+++ b/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsResourcesLoader
@@ -0,0 +1,34 @@
+# Copyright 2020 The Chromium OS Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+# This file has been automatically generated. Do not edit!
+
+AUTHOR = 'ARC++ Team'
+NAME = 'cheets_CTS_R.11_r3.arm.CtsResourcesLoader'
+ATTRIBUTES = 'suite:arc-cts-r'
+DEPENDENCIES = 'arc'
+JOB_RETRIES = 1
+TEST_TYPE = 'server'
+TIME = 'MEDIUM'
+MAX_RESULT_SIZE_KB = 512000
+DOC = 'Run module CtsResourcesLoaderTests, CtsResourcesLoaderTests[secondary_user] of the Android Compatibility Test Suite (CTS) using arm ABI in the ARC++ container.'
+
+def run_TS(machine):
+    host_list = [hosts.create_host(machine)]
+    job.run_test(
+        'cheets_CTS_R',
+        hosts=host_list,
+        iterations=1,
+        tag='11_r3.arm.CtsResourcesLoader',
+        test_name='cheets_CTS_R.11_r3.arm.CtsResourcesLoader',
+        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsResourcesLoaderTests', '--include-filter', 'CtsResourcesLoaderTests[secondary_user]', '--logcat-on-failure'],
+        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
+        target_module='CtsResourcesLoader',
+        target_plan=None,
+        bundle='arm',
+        uri='LATEST',
+        use_jdk9=True,
+        timeout=5400)
+
+parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsRole b/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsRole
new file mode 100644
index 0000000..da8c0cc
--- /dev/null
+++ b/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsRole
@@ -0,0 +1,34 @@
+# Copyright 2020 The Chromium OS Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+# This file has been automatically generated. Do not edit!
+
+AUTHOR = 'ARC++ Team'
+NAME = 'cheets_CTS_R.11_r3.arm.CtsRole'
+ATTRIBUTES = 'suite:arc-cts-r'
+DEPENDENCIES = 'arc'
+JOB_RETRIES = 1
+TEST_TYPE = 'server'
+TIME = 'MEDIUM'
+MAX_RESULT_SIZE_KB = 512000
+DOC = 'Run module CtsRoleTestCases, CtsRoleTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using arm ABI in the ARC++ container.'
+
+def run_TS(machine):
+    host_list = [hosts.create_host(machine)]
+    job.run_test(
+        'cheets_CTS_R',
+        hosts=host_list,
+        iterations=1,
+        tag='11_r3.arm.CtsRole',
+        test_name='cheets_CTS_R.11_r3.arm.CtsRole',
+        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsRoleTestCases', '--include-filter', 'CtsRoleTestCases[secondary_user]', '--logcat-on-failure'],
+        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
+        target_module='CtsRole',
+        target_plan=None,
+        bundle='arm',
+        uri='LATEST',
+        use_jdk9=True,
+        timeout=5400)
+
+parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsRollbackManagerHostTestCases b/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsRollbackManagerHostTestCases
new file mode 100644
index 0000000..09f7cfb
--- /dev/null
+++ b/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsRollbackManagerHostTestCases
@@ -0,0 +1,34 @@
+# Copyright 2020 The Chromium OS Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+# This file has been automatically generated. Do not edit!
+
+AUTHOR = 'ARC++ Team'
+NAME = 'cheets_CTS_R.11_r3.arm.CtsRollbackManagerHostTestCases'
+ATTRIBUTES = 'suite:arc-cts-r'
+DEPENDENCIES = 'arc'
+JOB_RETRIES = 1
+TEST_TYPE = 'server'
+TIME = 'MEDIUM'
+MAX_RESULT_SIZE_KB = 512000
+DOC = 'Run module CtsRollbackManagerHostTestCases of the Android Compatibility Test Suite (CTS) using arm ABI in the ARC++ container.'
+
+def run_TS(machine):
+    host_list = [hosts.create_host(machine)]
+    job.run_test(
+        'cheets_CTS_R',
+        hosts=host_list,
+        iterations=1,
+        tag='11_r3.arm.CtsRollbackManagerHostTestCases',
+        test_name='cheets_CTS_R.11_r3.arm.CtsRollbackManagerHostTestCases',
+        run_template=['run', 'commandAndExit', 'cts', '--module', 'CtsRollbackManagerHostTestCases', '--logcat-on-failure'],
+        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
+        target_module='CtsRollbackManagerHostTestCases',
+        target_plan=None,
+        bundle='arm',
+        uri='LATEST',
+        use_jdk9=True,
+        timeout=3600)
+
+parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsRs b/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsRs
new file mode 100644
index 0000000..0c9132e
--- /dev/null
+++ b/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsRs
@@ -0,0 +1,34 @@
+# Copyright 2020 The Chromium OS Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+# This file has been automatically generated. Do not edit!
+
+AUTHOR = 'ARC++ Team'
+NAME = 'cheets_CTS_R.11_r3.arm.CtsRs'
+ATTRIBUTES = 'suite:arc-cts-r'
+DEPENDENCIES = 'arc'
+JOB_RETRIES = 1
+TEST_TYPE = 'server'
+TIME = 'MEDIUM'
+MAX_RESULT_SIZE_KB = 512000
+DOC = 'Run module CtsRsBlasTestCases, CtsRsBlasTestCases[secondary_user], CtsRsCppTestCases, CtsRsCppTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using arm ABI in the ARC++ container.'
+
+def run_TS(machine):
+    host_list = [hosts.create_host(machine)]
+    job.run_test(
+        'cheets_CTS_R',
+        hosts=host_list,
+        iterations=1,
+        tag='11_r3.arm.CtsRs',
+        test_name='cheets_CTS_R.11_r3.arm.CtsRs',
+        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsRsBlasTestCases', '--include-filter', 'CtsRsBlasTestCases[secondary_user]', '--include-filter', 'CtsRsCppTestCases', '--include-filter', 'CtsRsCppTestCases[secondary_user]', '--logcat-on-failure'],
+        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
+        target_module='CtsRs',
+        target_plan=None,
+        bundle='arm',
+        uri='LATEST',
+        use_jdk9=True,
+        timeout=9000)
+
+parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsSample b/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsSample
new file mode 100644
index 0000000..2ddcdb8
--- /dev/null
+++ b/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsSample
@@ -0,0 +1,34 @@
+# Copyright 2020 The Chromium OS Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+# This file has been automatically generated. Do not edit!
+
+AUTHOR = 'ARC++ Team'
+NAME = 'cheets_CTS_R.11_r3.arm.CtsSample'
+ATTRIBUTES = 'suite:arc-cts-r'
+DEPENDENCIES = 'arc'
+JOB_RETRIES = 1
+TEST_TYPE = 'server'
+TIME = 'MEDIUM'
+MAX_RESULT_SIZE_KB = 512000
+DOC = 'Run module CtsSampleDeviceTestCases, CtsSampleDeviceTestCases[instant], CtsSampleDeviceTestCases[secondary_user], CtsSampleHostTestCases, CtsSampleHostTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using arm ABI in the ARC++ container.'
+
+def run_TS(machine):
+    host_list = [hosts.create_host(machine)]
+    job.run_test(
+        'cheets_CTS_R',
+        hosts=host_list,
+        iterations=1,
+        tag='11_r3.arm.CtsSample',
+        test_name='cheets_CTS_R.11_r3.arm.CtsSample',
+        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsSampleDeviceTestCases', '--include-filter', 'CtsSampleDeviceTestCases[instant]', '--include-filter', 'CtsSampleDeviceTestCases[secondary_user]', '--include-filter', 'CtsSampleHostTestCases', '--include-filter', 'CtsSampleHostTestCases[secondary_user]', '--logcat-on-failure'],
+        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
+        target_module='CtsSample',
+        target_plan=None,
+        bundle='arm',
+        uri='LATEST',
+        use_jdk9=True,
+        timeout=10800)
+
+parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsSax b/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsSax
new file mode 100644
index 0000000..6d2f573
--- /dev/null
+++ b/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsSax
@@ -0,0 +1,34 @@
+# Copyright 2020 The Chromium OS Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+# This file has been automatically generated. Do not edit!
+
+AUTHOR = 'ARC++ Team'
+NAME = 'cheets_CTS_R.11_r3.arm.CtsSax'
+ATTRIBUTES = 'suite:arc-cts-r'
+DEPENDENCIES = 'arc'
+JOB_RETRIES = 1
+TEST_TYPE = 'server'
+TIME = 'MEDIUM'
+MAX_RESULT_SIZE_KB = 512000
+DOC = 'Run module CtsSaxTestCases, CtsSaxTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using arm ABI in the ARC++ container.'
+
+def run_TS(machine):
+    host_list = [hosts.create_host(machine)]
+    job.run_test(
+        'cheets_CTS_R',
+        hosts=host_list,
+        iterations=1,
+        tag='11_r3.arm.CtsSax',
+        test_name='cheets_CTS_R.11_r3.arm.CtsSax',
+        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsSaxTestCases', '--include-filter', 'CtsSaxTestCases[secondary_user]', '--logcat-on-failure'],
+        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
+        target_module='CtsSax',
+        target_plan=None,
+        bundle='arm',
+        uri='LATEST',
+        use_jdk9=True,
+        timeout=5400)
+
+parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsScopedStorageHostTest b/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsScopedStorageHostTest
new file mode 100644
index 0000000..70cdeea
--- /dev/null
+++ b/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsScopedStorageHostTest
@@ -0,0 +1,34 @@
+# Copyright 2020 The Chromium OS Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+# This file has been automatically generated. Do not edit!
+
+AUTHOR = 'ARC++ Team'
+NAME = 'cheets_CTS_R.11_r3.arm.CtsScopedStorageHostTest'
+ATTRIBUTES = 'suite:arc-cts-r'
+DEPENDENCIES = 'arc'
+JOB_RETRIES = 1
+TEST_TYPE = 'server'
+TIME = 'MEDIUM'
+MAX_RESULT_SIZE_KB = 512000
+DOC = 'Run module CtsScopedStorageHostTest, CtsScopedStorageHostTest[instant] of the Android Compatibility Test Suite (CTS) using arm ABI in the ARC++ container.'
+
+def run_TS(machine):
+    host_list = [hosts.create_host(machine)]
+    job.run_test(
+        'cheets_CTS_R',
+        hosts=host_list,
+        iterations=1,
+        tag='11_r3.arm.CtsScopedStorageHostTest',
+        test_name='cheets_CTS_R.11_r3.arm.CtsScopedStorageHostTest',
+        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsScopedStorageHostTest', '--include-filter', 'CtsScopedStorageHostTest[instant]', '--logcat-on-failure'],
+        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
+        target_module='CtsScopedStorageHostTest',
+        target_plan=None,
+        bundle='arm',
+        uri='LATEST',
+        use_jdk9=True,
+        timeout=5400)
+
+parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsSdkExtensions b/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsSdkExtensions
new file mode 100644
index 0000000..7147d23
--- /dev/null
+++ b/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsSdkExtensions
@@ -0,0 +1,34 @@
+# Copyright 2020 The Chromium OS Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+# This file has been automatically generated. Do not edit!
+
+AUTHOR = 'ARC++ Team'
+NAME = 'cheets_CTS_R.11_r3.arm.CtsSdkExtensions'
+ATTRIBUTES = 'suite:arc-cts-r'
+DEPENDENCIES = 'arc'
+JOB_RETRIES = 1
+TEST_TYPE = 'server'
+TIME = 'MEDIUM'
+MAX_RESULT_SIZE_KB = 512000
+DOC = 'Run module CtsSdkExtensionsTestCases, CtsSdkExtensionsTestCases[instant], CtsSdkExtensionsTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using arm ABI in the ARC++ container.'
+
+def run_TS(machine):
+    host_list = [hosts.create_host(machine)]
+    job.run_test(
+        'cheets_CTS_R',
+        hosts=host_list,
+        iterations=1,
+        tag='11_r3.arm.CtsSdkExtensions',
+        test_name='cheets_CTS_R.11_r3.arm.CtsSdkExtensions',
+        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsSdkExtensionsTestCases', '--include-filter', 'CtsSdkExtensionsTestCases[instant]', '--include-filter', 'CtsSdkExtensionsTestCases[secondary_user]', '--logcat-on-failure'],
+        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
+        target_module='CtsSdkExtensions',
+        target_plan=None,
+        bundle='arm',
+        uri='LATEST',
+        use_jdk9=True,
+        timeout=7200)
+
+parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsSeccompHost b/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsSeccompHost
new file mode 100644
index 0000000..5c9ee68
--- /dev/null
+++ b/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsSeccompHost
@@ -0,0 +1,34 @@
+# Copyright 2020 The Chromium OS Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+# This file has been automatically generated. Do not edit!
+
+AUTHOR = 'ARC++ Team'
+NAME = 'cheets_CTS_R.11_r3.arm.CtsSeccompHost'
+ATTRIBUTES = 'suite:arc-cts-r'
+DEPENDENCIES = 'arc'
+JOB_RETRIES = 1
+TEST_TYPE = 'server'
+TIME = 'MEDIUM'
+MAX_RESULT_SIZE_KB = 512000
+DOC = 'Run module CtsSeccompHostTestCases, CtsSeccompHostTestCases[instant], CtsSeccompHostTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using arm ABI in the ARC++ container.'
+
+def run_TS(machine):
+    host_list = [hosts.create_host(machine)]
+    job.run_test(
+        'cheets_CTS_R',
+        hosts=host_list,
+        iterations=1,
+        tag='11_r3.arm.CtsSeccompHost',
+        test_name='cheets_CTS_R.11_r3.arm.CtsSeccompHost',
+        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsSeccompHostTestCases', '--include-filter', 'CtsSeccompHostTestCases[instant]', '--include-filter', 'CtsSeccompHostTestCases[secondary_user]', '--logcat-on-failure'],
+        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
+        target_module='CtsSeccompHost',
+        target_plan=None,
+        bundle='arm',
+        uri='LATEST',
+        use_jdk9=True,
+        timeout=7200)
+
+parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsSecure b/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsSecure
new file mode 100644
index 0000000..59b7605
--- /dev/null
+++ b/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsSecure
@@ -0,0 +1,34 @@
+# Copyright 2020 The Chromium OS Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+# This file has been automatically generated. Do not edit!
+
+AUTHOR = 'ARC++ Team'
+NAME = 'cheets_CTS_R.11_r3.arm.CtsSecure'
+ATTRIBUTES = 'suite:arc-cts-r'
+DEPENDENCIES = 'arc'
+JOB_RETRIES = 1
+TEST_TYPE = 'server'
+TIME = 'MEDIUM'
+MAX_RESULT_SIZE_KB = 512000
+DOC = 'Run module CtsSecureElementAccessControlTestCases1, CtsSecureElementAccessControlTestCases1[secondary_user], CtsSecureElementAccessControlTestCases2, CtsSecureElementAccessControlTestCases2[secondary_user], CtsSecureElementAccessControlTestCases3, CtsSecureElementAccessControlTestCases3[secondary_user], CtsSecureFrpInstallTestCases, CtsSecureFrpInstallTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using arm ABI in the ARC++ container.'
+
+def run_TS(machine):
+    host_list = [hosts.create_host(machine)]
+    job.run_test(
+        'cheets_CTS_R',
+        hosts=host_list,
+        iterations=1,
+        tag='11_r3.arm.CtsSecure',
+        test_name='cheets_CTS_R.11_r3.arm.CtsSecure',
+        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsSecureElementAccessControlTestCases1', '--include-filter', 'CtsSecureElementAccessControlTestCases1[secondary_user]', '--include-filter', 'CtsSecureElementAccessControlTestCases2', '--include-filter', 'CtsSecureElementAccessControlTestCases2[secondary_user]', '--include-filter', 'CtsSecureElementAccessControlTestCases3', '--include-filter', 'CtsSecureElementAccessControlTestCases3[secondary_user]', '--include-filter', 'CtsSecureFrpInstallTestCases', '--include-filter', 'CtsSecureFrpInstallTestCases[secondary_user]', '--logcat-on-failure'],
+        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
+        target_module='CtsSecure',
+        target_plan=None,
+        bundle='arm',
+        uri='LATEST',
+        use_jdk9=True,
+        timeout=16200)
+
+parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsSecurity b/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsSecurity
new file mode 100644
index 0000000..d1b861f
--- /dev/null
+++ b/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsSecurity
@@ -0,0 +1,34 @@
+# Copyright 2020 The Chromium OS Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+# This file has been automatically generated. Do not edit!
+
+AUTHOR = 'ARC++ Team'
+NAME = 'cheets_CTS_R.11_r3.arm.CtsSecurity'
+ATTRIBUTES = 'suite:arc-cts-r'
+DEPENDENCIES = 'arc'
+JOB_RETRIES = 1
+TEST_TYPE = 'server'
+TIME = 'LONG'
+MAX_RESULT_SIZE_KB = 512000
+DOC = 'Run module CtsSecurityBulletinHostTestCases, CtsSecurityBulletinHostTestCases[secondary_user], CtsSecurityHostTestCases, CtsSecurityHostTestCases[secondary_user], CtsSecurityTestCases, CtsSecurityTestCases[instant], CtsSecurityTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using arm ABI in the ARC++ container.'
+
+def run_TS(machine):
+    host_list = [hosts.create_host(machine)]
+    job.run_test(
+        'cheets_CTS_R',
+        hosts=host_list,
+        iterations=1,
+        tag='11_r3.arm.CtsSecurity',
+        test_name='cheets_CTS_R.11_r3.arm.CtsSecurity',
+        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsSecurityBulletinHostTestCases', '--include-filter', 'CtsSecurityBulletinHostTestCases[secondary_user]', '--include-filter', 'CtsSecurityHostTestCases', '--include-filter', 'CtsSecurityHostTestCases[secondary_user]', '--include-filter', 'CtsSecurityTestCases', '--include-filter', 'CtsSecurityTestCases[instant]', '--include-filter', 'CtsSecurityTestCases[secondary_user]', '--logcat-on-failure'],
+        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
+        target_module='CtsSecurity',
+        target_plan=None,
+        bundle='arm',
+        uri='LATEST',
+        use_jdk9=True,
+        timeout=154800)
+
+parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsSelinux b/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsSelinux
new file mode 100644
index 0000000..58ec251
--- /dev/null
+++ b/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsSelinux
@@ -0,0 +1,34 @@
+# Copyright 2020 The Chromium OS Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+# This file has been automatically generated. Do not edit!
+
+AUTHOR = 'ARC++ Team'
+NAME = 'cheets_CTS_R.11_r3.arm.CtsSelinux'
+ATTRIBUTES = 'suite:arc-cts-r'
+DEPENDENCIES = 'arc'
+JOB_RETRIES = 1
+TEST_TYPE = 'server'
+TIME = 'MEDIUM'
+MAX_RESULT_SIZE_KB = 512000
+DOC = 'Run module CtsSelinuxEphemeralTestCases, CtsSelinuxEphemeralTestCases[instant], CtsSelinuxTargetSdk25TestCases, CtsSelinuxTargetSdk25TestCases[secondary_user], CtsSelinuxTargetSdk27TestCases, CtsSelinuxTargetSdk27TestCases[secondary_user], CtsSelinuxTargetSdk28TestCases, CtsSelinuxTargetSdk28TestCases[secondary_user], CtsSelinuxTargetSdk29TestCases, CtsSelinuxTargetSdk29TestCases[secondary_user], CtsSelinuxTargetSdkCurrentTestCases, CtsSelinuxTargetSdkCurrentTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using arm ABI in the ARC++ container.'
+
+def run_TS(machine):
+    host_list = [hosts.create_host(machine)]
+    job.run_test(
+        'cheets_CTS_R',
+        hosts=host_list,
+        iterations=1,
+        tag='11_r3.arm.CtsSelinux',
+        test_name='cheets_CTS_R.11_r3.arm.CtsSelinux',
+        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsSelinuxEphemeralTestCases', '--include-filter', 'CtsSelinuxEphemeralTestCases[instant]', '--include-filter', 'CtsSelinuxTargetSdk25TestCases', '--include-filter', 'CtsSelinuxTargetSdk25TestCases[secondary_user]', '--include-filter', 'CtsSelinuxTargetSdk27TestCases', '--include-filter', 'CtsSelinuxTargetSdk27TestCases[secondary_user]', '--include-filter', 'CtsSelinuxTargetSdk28TestCases', '--include-filter', 'CtsSelinuxTargetSdk28TestCases[secondary_user]', '--include-filter', 'CtsSelinuxTargetSdk29TestCases', '--include-filter', 'CtsSelinuxTargetSdk29TestCases[secondary_user]', '--include-filter', 'CtsSelinuxTargetSdkCurrentTestCases', '--include-filter', 'CtsSelinuxTargetSdkCurrentTestCases[secondary_user]', '--logcat-on-failure'],
+        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
+        target_module='CtsSelinux',
+        target_plan=None,
+        bundle='arm',
+        uri='LATEST',
+        use_jdk9=True,
+        timeout=23400)
+
+parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsSensor b/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsSensor
new file mode 100644
index 0000000..bec3ed5
--- /dev/null
+++ b/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsSensor
@@ -0,0 +1,34 @@
+# Copyright 2020 The Chromium OS Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+# This file has been automatically generated. Do not edit!
+
+AUTHOR = 'ARC++ Team'
+NAME = 'cheets_CTS_R.11_r3.arm.CtsSensor'
+ATTRIBUTES = 'suite:arc-cts-r'
+DEPENDENCIES = 'arc'
+JOB_RETRIES = 1
+TEST_TYPE = 'server'
+TIME = 'MEDIUM'
+MAX_RESULT_SIZE_KB = 512000
+DOC = 'Run module CtsSensorTestCases, CtsSensorTestCases[instant], CtsSensorTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using arm ABI in the ARC++ container.'
+
+def run_TS(machine):
+    host_list = [hosts.create_host(machine)]
+    job.run_test(
+        'cheets_CTS_R',
+        hosts=host_list,
+        iterations=1,
+        tag='11_r3.arm.CtsSensor',
+        test_name='cheets_CTS_R.11_r3.arm.CtsSensor',
+        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsSensorTestCases', '--include-filter', 'CtsSensorTestCases[instant]', '--include-filter', 'CtsSensorTestCases[secondary_user]', '--logcat-on-failure'],
+        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
+        target_module='CtsSensor',
+        target_plan=None,
+        bundle='arm',
+        uri='LATEST',
+        use_jdk9=True,
+        timeout=12600)
+
+parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsSettingsHostTestCases b/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsSettingsHostTestCases
new file mode 100644
index 0000000..a69bb46
--- /dev/null
+++ b/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsSettingsHostTestCases
@@ -0,0 +1,34 @@
+# Copyright 2020 The Chromium OS Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+# This file has been automatically generated. Do not edit!
+
+AUTHOR = 'ARC++ Team'
+NAME = 'cheets_CTS_R.11_r3.arm.CtsSettingsHostTestCases'
+ATTRIBUTES = 'suite:arc-cts-r'
+DEPENDENCIES = 'arc'
+JOB_RETRIES = 1
+TEST_TYPE = 'server'
+TIME = 'MEDIUM'
+MAX_RESULT_SIZE_KB = 512000
+DOC = 'Run module CtsSettingsHostTestCases of the Android Compatibility Test Suite (CTS) using arm ABI in the ARC++ container.'
+
+def run_TS(machine):
+    host_list = [hosts.create_host(machine)]
+    job.run_test(
+        'cheets_CTS_R',
+        hosts=host_list,
+        iterations=1,
+        tag='11_r3.arm.CtsSettingsHostTestCases',
+        test_name='cheets_CTS_R.11_r3.arm.CtsSettingsHostTestCases',
+        run_template=['run', 'commandAndExit', 'cts', '--module', 'CtsSettingsHostTestCases', '--logcat-on-failure'],
+        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
+        target_module='CtsSettingsHostTestCases',
+        target_plan=None,
+        bundle='arm',
+        uri='LATEST',
+        use_jdk9=True,
+        timeout=3600)
+
+parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsSharedLibsApiSignature b/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsSharedLibsApiSignature
new file mode 100644
index 0000000..eb01158
--- /dev/null
+++ b/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsSharedLibsApiSignature
@@ -0,0 +1,34 @@
+# Copyright 2020 The Chromium OS Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+# This file has been automatically generated. Do not edit!
+
+AUTHOR = 'ARC++ Team'
+NAME = 'cheets_CTS_R.11_r3.arm.CtsSharedLibsApiSignature'
+ATTRIBUTES = 'suite:arc-cts-r'
+DEPENDENCIES = 'arc'
+JOB_RETRIES = 1
+TEST_TYPE = 'server'
+TIME = 'MEDIUM'
+MAX_RESULT_SIZE_KB = 512000
+DOC = 'Run module CtsSharedLibsApiSignatureTestCases, CtsSharedLibsApiSignatureTestCases[instant], CtsSharedLibsApiSignatureTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using arm ABI in the ARC++ container.'
+
+def run_TS(machine):
+    host_list = [hosts.create_host(machine)]
+    job.run_test(
+        'cheets_CTS_R',
+        hosts=host_list,
+        iterations=1,
+        tag='11_r3.arm.CtsSharedLibsApiSignature',
+        test_name='cheets_CTS_R.11_r3.arm.CtsSharedLibsApiSignature',
+        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsSharedLibsApiSignatureTestCases', '--include-filter', 'CtsSharedLibsApiSignatureTestCases[instant]', '--include-filter', 'CtsSharedLibsApiSignatureTestCases[secondary_user]', '--logcat-on-failure'],
+        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
+        target_module='CtsSharedLibsApiSignature',
+        target_plan=None,
+        bundle='arm',
+        uri='LATEST',
+        use_jdk9=True,
+        timeout=7200)
+
+parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsSharesheet b/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsSharesheet
new file mode 100644
index 0000000..5971bc9
--- /dev/null
+++ b/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsSharesheet
@@ -0,0 +1,34 @@
+# Copyright 2020 The Chromium OS Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+# This file has been automatically generated. Do not edit!
+
+AUTHOR = 'ARC++ Team'
+NAME = 'cheets_CTS_R.11_r3.arm.CtsSharesheet'
+ATTRIBUTES = 'suite:arc-cts-r'
+DEPENDENCIES = 'arc'
+JOB_RETRIES = 1
+TEST_TYPE = 'server'
+TIME = 'MEDIUM'
+MAX_RESULT_SIZE_KB = 512000
+DOC = 'Run module CtsSharesheetTestCases, CtsSharesheetTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using arm ABI in the ARC++ container.'
+
+def run_TS(machine):
+    host_list = [hosts.create_host(machine)]
+    job.run_test(
+        'cheets_CTS_R',
+        hosts=host_list,
+        iterations=1,
+        tag='11_r3.arm.CtsSharesheet',
+        test_name='cheets_CTS_R.11_r3.arm.CtsSharesheet',
+        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsSharesheetTestCases', '--include-filter', 'CtsSharesheetTestCases[secondary_user]', '--logcat-on-failure'],
+        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
+        target_module='CtsSharesheet',
+        target_plan=None,
+        bundle='arm',
+        uri='LATEST',
+        use_jdk9=True,
+        timeout=5400)
+
+parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsShortcut b/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsShortcut
new file mode 100644
index 0000000..5e95b05
--- /dev/null
+++ b/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsShortcut
@@ -0,0 +1,34 @@
+# Copyright 2020 The Chromium OS Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+# This file has been automatically generated. Do not edit!
+
+AUTHOR = 'ARC++ Team'
+NAME = 'cheets_CTS_R.11_r3.arm.CtsShortcut'
+ATTRIBUTES = 'suite:arc-cts-r'
+DEPENDENCIES = 'arc'
+JOB_RETRIES = 1
+TEST_TYPE = 'server'
+TIME = 'MEDIUM'
+MAX_RESULT_SIZE_KB = 512000
+DOC = 'Run module CtsShortcutHostTestCases, CtsShortcutManagerLauncher1, CtsShortcutManagerLauncher1[secondary_user], CtsShortcutManagerLauncher2, CtsShortcutManagerLauncher2[secondary_user], CtsShortcutManagerLauncher3, CtsShortcutManagerLauncher3[secondary_user], CtsShortcutManagerLauncher4, CtsShortcutManagerLauncher4[secondary_user], CtsShortcutManagerPackage1, CtsShortcutManagerPackage1[secondary_user], CtsShortcutManagerPackage2, CtsShortcutManagerPackage2[secondary_user], CtsShortcutManagerPackage3, CtsShortcutManagerPackage3[secondary_user], CtsShortcutManagerPackage4, CtsShortcutManagerPackage4[secondary_user], CtsShortcutManagerTestCases, CtsShortcutManagerTestCases[secondary_user], CtsShortcutManagerThrottlingTest, CtsShortcutManagerThrottlingTest[secondary_user] of the Android Compatibility Test Suite (CTS) using arm ABI in the ARC++ container.'
+
+def run_TS(machine):
+    host_list = [hosts.create_host(machine)]
+    job.run_test(
+        'cheets_CTS_R',
+        hosts=host_list,
+        iterations=1,
+        tag='11_r3.arm.CtsShortcut',
+        test_name='cheets_CTS_R.11_r3.arm.CtsShortcut',
+        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsShortcutHostTestCases', '--include-filter', 'CtsShortcutManagerLauncher1', '--include-filter', 'CtsShortcutManagerLauncher1[secondary_user]', '--include-filter', 'CtsShortcutManagerLauncher2', '--include-filter', 'CtsShortcutManagerLauncher2[secondary_user]', '--include-filter', 'CtsShortcutManagerLauncher3', '--include-filter', 'CtsShortcutManagerLauncher3[secondary_user]', '--include-filter', 'CtsShortcutManagerLauncher4', '--include-filter', 'CtsShortcutManagerLauncher4[secondary_user]', '--include-filter', 'CtsShortcutManagerPackage1', '--include-filter', 'CtsShortcutManagerPackage1[secondary_user]', '--include-filter', 'CtsShortcutManagerPackage2', '--include-filter', 'CtsShortcutManagerPackage2[secondary_user]', '--include-filter', 'CtsShortcutManagerPackage3', '--include-filter', 'CtsShortcutManagerPackage3[secondary_user]', '--include-filter', 'CtsShortcutManagerPackage4', '--include-filter', 'CtsShortcutManagerPackage4[secondary_user]', '--include-filter', 'CtsShortcutManagerTestCases', '--include-filter', 'CtsShortcutManagerTestCases[secondary_user]', '--include-filter', 'CtsShortcutManagerThrottlingTest', '--include-filter', 'CtsShortcutManagerThrottlingTest[secondary_user]', '--logcat-on-failure'],
+        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
+        target_module='CtsShortcut',
+        target_plan=None,
+        bundle='arm',
+        uri='LATEST',
+        use_jdk9=True,
+        timeout=39600)
+
+parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsSignedConfigHost b/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsSignedConfigHost
new file mode 100644
index 0000000..1ffe7e4
--- /dev/null
+++ b/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsSignedConfigHost
@@ -0,0 +1,34 @@
+# Copyright 2020 The Chromium OS Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+# This file has been automatically generated. Do not edit!
+
+AUTHOR = 'ARC++ Team'
+NAME = 'cheets_CTS_R.11_r3.arm.CtsSignedConfigHost'
+ATTRIBUTES = 'suite:arc-cts-r'
+DEPENDENCIES = 'arc'
+JOB_RETRIES = 1
+TEST_TYPE = 'server'
+TIME = 'MEDIUM'
+MAX_RESULT_SIZE_KB = 512000
+DOC = 'Run module CtsSignedConfigHostTestCases, CtsSignedConfigHostTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using arm ABI in the ARC++ container.'
+
+def run_TS(machine):
+    host_list = [hosts.create_host(machine)]
+    job.run_test(
+        'cheets_CTS_R',
+        hosts=host_list,
+        iterations=1,
+        tag='11_r3.arm.CtsSignedConfigHost',
+        test_name='cheets_CTS_R.11_r3.arm.CtsSignedConfigHost',
+        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsSignedConfigHostTestCases', '--include-filter', 'CtsSignedConfigHostTestCases[secondary_user]', '--logcat-on-failure'],
+        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
+        target_module='CtsSignedConfigHost',
+        target_plan=None,
+        bundle='arm',
+        uri='LATEST',
+        use_jdk9=True,
+        timeout=5400)
+
+parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsSimRestrictedApis b/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsSimRestrictedApis
new file mode 100644
index 0000000..6d392e1
--- /dev/null
+++ b/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsSimRestrictedApis
@@ -0,0 +1,34 @@
+# Copyright 2020 The Chromium OS Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+# This file has been automatically generated. Do not edit!
+
+AUTHOR = 'ARC++ Team'
+NAME = 'cheets_CTS_R.11_r3.arm.CtsSimRestrictedApis'
+ATTRIBUTES = 'suite:arc-cts-r'
+DEPENDENCIES = 'arc'
+JOB_RETRIES = 1
+TEST_TYPE = 'server'
+TIME = 'MEDIUM'
+MAX_RESULT_SIZE_KB = 512000
+DOC = 'Run module CtsSimRestrictedApisTestCases, CtsSimRestrictedApisTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using arm ABI in the ARC++ container.'
+
+def run_TS(machine):
+    host_list = [hosts.create_host(machine)]
+    job.run_test(
+        'cheets_CTS_R',
+        hosts=host_list,
+        iterations=1,
+        tag='11_r3.arm.CtsSimRestrictedApis',
+        test_name='cheets_CTS_R.11_r3.arm.CtsSimRestrictedApis',
+        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsSimRestrictedApisTestCases', '--include-filter', 'CtsSimRestrictedApisTestCases[secondary_user]', '--logcat-on-failure'],
+        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
+        target_module='CtsSimRestrictedApis',
+        target_plan=None,
+        bundle='arm',
+        uri='LATEST',
+        use_jdk9=True,
+        timeout=5400)
+
+parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsSimpleCpu b/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsSimpleCpu
new file mode 100644
index 0000000..d3fa5c2
--- /dev/null
+++ b/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsSimpleCpu
@@ -0,0 +1,34 @@
+# Copyright 2020 The Chromium OS Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+# This file has been automatically generated. Do not edit!
+
+AUTHOR = 'ARC++ Team'
+NAME = 'cheets_CTS_R.11_r3.arm.CtsSimpleCpu'
+ATTRIBUTES = 'suite:arc-cts-r'
+DEPENDENCIES = 'arc'
+JOB_RETRIES = 1
+TEST_TYPE = 'server'
+TIME = 'MEDIUM'
+MAX_RESULT_SIZE_KB = 512000
+DOC = 'Run module CtsSimpleCpuTestCases, CtsSimpleCpuTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using arm ABI in the ARC++ container.'
+
+def run_TS(machine):
+    host_list = [hosts.create_host(machine)]
+    job.run_test(
+        'cheets_CTS_R',
+        hosts=host_list,
+        iterations=1,
+        tag='11_r3.arm.CtsSimpleCpu',
+        test_name='cheets_CTS_R.11_r3.arm.CtsSimpleCpu',
+        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsSimpleCpuTestCases', '--include-filter', 'CtsSimpleCpuTestCases[secondary_user]', '--logcat-on-failure'],
+        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
+        target_module='CtsSimpleCpu',
+        target_plan=None,
+        bundle='arm',
+        uri='LATEST',
+        use_jdk9=True,
+        timeout=5400)
+
+parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsSimpleperfTestCases b/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsSimpleperfTestCases
new file mode 100644
index 0000000..794501b
--- /dev/null
+++ b/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsSimpleperfTestCases
@@ -0,0 +1,34 @@
+# Copyright 2020 The Chromium OS Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+# This file has been automatically generated. Do not edit!
+
+AUTHOR = 'ARC++ Team'
+NAME = 'cheets_CTS_R.11_r3.arm.CtsSimpleperfTestCases'
+ATTRIBUTES = 'suite:arc-cts-r'
+DEPENDENCIES = 'arc'
+JOB_RETRIES = 1
+TEST_TYPE = 'server'
+TIME = 'MEDIUM'
+MAX_RESULT_SIZE_KB = 512000
+DOC = 'Run module CtsSimpleperfTestCases of the Android Compatibility Test Suite (CTS) using arm ABI in the ARC++ container.'
+
+def run_TS(machine):
+    host_list = [hosts.create_host(machine)]
+    job.run_test(
+        'cheets_CTS_R',
+        hosts=host_list,
+        iterations=1,
+        tag='11_r3.arm.CtsSimpleperfTestCases',
+        test_name='cheets_CTS_R.11_r3.arm.CtsSimpleperfTestCases',
+        run_template=['run', 'commandAndExit', 'cts', '--module', 'CtsSimpleperfTestCases', '--logcat-on-failure'],
+        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
+        target_module='CtsSimpleperfTestCases',
+        target_plan=None,
+        bundle='arm',
+        uri='LATEST',
+        use_jdk9=True,
+        timeout=3600)
+
+parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsSkQP b/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsSkQP
new file mode 100644
index 0000000..998a744
--- /dev/null
+++ b/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsSkQP
@@ -0,0 +1,34 @@
+# Copyright 2020 The Chromium OS Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+# This file has been automatically generated. Do not edit!
+
+AUTHOR = 'ARC++ Team'
+NAME = 'cheets_CTS_R.11_r3.arm.CtsSkQP'
+ATTRIBUTES = 'suite:arc-cts-r'
+DEPENDENCIES = 'arc'
+JOB_RETRIES = 1
+TEST_TYPE = 'server'
+TIME = 'MEDIUM'
+MAX_RESULT_SIZE_KB = 512000
+DOC = 'Run module CtsSkQPTestCases, CtsSkQPTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using arm ABI in the ARC++ container.'
+
+def run_TS(machine):
+    host_list = [hosts.create_host(machine)]
+    job.run_test(
+        'cheets_CTS_R',
+        hosts=host_list,
+        iterations=1,
+        tag='11_r3.arm.CtsSkQP',
+        test_name='cheets_CTS_R.11_r3.arm.CtsSkQP',
+        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsSkQPTestCases', '--include-filter', 'CtsSkQPTestCases[secondary_user]', '--logcat-on-failure'],
+        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
+        target_module='CtsSkQP',
+        target_plan=None,
+        bundle='arm',
+        uri='LATEST',
+        use_jdk9=True,
+        timeout=5400)
+
+parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsSlice b/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsSlice
new file mode 100644
index 0000000..ac19edb
--- /dev/null
+++ b/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsSlice
@@ -0,0 +1,34 @@
+# Copyright 2020 The Chromium OS Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+# This file has been automatically generated. Do not edit!
+
+AUTHOR = 'ARC++ Team'
+NAME = 'cheets_CTS_R.11_r3.arm.CtsSlice'
+ATTRIBUTES = 'suite:arc-cts-r'
+DEPENDENCIES = 'arc'
+JOB_RETRIES = 1
+TEST_TYPE = 'server'
+TIME = 'MEDIUM'
+MAX_RESULT_SIZE_KB = 512000
+DOC = 'Run module CtsSliceTestCases, CtsSliceTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using arm ABI in the ARC++ container.'
+
+def run_TS(machine):
+    host_list = [hosts.create_host(machine)]
+    job.run_test(
+        'cheets_CTS_R',
+        hosts=host_list,
+        iterations=1,
+        tag='11_r3.arm.CtsSlice',
+        test_name='cheets_CTS_R.11_r3.arm.CtsSlice',
+        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsSliceTestCases', '--include-filter', 'CtsSliceTestCases[secondary_user]', '--logcat-on-failure'],
+        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
+        target_module='CtsSlice',
+        target_plan=None,
+        bundle='arm',
+        uri='LATEST',
+        use_jdk9=True,
+        timeout=5400)
+
+parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsSoundTrigger b/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsSoundTrigger
new file mode 100644
index 0000000..9c4009c
--- /dev/null
+++ b/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsSoundTrigger
@@ -0,0 +1,34 @@
+# Copyright 2020 The Chromium OS Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+# This file has been automatically generated. Do not edit!
+
+AUTHOR = 'ARC++ Team'
+NAME = 'cheets_CTS_R.11_r3.arm.CtsSoundTrigger'
+ATTRIBUTES = 'suite:arc-cts-r'
+DEPENDENCIES = 'arc'
+JOB_RETRIES = 1
+TEST_TYPE = 'server'
+TIME = 'MEDIUM'
+MAX_RESULT_SIZE_KB = 512000
+DOC = 'Run module CtsSoundTriggerTestCases, CtsSoundTriggerTestCases[instant], CtsSoundTriggerTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using arm ABI in the ARC++ container.'
+
+def run_TS(machine):
+    host_list = [hosts.create_host(machine)]
+    job.run_test(
+        'cheets_CTS_R',
+        hosts=host_list,
+        iterations=1,
+        tag='11_r3.arm.CtsSoundTrigger',
+        test_name='cheets_CTS_R.11_r3.arm.CtsSoundTrigger',
+        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsSoundTriggerTestCases', '--include-filter', 'CtsSoundTriggerTestCases[instant]', '--include-filter', 'CtsSoundTriggerTestCases[secondary_user]', '--logcat-on-failure'],
+        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
+        target_module='CtsSoundTrigger',
+        target_plan=None,
+        bundle='arm',
+        uri='LATEST',
+        use_jdk9=True,
+        timeout=7200)
+
+parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsSpeech b/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsSpeech
new file mode 100644
index 0000000..7cd623c
--- /dev/null
+++ b/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsSpeech
@@ -0,0 +1,34 @@
+# Copyright 2020 The Chromium OS Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+# This file has been automatically generated. Do not edit!
+
+AUTHOR = 'ARC++ Team'
+NAME = 'cheets_CTS_R.11_r3.arm.CtsSpeech'
+ATTRIBUTES = 'suite:arc-cts-r'
+DEPENDENCIES = 'arc'
+JOB_RETRIES = 1
+TEST_TYPE = 'server'
+TIME = 'MEDIUM'
+MAX_RESULT_SIZE_KB = 512000
+DOC = 'Run module CtsSpeechTestCases, CtsSpeechTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using arm ABI in the ARC++ container.'
+
+def run_TS(machine):
+    host_list = [hosts.create_host(machine)]
+    job.run_test(
+        'cheets_CTS_R',
+        hosts=host_list,
+        iterations=1,
+        tag='11_r3.arm.CtsSpeech',
+        test_name='cheets_CTS_R.11_r3.arm.CtsSpeech',
+        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsSpeechTestCases', '--include-filter', 'CtsSpeechTestCases[secondary_user]', '--logcat-on-failure'],
+        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
+        target_module='CtsSpeech',
+        target_plan=None,
+        bundle='arm',
+        uri='LATEST',
+        use_jdk9=True,
+        timeout=5400)
+
+parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsStagedInstallHostTestCases b/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsStagedInstallHostTestCases
new file mode 100644
index 0000000..20b03db
--- /dev/null
+++ b/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsStagedInstallHostTestCases
@@ -0,0 +1,34 @@
+# Copyright 2020 The Chromium OS Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+# This file has been automatically generated. Do not edit!
+
+AUTHOR = 'ARC++ Team'
+NAME = 'cheets_CTS_R.11_r3.arm.CtsStagedInstallHostTestCases'
+ATTRIBUTES = 'suite:arc-cts-r'
+DEPENDENCIES = 'arc'
+JOB_RETRIES = 1
+TEST_TYPE = 'server'
+TIME = 'MEDIUM'
+MAX_RESULT_SIZE_KB = 512000
+DOC = 'Run module CtsStagedInstallHostTestCases of the Android Compatibility Test Suite (CTS) using arm ABI in the ARC++ container.'
+
+def run_TS(machine):
+    host_list = [hosts.create_host(machine)]
+    job.run_test(
+        'cheets_CTS_R',
+        hosts=host_list,
+        iterations=1,
+        tag='11_r3.arm.CtsStagedInstallHostTestCases',
+        test_name='cheets_CTS_R.11_r3.arm.CtsStagedInstallHostTestCases',
+        run_template=['run', 'commandAndExit', 'cts', '--module', 'CtsStagedInstallHostTestCases', '--logcat-on-failure'],
+        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
+        target_module='CtsStagedInstallHostTestCases',
+        target_plan=None,
+        bundle='arm',
+        uri='LATEST',
+        use_jdk9=True,
+        timeout=3600)
+
+parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsStatsdHost b/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsStatsdHost
new file mode 100644
index 0000000..34107f9
--- /dev/null
+++ b/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsStatsdHost
@@ -0,0 +1,34 @@
+# Copyright 2020 The Chromium OS Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+# This file has been automatically generated. Do not edit!
+
+AUTHOR = 'ARC++ Team'
+NAME = 'cheets_CTS_R.11_r3.arm.CtsStatsdHost'
+ATTRIBUTES = 'suite:arc-cts-r'
+DEPENDENCIES = 'arc'
+JOB_RETRIES = 1
+TEST_TYPE = 'server'
+TIME = 'MEDIUM'
+MAX_RESULT_SIZE_KB = 512000
+DOC = 'Run module CtsStatsdHostTestCases, CtsStatsdHostTestCases[instant], CtsStatsdHostTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using arm ABI in the ARC++ container.'
+
+def run_TS(machine):
+    host_list = [hosts.create_host(machine)]
+    job.run_test(
+        'cheets_CTS_R',
+        hosts=host_list,
+        iterations=1,
+        tag='11_r3.arm.CtsStatsdHost',
+        test_name='cheets_CTS_R.11_r3.arm.CtsStatsdHost',
+        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsStatsdHostTestCases', '--include-filter', 'CtsStatsdHostTestCases[instant]', '--include-filter', 'CtsStatsdHostTestCases[secondary_user]', '--logcat-on-failure'],
+        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
+        target_module='CtsStatsdHost',
+        target_plan=None,
+        bundle='arm',
+        uri='LATEST',
+        use_jdk9=True,
+        timeout=12600)
+
+parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsStrictJavaPackages b/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsStrictJavaPackages
new file mode 100644
index 0000000..564f23b
--- /dev/null
+++ b/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsStrictJavaPackages
@@ -0,0 +1,34 @@
+# Copyright 2020 The Chromium OS Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+# This file has been automatically generated. Do not edit!
+
+AUTHOR = 'ARC++ Team'
+NAME = 'cheets_CTS_R.11_r3.arm.CtsStrictJavaPackages'
+ATTRIBUTES = 'suite:arc-cts-r'
+DEPENDENCIES = 'arc'
+JOB_RETRIES = 1
+TEST_TYPE = 'server'
+TIME = 'MEDIUM'
+MAX_RESULT_SIZE_KB = 512000
+DOC = 'Run module CtsStrictJavaPackagesTestCases, CtsStrictJavaPackagesTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using arm ABI in the ARC++ container.'
+
+def run_TS(machine):
+    host_list = [hosts.create_host(machine)]
+    job.run_test(
+        'cheets_CTS_R',
+        hosts=host_list,
+        iterations=1,
+        tag='11_r3.arm.CtsStrictJavaPackages',
+        test_name='cheets_CTS_R.11_r3.arm.CtsStrictJavaPackages',
+        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsStrictJavaPackagesTestCases', '--include-filter', 'CtsStrictJavaPackagesTestCases[secondary_user]', '--logcat-on-failure'],
+        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
+        target_module='CtsStrictJavaPackages',
+        target_plan=None,
+        bundle='arm',
+        uri='LATEST',
+        use_jdk9=True,
+        timeout=5400)
+
+parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsSuspendApps b/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsSuspendApps
new file mode 100644
index 0000000..e44f734
--- /dev/null
+++ b/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsSuspendApps
@@ -0,0 +1,34 @@
+# Copyright 2020 The Chromium OS Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+# This file has been automatically generated. Do not edit!
+
+AUTHOR = 'ARC++ Team'
+NAME = 'cheets_CTS_R.11_r3.arm.CtsSuspendApps'
+ATTRIBUTES = 'suite:arc-cts-r'
+DEPENDENCIES = 'arc'
+JOB_RETRIES = 1
+TEST_TYPE = 'server'
+TIME = 'MEDIUM'
+MAX_RESULT_SIZE_KB = 512000
+DOC = 'Run module CtsSuspendAppsPermissionTestCases, CtsSuspendAppsPermissionTestCases[secondary_user], CtsSuspendAppsTestCases, CtsSuspendAppsTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using arm ABI in the ARC++ container.'
+
+def run_TS(machine):
+    host_list = [hosts.create_host(machine)]
+    job.run_test(
+        'cheets_CTS_R',
+        hosts=host_list,
+        iterations=1,
+        tag='11_r3.arm.CtsSuspendApps',
+        test_name='cheets_CTS_R.11_r3.arm.CtsSuspendApps',
+        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsSuspendAppsPermissionTestCases', '--include-filter', 'CtsSuspendAppsPermissionTestCases[secondary_user]', '--include-filter', 'CtsSuspendAppsTestCases', '--include-filter', 'CtsSuspendAppsTestCases[secondary_user]', '--logcat-on-failure'],
+        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
+        target_module='CtsSuspendApps',
+        target_plan=None,
+        bundle='arm',
+        uri='LATEST',
+        use_jdk9=True,
+        timeout=9000)
+
+parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsSustainedPerformanceHost b/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsSustainedPerformanceHost
new file mode 100644
index 0000000..0c4d869
--- /dev/null
+++ b/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsSustainedPerformanceHost
@@ -0,0 +1,34 @@
+# Copyright 2020 The Chromium OS Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+# This file has been automatically generated. Do not edit!
+
+AUTHOR = 'ARC++ Team'
+NAME = 'cheets_CTS_R.11_r3.arm.CtsSustainedPerformanceHost'
+ATTRIBUTES = 'suite:arc-cts-r'
+DEPENDENCIES = 'arc'
+JOB_RETRIES = 1
+TEST_TYPE = 'server'
+TIME = 'MEDIUM'
+MAX_RESULT_SIZE_KB = 512000
+DOC = 'Run module CtsSustainedPerformanceHostTestCases, CtsSustainedPerformanceHostTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using arm ABI in the ARC++ container.'
+
+def run_TS(machine):
+    host_list = [hosts.create_host(machine)]
+    job.run_test(
+        'cheets_CTS_R',
+        hosts=host_list,
+        iterations=1,
+        tag='11_r3.arm.CtsSustainedPerformanceHost',
+        test_name='cheets_CTS_R.11_r3.arm.CtsSustainedPerformanceHost',
+        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsSustainedPerformanceHostTestCases', '--include-filter', 'CtsSustainedPerformanceHostTestCases[secondary_user]', '--logcat-on-failure'],
+        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
+        target_module='CtsSustainedPerformanceHost',
+        target_plan=None,
+        bundle='arm',
+        uri='LATEST',
+        use_jdk9=True,
+        timeout=5400)
+
+parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsSync b/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsSync
new file mode 100644
index 0000000..dffa73d
--- /dev/null
+++ b/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsSync
@@ -0,0 +1,34 @@
+# Copyright 2020 The Chromium OS Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+# This file has been automatically generated. Do not edit!
+
+AUTHOR = 'ARC++ Team'
+NAME = 'cheets_CTS_R.11_r3.arm.CtsSync'
+ATTRIBUTES = 'suite:arc-cts-r'
+DEPENDENCIES = 'arc'
+JOB_RETRIES = 1
+TEST_TYPE = 'server'
+TIME = 'MEDIUM'
+MAX_RESULT_SIZE_KB = 512000
+DOC = 'Run module CtsSyncAccountAccessOtherCertTestCases, CtsSyncAccountAccessOtherCertTestCases[secondary_user], CtsSyncContentHostTestCases, CtsSyncContentHostTestCases[secondary_user], CtsSyncManagerTestsCases, CtsSyncManagerTestsCases[secondary_user] of the Android Compatibility Test Suite (CTS) using arm ABI in the ARC++ container.'
+
+def run_TS(machine):
+    host_list = [hosts.create_host(machine)]
+    job.run_test(
+        'cheets_CTS_R',
+        hosts=host_list,
+        iterations=1,
+        tag='11_r3.arm.CtsSync',
+        test_name='cheets_CTS_R.11_r3.arm.CtsSync',
+        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsSyncAccountAccessOtherCertTestCases', '--include-filter', 'CtsSyncAccountAccessOtherCertTestCases[secondary_user]', '--include-filter', 'CtsSyncContentHostTestCases', '--include-filter', 'CtsSyncContentHostTestCases[secondary_user]', '--include-filter', 'CtsSyncManagerTestsCases', '--include-filter', 'CtsSyncManagerTestsCases[secondary_user]', '--logcat-on-failure'],
+        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
+        target_module='CtsSync',
+        target_plan=None,
+        bundle='arm',
+        uri='LATEST',
+        use_jdk9=True,
+        timeout=12600)
+
+parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsSystem b/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsSystem
new file mode 100644
index 0000000..3b3c39e
--- /dev/null
+++ b/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsSystem
@@ -0,0 +1,34 @@
+# Copyright 2020 The Chromium OS Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+# This file has been automatically generated. Do not edit!
+
+AUTHOR = 'ARC++ Team'
+NAME = 'cheets_CTS_R.11_r3.arm.CtsSystem'
+ATTRIBUTES = 'suite:arc-cts-r'
+DEPENDENCIES = 'arc'
+JOB_RETRIES = 1
+TEST_TYPE = 'server'
+TIME = 'MEDIUM'
+MAX_RESULT_SIZE_KB = 512000
+DOC = 'Run module CtsSystemApiAnnotationTestCases, CtsSystemApiAnnotationTestCases[instant], CtsSystemApiAnnotationTestCases[secondary_user], CtsSystemApiSignatureTestCases, CtsSystemApiSignatureTestCases[instant], CtsSystemApiSignatureTestCases[secondary_user], CtsSystemIntentTestCases, CtsSystemIntentTestCases[secondary_user], CtsSystemUiHostTestCases, CtsSystemUiHostTestCases[instant], CtsSystemUiHostTestCases[secondary_user], CtsSystemUiTestCases, CtsSystemUiTestCases[instant], CtsSystemUiTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using arm ABI in the ARC++ container.'
+
+def run_TS(machine):
+    host_list = [hosts.create_host(machine)]
+    job.run_test(
+        'cheets_CTS_R',
+        hosts=host_list,
+        iterations=1,
+        tag='11_r3.arm.CtsSystem',
+        test_name='cheets_CTS_R.11_r3.arm.CtsSystem',
+        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsSystemApiAnnotationTestCases', '--include-filter', 'CtsSystemApiAnnotationTestCases[instant]', '--include-filter', 'CtsSystemApiAnnotationTestCases[secondary_user]', '--include-filter', 'CtsSystemApiSignatureTestCases', '--include-filter', 'CtsSystemApiSignatureTestCases[instant]', '--include-filter', 'CtsSystemApiSignatureTestCases[secondary_user]', '--include-filter', 'CtsSystemIntentTestCases', '--include-filter', 'CtsSystemIntentTestCases[secondary_user]', '--include-filter', 'CtsSystemUiHostTestCases', '--include-filter', 'CtsSystemUiHostTestCases[instant]', '--include-filter', 'CtsSystemUiHostTestCases[secondary_user]', '--include-filter', 'CtsSystemUiTestCases', '--include-filter', 'CtsSystemUiTestCases[instant]', '--include-filter', 'CtsSystemUiTestCases[secondary_user]', '--logcat-on-failure'],
+        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
+        target_module='CtsSystem',
+        target_plan=None,
+        bundle='arm',
+        uri='LATEST',
+        use_jdk9=True,
+        timeout=27000)
+
+parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsTaggingHost b/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsTaggingHost
new file mode 100644
index 0000000..3111ebf
--- /dev/null
+++ b/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsTaggingHost
@@ -0,0 +1,34 @@
+# Copyright 2020 The Chromium OS Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+# This file has been automatically generated. Do not edit!
+
+AUTHOR = 'ARC++ Team'
+NAME = 'cheets_CTS_R.11_r3.arm.CtsTaggingHost'
+ATTRIBUTES = 'suite:arc-cts-r'
+DEPENDENCIES = 'arc'
+JOB_RETRIES = 1
+TEST_TYPE = 'server'
+TIME = 'MEDIUM'
+MAX_RESULT_SIZE_KB = 512000
+DOC = 'Run module CtsTaggingHostTestCases, CtsTaggingHostTestCases[instant], CtsTaggingHostTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using arm ABI in the ARC++ container.'
+
+def run_TS(machine):
+    host_list = [hosts.create_host(machine)]
+    job.run_test(
+        'cheets_CTS_R',
+        hosts=host_list,
+        iterations=1,
+        tag='11_r3.arm.CtsTaggingHost',
+        test_name='cheets_CTS_R.11_r3.arm.CtsTaggingHost',
+        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsTaggingHostTestCases', '--include-filter', 'CtsTaggingHostTestCases[instant]', '--include-filter', 'CtsTaggingHostTestCases[secondary_user]', '--logcat-on-failure'],
+        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
+        target_module='CtsTaggingHost',
+        target_plan=None,
+        bundle='arm',
+        uri='LATEST',
+        use_jdk9=True,
+        timeout=7200)
+
+parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsTelecom b/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsTelecom
new file mode 100644
index 0000000..a52938b
--- /dev/null
+++ b/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsTelecom
@@ -0,0 +1,34 @@
+# Copyright 2020 The Chromium OS Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+# This file has been automatically generated. Do not edit!
+
+AUTHOR = 'ARC++ Team'
+NAME = 'cheets_CTS_R.11_r3.arm.CtsTelecom'
+ATTRIBUTES = 'suite:arc-cts-r'
+DEPENDENCIES = 'arc'
+JOB_RETRIES = 1
+TEST_TYPE = 'server'
+TIME = 'MEDIUM'
+MAX_RESULT_SIZE_KB = 512000
+DOC = 'Run module CtsTelecomTestCases, CtsTelecomTestCases2, CtsTelecomTestCases2[secondary_user], CtsTelecomTestCases3, CtsTelecomTestCases3[secondary_user], CtsTelecomTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using arm ABI in the ARC++ container.'
+
+def run_TS(machine):
+    host_list = [hosts.create_host(machine)]
+    job.run_test(
+        'cheets_CTS_R',
+        hosts=host_list,
+        iterations=1,
+        tag='11_r3.arm.CtsTelecom',
+        test_name='cheets_CTS_R.11_r3.arm.CtsTelecom',
+        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsTelecomTestCases', '--include-filter', 'CtsTelecomTestCases2', '--include-filter', 'CtsTelecomTestCases2[secondary_user]', '--include-filter', 'CtsTelecomTestCases3', '--include-filter', 'CtsTelecomTestCases3[secondary_user]', '--include-filter', 'CtsTelecomTestCases[secondary_user]', '--logcat-on-failure'],
+        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
+        target_module='CtsTelecom',
+        target_plan=None,
+        bundle='arm',
+        uri='LATEST',
+        use_jdk9=True,
+        timeout=12600)
+
+parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsTelephony b/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsTelephony
new file mode 100644
index 0000000..ea4dcd3
--- /dev/null
+++ b/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsTelephony
@@ -0,0 +1,34 @@
+# Copyright 2020 The Chromium OS Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+# This file has been automatically generated. Do not edit!
+
+AUTHOR = 'ARC++ Team'
+NAME = 'cheets_CTS_R.11_r3.arm.CtsTelephony'
+ATTRIBUTES = 'suite:arc-cts-r'
+DEPENDENCIES = 'arc'
+JOB_RETRIES = 1
+TEST_TYPE = 'server'
+TIME = 'MEDIUM'
+MAX_RESULT_SIZE_KB = 512000
+DOC = 'Run module CtsTelephony2TestCases, CtsTelephony2TestCases[instant], CtsTelephony2TestCases[secondary_user], CtsTelephony3TestCases, CtsTelephony3TestCases[secondary_user], CtsTelephonyHostCases, CtsTelephonyHostCases[secondary_user], CtsTelephonyProviderHostCases, CtsTelephonyProviderHostCases[secondary_user], CtsTelephonyProviderTestCases, CtsTelephonyProviderTestCases[secondary_user], CtsTelephonySdk28TestCases, CtsTelephonySdk28TestCases[secondary_user], CtsTelephonyTestCases, CtsTelephonyTestCasesPermissionReadPhoneState, CtsTelephonyTestCasesPermissionReadPhoneState[instant], CtsTelephonyTestCasesPermissionReadPhoneState[secondary_user] of the Android Compatibility Test Suite (CTS) using arm ABI in the ARC++ container.'
+
+def run_TS(machine):
+    host_list = [hosts.create_host(machine)]
+    job.run_test(
+        'cheets_CTS_R',
+        hosts=host_list,
+        iterations=1,
+        tag='11_r3.arm.CtsTelephony',
+        test_name='cheets_CTS_R.11_r3.arm.CtsTelephony',
+        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsTelephony2TestCases', '--include-filter', 'CtsTelephony2TestCases[instant]', '--include-filter', 'CtsTelephony2TestCases[secondary_user]', '--include-filter', 'CtsTelephony3TestCases', '--include-filter', 'CtsTelephony3TestCases[secondary_user]', '--include-filter', 'CtsTelephonyHostCases', '--include-filter', 'CtsTelephonyHostCases[secondary_user]', '--include-filter', 'CtsTelephonyProviderHostCases', '--include-filter', 'CtsTelephonyProviderHostCases[secondary_user]', '--include-filter', 'CtsTelephonyProviderTestCases', '--include-filter', 'CtsTelephonyProviderTestCases[secondary_user]', '--include-filter', 'CtsTelephonySdk28TestCases', '--include-filter', 'CtsTelephonySdk28TestCases[secondary_user]', '--include-filter', 'CtsTelephonyTestCases', '--include-filter', 'CtsTelephonyTestCasesPermissionReadPhoneState', '--include-filter', 'CtsTelephonyTestCasesPermissionReadPhoneState[instant]', '--include-filter', 'CtsTelephonyTestCasesPermissionReadPhoneState[secondary_user]', '--logcat-on-failure'],
+        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
+        target_module='CtsTelephony',
+        target_plan=None,
+        bundle='arm',
+        uri='LATEST',
+        use_jdk9=True,
+        timeout=32400)
+
+parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsTestHarnessMode b/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsTestHarnessMode
new file mode 100644
index 0000000..4535667
--- /dev/null
+++ b/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsTestHarnessMode
@@ -0,0 +1,34 @@
+# Copyright 2020 The Chromium OS Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+# This file has been automatically generated. Do not edit!
+
+AUTHOR = 'ARC++ Team'
+NAME = 'cheets_CTS_R.11_r3.arm.CtsTestHarnessMode'
+ATTRIBUTES = 'suite:arc-cts-r'
+DEPENDENCIES = 'arc'
+JOB_RETRIES = 1
+TEST_TYPE = 'server'
+TIME = 'MEDIUM'
+MAX_RESULT_SIZE_KB = 512000
+DOC = 'Run module CtsTestHarnessModeTestCases, CtsTestHarnessModeTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using arm ABI in the ARC++ container.'
+
+def run_TS(machine):
+    host_list = [hosts.create_host(machine)]
+    job.run_test(
+        'cheets_CTS_R',
+        hosts=host_list,
+        iterations=1,
+        tag='11_r3.arm.CtsTestHarnessMode',
+        test_name='cheets_CTS_R.11_r3.arm.CtsTestHarnessMode',
+        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsTestHarnessModeTestCases', '--include-filter', 'CtsTestHarnessModeTestCases[secondary_user]', '--logcat-on-failure'],
+        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
+        target_module='CtsTestHarnessMode',
+        target_plan=None,
+        bundle='arm',
+        uri='LATEST',
+        use_jdk9=True,
+        timeout=5400)
+
+parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsTetheringTest b/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsTetheringTest
new file mode 100644
index 0000000..17548e9
--- /dev/null
+++ b/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsTetheringTest
@@ -0,0 +1,34 @@
+# Copyright 2020 The Chromium OS Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+# This file has been automatically generated. Do not edit!
+
+AUTHOR = 'ARC++ Team'
+NAME = 'cheets_CTS_R.11_r3.arm.CtsTetheringTest'
+ATTRIBUTES = 'suite:arc-cts-r'
+DEPENDENCIES = 'arc'
+JOB_RETRIES = 1
+TEST_TYPE = 'server'
+TIME = 'MEDIUM'
+MAX_RESULT_SIZE_KB = 512000
+DOC = 'Run module CtsTetheringTest, CtsTetheringTest[secondary_user] of the Android Compatibility Test Suite (CTS) using arm ABI in the ARC++ container.'
+
+def run_TS(machine):
+    host_list = [hosts.create_host(machine)]
+    job.run_test(
+        'cheets_CTS_R',
+        hosts=host_list,
+        iterations=1,
+        tag='11_r3.arm.CtsTetheringTest',
+        test_name='cheets_CTS_R.11_r3.arm.CtsTetheringTest',
+        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsTetheringTest', '--include-filter', 'CtsTetheringTest[secondary_user]', '--logcat-on-failure'],
+        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
+        target_module='CtsTetheringTest',
+        target_plan=None,
+        bundle='arm',
+        uri='LATEST',
+        use_jdk9=True,
+        timeout=5400)
+
+parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsText b/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsText
new file mode 100644
index 0000000..f5f83e5
--- /dev/null
+++ b/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsText
@@ -0,0 +1,34 @@
+# Copyright 2020 The Chromium OS Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+# This file has been automatically generated. Do not edit!
+
+AUTHOR = 'ARC++ Team'
+NAME = 'cheets_CTS_R.11_r3.arm.CtsText'
+ATTRIBUTES = 'suite:arc-cts-r'
+DEPENDENCIES = 'arc'
+JOB_RETRIES = 1
+TEST_TYPE = 'server'
+TIME = 'MEDIUM'
+MAX_RESULT_SIZE_KB = 512000
+DOC = 'Run module CtsTextClassifierTestCases, CtsTextClassifierTestCases[secondary_user], CtsTextTestCases, CtsTextTestCases[instant], CtsTextTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using arm ABI in the ARC++ container.'
+
+def run_TS(machine):
+    host_list = [hosts.create_host(machine)]
+    job.run_test(
+        'cheets_CTS_R',
+        hosts=host_list,
+        iterations=1,
+        tag='11_r3.arm.CtsText',
+        test_name='cheets_CTS_R.11_r3.arm.CtsText',
+        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsTextClassifierTestCases', '--include-filter', 'CtsTextClassifierTestCases[secondary_user]', '--include-filter', 'CtsTextTestCases', '--include-filter', 'CtsTextTestCases[instant]', '--include-filter', 'CtsTextTestCases[secondary_user]', '--logcat-on-failure'],
+        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
+        target_module='CtsText',
+        target_plan=None,
+        bundle='arm',
+        uri='LATEST',
+        use_jdk9=True,
+        timeout=10800)
+
+parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsTfliteNnapiDelegate b/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsTfliteNnapiDelegate
new file mode 100644
index 0000000..dfa712a
--- /dev/null
+++ b/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsTfliteNnapiDelegate
@@ -0,0 +1,34 @@
+# Copyright 2020 The Chromium OS Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+# This file has been automatically generated. Do not edit!
+
+AUTHOR = 'ARC++ Team'
+NAME = 'cheets_CTS_R.11_r3.arm.CtsTfliteNnapiDelegate'
+ATTRIBUTES = 'suite:arc-cts-r'
+DEPENDENCIES = 'arc'
+JOB_RETRIES = 1
+TEST_TYPE = 'server'
+TIME = 'MEDIUM'
+MAX_RESULT_SIZE_KB = 512000
+DOC = 'Run module CtsTfliteNnapiDelegateTestCases, CtsTfliteNnapiDelegateTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using arm ABI in the ARC++ container.'
+
+def run_TS(machine):
+    host_list = [hosts.create_host(machine)]
+    job.run_test(
+        'cheets_CTS_R',
+        hosts=host_list,
+        iterations=1,
+        tag='11_r3.arm.CtsTfliteNnapiDelegate',
+        test_name='cheets_CTS_R.11_r3.arm.CtsTfliteNnapiDelegate',
+        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsTfliteNnapiDelegateTestCases', '--include-filter', 'CtsTfliteNnapiDelegateTestCases[secondary_user]', '--logcat-on-failure'],
+        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
+        target_module='CtsTfliteNnapiDelegate',
+        target_plan=None,
+        bundle='arm',
+        uri='LATEST',
+        use_jdk9=True,
+        timeout=5400)
+
+parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsTheme b/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsTheme
new file mode 100644
index 0000000..1fdf690
--- /dev/null
+++ b/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsTheme
@@ -0,0 +1,34 @@
+# Copyright 2020 The Chromium OS Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+# This file has been automatically generated. Do not edit!
+
+AUTHOR = 'ARC++ Team'
+NAME = 'cheets_CTS_R.11_r3.arm.CtsTheme'
+ATTRIBUTES = 'suite:arc-cts-r'
+DEPENDENCIES = 'arc'
+JOB_RETRIES = 1
+TEST_TYPE = 'server'
+TIME = 'MEDIUM'
+MAX_RESULT_SIZE_KB = 512000
+DOC = 'Run module CtsThemeDeviceTestCases, CtsThemeDeviceTestCases[secondary_user], CtsThemeHostTestCases, CtsThemeHostTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using arm ABI in the ARC++ container.'
+
+def run_TS(machine):
+    host_list = [hosts.create_host(machine)]
+    job.run_test(
+        'cheets_CTS_R',
+        hosts=host_list,
+        iterations=1,
+        tag='11_r3.arm.CtsTheme',
+        test_name='cheets_CTS_R.11_r3.arm.CtsTheme',
+        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsThemeDeviceTestCases', '--include-filter', 'CtsThemeDeviceTestCases[secondary_user]', '--include-filter', 'CtsThemeHostTestCases', '--include-filter', 'CtsThemeHostTestCases[secondary_user]', '--logcat-on-failure'],
+        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
+        target_module='CtsTheme',
+        target_plan=None,
+        bundle='arm',
+        uri='LATEST',
+        use_jdk9=True,
+        timeout=9000)
+
+parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsThermal b/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsThermal
new file mode 100644
index 0000000..e29342c
--- /dev/null
+++ b/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsThermal
@@ -0,0 +1,34 @@
+# Copyright 2020 The Chromium OS Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+# This file has been automatically generated. Do not edit!
+
+AUTHOR = 'ARC++ Team'
+NAME = 'cheets_CTS_R.11_r3.arm.CtsThermal'
+ATTRIBUTES = 'suite:arc-cts-r'
+DEPENDENCIES = 'arc'
+JOB_RETRIES = 1
+TEST_TYPE = 'server'
+TIME = 'MEDIUM'
+MAX_RESULT_SIZE_KB = 512000
+DOC = 'Run module CtsThermalTestCases, CtsThermalTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using arm ABI in the ARC++ container.'
+
+def run_TS(machine):
+    host_list = [hosts.create_host(machine)]
+    job.run_test(
+        'cheets_CTS_R',
+        hosts=host_list,
+        iterations=1,
+        tag='11_r3.arm.CtsThermal',
+        test_name='cheets_CTS_R.11_r3.arm.CtsThermal',
+        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsThermalTestCases', '--include-filter', 'CtsThermalTestCases[secondary_user]', '--logcat-on-failure'],
+        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
+        target_module='CtsThermal',
+        target_plan=None,
+        bundle='arm',
+        uri='LATEST',
+        use_jdk9=True,
+        timeout=5400)
+
+parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsToast b/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsToast
new file mode 100644
index 0000000..32cb368
--- /dev/null
+++ b/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsToast
@@ -0,0 +1,34 @@
+# Copyright 2020 The Chromium OS Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+# This file has been automatically generated. Do not edit!
+
+AUTHOR = 'ARC++ Team'
+NAME = 'cheets_CTS_R.11_r3.arm.CtsToast'
+ATTRIBUTES = 'suite:arc-cts-r'
+DEPENDENCIES = 'arc'
+JOB_RETRIES = 1
+TEST_TYPE = 'server'
+TIME = 'MEDIUM'
+MAX_RESULT_SIZE_KB = 512000
+DOC = 'Run module CtsToastLegacyTestCases, CtsToastLegacyTestCases[secondary_user], CtsToastTestCases, CtsToastTestCases[instant], CtsToastTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using arm ABI in the ARC++ container.'
+
+def run_TS(machine):
+    host_list = [hosts.create_host(machine)]
+    job.run_test(
+        'cheets_CTS_R',
+        hosts=host_list,
+        iterations=1,
+        tag='11_r3.arm.CtsToast',
+        test_name='cheets_CTS_R.11_r3.arm.CtsToast',
+        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsToastLegacyTestCases', '--include-filter', 'CtsToastLegacyTestCases[secondary_user]', '--include-filter', 'CtsToastTestCases', '--include-filter', 'CtsToastTestCases[instant]', '--include-filter', 'CtsToastTestCases[secondary_user]', '--logcat-on-failure'],
+        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
+        target_module='CtsToast',
+        target_plan=None,
+        bundle='arm',
+        uri='LATEST',
+        use_jdk9=True,
+        timeout=10800)
+
+parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsTransition b/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsTransition
new file mode 100644
index 0000000..4b75bb7
--- /dev/null
+++ b/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsTransition
@@ -0,0 +1,34 @@
+# Copyright 2020 The Chromium OS Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+# This file has been automatically generated. Do not edit!
+
+AUTHOR = 'ARC++ Team'
+NAME = 'cheets_CTS_R.11_r3.arm.CtsTransition'
+ATTRIBUTES = 'suite:arc-cts-r'
+DEPENDENCIES = 'arc'
+JOB_RETRIES = 1
+TEST_TYPE = 'server'
+TIME = 'MEDIUM'
+MAX_RESULT_SIZE_KB = 512000
+DOC = 'Run module CtsTransitionTestCases, CtsTransitionTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using arm ABI in the ARC++ container.'
+
+def run_TS(machine):
+    host_list = [hosts.create_host(machine)]
+    job.run_test(
+        'cheets_CTS_R',
+        hosts=host_list,
+        iterations=1,
+        tag='11_r3.arm.CtsTransition',
+        test_name='cheets_CTS_R.11_r3.arm.CtsTransition',
+        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsTransitionTestCases', '--include-filter', 'CtsTransitionTestCases[secondary_user]', '--logcat-on-failure'],
+        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
+        target_module='CtsTransition',
+        target_plan=None,
+        bundle='arm',
+        uri='LATEST',
+        use_jdk9=True,
+        timeout=5400)
+
+parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsTrustedVoiceHost b/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsTrustedVoiceHost
new file mode 100644
index 0000000..b7be2cd
--- /dev/null
+++ b/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsTrustedVoiceHost
@@ -0,0 +1,34 @@
+# Copyright 2020 The Chromium OS Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+# This file has been automatically generated. Do not edit!
+
+AUTHOR = 'ARC++ Team'
+NAME = 'cheets_CTS_R.11_r3.arm.CtsTrustedVoiceHost'
+ATTRIBUTES = 'suite:arc-cts-r'
+DEPENDENCIES = 'arc'
+JOB_RETRIES = 1
+TEST_TYPE = 'server'
+TIME = 'MEDIUM'
+MAX_RESULT_SIZE_KB = 512000
+DOC = 'Run module CtsTrustedVoiceHostTestCases, CtsTrustedVoiceHostTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using arm ABI in the ARC++ container.'
+
+def run_TS(machine):
+    host_list = [hosts.create_host(machine)]
+    job.run_test(
+        'cheets_CTS_R',
+        hosts=host_list,
+        iterations=1,
+        tag='11_r3.arm.CtsTrustedVoiceHost',
+        test_name='cheets_CTS_R.11_r3.arm.CtsTrustedVoiceHost',
+        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsTrustedVoiceHostTestCases', '--include-filter', 'CtsTrustedVoiceHostTestCases[secondary_user]', '--logcat-on-failure'],
+        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
+        target_module='CtsTrustedVoiceHost',
+        target_plan=None,
+        bundle='arm',
+        uri='LATEST',
+        use_jdk9=True,
+        timeout=5400)
+
+parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsTv b/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsTv
new file mode 100644
index 0000000..3f9fc0d
--- /dev/null
+++ b/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsTv
@@ -0,0 +1,34 @@
+# Copyright 2020 The Chromium OS Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+# This file has been automatically generated. Do not edit!
+
+AUTHOR = 'ARC++ Team'
+NAME = 'cheets_CTS_R.11_r3.arm.CtsTv'
+ATTRIBUTES = 'suite:arc-cts-r'
+DEPENDENCIES = 'arc'
+JOB_RETRIES = 1
+TEST_TYPE = 'server'
+TIME = 'MEDIUM'
+MAX_RESULT_SIZE_KB = 512000
+DOC = 'Run module CtsTvProviderTestCases, CtsTvProviderTestCases[secondary_user], CtsTvTestCases, CtsTvTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using arm ABI in the ARC++ container.'
+
+def run_TS(machine):
+    host_list = [hosts.create_host(machine)]
+    job.run_test(
+        'cheets_CTS_R',
+        hosts=host_list,
+        iterations=1,
+        tag='11_r3.arm.CtsTv',
+        test_name='cheets_CTS_R.11_r3.arm.CtsTv',
+        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsTvProviderTestCases', '--include-filter', 'CtsTvProviderTestCases[secondary_user]', '--include-filter', 'CtsTvTestCases', '--include-filter', 'CtsTvTestCases[secondary_user]', '--logcat-on-failure'],
+        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
+        target_module='CtsTv',
+        target_plan=None,
+        bundle='arm',
+        uri='LATEST',
+        use_jdk9=True,
+        timeout=9000)
+
+parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsUi b/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsUi
new file mode 100644
index 0000000..9d07335
--- /dev/null
+++ b/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsUi
@@ -0,0 +1,34 @@
+# Copyright 2020 The Chromium OS Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+# This file has been automatically generated. Do not edit!
+
+AUTHOR = 'ARC++ Team'
+NAME = 'cheets_CTS_R.11_r3.arm.CtsUi'
+ATTRIBUTES = 'suite:arc-cts-r'
+DEPENDENCIES = 'arc'
+JOB_RETRIES = 1
+TEST_TYPE = 'server'
+TIME = 'MEDIUM'
+MAX_RESULT_SIZE_KB = 512000
+DOC = 'Run module CtsUiAutomationTestCases, CtsUiAutomationTestCases[instant], CtsUiAutomationTestCases[secondary_user], CtsUiRenderingTestCases, CtsUiRenderingTestCases27, CtsUiRenderingTestCases27[instant], CtsUiRenderingTestCases27[secondary_user], CtsUiRenderingTestCases[instant], CtsUiRenderingTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using arm ABI in the ARC++ container.'
+
+def run_TS(machine):
+    host_list = [hosts.create_host(machine)]
+    job.run_test(
+        'cheets_CTS_R',
+        hosts=host_list,
+        iterations=1,
+        tag='11_r3.arm.CtsUi',
+        test_name='cheets_CTS_R.11_r3.arm.CtsUi',
+        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsUiAutomationTestCases', '--include-filter', 'CtsUiAutomationTestCases[instant]', '--include-filter', 'CtsUiAutomationTestCases[secondary_user]', '--include-filter', 'CtsUiRenderingTestCases', '--include-filter', 'CtsUiRenderingTestCases27', '--include-filter', 'CtsUiRenderingTestCases27[instant]', '--include-filter', 'CtsUiRenderingTestCases27[secondary_user]', '--include-filter', 'CtsUiRenderingTestCases[instant]', '--include-filter', 'CtsUiRenderingTestCases[secondary_user]', '--logcat-on-failure'],
+        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
+        target_module='CtsUi',
+        target_plan=None,
+        bundle='arm',
+        uri='LATEST',
+        use_jdk9=True,
+        timeout=18000)
+
+parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsUidIsolation b/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsUidIsolation
new file mode 100644
index 0000000..63af7cc
--- /dev/null
+++ b/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsUidIsolation
@@ -0,0 +1,34 @@
+# Copyright 2020 The Chromium OS Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+# This file has been automatically generated. Do not edit!
+
+AUTHOR = 'ARC++ Team'
+NAME = 'cheets_CTS_R.11_r3.arm.CtsUidIsolation'
+ATTRIBUTES = 'suite:arc-cts-r'
+DEPENDENCIES = 'arc'
+JOB_RETRIES = 1
+TEST_TYPE = 'server'
+TIME = 'MEDIUM'
+MAX_RESULT_SIZE_KB = 512000
+DOC = 'Run module CtsUidIsolationTestCases, CtsUidIsolationTestCases[instant], CtsUidIsolationTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using arm ABI in the ARC++ container.'
+
+def run_TS(machine):
+    host_list = [hosts.create_host(machine)]
+    job.run_test(
+        'cheets_CTS_R',
+        hosts=host_list,
+        iterations=1,
+        tag='11_r3.arm.CtsUidIsolation',
+        test_name='cheets_CTS_R.11_r3.arm.CtsUidIsolation',
+        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsUidIsolationTestCases', '--include-filter', 'CtsUidIsolationTestCases[instant]', '--include-filter', 'CtsUidIsolationTestCases[secondary_user]', '--logcat-on-failure'],
+        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
+        target_module='CtsUidIsolation',
+        target_plan=None,
+        bundle='arm',
+        uri='LATEST',
+        use_jdk9=True,
+        timeout=7200)
+
+parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsUsageStats b/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsUsageStats
new file mode 100644
index 0000000..a7e7760
--- /dev/null
+++ b/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsUsageStats
@@ -0,0 +1,34 @@
+# Copyright 2020 The Chromium OS Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+# This file has been automatically generated. Do not edit!
+
+AUTHOR = 'ARC++ Team'
+NAME = 'cheets_CTS_R.11_r3.arm.CtsUsageStats'
+ATTRIBUTES = 'suite:arc-cts-r'
+DEPENDENCIES = 'arc'
+JOB_RETRIES = 1
+TEST_TYPE = 'server'
+TIME = 'MEDIUM'
+MAX_RESULT_SIZE_KB = 512000
+DOC = 'Run module CtsUsageStatsTestCases, CtsUsageStatsTestCases[instant], CtsUsageStatsTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using arm ABI in the ARC++ container.'
+
+def run_TS(machine):
+    host_list = [hosts.create_host(machine)]
+    job.run_test(
+        'cheets_CTS_R',
+        hosts=host_list,
+        iterations=1,
+        tag='11_r3.arm.CtsUsageStats',
+        test_name='cheets_CTS_R.11_r3.arm.CtsUsageStats',
+        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsUsageStatsTestCases', '--include-filter', 'CtsUsageStatsTestCases[instant]', '--include-filter', 'CtsUsageStatsTestCases[secondary_user]', '--logcat-on-failure'],
+        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
+        target_module='CtsUsageStats',
+        target_plan=None,
+        bundle='arm',
+        uri='LATEST',
+        use_jdk9=True,
+        timeout=7200)
+
+parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsUsb b/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsUsb
new file mode 100644
index 0000000..a2d6109
--- /dev/null
+++ b/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsUsb
@@ -0,0 +1,34 @@
+# Copyright 2020 The Chromium OS Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+# This file has been automatically generated. Do not edit!
+
+AUTHOR = 'ARC++ Team'
+NAME = 'cheets_CTS_R.11_r3.arm.CtsUsb'
+ATTRIBUTES = 'suite:arc-cts-r'
+DEPENDENCIES = 'arc'
+JOB_RETRIES = 1
+TEST_TYPE = 'server'
+TIME = 'MEDIUM'
+MAX_RESULT_SIZE_KB = 512000
+DOC = 'Run module CtsUsbManagerTestCases, CtsUsbManagerTestCases[secondary_user], CtsUsbTests, CtsUsbTests[instant], CtsUsbTests[secondary_user] of the Android Compatibility Test Suite (CTS) using arm ABI in the ARC++ container.'
+
+def run_TS(machine):
+    host_list = [hosts.create_host(machine)]
+    job.run_test(
+        'cheets_CTS_R',
+        hosts=host_list,
+        iterations=1,
+        tag='11_r3.arm.CtsUsb',
+        test_name='cheets_CTS_R.11_r3.arm.CtsUsb',
+        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsUsbManagerTestCases', '--include-filter', 'CtsUsbManagerTestCases[secondary_user]', '--include-filter', 'CtsUsbTests', '--include-filter', 'CtsUsbTests[instant]', '--include-filter', 'CtsUsbTests[secondary_user]', '--logcat-on-failure'],
+        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
+        target_module='CtsUsb',
+        target_plan=None,
+        bundle='arm',
+        uri='LATEST',
+        use_jdk9=True,
+        timeout=10800)
+
+parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsUserspaceRebootHostSideTestCases b/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsUserspaceRebootHostSideTestCases
new file mode 100644
index 0000000..0cd10a8
--- /dev/null
+++ b/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsUserspaceRebootHostSideTestCases
@@ -0,0 +1,34 @@
+# Copyright 2020 The Chromium OS Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+# This file has been automatically generated. Do not edit!
+
+AUTHOR = 'ARC++ Team'
+NAME = 'cheets_CTS_R.11_r3.arm.CtsUserspaceRebootHostSideTestCases'
+ATTRIBUTES = 'suite:arc-cts-r'
+DEPENDENCIES = 'arc'
+JOB_RETRIES = 1
+TEST_TYPE = 'server'
+TIME = 'MEDIUM'
+MAX_RESULT_SIZE_KB = 512000
+DOC = 'Run module CtsUserspaceRebootHostSideTestCases of the Android Compatibility Test Suite (CTS) using arm ABI in the ARC++ container.'
+
+def run_TS(machine):
+    host_list = [hosts.create_host(machine)]
+    job.run_test(
+        'cheets_CTS_R',
+        hosts=host_list,
+        iterations=1,
+        tag='11_r3.arm.CtsUserspaceRebootHostSideTestCases',
+        test_name='cheets_CTS_R.11_r3.arm.CtsUserspaceRebootHostSideTestCases',
+        run_template=['run', 'commandAndExit', 'cts', '--module', 'CtsUserspaceRebootHostSideTestCases', '--logcat-on-failure'],
+        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
+        target_module='CtsUserspaceRebootHostSideTestCases',
+        target_plan=None,
+        bundle='arm',
+        uri='LATEST',
+        use_jdk9=True,
+        timeout=3600)
+
+parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsUsesLibraryHost b/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsUsesLibraryHost
new file mode 100644
index 0000000..f822f7d
--- /dev/null
+++ b/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsUsesLibraryHost
@@ -0,0 +1,34 @@
+# Copyright 2020 The Chromium OS Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+# This file has been automatically generated. Do not edit!
+
+AUTHOR = 'ARC++ Team'
+NAME = 'cheets_CTS_R.11_r3.arm.CtsUsesLibraryHost'
+ATTRIBUTES = 'suite:arc-cts-r'
+DEPENDENCIES = 'arc'
+JOB_RETRIES = 1
+TEST_TYPE = 'server'
+TIME = 'MEDIUM'
+MAX_RESULT_SIZE_KB = 512000
+DOC = 'Run module CtsUsesLibraryHostTestCases, CtsUsesLibraryHostTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using arm ABI in the ARC++ container.'
+
+def run_TS(machine):
+    host_list = [hosts.create_host(machine)]
+    job.run_test(
+        'cheets_CTS_R',
+        hosts=host_list,
+        iterations=1,
+        tag='11_r3.arm.CtsUsesLibraryHost',
+        test_name='cheets_CTS_R.11_r3.arm.CtsUsesLibraryHost',
+        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsUsesLibraryHostTestCases', '--include-filter', 'CtsUsesLibraryHostTestCases[secondary_user]', '--logcat-on-failure'],
+        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
+        target_module='CtsUsesLibraryHost',
+        target_plan=None,
+        bundle='arm',
+        uri='LATEST',
+        use_jdk9=True,
+        timeout=5400)
+
+parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsUtil b/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsUtil
new file mode 100644
index 0000000..a9ba445
--- /dev/null
+++ b/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsUtil
@@ -0,0 +1,34 @@
+# Copyright 2020 The Chromium OS Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+# This file has been automatically generated. Do not edit!
+
+AUTHOR = 'ARC++ Team'
+NAME = 'cheets_CTS_R.11_r3.arm.CtsUtil'
+ATTRIBUTES = 'suite:arc-cts-r'
+DEPENDENCIES = 'arc'
+JOB_RETRIES = 1
+TEST_TYPE = 'server'
+TIME = 'MEDIUM'
+MAX_RESULT_SIZE_KB = 512000
+DOC = 'Run module CtsUtilTestCases, CtsUtilTestCases[instant], CtsUtilTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using arm ABI in the ARC++ container.'
+
+def run_TS(machine):
+    host_list = [hosts.create_host(machine)]
+    job.run_test(
+        'cheets_CTS_R',
+        hosts=host_list,
+        iterations=1,
+        tag='11_r3.arm.CtsUtil',
+        test_name='cheets_CTS_R.11_r3.arm.CtsUtil',
+        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsUtilTestCases', '--include-filter', 'CtsUtilTestCases[instant]', '--include-filter', 'CtsUtilTestCases[secondary_user]', '--logcat-on-failure'],
+        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
+        target_module='CtsUtil',
+        target_plan=None,
+        bundle='arm',
+        uri='LATEST',
+        use_jdk9=True,
+        timeout=7200)
+
+parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsVideo b/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsVideo
new file mode 100644
index 0000000..2020e07
--- /dev/null
+++ b/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsVideo
@@ -0,0 +1,34 @@
+# Copyright 2020 The Chromium OS Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+# This file has been automatically generated. Do not edit!
+
+AUTHOR = 'ARC++ Team'
+NAME = 'cheets_CTS_R.11_r3.arm.CtsVideo'
+ATTRIBUTES = 'suite:arc-cts-r'
+DEPENDENCIES = 'arc'
+JOB_RETRIES = 1
+TEST_TYPE = 'server'
+TIME = 'MEDIUM'
+MAX_RESULT_SIZE_KB = 512000
+DOC = 'Run module CtsVideoTestCases, CtsVideoTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using arm ABI in the ARC++ container.'
+
+def run_TS(machine):
+    host_list = [hosts.create_host(machine)]
+    job.run_test(
+        'cheets_CTS_R',
+        hosts=host_list,
+        iterations=1,
+        tag='11_r3.arm.CtsVideo',
+        test_name='cheets_CTS_R.11_r3.arm.CtsVideo',
+        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsVideoTestCases', '--include-filter', 'CtsVideoTestCases[secondary_user]', '--logcat-on-failure'],
+        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
+        target_module='CtsVideo',
+        target_plan=None,
+        bundle='arm',
+        uri='LATEST',
+        use_jdk9=True,
+        timeout=9000)
+
+parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsView b/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsView
new file mode 100644
index 0000000..10a92ac
--- /dev/null
+++ b/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsView
@@ -0,0 +1,34 @@
+# Copyright 2020 The Chromium OS Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+# This file has been automatically generated. Do not edit!
+
+AUTHOR = 'ARC++ Team'
+NAME = 'cheets_CTS_R.11_r3.arm.CtsView'
+ATTRIBUTES = 'suite:arc-cts-r'
+DEPENDENCIES = 'arc'
+JOB_RETRIES = 1
+TEST_TYPE = 'server'
+TIME = 'MEDIUM'
+MAX_RESULT_SIZE_KB = 512000
+DOC = 'Run module CtsViewInspectorAnnotationProcessorTestCases, CtsViewInspectorAnnotationProcessorTestCases[instant], CtsViewInspectorAnnotationProcessorTestCases[secondary_user], CtsViewTestCases, CtsViewTestCasesSdk28, CtsViewTestCasesSdk28[instant], CtsViewTestCasesSdk28[secondary_user], CtsViewTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using arm ABI in the ARC++ container.'
+
+def run_TS(machine):
+    host_list = [hosts.create_host(machine)]
+    job.run_test(
+        'cheets_CTS_R',
+        hosts=host_list,
+        iterations=1,
+        tag='11_r3.arm.CtsView',
+        test_name='cheets_CTS_R.11_r3.arm.CtsView',
+        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsViewInspectorAnnotationProcessorTestCases', '--include-filter', 'CtsViewInspectorAnnotationProcessorTestCases[instant]', '--include-filter', 'CtsViewInspectorAnnotationProcessorTestCases[secondary_user]', '--include-filter', 'CtsViewTestCases', '--include-filter', 'CtsViewTestCasesSdk28', '--include-filter', 'CtsViewTestCasesSdk28[instant]', '--include-filter', 'CtsViewTestCasesSdk28[secondary_user]', '--include-filter', 'CtsViewTestCases[secondary_user]', '--logcat-on-failure'],
+        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
+        target_module='CtsView',
+        target_plan=None,
+        bundle='arm',
+        uri='LATEST',
+        use_jdk9=True,
+        timeout=16200)
+
+parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsVoice b/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsVoice
new file mode 100644
index 0000000..7cd2e7d
--- /dev/null
+++ b/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsVoice
@@ -0,0 +1,34 @@
+# Copyright 2020 The Chromium OS Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+# This file has been automatically generated. Do not edit!
+
+AUTHOR = 'ARC++ Team'
+NAME = 'cheets_CTS_R.11_r3.arm.CtsVoice'
+ATTRIBUTES = 'suite:arc-cts-r'
+DEPENDENCIES = 'arc'
+JOB_RETRIES = 1
+TEST_TYPE = 'server'
+TIME = 'MEDIUM'
+MAX_RESULT_SIZE_KB = 512000
+DOC = 'Run module CtsVoiceInteractionTestCases, CtsVoiceInteractionTestCases[instant], CtsVoiceInteractionTestCases[secondary_user], CtsVoiceSettingsTestCases, CtsVoiceSettingsTestCases[instant], CtsVoiceSettingsTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using arm ABI in the ARC++ container.'
+
+def run_TS(machine):
+    host_list = [hosts.create_host(machine)]
+    job.run_test(
+        'cheets_CTS_R',
+        hosts=host_list,
+        iterations=1,
+        tag='11_r3.arm.CtsVoice',
+        test_name='cheets_CTS_R.11_r3.arm.CtsVoice',
+        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsVoiceInteractionTestCases', '--include-filter', 'CtsVoiceInteractionTestCases[instant]', '--include-filter', 'CtsVoiceInteractionTestCases[secondary_user]', '--include-filter', 'CtsVoiceSettingsTestCases', '--include-filter', 'CtsVoiceSettingsTestCases[instant]', '--include-filter', 'CtsVoiceSettingsTestCases[secondary_user]', '--logcat-on-failure'],
+        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
+        target_module='CtsVoice',
+        target_plan=None,
+        bundle='arm',
+        uri='LATEST',
+        use_jdk9=True,
+        timeout=12600)
+
+parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsVr b/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsVr
new file mode 100644
index 0000000..29e4871
--- /dev/null
+++ b/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsVr
@@ -0,0 +1,34 @@
+# Copyright 2020 The Chromium OS Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+# This file has been automatically generated. Do not edit!
+
+AUTHOR = 'ARC++ Team'
+NAME = 'cheets_CTS_R.11_r3.arm.CtsVr'
+ATTRIBUTES = 'suite:arc-cts-r'
+DEPENDENCIES = 'arc'
+JOB_RETRIES = 1
+TEST_TYPE = 'server'
+TIME = 'MEDIUM'
+MAX_RESULT_SIZE_KB = 512000
+DOC = 'Run module CtsVrTestCases, CtsVrTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using arm ABI in the ARC++ container.'
+
+def run_TS(machine):
+    host_list = [hosts.create_host(machine)]
+    job.run_test(
+        'cheets_CTS_R',
+        hosts=host_list,
+        iterations=1,
+        tag='11_r3.arm.CtsVr',
+        test_name='cheets_CTS_R.11_r3.arm.CtsVr',
+        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsVrTestCases', '--include-filter', 'CtsVrTestCases[secondary_user]', '--logcat-on-failure'],
+        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
+        target_module='CtsVr',
+        target_plan=None,
+        bundle='arm',
+        uri='LATEST',
+        use_jdk9=True,
+        timeout=5400)
+
+parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsWebkit b/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsWebkit
new file mode 100644
index 0000000..9824b79
--- /dev/null
+++ b/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsWebkit
@@ -0,0 +1,34 @@
+# Copyright 2020 The Chromium OS Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+# This file has been automatically generated. Do not edit!
+
+AUTHOR = 'ARC++ Team'
+NAME = 'cheets_CTS_R.11_r3.arm.CtsWebkit'
+ATTRIBUTES = 'suite:arc-cts-r'
+DEPENDENCIES = 'arc'
+JOB_RETRIES = 1
+TEST_TYPE = 'server'
+TIME = 'MEDIUM'
+MAX_RESULT_SIZE_KB = 512000
+DOC = 'Run module CtsWebkitTestCases, CtsWebkitTestCases[instant], CtsWebkitTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using arm ABI in the ARC++ container.'
+
+def run_TS(machine):
+    host_list = [hosts.create_host(machine)]
+    job.run_test(
+        'cheets_CTS_R',
+        hosts=host_list,
+        iterations=1,
+        tag='11_r3.arm.CtsWebkit',
+        test_name='cheets_CTS_R.11_r3.arm.CtsWebkit',
+        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsWebkitTestCases', '--include-filter', 'CtsWebkitTestCases[instant]', '--include-filter', 'CtsWebkitTestCases[secondary_user]', '--logcat-on-failure'],
+        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
+        target_module='CtsWebkit',
+        target_plan=None,
+        bundle='arm',
+        uri='LATEST',
+        use_jdk9=True,
+        timeout=7200)
+
+parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsWidget b/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsWidget
new file mode 100644
index 0000000..3d3e2b5
--- /dev/null
+++ b/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsWidget
@@ -0,0 +1,34 @@
+# Copyright 2020 The Chromium OS Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+# This file has been automatically generated. Do not edit!
+
+AUTHOR = 'ARC++ Team'
+NAME = 'cheets_CTS_R.11_r3.arm.CtsWidget'
+ATTRIBUTES = 'suite:arc-cts-r'
+DEPENDENCIES = 'arc'
+JOB_RETRIES = 1
+TEST_TYPE = 'server'
+TIME = 'MEDIUM'
+MAX_RESULT_SIZE_KB = 512000
+DOC = 'Run module CtsWidgetTestCases, CtsWidgetTestCases29, CtsWidgetTestCases29[instant], CtsWidgetTestCases29[secondary_user], CtsWidgetTestCases[instant], CtsWidgetTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using arm ABI in the ARC++ container.'
+
+def run_TS(machine):
+    host_list = [hosts.create_host(machine)]
+    job.run_test(
+        'cheets_CTS_R',
+        hosts=host_list,
+        iterations=1,
+        tag='11_r3.arm.CtsWidget',
+        test_name='cheets_CTS_R.11_r3.arm.CtsWidget',
+        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsWidgetTestCases', '--include-filter', 'CtsWidgetTestCases29', '--include-filter', 'CtsWidgetTestCases29[instant]', '--include-filter', 'CtsWidgetTestCases29[secondary_user]', '--include-filter', 'CtsWidgetTestCases[instant]', '--include-filter', 'CtsWidgetTestCases[secondary_user]', '--logcat-on-failure'],
+        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
+        target_module='CtsWidget',
+        target_plan=None,
+        bundle='arm',
+        uri='LATEST',
+        use_jdk9=True,
+        timeout=18000)
+
+parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsWifi b/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsWifi
new file mode 100644
index 0000000..aa6b55d
--- /dev/null
+++ b/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsWifi
@@ -0,0 +1,34 @@
+# Copyright 2020 The Chromium OS Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+# This file has been automatically generated. Do not edit!
+
+AUTHOR = 'ARC++ Team'
+NAME = 'cheets_CTS_R.11_r3.arm.CtsWifi'
+ATTRIBUTES = 'suite:arc-cts-r'
+DEPENDENCIES = 'arc'
+JOB_RETRIES = 1
+TEST_TYPE = 'server'
+TIME = 'MEDIUM'
+MAX_RESULT_SIZE_KB = 512000
+DOC = 'Run module CtsWifiBroadcastsHostTestCases, CtsWifiBroadcastsHostTestCases[instant], CtsWifiBroadcastsHostTestCases[secondary_user], CtsWifiTestCases, CtsWifiTestCases[instant], CtsWifiTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using arm ABI in the ARC++ container.'
+
+def run_TS(machine):
+    host_list = [hosts.create_host(machine)]
+    job.run_test(
+        'cheets_CTS_R',
+        hosts=host_list,
+        iterations=1,
+        tag='11_r3.arm.CtsWifi',
+        test_name='cheets_CTS_R.11_r3.arm.CtsWifi',
+        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsWifiBroadcastsHostTestCases', '--include-filter', 'CtsWifiBroadcastsHostTestCases[instant]', '--include-filter', 'CtsWifiBroadcastsHostTestCases[secondary_user]', '--include-filter', 'CtsWifiTestCases', '--include-filter', 'CtsWifiTestCases[instant]', '--include-filter', 'CtsWifiTestCases[secondary_user]', '--logcat-on-failure'],
+        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
+        target_module='CtsWifi',
+        target_plan=None,
+        bundle='arm',
+        uri='LATEST',
+        use_jdk9=True,
+        timeout=12600)
+
+parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsWindowManager b/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsWindowManager
new file mode 100644
index 0000000..307d14d
--- /dev/null
+++ b/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsWindowManager
@@ -0,0 +1,34 @@
+# Copyright 2020 The Chromium OS Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+# This file has been automatically generated. Do not edit!
+
+AUTHOR = 'ARC++ Team'
+NAME = 'cheets_CTS_R.11_r3.arm.CtsWindowManager'
+ATTRIBUTES = 'suite:arc-cts-r'
+DEPENDENCIES = 'arc'
+JOB_RETRIES = 1
+TEST_TYPE = 'server'
+TIME = 'MEDIUM'
+MAX_RESULT_SIZE_KB = 512000
+DOC = 'Run module CtsWindowManagerDeviceTestCases, CtsWindowManagerDeviceTestCases[secondary_user], CtsWindowManagerJetpackTestCases, CtsWindowManagerJetpackTestCases[secondary_user], CtsWindowManagerSdk25TestCases, CtsWindowManagerSdk25TestCases[secondary_user], CtsWindowManagerSdk28TestCases, CtsWindowManagerSdk28TestCases[secondary_user], CtsWindowManagerSdk29TestCases, CtsWindowManagerSdk29TestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using arm ABI in the ARC++ container.'
+
+def run_TS(machine):
+    host_list = [hosts.create_host(machine)]
+    job.run_test(
+        'cheets_CTS_R',
+        hosts=host_list,
+        iterations=1,
+        tag='11_r3.arm.CtsWindowManager',
+        test_name='cheets_CTS_R.11_r3.arm.CtsWindowManager',
+        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsWindowManagerDeviceTestCases', '--include-filter', 'CtsWindowManagerDeviceTestCases[secondary_user]', '--include-filter', 'CtsWindowManagerJetpackTestCases', '--include-filter', 'CtsWindowManagerJetpackTestCases[secondary_user]', '--include-filter', 'CtsWindowManagerSdk25TestCases', '--include-filter', 'CtsWindowManagerSdk25TestCases[secondary_user]', '--include-filter', 'CtsWindowManagerSdk28TestCases', '--include-filter', 'CtsWindowManagerSdk28TestCases[secondary_user]', '--include-filter', 'CtsWindowManagerSdk29TestCases', '--include-filter', 'CtsWindowManagerSdk29TestCases[secondary_user]', '--logcat-on-failure'],
+        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
+        target_module='CtsWindowManager',
+        target_plan=None,
+        bundle='arm',
+        uri='LATEST',
+        use_jdk9=True,
+        timeout=19800)
+
+parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsWindowManager.A b/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsWindowManager.A
new file mode 100644
index 0000000..cd8d76f
--- /dev/null
+++ b/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsWindowManager.A
@@ -0,0 +1,34 @@
+# Copyright 2020 The Chromium OS Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+# This file has been automatically generated. Do not edit!
+
+AUTHOR = 'ARC++ Team'
+NAME = 'cheets_CTS_R.11_r3.arm.CtsWindowManager.A'
+ATTRIBUTES = 'suite:arc-cts-r'
+DEPENDENCIES = 'arc'
+JOB_RETRIES = 1
+TEST_TYPE = 'server'
+TIME = 'MEDIUM'
+MAX_RESULT_SIZE_KB = 512000
+DOC = 'Run module CtsWindowManager.A of the Android Compatibility Test Suite (CTS) using arm ABI in the ARC++ container.'
+
+def run_TS(machine):
+    host_list = [hosts.create_host(machine)]
+    job.run_test(
+        'cheets_CTS_R',
+        hosts=host_list,
+        iterations=1,
+        tag='11_r3.arm.CtsWindowManager.A',
+        test_name='cheets_CTS_R.11_r3.arm.CtsWindowManager.A',
+        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsWindowManagerDeviceTestCases android.server.wm.ActivityManagerGetConfigTests', '--include-filter', 'CtsWindowManagerDeviceTestCases android.server.wm.ActivityMetricsLoggerTests', '--include-filter', 'CtsWindowManagerDeviceTestCases android.server.wm.ActivityTaskAffinityTests', '--include-filter', 'CtsWindowManagerDeviceTestCases android.server.wm.ActivityTransitionTests', '--include-filter', 'CtsWindowManagerDeviceTestCases android.server.wm.ActivityViewTest', '--include-filter', 'CtsWindowManagerDeviceTestCases android.server.wm.ActivityVisibilityTests', '--include-filter', 'CtsWindowManagerDeviceTestCases android.server.wm.AddWindowAsUserTest', '--include-filter', 'CtsWindowManagerDeviceTestCases android.server.wm.AlertWindowsAppOpsTests', '--include-filter', 'CtsWindowManagerDeviceTestCases android.server.wm.AlertWindowsImportanceTests', '--include-filter', 'CtsWindowManagerDeviceTestCases android.server.wm.AlertWindowsTests', '--include-filter', 'CtsWindowManagerDeviceTestCases android.server.wm.AmProfileTests', '--include-filter', 'CtsWindowManagerDeviceTestCases android.server.wm.AmStartOptionsTests', '--include-filter', 'CtsWindowManagerDeviceTestCases android.server.wm.AnrTests', '--include-filter', 'CtsWindowManagerDeviceTestCases android.server.wm.AppConfigurationTests', '--include-filter', 'CtsWindowManagerDeviceTestCases android.server.wm.AspectRatioTests', '--include-filter', 'CtsWindowManagerDeviceTestCases android.server.wm.AssistantStackTests', '--logcat-on-failure'],
+        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
+        target_module='CtsWindowManagerDeviceTestCases',
+        target_plan=None,
+        bundle='arm',
+        uri='gs://chromeos-arc-images/cts/bundle/R/android-cts-6935471-linux_x86-arm.zip',
+        use_jdk9=True,
+        timeout=3600)
+
+parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsWindowManager.C b/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsWindowManager.C
new file mode 100644
index 0000000..1ed8812
--- /dev/null
+++ b/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsWindowManager.C
@@ -0,0 +1,34 @@
+# Copyright 2020 The Chromium OS Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+# This file has been automatically generated. Do not edit!
+
+AUTHOR = 'ARC++ Team'
+NAME = 'cheets_CTS_R.11_r3.arm.CtsWindowManager.C'
+ATTRIBUTES = 'suite:arc-cts-r'
+DEPENDENCIES = 'arc'
+JOB_RETRIES = 1
+TEST_TYPE = 'server'
+TIME = 'MEDIUM'
+MAX_RESULT_SIZE_KB = 512000
+DOC = 'Run module CtsWindowManager.C of the Android Compatibility Test Suite (CTS) using arm ABI in the ARC++ container.'
+
+def run_TS(machine):
+    host_list = [hosts.create_host(machine)]
+    job.run_test(
+        'cheets_CTS_R',
+        hosts=host_list,
+        iterations=1,
+        tag='11_r3.arm.CtsWindowManager.C',
+        test_name='cheets_CTS_R.11_r3.arm.CtsWindowManager.C',
+        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsWindowManagerDeviceTestCases android.server.wm.CloseOnOutsideTests', '--include-filter', 'CtsWindowManagerDeviceTestCases android.server.wm.ConfigChangeTests', '--include-filter', 'CtsWindowManagerDeviceTestCases android.server.wm.CrossAppDragAndDropTests', '--logcat-on-failure'],
+        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
+        target_module='CtsWindowManagerDeviceTestCases',
+        target_plan=None,
+        bundle='arm',
+        uri='gs://chromeos-arc-images/cts/bundle/R/android-cts-6935471-linux_x86-arm.zip',
+        use_jdk9=True,
+        timeout=3600)
+
+parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsWindowManager.D b/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsWindowManager.D
new file mode 100644
index 0000000..2ef952c
--- /dev/null
+++ b/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsWindowManager.D
@@ -0,0 +1,34 @@
+# Copyright 2020 The Chromium OS Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+# This file has been automatically generated. Do not edit!
+
+AUTHOR = 'ARC++ Team'
+NAME = 'cheets_CTS_R.11_r3.arm.CtsWindowManager.D'
+ATTRIBUTES = 'suite:arc-cts-r'
+DEPENDENCIES = 'arc'
+JOB_RETRIES = 1
+TEST_TYPE = 'server'
+TIME = 'MEDIUM'
+MAX_RESULT_SIZE_KB = 512000
+DOC = 'Run module CtsWindowManager.D of the Android Compatibility Test Suite (CTS) using arm ABI in the ARC++ container.'
+
+def run_TS(machine):
+    host_list = [hosts.create_host(machine)]
+    job.run_test(
+        'cheets_CTS_R',
+        hosts=host_list,
+        iterations=1,
+        tag='11_r3.arm.CtsWindowManager.D',
+        test_name='cheets_CTS_R.11_r3.arm.CtsWindowManager.D',
+        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsWindowManagerDeviceTestCases android.server.wm.DecorInsetTests', '--include-filter', 'CtsWindowManagerDeviceTestCases android.server.wm.DeprecatedTargetSdkTest', '--include-filter', 'CtsWindowManagerDeviceTestCases android.server.wm.DialogFrameTests', '--include-filter', 'CtsWindowManagerDeviceTestCases android.server.wm.DisplayCutoutTests', '--include-filter', 'CtsWindowManagerDeviceTestCases android.server.wm.DisplaySizeTest', '--include-filter', 'CtsWindowManagerDeviceTestCases android.server.wm.DisplayTests', '--include-filter', 'CtsWindowManagerDeviceTestCases android.server.wm.DragDropTest', '--include-filter', 'CtsWindowManagerDeviceTestCases android.server.wm.DreamManagerServiceTests', '--logcat-on-failure'],
+        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
+        target_module='CtsWindowManagerDeviceTestCases',
+        target_plan=None,
+        bundle='arm',
+        uri='gs://chromeos-arc-images/cts/bundle/R/android-cts-6935471-linux_x86-arm.zip',
+        use_jdk9=True,
+        timeout=3600)
+
+parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsWindowManager.Ensure b/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsWindowManager.Ensure
new file mode 100644
index 0000000..38b4174
--- /dev/null
+++ b/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsWindowManager.Ensure
@@ -0,0 +1,34 @@
+# Copyright 2020 The Chromium OS Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+# This file has been automatically generated. Do not edit!
+
+AUTHOR = 'ARC++ Team'
+NAME = 'cheets_CTS_R.11_r3.arm.CtsWindowManager.Ensure'
+ATTRIBUTES = 'suite:arc-cts-r'
+DEPENDENCIES = 'arc'
+JOB_RETRIES = 1
+TEST_TYPE = 'server'
+TIME = 'MEDIUM'
+MAX_RESULT_SIZE_KB = 512000
+DOC = 'Run module CtsWindowManager.Ensure of the Android Compatibility Test Suite (CTS) using arm ABI in the ARC++ container.'
+
+def run_TS(machine):
+    host_list = [hosts.create_host(machine)]
+    job.run_test(
+        'cheets_CTS_R',
+        hosts=host_list,
+        iterations=1,
+        tag='11_r3.arm.CtsWindowManager.Ensure',
+        test_name='cheets_CTS_R.11_r3.arm.CtsWindowManager.Ensure',
+        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsWindowManagerDeviceTestCases android.server.wm.EnsureBarContrastTest', '--logcat-on-failure'],
+        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
+        target_module='CtsWindowManagerDeviceTestCases',
+        target_plan=None,
+        bundle='arm',
+        uri='gs://chromeos-arc-images/cts/bundle/R/android-cts-6935471-linux_x86-arm.zip',
+        use_jdk9=True,
+        timeout=3600)
+
+parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsWindowManager.F b/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsWindowManager.F
new file mode 100644
index 0000000..65dae7b
--- /dev/null
+++ b/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsWindowManager.F
@@ -0,0 +1,34 @@
+# Copyright 2020 The Chromium OS Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+# This file has been automatically generated. Do not edit!
+
+AUTHOR = 'ARC++ Team'
+NAME = 'cheets_CTS_R.11_r3.arm.CtsWindowManager.F'
+ATTRIBUTES = 'suite:arc-cts-r'
+DEPENDENCIES = 'arc'
+JOB_RETRIES = 1
+TEST_TYPE = 'server'
+TIME = 'MEDIUM'
+MAX_RESULT_SIZE_KB = 512000
+DOC = 'Run module CtsWindowManager.F of the Android Compatibility Test Suite (CTS) using arm ABI in the ARC++ container.'
+
+def run_TS(machine):
+    host_list = [hosts.create_host(machine)]
+    job.run_test(
+        'cheets_CTS_R',
+        hosts=host_list,
+        iterations=1,
+        tag='11_r3.arm.CtsWindowManager.F',
+        test_name='cheets_CTS_R.11_r3.arm.CtsWindowManager.F',
+        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsWindowManagerDeviceTestCases android.server.wm.ForceRelayoutTest', '--include-filter', 'CtsWindowManagerDeviceTestCases android.server.wm.FreeformWindowingModeTests', '--logcat-on-failure'],
+        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
+        target_module='CtsWindowManagerDeviceTestCases',
+        target_plan=None,
+        bundle='arm',
+        uri='gs://chromeos-arc-images/cts/bundle/R/android-cts-6935471-linux_x86-arm.zip',
+        use_jdk9=True,
+        timeout=3600)
+
+parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsWindowManager.L b/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsWindowManager.L
new file mode 100644
index 0000000..023b3b7
--- /dev/null
+++ b/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsWindowManager.L
@@ -0,0 +1,34 @@
+# Copyright 2020 The Chromium OS Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+# This file has been automatically generated. Do not edit!
+
+AUTHOR = 'ARC++ Team'
+NAME = 'cheets_CTS_R.11_r3.arm.CtsWindowManager.L'
+ATTRIBUTES = 'suite:arc-cts-r'
+DEPENDENCIES = 'arc'
+JOB_RETRIES = 1
+TEST_TYPE = 'server'
+TIME = 'MEDIUM'
+MAX_RESULT_SIZE_KB = 512000
+DOC = 'Run module CtsWindowManager.L of the Android Compatibility Test Suite (CTS) using arm ABI in the ARC++ container.'
+
+def run_TS(machine):
+    host_list = [hosts.create_host(machine)]
+    job.run_test(
+        'cheets_CTS_R',
+        hosts=host_list,
+        iterations=1,
+        tag='11_r3.arm.CtsWindowManager.L',
+        test_name='cheets_CTS_R.11_r3.arm.CtsWindowManager.L',
+        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsWindowManagerDeviceTestCases android.server.wm.LayoutTests', '--include-filter', 'CtsWindowManagerDeviceTestCases android.server.wm.LocationInWindowTests', '--include-filter', 'CtsWindowManagerDeviceTestCases android.server.wm.LocationOnScreenTests', '--logcat-on-failure'],
+        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
+        target_module='CtsWindowManagerDeviceTestCases',
+        target_plan=None,
+        bundle='arm',
+        uri='gs://chromeos-arc-images/cts/bundle/R/android-cts-6935471-linux_x86-arm.zip',
+        use_jdk9=True,
+        timeout=3600)
+
+parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsWindowManager.M b/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsWindowManager.M
new file mode 100644
index 0000000..8c9dc9c
--- /dev/null
+++ b/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsWindowManager.M
@@ -0,0 +1,34 @@
+# Copyright 2020 The Chromium OS Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+# This file has been automatically generated. Do not edit!
+
+AUTHOR = 'ARC++ Team'
+NAME = 'cheets_CTS_R.11_r3.arm.CtsWindowManager.M'
+ATTRIBUTES = 'suite:arc-cts-r'
+DEPENDENCIES = 'arc'
+JOB_RETRIES = 1
+TEST_TYPE = 'server'
+TIME = 'MEDIUM'
+MAX_RESULT_SIZE_KB = 512000
+DOC = 'Run module CtsWindowManager.M of the Android Compatibility Test Suite (CTS) using arm ABI in the ARC++ container.'
+
+def run_TS(machine):
+    host_list = [hosts.create_host(machine)]
+    job.run_test(
+        'cheets_CTS_R',
+        hosts=host_list,
+        iterations=1,
+        tag='11_r3.arm.CtsWindowManager.M',
+        test_name='cheets_CTS_R.11_r3.arm.CtsWindowManager.M',
+        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsWindowManagerDeviceTestCases android.server.wm.ManifestLayoutTests', '--include-filter', 'CtsWindowManagerDeviceTestCases android.server.wm.MinimalPostProcessingTests', '--include-filter', 'CtsWindowManagerDeviceTestCases android.server.wm.MultiDisplayActivityLaunchTests', '--include-filter', 'CtsWindowManagerDeviceTestCases android.server.wm.MultiDisplayClientTests', '--include-filter', 'CtsWindowManagerDeviceTestCases android.server.wm.MultiDisplayKeyguardTests', '--include-filter', 'CtsWindowManagerDeviceTestCases android.server.wm.MultiDisplayLockedKeyguardTests', '--include-filter', 'CtsWindowManagerDeviceTestCases android.server.wm.MultiDisplayPolicyTests', '--include-filter', 'CtsWindowManagerDeviceTestCases android.server.wm.MultiDisplayPrivateDisplayTests', '--include-filter', 'CtsWindowManagerDeviceTestCases android.server.wm.MultiDisplaySecurityTests', '--include-filter', 'CtsWindowManagerDeviceTestCases android.server.wm.MultiDisplaySystemDecorationTests', '--logcat-on-failure'],
+        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
+        target_module='CtsWindowManagerDeviceTestCases',
+        target_plan=None,
+        bundle='arm',
+        uri='gs://chromeos-arc-images/cts/bundle/R/android-cts-6935471-linux_x86-arm.zip',
+        use_jdk9=True,
+        timeout=3600)
+
+parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsWindowManager.Override b/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsWindowManager.Override
new file mode 100644
index 0000000..d4c98e7
--- /dev/null
+++ b/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsWindowManager.Override
@@ -0,0 +1,34 @@
+# Copyright 2020 The Chromium OS Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+# This file has been automatically generated. Do not edit!
+
+AUTHOR = 'ARC++ Team'
+NAME = 'cheets_CTS_R.11_r3.arm.CtsWindowManager.Override'
+ATTRIBUTES = 'suite:arc-cts-r'
+DEPENDENCIES = 'arc'
+JOB_RETRIES = 1
+TEST_TYPE = 'server'
+TIME = 'MEDIUM'
+MAX_RESULT_SIZE_KB = 512000
+DOC = 'Run module CtsWindowManager.Override of the Android Compatibility Test Suite (CTS) using arm ABI in the ARC++ container.'
+
+def run_TS(machine):
+    host_list = [hosts.create_host(machine)]
+    job.run_test(
+        'cheets_CTS_R',
+        hosts=host_list,
+        iterations=1,
+        tag='11_r3.arm.CtsWindowManager.Override',
+        test_name='cheets_CTS_R.11_r3.arm.CtsWindowManager.Override',
+        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsWindowManagerDeviceTestCases android.server.wm.OverrideConfigTests', '--logcat-on-failure'],
+        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
+        target_module='CtsWindowManagerDeviceTestCases',
+        target_plan=None,
+        bundle='arm',
+        uri='gs://chromeos-arc-images/cts/bundle/R/android-cts-6935471-linux_x86-arm.zip',
+        use_jdk9=True,
+        timeout=3600)
+
+parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsWindowManager.P b/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsWindowManager.P
new file mode 100644
index 0000000..d722c1a
--- /dev/null
+++ b/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsWindowManager.P
@@ -0,0 +1,34 @@
+# Copyright 2020 The Chromium OS Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+# This file has been automatically generated. Do not edit!
+
+AUTHOR = 'ARC++ Team'
+NAME = 'cheets_CTS_R.11_r3.arm.CtsWindowManager.P'
+ATTRIBUTES = 'suite:arc-cts-r'
+DEPENDENCIES = 'arc'
+JOB_RETRIES = 1
+TEST_TYPE = 'server'
+TIME = 'MEDIUM'
+MAX_RESULT_SIZE_KB = 512000
+DOC = 'Run module CtsWindowManager.P of the Android Compatibility Test Suite (CTS) using arm ABI in the ARC++ container.'
+
+def run_TS(machine):
+    host_list = [hosts.create_host(machine)]
+    job.run_test(
+        'cheets_CTS_R',
+        hosts=host_list,
+        iterations=1,
+        tag='11_r3.arm.CtsWindowManager.P',
+        test_name='cheets_CTS_R.11_r3.arm.CtsWindowManager.P',
+        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsWindowManagerDeviceTestCases android.server.wm.PinnedStackTests', '--include-filter', 'CtsWindowManagerDeviceTestCases android.server.wm.PrereleaseSdkTest', '--include-filter', 'CtsWindowManagerDeviceTestCases android.server.wm.PresentationTest', '--logcat-on-failure'],
+        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
+        target_module='CtsWindowManagerDeviceTestCases',
+        target_plan=None,
+        bundle='arm',
+        uri='gs://chromeos-arc-images/cts/bundle/R/android-cts-6935471-linux_x86-arm.zip',
+        use_jdk9=True,
+        timeout=3600)
+
+parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsWindowManager.R b/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsWindowManager.R
new file mode 100644
index 0000000..8f86c22
--- /dev/null
+++ b/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsWindowManager.R
@@ -0,0 +1,34 @@
+# Copyright 2020 The Chromium OS Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+# This file has been automatically generated. Do not edit!
+
+AUTHOR = 'ARC++ Team'
+NAME = 'cheets_CTS_R.11_r3.arm.CtsWindowManager.R'
+ATTRIBUTES = 'suite:arc-cts-r'
+DEPENDENCIES = 'arc'
+JOB_RETRIES = 1
+TEST_TYPE = 'server'
+TIME = 'MEDIUM'
+MAX_RESULT_SIZE_KB = 512000
+DOC = 'Run module CtsWindowManager.R of the Android Compatibility Test Suite (CTS) using arm ABI in the ARC++ container.'
+
+def run_TS(machine):
+    host_list = [hosts.create_host(machine)]
+    job.run_test(
+        'cheets_CTS_R',
+        hosts=host_list,
+        iterations=1,
+        tag='11_r3.arm.CtsWindowManager.R',
+        test_name='cheets_CTS_R.11_r3.arm.CtsWindowManager.R',
+        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsWindowManagerDeviceTestCases android.server.wm.ReplaceWindowTests', '--include-filter', 'CtsWindowManagerDeviceTestCases android.server.wm.RobustnessTests', '--logcat-on-failure'],
+        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
+        target_module='CtsWindowManagerDeviceTestCases',
+        target_plan=None,
+        bundle='arm',
+        uri='gs://chromeos-arc-images/cts/bundle/R/android-cts-6935471-linux_x86-arm.zip',
+        use_jdk9=True,
+        timeout=3600)
+
+parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsWindowManager.S b/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsWindowManager.S
new file mode 100644
index 0000000..ed7557e
--- /dev/null
+++ b/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsWindowManager.S
@@ -0,0 +1,34 @@
+# Copyright 2020 The Chromium OS Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+# This file has been automatically generated. Do not edit!
+
+AUTHOR = 'ARC++ Team'
+NAME = 'cheets_CTS_R.11_r3.arm.CtsWindowManager.S'
+ATTRIBUTES = 'suite:arc-cts-r'
+DEPENDENCIES = 'arc'
+JOB_RETRIES = 1
+TEST_TYPE = 'server'
+TIME = 'MEDIUM'
+MAX_RESULT_SIZE_KB = 512000
+DOC = 'Run module CtsWindowManager.S of the Android Compatibility Test Suite (CTS) using arm ABI in the ARC++ container.'
+
+def run_TS(machine):
+    host_list = [hosts.create_host(machine)]
+    job.run_test(
+        'cheets_CTS_R',
+        hosts=host_list,
+        iterations=1,
+        tag='11_r3.arm.CtsWindowManager.S',
+        test_name='cheets_CTS_R.11_r3.arm.CtsWindowManager.S',
+        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsWindowManagerDeviceTestCases android.server.wm.SplashscreenTests', '--include-filter', 'CtsWindowManagerDeviceTestCases android.server.wm.SplitScreenTests', '--include-filter', 'CtsWindowManagerDeviceTestCases android.server.wm.StartActivityAsUserTests', '--include-filter', 'CtsWindowManagerDeviceTestCases android.server.wm.StartActivityTests', '--include-filter', 'CtsWindowManagerDeviceTestCases android.server.wm.SurfaceControlTest', '--include-filter', 'CtsWindowManagerDeviceTestCases android.server.wm.SurfaceControlViewHostTests', '--include-filter', 'CtsWindowManagerDeviceTestCases android.server.wm.SurfaceViewSurfaceValidatorTest', '--include-filter', 'CtsWindowManagerDeviceTestCases android.server.wm.SurfaceViewTest', '--logcat-on-failure'],
+        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
+        target_module='CtsWindowManagerDeviceTestCases',
+        target_plan=None,
+        bundle='arm',
+        uri='gs://chromeos-arc-images/cts/bundle/R/android-cts-6935471-linux_x86-arm.zip',
+        use_jdk9=True,
+        timeout=3600)
+
+parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsWindowManager.T b/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsWindowManager.T
new file mode 100644
index 0000000..3c6a38b
--- /dev/null
+++ b/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsWindowManager.T
@@ -0,0 +1,34 @@
+# Copyright 2020 The Chromium OS Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+# This file has been automatically generated. Do not edit!
+
+AUTHOR = 'ARC++ Team'
+NAME = 'cheets_CTS_R.11_r3.arm.CtsWindowManager.T'
+ATTRIBUTES = 'suite:arc-cts-r'
+DEPENDENCIES = 'arc'
+JOB_RETRIES = 1
+TEST_TYPE = 'server'
+TIME = 'MEDIUM'
+MAX_RESULT_SIZE_KB = 512000
+DOC = 'Run module CtsWindowManager.T of the Android Compatibility Test Suite (CTS) using arm ABI in the ARC++ container.'
+
+def run_TS(machine):
+    host_list = [hosts.create_host(machine)]
+    job.run_test(
+        'cheets_CTS_R',
+        hosts=host_list,
+        iterations=1,
+        tag='11_r3.arm.CtsWindowManager.T',
+        test_name='cheets_CTS_R.11_r3.arm.CtsWindowManager.T',
+        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsWindowManagerDeviceTestCases android.server.wm.ToastWindowTest', '--include-filter', 'CtsWindowManagerDeviceTestCases android.server.wm.TransitionSelectionTests', '--logcat-on-failure'],
+        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
+        target_module='CtsWindowManagerDeviceTestCases',
+        target_plan=None,
+        bundle='arm',
+        uri='gs://chromeos-arc-images/cts/bundle/R/android-cts-6935471-linux_x86-arm.zip',
+        use_jdk9=True,
+        timeout=3600)
+
+parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsWindowManager.Window b/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsWindowManager.Window
new file mode 100644
index 0000000..55ffb0e
--- /dev/null
+++ b/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsWindowManager.Window
@@ -0,0 +1,34 @@
+# Copyright 2020 The Chromium OS Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+# This file has been automatically generated. Do not edit!
+
+AUTHOR = 'ARC++ Team'
+NAME = 'cheets_CTS_R.11_r3.arm.CtsWindowManager.Window'
+ATTRIBUTES = 'suite:arc-cts-r'
+DEPENDENCIES = 'arc'
+JOB_RETRIES = 1
+TEST_TYPE = 'server'
+TIME = 'MEDIUM'
+MAX_RESULT_SIZE_KB = 512000
+DOC = 'Run module CtsWindowManager.Window of the Android Compatibility Test Suite (CTS) using arm ABI in the ARC++ container.'
+
+def run_TS(machine):
+    host_list = [hosts.create_host(machine)]
+    job.run_test(
+        'cheets_CTS_R',
+        hosts=host_list,
+        iterations=1,
+        tag='11_r3.arm.CtsWindowManager.Window',
+        test_name='cheets_CTS_R.11_r3.arm.CtsWindowManager.Window',
+        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsWindowManagerDeviceTestCases android.server.wm.WindowContextPolicyTests', '--include-filter', 'CtsWindowManagerDeviceTestCases android.server.wm.WindowContextTests', '--include-filter', 'CtsWindowManagerDeviceTestCases android.server.wm.WindowFocusTests', '--include-filter', 'CtsWindowManagerDeviceTestCases android.server.wm.WindowInputTests', '--include-filter', 'CtsWindowManagerDeviceTestCases android.server.wm.WindowInsetsAnimationCallbackTests', '--include-filter', 'CtsWindowManagerDeviceTestCases android.server.wm.WindowInsetsAnimationControllerTests', '--include-filter', 'CtsWindowManagerDeviceTestCases android.server.wm.WindowInsetsAnimationImeTests', '--include-filter', 'CtsWindowManagerDeviceTestCases android.server.wm.WindowInsetsAnimationSynchronicityTests', '--include-filter', 'CtsWindowManagerDeviceTestCases android.server.wm.WindowInsetsAnimationTests', '--include-filter', 'CtsWindowManagerDeviceTestCases android.server.wm.WindowInsetsControllerTests', '--include-filter', 'CtsWindowManagerDeviceTestCases android.server.wm.WindowInsetsLayoutTests', '--include-filter', 'CtsWindowManagerDeviceTestCases android.server.wm.WindowInsetsPolicyTest', '--include-filter', 'CtsWindowManagerDeviceTestCases android.server.wm.WindowInsetsTest', '--include-filter', 'CtsWindowManagerDeviceTestCases android.server.wm.WindowManager_BadTokenExceptionTest', '--include-filter', 'CtsWindowManagerDeviceTestCases android.server.wm.WindowManager_LayoutParamsTest', '--include-filter', 'CtsWindowManagerDeviceTestCases android.server.wm.WindowMetricsTests', '--include-filter', 'CtsWindowManagerDeviceTestCases android.server.wm.WindowTest', '--logcat-on-failure'],
+        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
+        target_module='CtsWindowManagerDeviceTestCases',
+        target_plan=None,
+        bundle='arm',
+        uri='gs://chromeos-arc-images/cts/bundle/R/android-cts-6935471-linux_x86-arm.zip',
+        use_jdk9=True,
+        timeout=3600)
+
+parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsWindowManager.intent b/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsWindowManager.intent
new file mode 100644
index 0000000..384b6a6
--- /dev/null
+++ b/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsWindowManager.intent
@@ -0,0 +1,34 @@
+# Copyright 2020 The Chromium OS Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+# This file has been automatically generated. Do not edit!
+
+AUTHOR = 'ARC++ Team'
+NAME = 'cheets_CTS_R.11_r3.arm.CtsWindowManager.intent'
+ATTRIBUTES = 'suite:arc-cts-r'
+DEPENDENCIES = 'arc'
+JOB_RETRIES = 1
+TEST_TYPE = 'server'
+TIME = 'MEDIUM'
+MAX_RESULT_SIZE_KB = 512000
+DOC = 'Run module CtsWindowManager.intent of the Android Compatibility Test Suite (CTS) using arm ABI in the ARC++ container.'
+
+def run_TS(machine):
+    host_list = [hosts.create_host(machine)]
+    job.run_test(
+        'cheets_CTS_R',
+        hosts=host_list,
+        iterations=1,
+        tag='11_r3.arm.CtsWindowManager.intent',
+        test_name='cheets_CTS_R.11_r3.arm.CtsWindowManager.intent',
+        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsWindowManagerDeviceTestCases android.server.wm.intent.IntentGenerationTests', '--include-filter', 'CtsWindowManagerDeviceTestCases android.server.wm.intent.IntentTests', '--logcat-on-failure'],
+        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
+        target_module='CtsWindowManagerDeviceTestCases',
+        target_plan=None,
+        bundle='arm',
+        uri='gs://chromeos-arc-images/cts/bundle/R/android-cts-6935471-linux_x86-arm.zip',
+        use_jdk9=True,
+        timeout=3600)
+
+parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsWindowManager.lifecycle b/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsWindowManager.lifecycle
new file mode 100644
index 0000000..a441072
--- /dev/null
+++ b/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsWindowManager.lifecycle
@@ -0,0 +1,34 @@
+# Copyright 2020 The Chromium OS Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+# This file has been automatically generated. Do not edit!
+
+AUTHOR = 'ARC++ Team'
+NAME = 'cheets_CTS_R.11_r3.arm.CtsWindowManager.lifecycle'
+ATTRIBUTES = 'suite:arc-cts-r'
+DEPENDENCIES = 'arc'
+JOB_RETRIES = 1
+TEST_TYPE = 'server'
+TIME = 'MEDIUM'
+MAX_RESULT_SIZE_KB = 512000
+DOC = 'Run module CtsWindowManager.lifecycle of the Android Compatibility Test Suite (CTS) using arm ABI in the ARC++ container.'
+
+def run_TS(machine):
+    host_list = [hosts.create_host(machine)]
+    job.run_test(
+        'cheets_CTS_R',
+        hosts=host_list,
+        iterations=1,
+        tag='11_r3.arm.CtsWindowManager.lifecycle',
+        test_name='cheets_CTS_R.11_r3.arm.CtsWindowManager.lifecycle',
+        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsWindowManagerDeviceTestCases android.server.wm.lifecycle.ActivityLifecycleFreeformTests', '--include-filter', 'CtsWindowManagerDeviceTestCases android.server.wm.lifecycle.ActivityLifecycleKeyguardTests', '--include-filter', 'CtsWindowManagerDeviceTestCases android.server.wm.lifecycle.ActivityLifecyclePipTests', '--include-filter', 'CtsWindowManagerDeviceTestCases android.server.wm.lifecycle.ActivityLifecycleSplitScreenTests', '--include-filter', 'CtsWindowManagerDeviceTestCases android.server.wm.lifecycle.ActivityLifecycleTests', '--include-filter', 'CtsWindowManagerDeviceTestCases android.server.wm.lifecycle.ActivityLifecycleTopResumedStateTests', '--include-filter', 'CtsWindowManagerDeviceTestCases android.server.wm.lifecycle.ActivityStarterTests', '--include-filter', 'CtsWindowManagerDeviceTestCases android.server.wm.lifecycle.ActivityTests', '--logcat-on-failure'],
+        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
+        target_module='CtsWindowManagerDeviceTestCases',
+        target_plan=None,
+        bundle='arm',
+        uri='gs://chromeos-arc-images/cts/bundle/R/android-cts-6935471-linux_x86-arm.zip',
+        use_jdk9=True,
+        timeout=3600)
+
+parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsWrap b/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsWrap
new file mode 100644
index 0000000..f6af736
--- /dev/null
+++ b/server/site_tests/cheets_CTS_R/control.11_r3.arm.CtsWrap
@@ -0,0 +1,34 @@
+# Copyright 2020 The Chromium OS Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+# This file has been automatically generated. Do not edit!
+
+AUTHOR = 'ARC++ Team'
+NAME = 'cheets_CTS_R.11_r3.arm.CtsWrap'
+ATTRIBUTES = 'suite:arc-cts-r'
+DEPENDENCIES = 'arc'
+JOB_RETRIES = 1
+TEST_TYPE = 'server'
+TIME = 'MEDIUM'
+MAX_RESULT_SIZE_KB = 512000
+DOC = 'Run module CtsWrapNoWrapTestCases, CtsWrapNoWrapTestCases[secondary_user], CtsWrapWrapDebugMallocDebugTestCases, CtsWrapWrapDebugMallocDebugTestCases[secondary_user], CtsWrapWrapDebugTestCases, CtsWrapWrapDebugTestCases[secondary_user], CtsWrapWrapNoDebugTestCases, CtsWrapWrapNoDebugTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using arm ABI in the ARC++ container.'
+
+def run_TS(machine):
+    host_list = [hosts.create_host(machine)]
+    job.run_test(
+        'cheets_CTS_R',
+        hosts=host_list,
+        iterations=1,
+        tag='11_r3.arm.CtsWrap',
+        test_name='cheets_CTS_R.11_r3.arm.CtsWrap',
+        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsWrapNoWrapTestCases', '--include-filter', 'CtsWrapNoWrapTestCases[secondary_user]', '--include-filter', 'CtsWrapWrapDebugMallocDebugTestCases', '--include-filter', 'CtsWrapWrapDebugMallocDebugTestCases[secondary_user]', '--include-filter', 'CtsWrapWrapDebugTestCases', '--include-filter', 'CtsWrapWrapDebugTestCases[secondary_user]', '--include-filter', 'CtsWrapWrapNoDebugTestCases', '--include-filter', 'CtsWrapWrapNoDebugTestCases[secondary_user]', '--logcat-on-failure'],
+        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
+        target_module='CtsWrap',
+        target_plan=None,
+        bundle='arm',
+        uri='LATEST',
+        use_jdk9=True,
+        timeout=16200)
+
+parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r3.arm.LegacyStorageTest b/server/site_tests/cheets_CTS_R/control.11_r3.arm.LegacyStorageTest
new file mode 100644
index 0000000..a8a76ef
--- /dev/null
+++ b/server/site_tests/cheets_CTS_R/control.11_r3.arm.LegacyStorageTest
@@ -0,0 +1,34 @@
+# Copyright 2020 The Chromium OS Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+# This file has been automatically generated. Do not edit!
+
+AUTHOR = 'ARC++ Team'
+NAME = 'cheets_CTS_R.11_r3.arm.LegacyStorageTest'
+ATTRIBUTES = 'suite:arc-cts-r'
+DEPENDENCIES = 'arc'
+JOB_RETRIES = 1
+TEST_TYPE = 'server'
+TIME = 'MEDIUM'
+MAX_RESULT_SIZE_KB = 512000
+DOC = 'Run module LegacyStorageTest, LegacyStorageTest[instant] of the Android Compatibility Test Suite (CTS) using arm ABI in the ARC++ container.'
+
+def run_TS(machine):
+    host_list = [hosts.create_host(machine)]
+    job.run_test(
+        'cheets_CTS_R',
+        hosts=host_list,
+        iterations=1,
+        tag='11_r3.arm.LegacyStorageTest',
+        test_name='cheets_CTS_R.11_r3.arm.LegacyStorageTest',
+        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'LegacyStorageTest', '--include-filter', 'LegacyStorageTest[instant]', '--logcat-on-failure'],
+        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
+        target_module='LegacyStorageTest',
+        target_plan=None,
+        bundle='arm',
+        uri='LATEST',
+        use_jdk9=True,
+        timeout=5400)
+
+parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r3.arm.ScopedStorageTest b/server/site_tests/cheets_CTS_R/control.11_r3.arm.ScopedStorageTest
new file mode 100644
index 0000000..6660386
--- /dev/null
+++ b/server/site_tests/cheets_CTS_R/control.11_r3.arm.ScopedStorageTest
@@ -0,0 +1,34 @@
+# Copyright 2020 The Chromium OS Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+# This file has been automatically generated. Do not edit!
+
+AUTHOR = 'ARC++ Team'
+NAME = 'cheets_CTS_R.11_r3.arm.ScopedStorageTest'
+ATTRIBUTES = 'suite:arc-cts-r'
+DEPENDENCIES = 'arc'
+JOB_RETRIES = 1
+TEST_TYPE = 'server'
+TIME = 'MEDIUM'
+MAX_RESULT_SIZE_KB = 512000
+DOC = 'Run module ScopedStorageTest, ScopedStorageTest[instant] of the Android Compatibility Test Suite (CTS) using arm ABI in the ARC++ container.'
+
+def run_TS(machine):
+    host_list = [hosts.create_host(machine)]
+    job.run_test(
+        'cheets_CTS_R',
+        hosts=host_list,
+        iterations=1,
+        tag='11_r3.arm.ScopedStorageTest',
+        test_name='cheets_CTS_R.11_r3.arm.ScopedStorageTest',
+        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'ScopedStorageTest', '--include-filter', 'ScopedStorageTest[instant]', '--logcat-on-failure'],
+        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
+        target_module='ScopedStorageTest',
+        target_plan=None,
+        bundle='arm',
+        uri='LATEST',
+        use_jdk9=True,
+        timeout=5400)
+
+parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r3.arm.cts-system-all.api b/server/site_tests/cheets_CTS_R/control.11_r3.arm.cts-system-all.api
new file mode 100644
index 0000000..2a405a4
--- /dev/null
+++ b/server/site_tests/cheets_CTS_R/control.11_r3.arm.cts-system-all.api
@@ -0,0 +1,34 @@
+# Copyright 2020 The Chromium OS Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+# This file has been automatically generated. Do not edit!
+
+AUTHOR = 'ARC++ Team'
+NAME = 'cheets_CTS_R.11_r3.arm.cts-system-all.api'
+ATTRIBUTES = 'suite:arc-cts-r'
+DEPENDENCIES = 'arc'
+JOB_RETRIES = 1
+TEST_TYPE = 'server'
+TIME = 'MEDIUM'
+MAX_RESULT_SIZE_KB = 512000
+DOC = 'Run module cts-system-all.api of the Android Compatibility Test Suite (CTS) using arm ABI in the ARC++ container.'
+
+def run_TS(machine):
+    host_list = [hosts.create_host(machine)]
+    job.run_test(
+        'cheets_CTS_R',
+        hosts=host_list,
+        iterations=1,
+        tag='11_r3.arm.cts-system-all.api',
+        test_name='cheets_CTS_R.11_r3.arm.cts-system-all.api',
+        run_template=['run', 'commandAndExit', 'cts', '--module', 'cts-system-all.api', '--logcat-on-failure'],
+        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
+        target_module='cts-system-all.api',
+        target_plan=None,
+        bundle='arm',
+        uri='LATEST',
+        use_jdk9=True,
+        timeout=3600)
+
+parallel_simple(run_TS, machines)
diff --git "a/server/site_tests/cheets_CTS_R/control.11_r3.arm.cts-system-all.api\133instant\135" "b/server/site_tests/cheets_CTS_R/control.11_r3.arm.cts-system-all.api\133instant\135"
new file mode 100644
index 0000000..4cf3cc0
--- /dev/null
+++ "b/server/site_tests/cheets_CTS_R/control.11_r3.arm.cts-system-all.api\133instant\135"
@@ -0,0 +1,34 @@
+# Copyright 2020 The Chromium OS Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+# This file has been automatically generated. Do not edit!
+
+AUTHOR = 'ARC++ Team'
+NAME = 'cheets_CTS_R.11_r3.arm.cts-system-all.api[instant]'
+ATTRIBUTES = 'suite:arc-cts-r'
+DEPENDENCIES = 'arc'
+JOB_RETRIES = 1
+TEST_TYPE = 'server'
+TIME = 'MEDIUM'
+MAX_RESULT_SIZE_KB = 512000
+DOC = 'Run module cts-system-all.api[instant] of the Android Compatibility Test Suite (CTS) using arm ABI in the ARC++ container.'
+
+def run_TS(machine):
+    host_list = [hosts.create_host(machine)]
+    job.run_test(
+        'cheets_CTS_R',
+        hosts=host_list,
+        iterations=1,
+        tag='11_r3.arm.cts-system-all.api[instant]',
+        test_name='cheets_CTS_R.11_r3.arm.cts-system-all.api[instant]',
+        run_template=['run', 'commandAndExit', 'cts', '--module', 'cts-system-all.api[instant]', '--logcat-on-failure'],
+        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
+        target_module='cts-system-all.api[instant]',
+        target_plan=None,
+        bundle='arm',
+        uri='LATEST',
+        use_jdk9=True,
+        timeout=3600)
+
+parallel_simple(run_TS, machines)
diff --git "a/server/site_tests/cheets_CTS_R/control.11_r3.arm.cts-system-all.api\133secondary_user\135" "b/server/site_tests/cheets_CTS_R/control.11_r3.arm.cts-system-all.api\133secondary_user\135"
new file mode 100644
index 0000000..2779b05
--- /dev/null
+++ "b/server/site_tests/cheets_CTS_R/control.11_r3.arm.cts-system-all.api\133secondary_user\135"
@@ -0,0 +1,34 @@
+# Copyright 2020 The Chromium OS Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+# This file has been automatically generated. Do not edit!
+
+AUTHOR = 'ARC++ Team'
+NAME = 'cheets_CTS_R.11_r3.arm.cts-system-all.api[secondary_user]'
+ATTRIBUTES = 'suite:arc-cts-r'
+DEPENDENCIES = 'arc'
+JOB_RETRIES = 1
+TEST_TYPE = 'server'
+TIME = 'MEDIUM'
+MAX_RESULT_SIZE_KB = 512000
+DOC = 'Run module cts-system-all.api[secondary_user] of the Android Compatibility Test Suite (CTS) using arm ABI in the ARC++ container.'
+
+def run_TS(machine):
+    host_list = [hosts.create_host(machine)]
+    job.run_test(
+        'cheets_CTS_R',
+        hosts=host_list,
+        iterations=1,
+        tag='11_r3.arm.cts-system-all.api[secondary_user]',
+        test_name='cheets_CTS_R.11_r3.arm.cts-system-all.api[secondary_user]',
+        run_template=['run', 'commandAndExit', 'cts', '--module', 'cts-system-all.api[secondary_user]', '--logcat-on-failure'],
+        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
+        target_module='cts-system-all.api[secondary_user]',
+        target_plan=None,
+        bundle='arm',
+        uri='LATEST',
+        use_jdk9=True,
+        timeout=3600)
+
+parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r3.arm.signed-Cts b/server/site_tests/cheets_CTS_R/control.11_r3.arm.signed-Cts
new file mode 100644
index 0000000..b490678
--- /dev/null
+++ b/server/site_tests/cheets_CTS_R/control.11_r3.arm.signed-Cts
@@ -0,0 +1,34 @@
+# Copyright 2020 The Chromium OS Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+# This file has been automatically generated. Do not edit!
+
+AUTHOR = 'ARC++ Team'
+NAME = 'cheets_CTS_R.11_r3.arm.signed-Cts'
+ATTRIBUTES = 'suite:arc-cts-r'
+DEPENDENCIES = 'arc'
+JOB_RETRIES = 1
+TEST_TYPE = 'server'
+TIME = 'MEDIUM'
+MAX_RESULT_SIZE_KB = 512000
+DOC = 'Run module signed-CtsOmapiTestCases, signed-CtsOmapiTestCases[secondary_user], signed-CtsSecureElementAccessControlTestCases1, signed-CtsSecureElementAccessControlTestCases1[secondary_user], signed-CtsSecureElementAccessControlTestCases2, signed-CtsSecureElementAccessControlTestCases2[secondary_user], signed-CtsSecureElementAccessControlTestCases3, signed-CtsSecureElementAccessControlTestCases3[secondary_user] of the Android Compatibility Test Suite (CTS) using arm ABI in the ARC++ container.'
+
+def run_TS(machine):
+    host_list = [hosts.create_host(machine)]
+    job.run_test(
+        'cheets_CTS_R',
+        hosts=host_list,
+        iterations=1,
+        tag='11_r3.arm.signed-Cts',
+        test_name='cheets_CTS_R.11_r3.arm.signed-Cts',
+        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'signed-CtsOmapiTestCases', '--include-filter', 'signed-CtsOmapiTestCases[secondary_user]', '--include-filter', 'signed-CtsSecureElementAccessControlTestCases1', '--include-filter', 'signed-CtsSecureElementAccessControlTestCases1[secondary_user]', '--include-filter', 'signed-CtsSecureElementAccessControlTestCases2', '--include-filter', 'signed-CtsSecureElementAccessControlTestCases2[secondary_user]', '--include-filter', 'signed-CtsSecureElementAccessControlTestCases3', '--include-filter', 'signed-CtsSecureElementAccessControlTestCases3[secondary_user]', '--logcat-on-failure'],
+        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
+        target_module='signed-Cts',
+        target_plan=None,
+        bundle='arm',
+        uri='LATEST',
+        use_jdk9=True,
+        timeout=16200)
+
+parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r3.arm.tradefed-run-collect-tests-only-internal b/server/site_tests/cheets_CTS_R/control.11_r3.arm.tradefed-run-collect-tests-only-internal
new file mode 100644
index 0000000..f6a8192
--- /dev/null
+++ b/server/site_tests/cheets_CTS_R/control.11_r3.arm.tradefed-run-collect-tests-only-internal
@@ -0,0 +1,35 @@
+# Copyright 2020 The Chromium OS Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+# This file has been automatically generated. Do not edit!
+
+AUTHOR = 'ARC++ Team'
+NAME = 'cheets_CTS_R.11_r3.arm.tradefed-run-collect-tests-only-internal'
+ATTRIBUTES = 'suite:arc-cts-r'
+DEPENDENCIES = 'arc'
+JOB_RETRIES = 0
+TEST_TYPE = 'server'
+TIME = 'LENGTHY'
+MAX_RESULT_SIZE_KB = 1024000
+DOC = 'Run all of the Android Compatibility Test Suite (CTS) using arm ABI in the ARC++ container.'
+
+def run_TS(machine):
+    host_list = [hosts.create_host(machine)]
+    job.run_test(
+        'cheets_CTS_R',
+        hosts=host_list,
+        iterations=1,
+        max_retry=0,
+        tag='11_r3.arm.tradefed-run-collect-tests-only-internal',
+        test_name='cheets_CTS_R.11_r3.arm.tradefed-run-collect-tests-only-internal',
+        run_template=['run', 'commandAndExit', 'collect-tests-only', '--disable-reboot', '--module-arg', 'CtsMediaTestCases:skip-media-download:true', '--module-arg', 'CtsMediaStressTestCases:skip-media-download:true', '--module-arg', 'CtsMediaBitstreamsTestCases:skip-media-download:true'],
+        retry_template=None,
+        target_module=None,
+        target_plan=None,
+        bundle='arm',
+        uri='LATEST',
+        use_jdk9=True,
+        timeout=9000)
+
+parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r3.arm.vm-tests-tf b/server/site_tests/cheets_CTS_R/control.11_r3.arm.vm-tests-tf
new file mode 100644
index 0000000..f95b0b6
--- /dev/null
+++ b/server/site_tests/cheets_CTS_R/control.11_r3.arm.vm-tests-tf
@@ -0,0 +1,34 @@
+# Copyright 2020 The Chromium OS Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+# This file has been automatically generated. Do not edit!
+
+AUTHOR = 'ARC++ Team'
+NAME = 'cheets_CTS_R.11_r3.arm.vm-tests-tf'
+ATTRIBUTES = 'suite:arc-cts-r'
+DEPENDENCIES = 'arc'
+JOB_RETRIES = 1
+TEST_TYPE = 'server'
+TIME = 'MEDIUM'
+MAX_RESULT_SIZE_KB = 512000
+DOC = 'Run module vm-tests-tf, vm-tests-tf[secondary_user] of the Android Compatibility Test Suite (CTS) using arm ABI in the ARC++ container.'
+
+def run_TS(machine):
+    host_list = [hosts.create_host(machine)]
+    job.run_test(
+        'cheets_CTS_R',
+        hosts=host_list,
+        iterations=1,
+        tag='11_r3.arm.vm-tests-tf',
+        test_name='cheets_CTS_R.11_r3.arm.vm-tests-tf',
+        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'vm-tests-tf', '--include-filter', 'vm-tests-tf[secondary_user]', '--logcat-on-failure'],
+        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
+        target_module='vm-tests-tf',
+        target_plan=None,
+        bundle='arm',
+        uri='LATEST',
+        use_jdk9=True,
+        timeout=5400)
+
+parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsAbiOverrideHost b/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsAbiOverrideHost
new file mode 100644
index 0000000..767859e
--- /dev/null
+++ b/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsAbiOverrideHost
@@ -0,0 +1,34 @@
+# Copyright 2020 The Chromium OS Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+# This file has been automatically generated. Do not edit!
+
+AUTHOR = 'ARC++ Team'
+NAME = 'cheets_CTS_R.11_r3.x86.CtsAbiOverrideHost'
+ATTRIBUTES = 'suite:arc-cts-r'
+DEPENDENCIES = 'arc, cts_abi_x86'
+JOB_RETRIES = 1
+TEST_TYPE = 'server'
+TIME = 'MEDIUM'
+MAX_RESULT_SIZE_KB = 512000
+DOC = 'Run module CtsAbiOverrideHostTestCases, CtsAbiOverrideHostTestCases[instant], CtsAbiOverrideHostTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using x86 ABI in the ARC++ container.'
+
+def run_TS(machine):
+    host_list = [hosts.create_host(machine)]
+    job.run_test(
+        'cheets_CTS_R',
+        hosts=host_list,
+        iterations=1,
+        tag='11_r3.x86.CtsAbiOverrideHost',
+        test_name='cheets_CTS_R.11_r3.x86.CtsAbiOverrideHost',
+        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsAbiOverrideHostTestCases', '--include-filter', 'CtsAbiOverrideHostTestCases[instant]', '--include-filter', 'CtsAbiOverrideHostTestCases[secondary_user]', '--logcat-on-failure'],
+        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
+        target_module='CtsAbiOverrideHost',
+        target_plan=None,
+        bundle='x86',
+        uri='LATEST',
+        use_jdk9=True,
+        timeout=7200)
+
+parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsAcceleration b/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsAcceleration
new file mode 100644
index 0000000..3f8e9be
--- /dev/null
+++ b/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsAcceleration
@@ -0,0 +1,34 @@
+# Copyright 2020 The Chromium OS Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+# This file has been automatically generated. Do not edit!
+
+AUTHOR = 'ARC++ Team'
+NAME = 'cheets_CTS_R.11_r3.x86.CtsAcceleration'
+ATTRIBUTES = 'suite:arc-cts-r'
+DEPENDENCIES = 'arc, cts_abi_x86'
+JOB_RETRIES = 1
+TEST_TYPE = 'server'
+TIME = 'MEDIUM'
+MAX_RESULT_SIZE_KB = 512000
+DOC = 'Run module CtsAccelerationTestCases, CtsAccelerationTestCases[instant], CtsAccelerationTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using x86 ABI in the ARC++ container.'
+
+def run_TS(machine):
+    host_list = [hosts.create_host(machine)]
+    job.run_test(
+        'cheets_CTS_R',
+        hosts=host_list,
+        iterations=1,
+        tag='11_r3.x86.CtsAcceleration',
+        test_name='cheets_CTS_R.11_r3.x86.CtsAcceleration',
+        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsAccelerationTestCases', '--include-filter', 'CtsAccelerationTestCases[instant]', '--include-filter', 'CtsAccelerationTestCases[secondary_user]', '--logcat-on-failure'],
+        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
+        target_module='CtsAcceleration',
+        target_plan=None,
+        bundle='x86',
+        uri='LATEST',
+        use_jdk9=True,
+        timeout=7200)
+
+parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsAccessibility b/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsAccessibility
new file mode 100644
index 0000000..eef6487
--- /dev/null
+++ b/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsAccessibility
@@ -0,0 +1,34 @@
+# Copyright 2020 The Chromium OS Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+# This file has been automatically generated. Do not edit!
+
+AUTHOR = 'ARC++ Team'
+NAME = 'cheets_CTS_R.11_r3.x86.CtsAccessibility'
+ATTRIBUTES = 'suite:arc-cts-r'
+DEPENDENCIES = 'arc, cts_abi_x86'
+JOB_RETRIES = 1
+TEST_TYPE = 'server'
+TIME = 'MEDIUM'
+MAX_RESULT_SIZE_KB = 512000
+DOC = 'Run module CtsAccessibilityServiceSdk29TestCases, CtsAccessibilityServiceSdk29TestCases[instant], CtsAccessibilityServiceSdk29TestCases[secondary_user], CtsAccessibilityServiceTestCases, CtsAccessibilityServiceTestCases[instant], CtsAccessibilityTestCases, CtsAccessibilityTestCases[instant], CtsAccessibilityTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using x86 ABI in the ARC++ container.'
+
+def run_TS(machine):
+    host_list = [hosts.create_host(machine)]
+    job.run_test(
+        'cheets_CTS_R',
+        hosts=host_list,
+        iterations=1,
+        tag='11_r3.x86.CtsAccessibility',
+        test_name='cheets_CTS_R.11_r3.x86.CtsAccessibility',
+        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsAccessibilityServiceSdk29TestCases', '--include-filter', 'CtsAccessibilityServiceSdk29TestCases[instant]', '--include-filter', 'CtsAccessibilityServiceSdk29TestCases[secondary_user]', '--include-filter', 'CtsAccessibilityServiceTestCases', '--include-filter', 'CtsAccessibilityServiceTestCases[instant]', '--include-filter', 'CtsAccessibilityTestCases', '--include-filter', 'CtsAccessibilityTestCases[instant]', '--include-filter', 'CtsAccessibilityTestCases[secondary_user]', '--logcat-on-failure'],
+        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
+        target_module='CtsAccessibility',
+        target_plan=None,
+        bundle='x86',
+        uri='LATEST',
+        use_jdk9=True,
+        timeout=16200)
+
+parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsAccountManager b/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsAccountManager
new file mode 100644
index 0000000..917a224
--- /dev/null
+++ b/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsAccountManager
@@ -0,0 +1,34 @@
+# Copyright 2020 The Chromium OS Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+# This file has been automatically generated. Do not edit!
+
+AUTHOR = 'ARC++ Team'
+NAME = 'cheets_CTS_R.11_r3.x86.CtsAccountManager'
+ATTRIBUTES = 'suite:arc-cts-r'
+DEPENDENCIES = 'arc, cts_abi_x86'
+JOB_RETRIES = 1
+TEST_TYPE = 'server'
+TIME = 'MEDIUM'
+MAX_RESULT_SIZE_KB = 512000
+DOC = 'Run module CtsAccountManagerTestCases, CtsAccountManagerTestCases[instant], CtsAccountManagerTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using x86 ABI in the ARC++ container.'
+
+def run_TS(machine):
+    host_list = [hosts.create_host(machine)]
+    job.run_test(
+        'cheets_CTS_R',
+        hosts=host_list,
+        iterations=1,
+        tag='11_r3.x86.CtsAccountManager',
+        test_name='cheets_CTS_R.11_r3.x86.CtsAccountManager',
+        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsAccountManagerTestCases', '--include-filter', 'CtsAccountManagerTestCases[instant]', '--include-filter', 'CtsAccountManagerTestCases[secondary_user]', '--logcat-on-failure'],
+        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
+        target_module='CtsAccountManager',
+        target_plan=None,
+        bundle='x86',
+        uri='LATEST',
+        use_jdk9=True,
+        timeout=7200)
+
+parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsAccountsHost b/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsAccountsHost
new file mode 100644
index 0000000..e875330
--- /dev/null
+++ b/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsAccountsHost
@@ -0,0 +1,34 @@
+# Copyright 2020 The Chromium OS Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+# This file has been automatically generated. Do not edit!
+
+AUTHOR = 'ARC++ Team'
+NAME = 'cheets_CTS_R.11_r3.x86.CtsAccountsHost'
+ATTRIBUTES = 'suite:arc-cts-r'
+DEPENDENCIES = 'arc, cts_abi_x86'
+JOB_RETRIES = 1
+TEST_TYPE = 'server'
+TIME = 'MEDIUM'
+MAX_RESULT_SIZE_KB = 512000
+DOC = 'Run module CtsAccountsHostTestCases, CtsAccountsHostTestCases[instant], CtsAccountsHostTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using x86 ABI in the ARC++ container.'
+
+def run_TS(machine):
+    host_list = [hosts.create_host(machine)]
+    job.run_test(
+        'cheets_CTS_R',
+        hosts=host_list,
+        iterations=1,
+        tag='11_r3.x86.CtsAccountsHost',
+        test_name='cheets_CTS_R.11_r3.x86.CtsAccountsHost',
+        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsAccountsHostTestCases', '--include-filter', 'CtsAccountsHostTestCases[instant]', '--include-filter', 'CtsAccountsHostTestCases[secondary_user]', '--logcat-on-failure'],
+        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
+        target_module='CtsAccountsHost',
+        target_plan=None,
+        bundle='x86',
+        uri='LATEST',
+        use_jdk9=True,
+        timeout=7200)
+
+parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsActivityManagerBackgroundActivity b/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsActivityManagerBackgroundActivity
new file mode 100644
index 0000000..a25fadc
--- /dev/null
+++ b/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsActivityManagerBackgroundActivity
@@ -0,0 +1,34 @@
+# Copyright 2020 The Chromium OS Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+# This file has been automatically generated. Do not edit!
+
+AUTHOR = 'ARC++ Team'
+NAME = 'cheets_CTS_R.11_r3.x86.CtsActivityManagerBackgroundActivity'
+ATTRIBUTES = 'suite:arc-cts-r'
+DEPENDENCIES = 'arc, cts_abi_x86'
+JOB_RETRIES = 1
+TEST_TYPE = 'server'
+TIME = 'MEDIUM'
+MAX_RESULT_SIZE_KB = 512000
+DOC = 'Run module CtsActivityManagerBackgroundActivityTestCases, CtsActivityManagerBackgroundActivityTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using x86 ABI in the ARC++ container.'
+
+def run_TS(machine):
+    host_list = [hosts.create_host(machine)]
+    job.run_test(
+        'cheets_CTS_R',
+        hosts=host_list,
+        iterations=1,
+        tag='11_r3.x86.CtsActivityManagerBackgroundActivity',
+        test_name='cheets_CTS_R.11_r3.x86.CtsActivityManagerBackgroundActivity',
+        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsActivityManagerBackgroundActivityTestCases', '--include-filter', 'CtsActivityManagerBackgroundActivityTestCases[secondary_user]', '--logcat-on-failure'],
+        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
+        target_module='CtsActivityManagerBackgroundActivity',
+        target_plan=None,
+        bundle='x86',
+        uri='LATEST',
+        use_jdk9=True,
+        timeout=5400)
+
+parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsAdb b/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsAdb
new file mode 100644
index 0000000..a1aba14
--- /dev/null
+++ b/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsAdb
@@ -0,0 +1,34 @@
+# Copyright 2020 The Chromium OS Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+# This file has been automatically generated. Do not edit!
+
+AUTHOR = 'ARC++ Team'
+NAME = 'cheets_CTS_R.11_r3.x86.CtsAdb'
+ATTRIBUTES = 'suite:arc-cts-r'
+DEPENDENCIES = 'arc, cts_abi_x86'
+JOB_RETRIES = 1
+TEST_TYPE = 'server'
+TIME = 'MEDIUM'
+MAX_RESULT_SIZE_KB = 512000
+DOC = 'Run module CtsAdbHostTestCases, CtsAdbHostTestCases[secondary_user], CtsAdbManagerHostTestCases, CtsAdbManagerHostTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using x86 ABI in the ARC++ container.'
+
+def run_TS(machine):
+    host_list = [hosts.create_host(machine)]
+    job.run_test(
+        'cheets_CTS_R',
+        hosts=host_list,
+        iterations=1,
+        tag='11_r3.x86.CtsAdb',
+        test_name='cheets_CTS_R.11_r3.x86.CtsAdb',
+        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsAdbHostTestCases', '--include-filter', 'CtsAdbHostTestCases[secondary_user]', '--include-filter', 'CtsAdbManagerHostTestCases', '--include-filter', 'CtsAdbManagerHostTestCases[secondary_user]', '--logcat-on-failure'],
+        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
+        target_module='CtsAdb',
+        target_plan=None,
+        bundle='x86',
+        uri='LATEST',
+        use_jdk9=True,
+        timeout=9000)
+
+parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsAdmin b/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsAdmin
new file mode 100644
index 0000000..cdbb7fc
--- /dev/null
+++ b/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsAdmin
@@ -0,0 +1,34 @@
+# Copyright 2020 The Chromium OS Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+# This file has been automatically generated. Do not edit!
+
+AUTHOR = 'ARC++ Team'
+NAME = 'cheets_CTS_R.11_r3.x86.CtsAdmin'
+ATTRIBUTES = 'suite:arc-cts-r'
+DEPENDENCIES = 'arc, cts_abi_x86'
+JOB_RETRIES = 1
+TEST_TYPE = 'server'
+TIME = 'MEDIUM'
+MAX_RESULT_SIZE_KB = 512000
+DOC = 'Run module CtsAdminPackageInstallerTestCases, CtsAdminTestCases of the Android Compatibility Test Suite (CTS) using x86 ABI in the ARC++ container.'
+
+def run_TS(machine):
+    host_list = [hosts.create_host(machine)]
+    job.run_test(
+        'cheets_CTS_R',
+        hosts=host_list,
+        iterations=1,
+        tag='11_r3.x86.CtsAdmin',
+        test_name='cheets_CTS_R.11_r3.x86.CtsAdmin',
+        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsAdminPackageInstallerTestCases', '--include-filter', 'CtsAdminTestCases', '--logcat-on-failure'],
+        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
+        target_module='CtsAdmin',
+        target_plan=None,
+        bundle='x86',
+        uri='LATEST',
+        use_jdk9=True,
+        timeout=5400)
+
+parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsAlarmManager b/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsAlarmManager
new file mode 100644
index 0000000..9bb4a6e
--- /dev/null
+++ b/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsAlarmManager
@@ -0,0 +1,34 @@
+# Copyright 2020 The Chromium OS Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+# This file has been automatically generated. Do not edit!
+
+AUTHOR = 'ARC++ Team'
+NAME = 'cheets_CTS_R.11_r3.x86.CtsAlarmManager'
+ATTRIBUTES = 'suite:arc-cts-r'
+DEPENDENCIES = 'arc, cts_abi_x86'
+JOB_RETRIES = 1
+TEST_TYPE = 'server'
+TIME = 'MEDIUM'
+MAX_RESULT_SIZE_KB = 512000
+DOC = 'Run module CtsAlarmManagerTestCases, CtsAlarmManagerTestCases[instant], CtsAlarmManagerTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using x86 ABI in the ARC++ container.'
+
+def run_TS(machine):
+    host_list = [hosts.create_host(machine)]
+    job.run_test(
+        'cheets_CTS_R',
+        hosts=host_list,
+        iterations=1,
+        tag='11_r3.x86.CtsAlarmManager',
+        test_name='cheets_CTS_R.11_r3.x86.CtsAlarmManager',
+        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsAlarmManagerTestCases', '--include-filter', 'CtsAlarmManagerTestCases[instant]', '--include-filter', 'CtsAlarmManagerTestCases[secondary_user]', '--logcat-on-failure'],
+        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
+        target_module='CtsAlarmManager',
+        target_plan=None,
+        bundle='x86',
+        uri='LATEST',
+        use_jdk9=True,
+        timeout=7200)
+
+parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsAndroid b/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsAndroid
new file mode 100644
index 0000000..5e0bc2a
--- /dev/null
+++ b/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsAndroid
@@ -0,0 +1,34 @@
+# Copyright 2020 The Chromium OS Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+# This file has been automatically generated. Do not edit!
+
+AUTHOR = 'ARC++ Team'
+NAME = 'cheets_CTS_R.11_r3.x86.CtsAndroid'
+ATTRIBUTES = 'suite:arc-cts-r'
+DEPENDENCIES = 'arc, cts_abi_x86'
+JOB_RETRIES = 1
+TEST_TYPE = 'server'
+TIME = 'MEDIUM'
+MAX_RESULT_SIZE_KB = 512000
+DOC = 'Run module CtsAndroidAppTestCases, CtsAndroidAppTestCases[instant], CtsAndroidAppTestCases[secondary_user], CtsAndroidTestBase28ApiSignatureTestCases, CtsAndroidTestBase28ApiSignatureTestCases[instant], CtsAndroidTestBase28ApiSignatureTestCases[secondary_user], CtsAndroidTestBaseCurrentApiSignatureTestCases, CtsAndroidTestBaseCurrentApiSignatureTestCases[instant], CtsAndroidTestBaseCurrentApiSignatureTestCases[secondary_user], CtsAndroidTestMockCurrentApiSignatureTestCases, CtsAndroidTestMockCurrentApiSignatureTestCases[instant], CtsAndroidTestMockCurrentApiSignatureTestCases[secondary_user], CtsAndroidTestRunnerCurrentApiSignatureTestCases, CtsAndroidTestRunnerCurrentApiSignatureTestCases[instant], CtsAndroidTestRunnerCurrentApiSignatureTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using x86 ABI in the ARC++ container.'
+
+def run_TS(machine):
+    host_list = [hosts.create_host(machine)]
+    job.run_test(
+        'cheets_CTS_R',
+        hosts=host_list,
+        iterations=1,
+        tag='11_r3.x86.CtsAndroid',
+        test_name='cheets_CTS_R.11_r3.x86.CtsAndroid',
+        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsAndroidAppTestCases', '--include-filter', 'CtsAndroidAppTestCases[instant]', '--include-filter', 'CtsAndroidAppTestCases[secondary_user]', '--include-filter', 'CtsAndroidTestBase28ApiSignatureTestCases', '--include-filter', 'CtsAndroidTestBase28ApiSignatureTestCases[instant]', '--include-filter', 'CtsAndroidTestBase28ApiSignatureTestCases[secondary_user]', '--include-filter', 'CtsAndroidTestBaseCurrentApiSignatureTestCases', '--include-filter', 'CtsAndroidTestBaseCurrentApiSignatureTestCases[instant]', '--include-filter', 'CtsAndroidTestBaseCurrentApiSignatureTestCases[secondary_user]', '--include-filter', 'CtsAndroidTestMockCurrentApiSignatureTestCases', '--include-filter', 'CtsAndroidTestMockCurrentApiSignatureTestCases[instant]', '--include-filter', 'CtsAndroidTestMockCurrentApiSignatureTestCases[secondary_user]', '--include-filter', 'CtsAndroidTestRunnerCurrentApiSignatureTestCases', '--include-filter', 'CtsAndroidTestRunnerCurrentApiSignatureTestCases[instant]', '--include-filter', 'CtsAndroidTestRunnerCurrentApiSignatureTestCases[secondary_user]', '--logcat-on-failure'],
+        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
+        target_module='CtsAndroid',
+        target_plan=None,
+        bundle='x86',
+        uri='LATEST',
+        use_jdk9=True,
+        timeout=28800)
+
+parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsAngleIntegrationHost b/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsAngleIntegrationHost
new file mode 100644
index 0000000..702c060
--- /dev/null
+++ b/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsAngleIntegrationHost
@@ -0,0 +1,34 @@
+# Copyright 2020 The Chromium OS Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+# This file has been automatically generated. Do not edit!
+
+AUTHOR = 'ARC++ Team'
+NAME = 'cheets_CTS_R.11_r3.x86.CtsAngleIntegrationHost'
+ATTRIBUTES = 'suite:arc-cts-r'
+DEPENDENCIES = 'arc, cts_abi_x86'
+JOB_RETRIES = 1
+TEST_TYPE = 'server'
+TIME = 'MEDIUM'
+MAX_RESULT_SIZE_KB = 512000
+DOC = 'Run module CtsAngleIntegrationHostTestCases, CtsAngleIntegrationHostTestCases[instant], CtsAngleIntegrationHostTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using x86 ABI in the ARC++ container.'
+
+def run_TS(machine):
+    host_list = [hosts.create_host(machine)]
+    job.run_test(
+        'cheets_CTS_R',
+        hosts=host_list,
+        iterations=1,
+        tag='11_r3.x86.CtsAngleIntegrationHost',
+        test_name='cheets_CTS_R.11_r3.x86.CtsAngleIntegrationHost',
+        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsAngleIntegrationHostTestCases', '--include-filter', 'CtsAngleIntegrationHostTestCases[instant]', '--include-filter', 'CtsAngleIntegrationHostTestCases[secondary_user]', '--logcat-on-failure'],
+        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
+        target_module='CtsAngleIntegrationHost',
+        target_plan=None,
+        bundle='x86',
+        uri='LATEST',
+        use_jdk9=True,
+        timeout=7200)
+
+parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsAnimation b/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsAnimation
new file mode 100644
index 0000000..b7d29cc
--- /dev/null
+++ b/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsAnimation
@@ -0,0 +1,34 @@
+# Copyright 2020 The Chromium OS Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+# This file has been automatically generated. Do not edit!
+
+AUTHOR = 'ARC++ Team'
+NAME = 'cheets_CTS_R.11_r3.x86.CtsAnimation'
+ATTRIBUTES = 'suite:arc-cts-r'
+DEPENDENCIES = 'arc, cts_abi_x86'
+JOB_RETRIES = 1
+TEST_TYPE = 'server'
+TIME = 'MEDIUM'
+MAX_RESULT_SIZE_KB = 512000
+DOC = 'Run module CtsAnimationTestCases, CtsAnimationTestCases[instant], CtsAnimationTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using x86 ABI in the ARC++ container.'
+
+def run_TS(machine):
+    host_list = [hosts.create_host(machine)]
+    job.run_test(
+        'cheets_CTS_R',
+        hosts=host_list,
+        iterations=1,
+        tag='11_r3.x86.CtsAnimation',
+        test_name='cheets_CTS_R.11_r3.x86.CtsAnimation',
+        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsAnimationTestCases', '--include-filter', 'CtsAnimationTestCases[instant]', '--include-filter', 'CtsAnimationTestCases[secondary_user]', '--logcat-on-failure'],
+        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
+        target_module='CtsAnimation',
+        target_plan=None,
+        bundle='x86',
+        uri='LATEST',
+        use_jdk9=True,
+        timeout=7200)
+
+parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsApacheHttpLegacy b/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsApacheHttpLegacy
new file mode 100644
index 0000000..ff4f3b2
--- /dev/null
+++ b/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsApacheHttpLegacy
@@ -0,0 +1,34 @@
+# Copyright 2020 The Chromium OS Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+# This file has been automatically generated. Do not edit!
+
+AUTHOR = 'ARC++ Team'
+NAME = 'cheets_CTS_R.11_r3.x86.CtsApacheHttpLegacy'
+ATTRIBUTES = 'suite:arc-cts-r'
+DEPENDENCIES = 'arc, cts_abi_x86'
+JOB_RETRIES = 1
+TEST_TYPE = 'server'
+TIME = 'MEDIUM'
+MAX_RESULT_SIZE_KB = 512000
+DOC = 'Run module CtsApacheHttpLegacy27ApiSignatureTestCases, CtsApacheHttpLegacy27ApiSignatureTestCases[instant], CtsApacheHttpLegacy27ApiSignatureTestCases[secondary_user], CtsApacheHttpLegacyCurrentApiSignatureTestCases, CtsApacheHttpLegacyCurrentApiSignatureTestCases[instant], CtsApacheHttpLegacyCurrentApiSignatureTestCases[secondary_user], CtsApacheHttpLegacyUsesLibraryApiSignatureTestCases, CtsApacheHttpLegacyUsesLibraryApiSignatureTestCases[instant], CtsApacheHttpLegacyUsesLibraryApiSignatureTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using x86 ABI in the ARC++ container.'
+
+def run_TS(machine):
+    host_list = [hosts.create_host(machine)]
+    job.run_test(
+        'cheets_CTS_R',
+        hosts=host_list,
+        iterations=1,
+        tag='11_r3.x86.CtsApacheHttpLegacy',
+        test_name='cheets_CTS_R.11_r3.x86.CtsApacheHttpLegacy',
+        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsApacheHttpLegacy27ApiSignatureTestCases', '--include-filter', 'CtsApacheHttpLegacy27ApiSignatureTestCases[instant]', '--include-filter', 'CtsApacheHttpLegacy27ApiSignatureTestCases[secondary_user]', '--include-filter', 'CtsApacheHttpLegacyCurrentApiSignatureTestCases', '--include-filter', 'CtsApacheHttpLegacyCurrentApiSignatureTestCases[instant]', '--include-filter', 'CtsApacheHttpLegacyCurrentApiSignatureTestCases[secondary_user]', '--include-filter', 'CtsApacheHttpLegacyUsesLibraryApiSignatureTestCases', '--include-filter', 'CtsApacheHttpLegacyUsesLibraryApiSignatureTestCases[instant]', '--include-filter', 'CtsApacheHttpLegacyUsesLibraryApiSignatureTestCases[secondary_user]', '--logcat-on-failure'],
+        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
+        target_module='CtsApacheHttpLegacy',
+        target_plan=None,
+        bundle='x86',
+        uri='LATEST',
+        use_jdk9=True,
+        timeout=18000)
+
+parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsApex b/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsApex
new file mode 100644
index 0000000..d3f8ac9
--- /dev/null
+++ b/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsApex
@@ -0,0 +1,34 @@
+# Copyright 2020 The Chromium OS Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+# This file has been automatically generated. Do not edit!
+
+AUTHOR = 'ARC++ Team'
+NAME = 'cheets_CTS_R.11_r3.x86.CtsApex'
+ATTRIBUTES = 'suite:arc-cts-r'
+DEPENDENCIES = 'arc, cts_abi_x86'
+JOB_RETRIES = 1
+TEST_TYPE = 'server'
+TIME = 'MEDIUM'
+MAX_RESULT_SIZE_KB = 512000
+DOC = 'Run module CtsApexTestCases, CtsApexTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using x86 ABI in the ARC++ container.'
+
+def run_TS(machine):
+    host_list = [hosts.create_host(machine)]
+    job.run_test(
+        'cheets_CTS_R',
+        hosts=host_list,
+        iterations=1,
+        tag='11_r3.x86.CtsApex',
+        test_name='cheets_CTS_R.11_r3.x86.CtsApex',
+        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsApexTestCases', '--include-filter', 'CtsApexTestCases[secondary_user]', '--logcat-on-failure'],
+        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
+        target_module='CtsApex',
+        target_plan=None,
+        bundle='x86',
+        uri='LATEST',
+        use_jdk9=True,
+        timeout=5400)
+
+parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsApp b/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsApp
new file mode 100644
index 0000000..a861b97
--- /dev/null
+++ b/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsApp
@@ -0,0 +1,35 @@
+# Copyright 2020 The Chromium OS Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+# This file has been automatically generated. Do not edit!
+
+AUTHOR = 'ARC++ Team'
+NAME = 'cheets_CTS_R.11_r3.x86.CtsApp'
+ATTRIBUTES = 'suite:arc-cts-r'
+DEPENDENCIES = 'arc, cts_abi_x86'
+JOB_RETRIES = 1
+TEST_TYPE = 'server'
+TIME = 'MEDIUM'
+MAX_RESULT_SIZE_KB = 512000
+DOC = 'Run module CtsAppBindingHostTestCases, CtsAppBindingHostTestCases[secondary_user], CtsAppCompatHostTestCases, CtsAppCompatHostTestCases[instant], CtsAppCompatHostTestCases[secondary_user], CtsAppComponentFactoryTestCases, CtsAppComponentFactoryTestCases[instant], CtsAppComponentFactoryTestCases[secondary_user], CtsAppEnumerationTestCases, CtsAppEnumerationTestCases[secondary_user], CtsAppExitTestCases, CtsAppExitTestCases[instant], CtsAppExitTestCases[secondary_user], CtsAppIntegrityDeviceTestCases, CtsAppOpsTestCases, CtsAppOpsTestCases[instant], CtsAppOpsTestCases[secondary_user], CtsAppPredictionServiceTestCases, CtsAppPredictionServiceTestCases[secondary_user], CtsAppSecurityHostTestCases, CtsAppSecurityHostTestCases[secondary_user], CtsAppTestCases, CtsAppTestCases[instant], CtsAppTestCases[secondary_user], CtsAppUsageHostTestCases, CtsAppUsageHostTestCases[instant], CtsAppUsageHostTestCases[secondary_user], CtsAppWidgetTestCases, CtsAppWidgetTestCases[instant], CtsAppWidgetTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using x86 ABI in the ARC++ container.'
+
+def run_TS(machine):
+    host_list = [hosts.create_host(machine)]
+    job.run_test(
+        'cheets_CTS_R',
+        hosts=host_list,
+        iterations=1,
+        enable_default_apps=True,
+        tag='11_r3.x86.CtsApp',
+        test_name='cheets_CTS_R.11_r3.x86.CtsApp',
+        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsAppBindingHostTestCases', '--include-filter', 'CtsAppBindingHostTestCases[secondary_user]', '--include-filter', 'CtsAppCompatHostTestCases', '--include-filter', 'CtsAppCompatHostTestCases[instant]', '--include-filter', 'CtsAppCompatHostTestCases[secondary_user]', '--include-filter', 'CtsAppComponentFactoryTestCases', '--include-filter', 'CtsAppComponentFactoryTestCases[instant]', '--include-filter', 'CtsAppComponentFactoryTestCases[secondary_user]', '--include-filter', 'CtsAppEnumerationTestCases', '--include-filter', 'CtsAppEnumerationTestCases[secondary_user]', '--include-filter', 'CtsAppExitTestCases', '--include-filter', 'CtsAppExitTestCases[instant]', '--include-filter', 'CtsAppExitTestCases[secondary_user]', '--include-filter', 'CtsAppIntegrityDeviceTestCases', '--include-filter', 'CtsAppOpsTestCases', '--include-filter', 'CtsAppOpsTestCases[instant]', '--include-filter', 'CtsAppOpsTestCases[secondary_user]', '--include-filter', 'CtsAppPredictionServiceTestCases', '--include-filter', 'CtsAppPredictionServiceTestCases[secondary_user]', '--include-filter', 'CtsAppSecurityHostTestCases', '--include-filter', 'CtsAppSecurityHostTestCases[secondary_user]', '--include-filter', 'CtsAppTestCases', '--include-filter', 'CtsAppTestCases[instant]', '--include-filter', 'CtsAppTestCases[secondary_user]', '--include-filter', 'CtsAppUsageHostTestCases', '--include-filter', 'CtsAppUsageHostTestCases[instant]', '--include-filter', 'CtsAppUsageHostTestCases[secondary_user]', '--include-filter', 'CtsAppWidgetTestCases', '--include-filter', 'CtsAppWidgetTestCases[instant]', '--include-filter', 'CtsAppWidgetTestCases[secondary_user]', '--logcat-on-failure'],
+        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
+        target_module='CtsApp',
+        target_plan=None,
+        bundle='x86',
+        uri='LATEST',
+        use_jdk9=True,
+        timeout=55800)
+
+parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsAslrMalloc b/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsAslrMalloc
new file mode 100644
index 0000000..8abb782
--- /dev/null
+++ b/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsAslrMalloc
@@ -0,0 +1,34 @@
+# Copyright 2020 The Chromium OS Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+# This file has been automatically generated. Do not edit!
+
+AUTHOR = 'ARC++ Team'
+NAME = 'cheets_CTS_R.11_r3.x86.CtsAslrMalloc'
+ATTRIBUTES = 'suite:arc-cts-r'
+DEPENDENCIES = 'arc, cts_abi_x86'
+JOB_RETRIES = 1
+TEST_TYPE = 'server'
+TIME = 'MEDIUM'
+MAX_RESULT_SIZE_KB = 512000
+DOC = 'Run module CtsAslrMallocTestCases, CtsAslrMallocTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using x86 ABI in the ARC++ container.'
+
+def run_TS(machine):
+    host_list = [hosts.create_host(machine)]
+    job.run_test(
+        'cheets_CTS_R',
+        hosts=host_list,
+        iterations=1,
+        tag='11_r3.x86.CtsAslrMalloc',
+        test_name='cheets_CTS_R.11_r3.x86.CtsAslrMalloc',
+        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsAslrMallocTestCases', '--include-filter', 'CtsAslrMallocTestCases[secondary_user]', '--logcat-on-failure'],
+        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
+        target_module='CtsAslrMalloc',
+        target_plan=None,
+        bundle='x86',
+        uri='LATEST',
+        use_jdk9=True,
+        timeout=5400)
+
+parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsAssist b/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsAssist
new file mode 100644
index 0000000..8a8f7e0
--- /dev/null
+++ b/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsAssist
@@ -0,0 +1,34 @@
+# Copyright 2020 The Chromium OS Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+# This file has been automatically generated. Do not edit!
+
+AUTHOR = 'ARC++ Team'
+NAME = 'cheets_CTS_R.11_r3.x86.CtsAssist'
+ATTRIBUTES = 'suite:arc-cts-r'
+DEPENDENCIES = 'arc, cts_abi_x86'
+JOB_RETRIES = 1
+TEST_TYPE = 'server'
+TIME = 'MEDIUM'
+MAX_RESULT_SIZE_KB = 512000
+DOC = 'Run module CtsAssistTestCases, CtsAssistTestCases[instant], CtsAssistTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using x86 ABI in the ARC++ container.'
+
+def run_TS(machine):
+    host_list = [hosts.create_host(machine)]
+    job.run_test(
+        'cheets_CTS_R',
+        hosts=host_list,
+        iterations=1,
+        tag='11_r3.x86.CtsAssist',
+        test_name='cheets_CTS_R.11_r3.x86.CtsAssist',
+        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsAssistTestCases', '--include-filter', 'CtsAssistTestCases[instant]', '--include-filter', 'CtsAssistTestCases[secondary_user]', '--logcat-on-failure'],
+        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
+        target_module='CtsAssist',
+        target_plan=None,
+        bundle='x86',
+        uri='LATEST',
+        use_jdk9=True,
+        timeout=7200)
+
+parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsAtomicInstall b/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsAtomicInstall
new file mode 100644
index 0000000..4fc1d48
--- /dev/null
+++ b/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsAtomicInstall
@@ -0,0 +1,34 @@
+# Copyright 2020 The Chromium OS Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+# This file has been automatically generated. Do not edit!
+
+AUTHOR = 'ARC++ Team'
+NAME = 'cheets_CTS_R.11_r3.x86.CtsAtomicInstall'
+ATTRIBUTES = 'suite:arc-cts-r'
+DEPENDENCIES = 'arc, cts_abi_x86'
+JOB_RETRIES = 1
+TEST_TYPE = 'server'
+TIME = 'MEDIUM'
+MAX_RESULT_SIZE_KB = 512000
+DOC = 'Run module CtsAtomicInstallTestCases, CtsAtomicInstallTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using x86 ABI in the ARC++ container.'
+
+def run_TS(machine):
+    host_list = [hosts.create_host(machine)]
+    job.run_test(
+        'cheets_CTS_R',
+        hosts=host_list,
+        iterations=1,
+        tag='11_r3.x86.CtsAtomicInstall',
+        test_name='cheets_CTS_R.11_r3.x86.CtsAtomicInstall',
+        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsAtomicInstallTestCases', '--include-filter', 'CtsAtomicInstallTestCases[secondary_user]', '--logcat-on-failure'],
+        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
+        target_module='CtsAtomicInstall',
+        target_plan=None,
+        bundle='x86',
+        uri='LATEST',
+        use_jdk9=True,
+        timeout=5400)
+
+parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsAtraceHost b/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsAtraceHost
new file mode 100644
index 0000000..e29bfbc
--- /dev/null
+++ b/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsAtraceHost
@@ -0,0 +1,34 @@
+# Copyright 2020 The Chromium OS Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+# This file has been automatically generated. Do not edit!
+
+AUTHOR = 'ARC++ Team'
+NAME = 'cheets_CTS_R.11_r3.x86.CtsAtraceHost'
+ATTRIBUTES = 'suite:arc-cts-r'
+DEPENDENCIES = 'arc, cts_abi_x86'
+JOB_RETRIES = 1
+TEST_TYPE = 'server'
+TIME = 'MEDIUM'
+MAX_RESULT_SIZE_KB = 512000
+DOC = 'Run module CtsAtraceHostTestCases, CtsAtraceHostTestCases[instant], CtsAtraceHostTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using x86 ABI in the ARC++ container.'
+
+def run_TS(machine):
+    host_list = [hosts.create_host(machine)]
+    job.run_test(
+        'cheets_CTS_R',
+        hosts=host_list,
+        iterations=1,
+        tag='11_r3.x86.CtsAtraceHost',
+        test_name='cheets_CTS_R.11_r3.x86.CtsAtraceHost',
+        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsAtraceHostTestCases', '--include-filter', 'CtsAtraceHostTestCases[instant]', '--include-filter', 'CtsAtraceHostTestCases[secondary_user]', '--logcat-on-failure'],
+        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
+        target_module='CtsAtraceHost',
+        target_plan=None,
+        bundle='x86',
+        uri='LATEST',
+        use_jdk9=True,
+        timeout=7200)
+
+parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsAttentionServiceDevice b/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsAttentionServiceDevice
new file mode 100644
index 0000000..11b37d5
--- /dev/null
+++ b/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsAttentionServiceDevice
@@ -0,0 +1,34 @@
+# Copyright 2020 The Chromium OS Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+# This file has been automatically generated. Do not edit!
+
+AUTHOR = 'ARC++ Team'
+NAME = 'cheets_CTS_R.11_r3.x86.CtsAttentionServiceDevice'
+ATTRIBUTES = 'suite:arc-cts-r'
+DEPENDENCIES = 'arc, cts_abi_x86'
+JOB_RETRIES = 1
+TEST_TYPE = 'server'
+TIME = 'MEDIUM'
+MAX_RESULT_SIZE_KB = 512000
+DOC = 'Run module CtsAttentionServiceDeviceTestCases, CtsAttentionServiceDeviceTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using x86 ABI in the ARC++ container.'
+
+def run_TS(machine):
+    host_list = [hosts.create_host(machine)]
+    job.run_test(
+        'cheets_CTS_R',
+        hosts=host_list,
+        iterations=1,
+        tag='11_r3.x86.CtsAttentionServiceDevice',
+        test_name='cheets_CTS_R.11_r3.x86.CtsAttentionServiceDevice',
+        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsAttentionServiceDeviceTestCases', '--include-filter', 'CtsAttentionServiceDeviceTestCases[secondary_user]', '--logcat-on-failure'],
+        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
+        target_module='CtsAttentionServiceDevice',
+        target_plan=None,
+        bundle='x86',
+        uri='LATEST',
+        use_jdk9=True,
+        timeout=5400)
+
+parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsAutoFillService b/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsAutoFillService
new file mode 100644
index 0000000..72d7e5b
--- /dev/null
+++ b/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsAutoFillService
@@ -0,0 +1,34 @@
+# Copyright 2020 The Chromium OS Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+# This file has been automatically generated. Do not edit!
+
+AUTHOR = 'ARC++ Team'
+NAME = 'cheets_CTS_R.11_r3.x86.CtsAutoFillService'
+ATTRIBUTES = 'suite:arc-cts-r'
+DEPENDENCIES = 'arc, cts_abi_x86'
+JOB_RETRIES = 1
+TEST_TYPE = 'server'
+TIME = 'MEDIUM'
+MAX_RESULT_SIZE_KB = 512000
+DOC = 'Run module CtsAutoFillServiceTestCases, CtsAutoFillServiceTestCases[instant], CtsAutoFillServiceTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using x86 ABI in the ARC++ container.'
+
+def run_TS(machine):
+    host_list = [hosts.create_host(machine)]
+    job.run_test(
+        'cheets_CTS_R',
+        hosts=host_list,
+        iterations=1,
+        tag='11_r3.x86.CtsAutoFillService',
+        test_name='cheets_CTS_R.11_r3.x86.CtsAutoFillService',
+        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsAutoFillServiceTestCases', '--include-filter', 'CtsAutoFillServiceTestCases[instant]', '--include-filter', 'CtsAutoFillServiceTestCases[secondary_user]', '--logcat-on-failure'],
+        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
+        target_module='CtsAutoFillService',
+        target_plan=None,
+        bundle='x86',
+        uri='LATEST',
+        use_jdk9=True,
+        timeout=14400)
+
+parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsBackgroundRestrictions b/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsBackgroundRestrictions
new file mode 100644
index 0000000..f19338e
--- /dev/null
+++ b/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsBackgroundRestrictions
@@ -0,0 +1,34 @@
+# Copyright 2020 The Chromium OS Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+# This file has been automatically generated. Do not edit!
+
+AUTHOR = 'ARC++ Team'
+NAME = 'cheets_CTS_R.11_r3.x86.CtsBackgroundRestrictions'
+ATTRIBUTES = 'suite:arc-cts-r'
+DEPENDENCIES = 'arc, cts_abi_x86'
+JOB_RETRIES = 1
+TEST_TYPE = 'server'
+TIME = 'MEDIUM'
+MAX_RESULT_SIZE_KB = 512000
+DOC = 'Run module CtsBackgroundRestrictionsTestCases, CtsBackgroundRestrictionsTestCases[instant], CtsBackgroundRestrictionsTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using x86 ABI in the ARC++ container.'
+
+def run_TS(machine):
+    host_list = [hosts.create_host(machine)]
+    job.run_test(
+        'cheets_CTS_R',
+        hosts=host_list,
+        iterations=1,
+        tag='11_r3.x86.CtsBackgroundRestrictions',
+        test_name='cheets_CTS_R.11_r3.x86.CtsBackgroundRestrictions',
+        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsBackgroundRestrictionsTestCases', '--include-filter', 'CtsBackgroundRestrictionsTestCases[instant]', '--include-filter', 'CtsBackgroundRestrictionsTestCases[secondary_user]', '--logcat-on-failure'],
+        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
+        target_module='CtsBackgroundRestrictions',
+        target_plan=None,
+        bundle='x86',
+        uri='LATEST',
+        use_jdk9=True,
+        timeout=7200)
+
+parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsBackup b/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsBackup
new file mode 100644
index 0000000..3af3c06
--- /dev/null
+++ b/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsBackup
@@ -0,0 +1,34 @@
+# Copyright 2020 The Chromium OS Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+# This file has been automatically generated. Do not edit!
+
+AUTHOR = 'ARC++ Team'
+NAME = 'cheets_CTS_R.11_r3.x86.CtsBackup'
+ATTRIBUTES = 'suite:arc-cts-r'
+DEPENDENCIES = 'arc, cts_abi_x86'
+JOB_RETRIES = 1
+TEST_TYPE = 'server'
+TIME = 'MEDIUM'
+MAX_RESULT_SIZE_KB = 512000
+DOC = 'Run module CtsBackupHostTestCases, CtsBackupTestCases of the Android Compatibility Test Suite (CTS) using x86 ABI in the ARC++ container.'
+
+def run_TS(machine):
+    host_list = [hosts.create_host(machine)]
+    job.run_test(
+        'cheets_CTS_R',
+        hosts=host_list,
+        iterations=1,
+        tag='11_r3.x86.CtsBackup',
+        test_name='cheets_CTS_R.11_r3.x86.CtsBackup',
+        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsBackupHostTestCases', '--include-filter', 'CtsBackupTestCases', '--logcat-on-failure'],
+        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
+        target_module='CtsBackup',
+        target_plan=None,
+        bundle='x86',
+        uri='LATEST',
+        use_jdk9=True,
+        timeout=5400)
+
+parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsBatterySaving b/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsBatterySaving
new file mode 100644
index 0000000..e4aa42d
--- /dev/null
+++ b/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsBatterySaving
@@ -0,0 +1,34 @@
+# Copyright 2020 The Chromium OS Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+# This file has been automatically generated. Do not edit!
+
+AUTHOR = 'ARC++ Team'
+NAME = 'cheets_CTS_R.11_r3.x86.CtsBatterySaving'
+ATTRIBUTES = 'suite:arc-cts-r'
+DEPENDENCIES = 'arc, cts_abi_x86'
+JOB_RETRIES = 1
+TEST_TYPE = 'server'
+TIME = 'MEDIUM'
+MAX_RESULT_SIZE_KB = 512000
+DOC = 'Run module CtsBatterySavingTestCases, CtsBatterySavingTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using x86 ABI in the ARC++ container.'
+
+def run_TS(machine):
+    host_list = [hosts.create_host(machine)]
+    job.run_test(
+        'cheets_CTS_R',
+        hosts=host_list,
+        iterations=1,
+        tag='11_r3.x86.CtsBatterySaving',
+        test_name='cheets_CTS_R.11_r3.x86.CtsBatterySaving',
+        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsBatterySavingTestCases', '--include-filter', 'CtsBatterySavingTestCases[secondary_user]', '--logcat-on-failure'],
+        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
+        target_module='CtsBatterySaving',
+        target_plan=None,
+        bundle='x86',
+        uri='LATEST',
+        use_jdk9=True,
+        timeout=5400)
+
+parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsBionic b/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsBionic
new file mode 100644
index 0000000..4067ecb
--- /dev/null
+++ b/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsBionic
@@ -0,0 +1,34 @@
+# Copyright 2020 The Chromium OS Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+# This file has been automatically generated. Do not edit!
+
+AUTHOR = 'ARC++ Team'
+NAME = 'cheets_CTS_R.11_r3.x86.CtsBionic'
+ATTRIBUTES = 'suite:arc-cts-r'
+DEPENDENCIES = 'arc, cts_abi_x86'
+JOB_RETRIES = 1
+TEST_TYPE = 'server'
+TIME = 'MEDIUM'
+MAX_RESULT_SIZE_KB = 512000
+DOC = 'Run module CtsBionicAppTestCases, CtsBionicAppTestCases[instant], CtsBionicAppTestCases[secondary_user], CtsBionicTestCases, CtsBionicTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using x86 ABI in the ARC++ container.'
+
+def run_TS(machine):
+    host_list = [hosts.create_host(machine)]
+    job.run_test(
+        'cheets_CTS_R',
+        hosts=host_list,
+        iterations=1,
+        tag='11_r3.x86.CtsBionic',
+        test_name='cheets_CTS_R.11_r3.x86.CtsBionic',
+        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsBionicAppTestCases', '--include-filter', 'CtsBionicAppTestCases[instant]', '--include-filter', 'CtsBionicAppTestCases[secondary_user]', '--include-filter', 'CtsBionicTestCases', '--include-filter', 'CtsBionicTestCases[secondary_user]', '--logcat-on-failure'],
+        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
+        target_module='CtsBionic',
+        target_plan=None,
+        bundle='x86',
+        uri='LATEST',
+        use_jdk9=True,
+        timeout=10800)
+
+parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsBlobStore b/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsBlobStore
new file mode 100644
index 0000000..64aeafe
--- /dev/null
+++ b/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsBlobStore
@@ -0,0 +1,34 @@
+# Copyright 2020 The Chromium OS Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+# This file has been automatically generated. Do not edit!
+
+AUTHOR = 'ARC++ Team'
+NAME = 'cheets_CTS_R.11_r3.x86.CtsBlobStore'
+ATTRIBUTES = 'suite:arc-cts-r'
+DEPENDENCIES = 'arc, cts_abi_x86'
+JOB_RETRIES = 1
+TEST_TYPE = 'server'
+TIME = 'MEDIUM'
+MAX_RESULT_SIZE_KB = 512000
+DOC = 'Run module CtsBlobStoreHostTestCases, CtsBlobStoreHostTestCases[secondary_user], CtsBlobStoreHostTestHelper, CtsBlobStoreHostTestHelper[secondary_user], CtsBlobStoreTestCases, CtsBlobStoreTestCases[secondary_user], CtsBlobStoreTestHelper, CtsBlobStoreTestHelperDiffSig, CtsBlobStoreTestHelperDiffSig2, CtsBlobStoreTestHelperDiffSig2[secondary_user], CtsBlobStoreTestHelperDiffSig[secondary_user], CtsBlobStoreTestHelper[secondary_user] of the Android Compatibility Test Suite (CTS) using x86 ABI in the ARC++ container.'
+
+def run_TS(machine):
+    host_list = [hosts.create_host(machine)]
+    job.run_test(
+        'cheets_CTS_R',
+        hosts=host_list,
+        iterations=1,
+        tag='11_r3.x86.CtsBlobStore',
+        test_name='cheets_CTS_R.11_r3.x86.CtsBlobStore',
+        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsBlobStoreHostTestCases', '--include-filter', 'CtsBlobStoreHostTestCases[secondary_user]', '--include-filter', 'CtsBlobStoreHostTestHelper', '--include-filter', 'CtsBlobStoreHostTestHelper[secondary_user]', '--include-filter', 'CtsBlobStoreTestCases', '--include-filter', 'CtsBlobStoreTestCases[secondary_user]', '--include-filter', 'CtsBlobStoreTestHelper', '--include-filter', 'CtsBlobStoreTestHelperDiffSig', '--include-filter', 'CtsBlobStoreTestHelperDiffSig2', '--include-filter', 'CtsBlobStoreTestHelperDiffSig2[secondary_user]', '--include-filter', 'CtsBlobStoreTestHelperDiffSig[secondary_user]', '--include-filter', 'CtsBlobStoreTestHelper[secondary_user]', '--logcat-on-failure'],
+        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
+        target_module='CtsBlobStore',
+        target_plan=None,
+        bundle='x86',
+        uri='LATEST',
+        use_jdk9=True,
+        timeout=23400)
+
+parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsBluetooth b/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsBluetooth
new file mode 100644
index 0000000..9b9c7d9
--- /dev/null
+++ b/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsBluetooth
@@ -0,0 +1,34 @@
+# Copyright 2020 The Chromium OS Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+# This file has been automatically generated. Do not edit!
+
+AUTHOR = 'ARC++ Team'
+NAME = 'cheets_CTS_R.11_r3.x86.CtsBluetooth'
+ATTRIBUTES = 'suite:arc-cts-r'
+DEPENDENCIES = 'arc, cts_abi_x86'
+JOB_RETRIES = 1
+TEST_TYPE = 'server'
+TIME = 'MEDIUM'
+MAX_RESULT_SIZE_KB = 512000
+DOC = 'Run module CtsBluetoothTestCases, CtsBluetoothTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using x86 ABI in the ARC++ container.'
+
+def run_TS(machine):
+    host_list = [hosts.create_host(machine)]
+    job.run_test(
+        'cheets_CTS_R',
+        hosts=host_list,
+        iterations=1,
+        tag='11_r3.x86.CtsBluetooth',
+        test_name='cheets_CTS_R.11_r3.x86.CtsBluetooth',
+        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsBluetoothTestCases', '--include-filter', 'CtsBluetoothTestCases[secondary_user]', '--logcat-on-failure'],
+        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
+        target_module='CtsBluetooth',
+        target_plan=None,
+        bundle='x86',
+        uri='LATEST',
+        use_jdk9=True,
+        timeout=5400)
+
+parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsBootStats b/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsBootStats
new file mode 100644
index 0000000..eca8b19
--- /dev/null
+++ b/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsBootStats
@@ -0,0 +1,34 @@
+# Copyright 2020 The Chromium OS Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+# This file has been automatically generated. Do not edit!
+
+AUTHOR = 'ARC++ Team'
+NAME = 'cheets_CTS_R.11_r3.x86.CtsBootStats'
+ATTRIBUTES = 'suite:arc-cts-r'
+DEPENDENCIES = 'arc, cts_abi_x86'
+JOB_RETRIES = 1
+TEST_TYPE = 'server'
+TIME = 'MEDIUM'
+MAX_RESULT_SIZE_KB = 512000
+DOC = 'Run module CtsBootStatsTestCases, CtsBootStatsTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using x86 ABI in the ARC++ container.'
+
+def run_TS(machine):
+    host_list = [hosts.create_host(machine)]
+    job.run_test(
+        'cheets_CTS_R',
+        hosts=host_list,
+        iterations=1,
+        tag='11_r3.x86.CtsBootStats',
+        test_name='cheets_CTS_R.11_r3.x86.CtsBootStats',
+        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsBootStatsTestCases', '--include-filter', 'CtsBootStatsTestCases[secondary_user]', '--logcat-on-failure'],
+        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
+        target_module='CtsBootStats',
+        target_plan=None,
+        bundle='x86',
+        uri='LATEST',
+        use_jdk9=True,
+        timeout=5400)
+
+parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsCalendarProvider b/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsCalendarProvider
new file mode 100644
index 0000000..e1cbd33
--- /dev/null
+++ b/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsCalendarProvider
@@ -0,0 +1,34 @@
+# Copyright 2020 The Chromium OS Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+# This file has been automatically generated. Do not edit!
+
+AUTHOR = 'ARC++ Team'
+NAME = 'cheets_CTS_R.11_r3.x86.CtsCalendarProvider'
+ATTRIBUTES = 'suite:arc-cts-r'
+DEPENDENCIES = 'arc, cts_abi_x86'
+JOB_RETRIES = 1
+TEST_TYPE = 'server'
+TIME = 'MEDIUM'
+MAX_RESULT_SIZE_KB = 512000
+DOC = 'Run module CtsCalendarProviderTestCases, CtsCalendarProviderTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using x86 ABI in the ARC++ container.'
+
+def run_TS(machine):
+    host_list = [hosts.create_host(machine)]
+    job.run_test(
+        'cheets_CTS_R',
+        hosts=host_list,
+        iterations=1,
+        tag='11_r3.x86.CtsCalendarProvider',
+        test_name='cheets_CTS_R.11_r3.x86.CtsCalendarProvider',
+        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsCalendarProviderTestCases', '--include-filter', 'CtsCalendarProviderTestCases[secondary_user]', '--logcat-on-failure'],
+        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
+        target_module='CtsCalendarProvider',
+        target_plan=None,
+        bundle='x86',
+        uri='LATEST',
+        use_jdk9=True,
+        timeout=5400)
+
+parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsCalendarcommon2 b/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsCalendarcommon2
new file mode 100644
index 0000000..5ae6377
--- /dev/null
+++ b/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsCalendarcommon2
@@ -0,0 +1,34 @@
+# Copyright 2020 The Chromium OS Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+# This file has been automatically generated. Do not edit!
+
+AUTHOR = 'ARC++ Team'
+NAME = 'cheets_CTS_R.11_r3.x86.CtsCalendarcommon2'
+ATTRIBUTES = 'suite:arc-cts-r'
+DEPENDENCIES = 'arc, cts_abi_x86'
+JOB_RETRIES = 1
+TEST_TYPE = 'server'
+TIME = 'MEDIUM'
+MAX_RESULT_SIZE_KB = 512000
+DOC = 'Run module CtsCalendarcommon2TestCases, CtsCalendarcommon2TestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using x86 ABI in the ARC++ container.'
+
+def run_TS(machine):
+    host_list = [hosts.create_host(machine)]
+    job.run_test(
+        'cheets_CTS_R',
+        hosts=host_list,
+        iterations=1,
+        tag='11_r3.x86.CtsCalendarcommon2',
+        test_name='cheets_CTS_R.11_r3.x86.CtsCalendarcommon2',
+        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsCalendarcommon2TestCases', '--include-filter', 'CtsCalendarcommon2TestCases[secondary_user]', '--logcat-on-failure'],
+        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
+        target_module='CtsCalendarcommon2',
+        target_plan=None,
+        bundle='x86',
+        uri='LATEST',
+        use_jdk9=True,
+        timeout=5400)
+
+parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsCamera b/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsCamera
new file mode 100644
index 0000000..04853c4
--- /dev/null
+++ b/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsCamera
@@ -0,0 +1,34 @@
+# Copyright 2020 The Chromium OS Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+# This file has been automatically generated. Do not edit!
+
+AUTHOR = 'ARC++ Team'
+NAME = 'cheets_CTS_R.11_r3.x86.CtsCamera'
+ATTRIBUTES = 'suite:arc-cts-r'
+DEPENDENCIES = 'arc, cts_abi_x86'
+JOB_RETRIES = 1
+TEST_TYPE = 'server'
+TIME = 'LONG'
+MAX_RESULT_SIZE_KB = 512000
+DOC = 'Run module CtsCameraApi25TestCases, CtsCameraApi25TestCases[secondary_user], CtsCameraTestCases, CtsCameraTestCases[instant], CtsCameraTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using x86 ABI in the ARC++ container.'
+
+def run_TS(machine):
+    host_list = [hosts.create_host(machine)]
+    job.run_test(
+        'cheets_CTS_R',
+        hosts=host_list,
+        iterations=1,
+        tag='11_r3.x86.CtsCamera',
+        test_name='cheets_CTS_R.11_r3.x86.CtsCamera',
+        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsCameraApi25TestCases', '--include-filter', 'CtsCameraApi25TestCases[secondary_user]', '--include-filter', 'CtsCameraTestCases', '--include-filter', 'CtsCameraTestCases[instant]', '--include-filter', 'CtsCameraTestCases[secondary_user]', '--logcat-on-failure'],
+        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
+        target_module='CtsCamera',
+        target_plan=None,
+        bundle='x86',
+        uri='LATEST',
+        use_jdk9=True,
+        timeout=10800)
+
+parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsCar b/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsCar
new file mode 100644
index 0000000..da82bc4
--- /dev/null
+++ b/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsCar
@@ -0,0 +1,34 @@
+# Copyright 2020 The Chromium OS Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+# This file has been automatically generated. Do not edit!
+
+AUTHOR = 'ARC++ Team'
+NAME = 'cheets_CTS_R.11_r3.x86.CtsCar'
+ATTRIBUTES = 'suite:arc-cts-r'
+DEPENDENCIES = 'arc, cts_abi_x86'
+JOB_RETRIES = 1
+TEST_TYPE = 'server'
+TIME = 'MEDIUM'
+MAX_RESULT_SIZE_KB = 512000
+DOC = 'Run module CtsCarHostTestCases, CtsCarTestCases, CtsCarTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using x86 ABI in the ARC++ container.'
+
+def run_TS(machine):
+    host_list = [hosts.create_host(machine)]
+    job.run_test(
+        'cheets_CTS_R',
+        hosts=host_list,
+        iterations=1,
+        tag='11_r3.x86.CtsCar',
+        test_name='cheets_CTS_R.11_r3.x86.CtsCar',
+        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsCarHostTestCases', '--include-filter', 'CtsCarTestCases', '--include-filter', 'CtsCarTestCases[secondary_user]', '--logcat-on-failure'],
+        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
+        target_module='CtsCar',
+        target_plan=None,
+        bundle='x86',
+        uri='LATEST',
+        use_jdk9=True,
+        timeout=7200)
+
+parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsCarrierApiTestCases b/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsCarrierApiTestCases
new file mode 100644
index 0000000..08fd82a
--- /dev/null
+++ b/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsCarrierApiTestCases
@@ -0,0 +1,34 @@
+# Copyright 2020 The Chromium OS Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+# This file has been automatically generated. Do not edit!
+
+AUTHOR = 'ARC++ Team'
+NAME = 'cheets_CTS_R.11_r3.x86.CtsCarrierApiTestCases'
+ATTRIBUTES = 'suite:arc-cts-r'
+DEPENDENCIES = 'arc, cts_abi_x86'
+JOB_RETRIES = 1
+TEST_TYPE = 'server'
+TIME = 'MEDIUM'
+MAX_RESULT_SIZE_KB = 512000
+DOC = 'Run module CtsCarrierApiTestCases of the Android Compatibility Test Suite (CTS) using x86 ABI in the ARC++ container.'
+
+def run_TS(machine):
+    host_list = [hosts.create_host(machine)]
+    job.run_test(
+        'cheets_CTS_R',
+        hosts=host_list,
+        iterations=1,
+        tag='11_r3.x86.CtsCarrierApiTestCases',
+        test_name='cheets_CTS_R.11_r3.x86.CtsCarrierApiTestCases',
+        run_template=['run', 'commandAndExit', 'cts', '--module', 'CtsCarrierApiTestCases', '--logcat-on-failure'],
+        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
+        target_module='CtsCarrierApiTestCases',
+        target_plan=None,
+        bundle='x86',
+        uri='LATEST',
+        use_jdk9=True,
+        timeout=3600)
+
+parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsClassLoaderFactory b/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsClassLoaderFactory
new file mode 100644
index 0000000..eb84e7c
--- /dev/null
+++ b/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsClassLoaderFactory
@@ -0,0 +1,34 @@
+# Copyright 2020 The Chromium OS Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+# This file has been automatically generated. Do not edit!
+
+AUTHOR = 'ARC++ Team'
+NAME = 'cheets_CTS_R.11_r3.x86.CtsClassLoaderFactory'
+ATTRIBUTES = 'suite:arc-cts-r'
+DEPENDENCIES = 'arc, cts_abi_x86'
+JOB_RETRIES = 1
+TEST_TYPE = 'server'
+TIME = 'MEDIUM'
+MAX_RESULT_SIZE_KB = 512000
+DOC = 'Run module CtsClassLoaderFactoryInMemoryDexClassLoaderTestCases, CtsClassLoaderFactoryInMemoryDexClassLoaderTestCases[instant], CtsClassLoaderFactoryInMemoryDexClassLoaderTestCases[secondary_user], CtsClassLoaderFactoryPathClassLoaderTestCases, CtsClassLoaderFactoryPathClassLoaderTestCases[instant], CtsClassLoaderFactoryPathClassLoaderTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using x86 ABI in the ARC++ container.'
+
+def run_TS(machine):
+    host_list = [hosts.create_host(machine)]
+    job.run_test(
+        'cheets_CTS_R',
+        hosts=host_list,
+        iterations=1,
+        tag='11_r3.x86.CtsClassLoaderFactory',
+        test_name='cheets_CTS_R.11_r3.x86.CtsClassLoaderFactory',
+        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsClassLoaderFactoryInMemoryDexClassLoaderTestCases', '--include-filter', 'CtsClassLoaderFactoryInMemoryDexClassLoaderTestCases[instant]', '--include-filter', 'CtsClassLoaderFactoryInMemoryDexClassLoaderTestCases[secondary_user]', '--include-filter', 'CtsClassLoaderFactoryPathClassLoaderTestCases', '--include-filter', 'CtsClassLoaderFactoryPathClassLoaderTestCases[instant]', '--include-filter', 'CtsClassLoaderFactoryPathClassLoaderTestCases[secondary_user]', '--logcat-on-failure'],
+        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
+        target_module='CtsClassLoaderFactory',
+        target_plan=None,
+        bundle='x86',
+        uri='LATEST',
+        use_jdk9=True,
+        timeout=12600)
+
+parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsClassloaderSplitsHost b/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsClassloaderSplitsHost
new file mode 100644
index 0000000..4a48878
--- /dev/null
+++ b/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsClassloaderSplitsHost
@@ -0,0 +1,34 @@
+# Copyright 2020 The Chromium OS Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+# This file has been automatically generated. Do not edit!
+
+AUTHOR = 'ARC++ Team'
+NAME = 'cheets_CTS_R.11_r3.x86.CtsClassloaderSplitsHost'
+ATTRIBUTES = 'suite:arc-cts-r'
+DEPENDENCIES = 'arc, cts_abi_x86'
+JOB_RETRIES = 1
+TEST_TYPE = 'server'
+TIME = 'MEDIUM'
+MAX_RESULT_SIZE_KB = 512000
+DOC = 'Run module CtsClassloaderSplitsHostTestCases, CtsClassloaderSplitsHostTestCases[instant], CtsClassloaderSplitsHostTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using x86 ABI in the ARC++ container.'
+
+def run_TS(machine):
+    host_list = [hosts.create_host(machine)]
+    job.run_test(
+        'cheets_CTS_R',
+        hosts=host_list,
+        iterations=1,
+        tag='11_r3.x86.CtsClassloaderSplitsHost',
+        test_name='cheets_CTS_R.11_r3.x86.CtsClassloaderSplitsHost',
+        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsClassloaderSplitsHostTestCases', '--include-filter', 'CtsClassloaderSplitsHostTestCases[instant]', '--include-filter', 'CtsClassloaderSplitsHostTestCases[secondary_user]', '--logcat-on-failure'],
+        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
+        target_module='CtsClassloaderSplitsHost',
+        target_plan=None,
+        bundle='x86',
+        uri='LATEST',
+        use_jdk9=True,
+        timeout=7200)
+
+parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsCodePathHost b/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsCodePathHost
new file mode 100644
index 0000000..942bf66
--- /dev/null
+++ b/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsCodePathHost
@@ -0,0 +1,34 @@
+# Copyright 2020 The Chromium OS Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+# This file has been automatically generated. Do not edit!
+
+AUTHOR = 'ARC++ Team'
+NAME = 'cheets_CTS_R.11_r3.x86.CtsCodePathHost'
+ATTRIBUTES = 'suite:arc-cts-r'
+DEPENDENCIES = 'arc, cts_abi_x86'
+JOB_RETRIES = 1
+TEST_TYPE = 'server'
+TIME = 'MEDIUM'
+MAX_RESULT_SIZE_KB = 512000
+DOC = 'Run module CtsCodePathHostTestCases, CtsCodePathHostTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using x86 ABI in the ARC++ container.'
+
+def run_TS(machine):
+    host_list = [hosts.create_host(machine)]
+    job.run_test(
+        'cheets_CTS_R',
+        hosts=host_list,
+        iterations=1,
+        tag='11_r3.x86.CtsCodePathHost',
+        test_name='cheets_CTS_R.11_r3.x86.CtsCodePathHost',
+        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsCodePathHostTestCases', '--include-filter', 'CtsCodePathHostTestCases[secondary_user]', '--logcat-on-failure'],
+        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
+        target_module='CtsCodePathHost',
+        target_plan=None,
+        bundle='x86',
+        uri='LATEST',
+        use_jdk9=True,
+        timeout=5400)
+
+parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsColorMode b/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsColorMode
new file mode 100644
index 0000000..eb8bdfb
--- /dev/null
+++ b/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsColorMode
@@ -0,0 +1,34 @@
+# Copyright 2020 The Chromium OS Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+# This file has been automatically generated. Do not edit!
+
+AUTHOR = 'ARC++ Team'
+NAME = 'cheets_CTS_R.11_r3.x86.CtsColorMode'
+ATTRIBUTES = 'suite:arc-cts-r'
+DEPENDENCIES = 'arc, cts_abi_x86'
+JOB_RETRIES = 1
+TEST_TYPE = 'server'
+TIME = 'MEDIUM'
+MAX_RESULT_SIZE_KB = 512000
+DOC = 'Run module CtsColorModeTestCases, CtsColorModeTestCases[instant], CtsColorModeTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using x86 ABI in the ARC++ container.'
+
+def run_TS(machine):
+    host_list = [hosts.create_host(machine)]
+    job.run_test(
+        'cheets_CTS_R',
+        hosts=host_list,
+        iterations=1,
+        tag='11_r3.x86.CtsColorMode',
+        test_name='cheets_CTS_R.11_r3.x86.CtsColorMode',
+        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsColorModeTestCases', '--include-filter', 'CtsColorModeTestCases[instant]', '--include-filter', 'CtsColorModeTestCases[secondary_user]', '--logcat-on-failure'],
+        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
+        target_module='CtsColorMode',
+        target_plan=None,
+        bundle='x86',
+        uri='LATEST',
+        use_jdk9=True,
+        timeout=7200)
+
+parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsCompilation b/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsCompilation
new file mode 100644
index 0000000..bbde06a
--- /dev/null
+++ b/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsCompilation
@@ -0,0 +1,34 @@
+# Copyright 2020 The Chromium OS Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+# This file has been automatically generated. Do not edit!
+
+AUTHOR = 'ARC++ Team'
+NAME = 'cheets_CTS_R.11_r3.x86.CtsCompilation'
+ATTRIBUTES = 'suite:arc-cts-r'
+DEPENDENCIES = 'arc, cts_abi_x86'
+JOB_RETRIES = 1
+TEST_TYPE = 'server'
+TIME = 'MEDIUM'
+MAX_RESULT_SIZE_KB = 512000
+DOC = 'Run module CtsCompilationTestCases, CtsCompilationTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using x86 ABI in the ARC++ container.'
+
+def run_TS(machine):
+    host_list = [hosts.create_host(machine)]
+    job.run_test(
+        'cheets_CTS_R',
+        hosts=host_list,
+        iterations=1,
+        tag='11_r3.x86.CtsCompilation',
+        test_name='cheets_CTS_R.11_r3.x86.CtsCompilation',
+        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsCompilationTestCases', '--include-filter', 'CtsCompilationTestCases[secondary_user]', '--logcat-on-failure'],
+        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
+        target_module='CtsCompilation',
+        target_plan=None,
+        bundle='x86',
+        uri='LATEST',
+        use_jdk9=True,
+        timeout=5400)
+
+parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsContactsProvider b/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsContactsProvider
new file mode 100644
index 0000000..eb55347
--- /dev/null
+++ b/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsContactsProvider
@@ -0,0 +1,34 @@
+# Copyright 2020 The Chromium OS Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+# This file has been automatically generated. Do not edit!
+
+AUTHOR = 'ARC++ Team'
+NAME = 'cheets_CTS_R.11_r3.x86.CtsContactsProvider'
+ATTRIBUTES = 'suite:arc-cts-r'
+DEPENDENCIES = 'arc, cts_abi_x86'
+JOB_RETRIES = 1
+TEST_TYPE = 'server'
+TIME = 'MEDIUM'
+MAX_RESULT_SIZE_KB = 512000
+DOC = 'Run module CtsContactsProviderTestCases, CtsContactsProviderTestCases[secondary_user], CtsContactsProviderWipe, CtsContactsProviderWipe[secondary_user] of the Android Compatibility Test Suite (CTS) using x86 ABI in the ARC++ container.'
+
+def run_TS(machine):
+    host_list = [hosts.create_host(machine)]
+    job.run_test(
+        'cheets_CTS_R',
+        hosts=host_list,
+        iterations=1,
+        tag='11_r3.x86.CtsContactsProvider',
+        test_name='cheets_CTS_R.11_r3.x86.CtsContactsProvider',
+        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsContactsProviderTestCases', '--include-filter', 'CtsContactsProviderTestCases[secondary_user]', '--include-filter', 'CtsContactsProviderWipe', '--include-filter', 'CtsContactsProviderWipe[secondary_user]', '--logcat-on-failure'],
+        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
+        target_module='CtsContactsProvider',
+        target_plan=None,
+        bundle='x86',
+        uri='LATEST',
+        use_jdk9=True,
+        timeout=9000)
+
+parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsContent b/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsContent
new file mode 100644
index 0000000..f7d81f0
--- /dev/null
+++ b/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsContent
@@ -0,0 +1,35 @@
+# Copyright 2020 The Chromium OS Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+# This file has been automatically generated. Do not edit!
+
+AUTHOR = 'ARC++ Team'
+NAME = 'cheets_CTS_R.11_r3.x86.CtsContent'
+ATTRIBUTES = 'suite:arc-cts-r'
+DEPENDENCIES = 'arc, cts_abi_x86'
+JOB_RETRIES = 1
+TEST_TYPE = 'server'
+TIME = 'MEDIUM'
+MAX_RESULT_SIZE_KB = 512000
+DOC = 'Run module CtsContentCaptureServiceTestCases, CtsContentCaptureServiceTestCases[instant], CtsContentCaptureServiceTestCases[secondary_user], CtsContentSuggestionsTestCases, CtsContentSuggestionsTestCases[secondary_user], CtsContentTestCases, CtsContentTestCases[instant], CtsContentTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using x86 ABI in the ARC++ container.'
+
+def run_TS(machine):
+    host_list = [hosts.create_host(machine)]
+    job.run_test(
+        'cheets_CTS_R',
+        hosts=host_list,
+        iterations=1,
+        enable_default_apps=True,
+        tag='11_r3.x86.CtsContent',
+        test_name='cheets_CTS_R.11_r3.x86.CtsContent',
+        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsContentCaptureServiceTestCases', '--include-filter', 'CtsContentCaptureServiceTestCases[instant]', '--include-filter', 'CtsContentCaptureServiceTestCases[secondary_user]', '--include-filter', 'CtsContentSuggestionsTestCases', '--include-filter', 'CtsContentSuggestionsTestCases[secondary_user]', '--include-filter', 'CtsContentTestCases', '--include-filter', 'CtsContentTestCases[instant]', '--include-filter', 'CtsContentTestCases[secondary_user]', '--logcat-on-failure'],
+        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
+        target_module='CtsContent',
+        target_plan=None,
+        bundle='x86',
+        uri='LATEST',
+        use_jdk9=True,
+        timeout=16200)
+
+parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsControlsDevice b/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsControlsDevice
new file mode 100644
index 0000000..9e359e9
--- /dev/null
+++ b/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsControlsDevice
@@ -0,0 +1,34 @@
+# Copyright 2020 The Chromium OS Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+# This file has been automatically generated. Do not edit!
+
+AUTHOR = 'ARC++ Team'
+NAME = 'cheets_CTS_R.11_r3.x86.CtsControlsDevice'
+ATTRIBUTES = 'suite:arc-cts-r'
+DEPENDENCIES = 'arc, cts_abi_x86'
+JOB_RETRIES = 1
+TEST_TYPE = 'server'
+TIME = 'MEDIUM'
+MAX_RESULT_SIZE_KB = 512000
+DOC = 'Run module CtsControlsDeviceTestCases, CtsControlsDeviceTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using x86 ABI in the ARC++ container.'
+
+def run_TS(machine):
+    host_list = [hosts.create_host(machine)]
+    job.run_test(
+        'cheets_CTS_R',
+        hosts=host_list,
+        iterations=1,
+        tag='11_r3.x86.CtsControlsDevice',
+        test_name='cheets_CTS_R.11_r3.x86.CtsControlsDevice',
+        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsControlsDeviceTestCases', '--include-filter', 'CtsControlsDeviceTestCases[secondary_user]', '--logcat-on-failure'],
+        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
+        target_module='CtsControlsDevice',
+        target_plan=None,
+        bundle='x86',
+        uri='LATEST',
+        use_jdk9=True,
+        timeout=5400)
+
+parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsCppTools b/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsCppTools
new file mode 100644
index 0000000..8cf7792
--- /dev/null
+++ b/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsCppTools
@@ -0,0 +1,34 @@
+# Copyright 2020 The Chromium OS Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+# This file has been automatically generated. Do not edit!
+
+AUTHOR = 'ARC++ Team'
+NAME = 'cheets_CTS_R.11_r3.x86.CtsCppTools'
+ATTRIBUTES = 'suite:arc-cts-r'
+DEPENDENCIES = 'arc, cts_abi_x86'
+JOB_RETRIES = 1
+TEST_TYPE = 'server'
+TIME = 'MEDIUM'
+MAX_RESULT_SIZE_KB = 512000
+DOC = 'Run module CtsCppToolsTestCases, CtsCppToolsTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using x86 ABI in the ARC++ container.'
+
+def run_TS(machine):
+    host_list = [hosts.create_host(machine)]
+    job.run_test(
+        'cheets_CTS_R',
+        hosts=host_list,
+        iterations=1,
+        tag='11_r3.x86.CtsCppTools',
+        test_name='cheets_CTS_R.11_r3.x86.CtsCppTools',
+        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsCppToolsTestCases', '--include-filter', 'CtsCppToolsTestCases[secondary_user]', '--logcat-on-failure'],
+        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
+        target_module='CtsCppTools',
+        target_plan=None,
+        bundle='x86',
+        uri='LATEST',
+        use_jdk9=True,
+        timeout=5400)
+
+parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsCurrentApiSignature b/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsCurrentApiSignature
new file mode 100644
index 0000000..66e3881
--- /dev/null
+++ b/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsCurrentApiSignature
@@ -0,0 +1,34 @@
+# Copyright 2020 The Chromium OS Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+# This file has been automatically generated. Do not edit!
+
+AUTHOR = 'ARC++ Team'
+NAME = 'cheets_CTS_R.11_r3.x86.CtsCurrentApiSignature'
+ATTRIBUTES = 'suite:arc-cts-r'
+DEPENDENCIES = 'arc, cts_abi_x86'
+JOB_RETRIES = 1
+TEST_TYPE = 'server'
+TIME = 'MEDIUM'
+MAX_RESULT_SIZE_KB = 512000
+DOC = 'Run module CtsCurrentApiSignatureTestCases, CtsCurrentApiSignatureTestCases[instant], CtsCurrentApiSignatureTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using x86 ABI in the ARC++ container.'
+
+def run_TS(machine):
+    host_list = [hosts.create_host(machine)]
+    job.run_test(
+        'cheets_CTS_R',
+        hosts=host_list,
+        iterations=1,
+        tag='11_r3.x86.CtsCurrentApiSignature',
+        test_name='cheets_CTS_R.11_r3.x86.CtsCurrentApiSignature',
+        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsCurrentApiSignatureTestCases', '--include-filter', 'CtsCurrentApiSignatureTestCases[instant]', '--include-filter', 'CtsCurrentApiSignatureTestCases[secondary_user]', '--logcat-on-failure'],
+        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
+        target_module='CtsCurrentApiSignature',
+        target_plan=None,
+        bundle='x86',
+        uri='LATEST',
+        use_jdk9=True,
+        timeout=7200)
+
+parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsDatabase b/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsDatabase
new file mode 100644
index 0000000..cbe450f
--- /dev/null
+++ b/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsDatabase
@@ -0,0 +1,34 @@
+# Copyright 2020 The Chromium OS Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+# This file has been automatically generated. Do not edit!
+
+AUTHOR = 'ARC++ Team'
+NAME = 'cheets_CTS_R.11_r3.x86.CtsDatabase'
+ATTRIBUTES = 'suite:arc-cts-r'
+DEPENDENCIES = 'arc, cts_abi_x86'
+JOB_RETRIES = 1
+TEST_TYPE = 'server'
+TIME = 'MEDIUM'
+MAX_RESULT_SIZE_KB = 512000
+DOC = 'Run module CtsDatabaseTestCases, CtsDatabaseTestCases[instant], CtsDatabaseTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using x86 ABI in the ARC++ container.'
+
+def run_TS(machine):
+    host_list = [hosts.create_host(machine)]
+    job.run_test(
+        'cheets_CTS_R',
+        hosts=host_list,
+        iterations=1,
+        tag='11_r3.x86.CtsDatabase',
+        test_name='cheets_CTS_R.11_r3.x86.CtsDatabase',
+        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsDatabaseTestCases', '--include-filter', 'CtsDatabaseTestCases[instant]', '--include-filter', 'CtsDatabaseTestCases[secondary_user]', '--logcat-on-failure'],
+        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
+        target_module='CtsDatabase',
+        target_plan=None,
+        bundle='x86',
+        uri='LATEST',
+        use_jdk9=True,
+        timeout=7200)
+
+parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsDeqp b/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsDeqp
new file mode 100644
index 0000000..b387810
--- /dev/null
+++ b/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsDeqp
@@ -0,0 +1,35 @@
+# Copyright 2020 The Chromium OS Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+# This file has been automatically generated. Do not edit!
+
+AUTHOR = 'ARC++ Team'
+NAME = 'cheets_CTS_R.11_r3.x86.CtsDeqp'
+ATTRIBUTES = 'suite:arc-cts-r'
+DEPENDENCIES = 'arc, cts_abi_x86'
+JOB_RETRIES = 1
+TEST_TYPE = 'server'
+TIME = 'LONG'
+MAX_RESULT_SIZE_KB = 1024000
+DOC = 'Run module CtsDeqpTestCases, CtsDeqpTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using x86 ABI in the ARC++ container.'
+
+def run_TS(machine):
+    host_list = [hosts.create_host(machine)]
+    job.run_test(
+        'cheets_CTS_R',
+        hosts=host_list,
+        iterations=1,
+        max_retry=1,
+        tag='11_r3.x86.CtsDeqp',
+        test_name='cheets_CTS_R.11_r3.x86.CtsDeqp',
+        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsDeqpTestCases', '--include-filter', 'CtsDeqpTestCases[secondary_user]'],
+        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
+        target_module='CtsDeqp',
+        target_plan=None,
+        bundle='x86',
+        uri='LATEST',
+        use_jdk9=True,
+        timeout=111600)
+
+parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsDeqpTestCases.dEQP-EGL b/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsDeqpTestCases.dEQP-EGL
new file mode 100644
index 0000000..30b1772
--- /dev/null
+++ b/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsDeqpTestCases.dEQP-EGL
@@ -0,0 +1,34 @@
+# Copyright 2020 The Chromium OS Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+# This file has been automatically generated. Do not edit!
+
+AUTHOR = 'ARC++ Team'
+NAME = 'cheets_CTS_R.11_r3.x86.CtsDeqpTestCases.dEQP-EGL'
+ATTRIBUTES = 'suite:arc-cts-r'
+DEPENDENCIES = 'arc, cts_abi_x86'
+JOB_RETRIES = 0
+TEST_TYPE = 'server'
+TIME = 'MEDIUM'
+MAX_RESULT_SIZE_KB = 512000
+DOC = 'Run module CtsDeqpTestCases.dEQP-EGL of the Android Compatibility Test Suite (CTS) using x86 ABI in the ARC++ container.'
+
+def run_TS(machine):
+    host_list = [hosts.create_host(machine)]
+    job.run_test(
+        'cheets_CTS_R',
+        hosts=host_list,
+        iterations=1,
+        tag='11_r3.x86.CtsDeqpTestCases.dEQP-EGL',
+        test_name='cheets_CTS_R.11_r3.x86.CtsDeqpTestCases.dEQP-EGL',
+        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsDeqpTestCases', '--module', 'CtsDeqpTestCases', '--test', 'dEQP-EGL.*'],
+        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
+        target_module='CtsDeqpTestCases',
+        target_plan=None,
+        bundle='x86',
+        uri='gs://chromeos-arc-images/cts/bundle/R/android-cts-6935471-linux_x86-x86.zip',
+        use_jdk9=True,
+        timeout=7200)
+
+parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsDeqpTestCases.dEQP-GLES2 b/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsDeqpTestCases.dEQP-GLES2
new file mode 100644
index 0000000..6a5662c
--- /dev/null
+++ b/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsDeqpTestCases.dEQP-GLES2
@@ -0,0 +1,34 @@
+# Copyright 2020 The Chromium OS Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+# This file has been automatically generated. Do not edit!
+
+AUTHOR = 'ARC++ Team'
+NAME = 'cheets_CTS_R.11_r3.x86.CtsDeqpTestCases.dEQP-GLES2'
+ATTRIBUTES = 'suite:arc-cts-r'
+DEPENDENCIES = 'arc, cts_abi_x86'
+JOB_RETRIES = 0
+TEST_TYPE = 'server'
+TIME = 'MEDIUM'
+MAX_RESULT_SIZE_KB = 512000
+DOC = 'Run module CtsDeqpTestCases.dEQP-GLES2 of the Android Compatibility Test Suite (CTS) using x86 ABI in the ARC++ container.'
+
+def run_TS(machine):
+    host_list = [hosts.create_host(machine)]
+    job.run_test(
+        'cheets_CTS_R',
+        hosts=host_list,
+        iterations=1,
+        tag='11_r3.x86.CtsDeqpTestCases.dEQP-GLES2',
+        test_name='cheets_CTS_R.11_r3.x86.CtsDeqpTestCases.dEQP-GLES2',
+        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsDeqpTestCases', '--module', 'CtsDeqpTestCases', '--test', 'dEQP-GLES2.*'],
+        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
+        target_module='CtsDeqpTestCases',
+        target_plan=None,
+        bundle='x86',
+        uri='gs://chromeos-arc-images/cts/bundle/R/android-cts-6935471-linux_x86-x86.zip',
+        use_jdk9=True,
+        timeout=7200)
+
+parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsDeqpTestCases.dEQP-GLES3 b/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsDeqpTestCases.dEQP-GLES3
new file mode 100644
index 0000000..d55067f
--- /dev/null
+++ b/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsDeqpTestCases.dEQP-GLES3
@@ -0,0 +1,34 @@
+# Copyright 2020 The Chromium OS Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+# This file has been automatically generated. Do not edit!
+
+AUTHOR = 'ARC++ Team'
+NAME = 'cheets_CTS_R.11_r3.x86.CtsDeqpTestCases.dEQP-GLES3'
+ATTRIBUTES = 'suite:arc-cts-r'
+DEPENDENCIES = 'arc, cts_abi_x86'
+JOB_RETRIES = 0
+TEST_TYPE = 'server'
+TIME = 'MEDIUM'
+MAX_RESULT_SIZE_KB = 512000
+DOC = 'Run module CtsDeqpTestCases.dEQP-GLES3 of the Android Compatibility Test Suite (CTS) using x86 ABI in the ARC++ container.'
+
+def run_TS(machine):
+    host_list = [hosts.create_host(machine)]
+    job.run_test(
+        'cheets_CTS_R',
+        hosts=host_list,
+        iterations=1,
+        tag='11_r3.x86.CtsDeqpTestCases.dEQP-GLES3',
+        test_name='cheets_CTS_R.11_r3.x86.CtsDeqpTestCases.dEQP-GLES3',
+        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsDeqpTestCases', '--module', 'CtsDeqpTestCases', '--test', 'dEQP-GLES3.*'],
+        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
+        target_module='CtsDeqpTestCases',
+        target_plan=None,
+        bundle='x86',
+        uri='gs://chromeos-arc-images/cts/bundle/R/android-cts-6935471-linux_x86-x86.zip',
+        use_jdk9=True,
+        timeout=21600)
+
+parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsDeqpTestCases.dEQP-GLES31 b/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsDeqpTestCases.dEQP-GLES31
new file mode 100644
index 0000000..5dd7cda
--- /dev/null
+++ b/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsDeqpTestCases.dEQP-GLES31
@@ -0,0 +1,34 @@
+# Copyright 2020 The Chromium OS Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+# This file has been automatically generated. Do not edit!
+
+AUTHOR = 'ARC++ Team'
+NAME = 'cheets_CTS_R.11_r3.x86.CtsDeqpTestCases.dEQP-GLES31'
+ATTRIBUTES = 'suite:arc-cts-r'
+DEPENDENCIES = 'arc, cts_abi_x86'
+JOB_RETRIES = 0
+TEST_TYPE = 'server'
+TIME = 'MEDIUM'
+MAX_RESULT_SIZE_KB = 512000
+DOC = 'Run module CtsDeqpTestCases.dEQP-GLES31 of the Android Compatibility Test Suite (CTS) using x86 ABI in the ARC++ container.'
+
+def run_TS(machine):
+    host_list = [hosts.create_host(machine)]
+    job.run_test(
+        'cheets_CTS_R',
+        hosts=host_list,
+        iterations=1,
+        tag='11_r3.x86.CtsDeqpTestCases.dEQP-GLES31',
+        test_name='cheets_CTS_R.11_r3.x86.CtsDeqpTestCases.dEQP-GLES31',
+        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsDeqpTestCases', '--module', 'CtsDeqpTestCases', '--test', 'dEQP-GLES31.*'],
+        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
+        target_module='CtsDeqpTestCases',
+        target_plan=None,
+        bundle='x86',
+        uri='gs://chromeos-arc-images/cts/bundle/R/android-cts-6935471-linux_x86-x86.zip',
+        use_jdk9=True,
+        timeout=21600)
+
+parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsDeqpTestCases.dEQP-VK b/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsDeqpTestCases.dEQP-VK
new file mode 100644
index 0000000..e59b90a
--- /dev/null
+++ b/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsDeqpTestCases.dEQP-VK
@@ -0,0 +1,34 @@
+# Copyright 2020 The Chromium OS Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+# This file has been automatically generated. Do not edit!
+
+AUTHOR = 'ARC++ Team'
+NAME = 'cheets_CTS_R.11_r3.x86.CtsDeqpTestCases.dEQP-VK'
+ATTRIBUTES = 'suite:arc-cts-r'
+DEPENDENCIES = 'arc, cts_abi_x86'
+JOB_RETRIES = 0
+TEST_TYPE = 'server'
+TIME = 'MEDIUM'
+MAX_RESULT_SIZE_KB = 512000
+DOC = 'Run module CtsDeqpTestCases.dEQP-VK of the Android Compatibility Test Suite (CTS) using x86 ABI in the ARC++ container.'
+
+def run_TS(machine):
+    host_list = [hosts.create_host(machine)]
+    job.run_test(
+        'cheets_CTS_R',
+        hosts=host_list,
+        iterations=1,
+        tag='11_r3.x86.CtsDeqpTestCases.dEQP-VK',
+        test_name='cheets_CTS_R.11_r3.x86.CtsDeqpTestCases.dEQP-VK',
+        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsDeqpTestCases', '--module', 'CtsDeqpTestCases', '--test', 'dEQP-VK.*'],
+        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
+        target_module='CtsDeqpTestCases',
+        target_plan=None,
+        bundle='x86',
+        uri='gs://chromeos-arc-images/cts/bundle/R/android-cts-6935471-linux_x86-x86.zip',
+        use_jdk9=True,
+        timeout=54000)
+
+parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsDevice b/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsDevice
new file mode 100644
index 0000000..88dba25
--- /dev/null
+++ b/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsDevice
@@ -0,0 +1,34 @@
+# Copyright 2020 The Chromium OS Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+# This file has been automatically generated. Do not edit!
+
+AUTHOR = 'ARC++ Team'
+NAME = 'cheets_CTS_R.11_r3.x86.CtsDevice'
+ATTRIBUTES = 'suite:arc-cts-r'
+DEPENDENCIES = 'arc, cts_abi_x86'
+JOB_RETRIES = 1
+TEST_TYPE = 'server'
+TIME = 'MEDIUM'
+MAX_RESULT_SIZE_KB = 512000
+DOC = 'Run module CtsDeviceConfigTestCases, CtsDeviceConfigTestCases[instant], CtsDeviceConfigTestCases[secondary_user], CtsDeviceIdleHostTestCases, CtsDeviceIdleHostTestCases[secondary_user], CtsDevicePolicyManagerTestCases of the Android Compatibility Test Suite (CTS) using x86 ABI in the ARC++ container.'
+
+def run_TS(machine):
+    host_list = [hosts.create_host(machine)]
+    job.run_test(
+        'cheets_CTS_R',
+        hosts=host_list,
+        iterations=1,
+        tag='11_r3.x86.CtsDevice',
+        test_name='cheets_CTS_R.11_r3.x86.CtsDevice',
+        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsDeviceConfigTestCases', '--include-filter', 'CtsDeviceConfigTestCases[instant]', '--include-filter', 'CtsDeviceConfigTestCases[secondary_user]', '--include-filter', 'CtsDeviceIdleHostTestCases', '--include-filter', 'CtsDeviceIdleHostTestCases[secondary_user]', '--include-filter', 'CtsDevicePolicyManagerTestCases', '--logcat-on-failure'],
+        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
+        target_module='CtsDevice',
+        target_plan=None,
+        bundle='x86',
+        uri='LATEST',
+        use_jdk9=True,
+        timeout=12600)
+
+parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsDexMetadataHost b/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsDexMetadataHost
new file mode 100644
index 0000000..3bad67e
--- /dev/null
+++ b/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsDexMetadataHost
@@ -0,0 +1,34 @@
+# Copyright 2020 The Chromium OS Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+# This file has been automatically generated. Do not edit!
+
+AUTHOR = 'ARC++ Team'
+NAME = 'cheets_CTS_R.11_r3.x86.CtsDexMetadataHost'
+ATTRIBUTES = 'suite:arc-cts-r'
+DEPENDENCIES = 'arc, cts_abi_x86'
+JOB_RETRIES = 1
+TEST_TYPE = 'server'
+TIME = 'MEDIUM'
+MAX_RESULT_SIZE_KB = 512000
+DOC = 'Run module CtsDexMetadataHostTestCases, CtsDexMetadataHostTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using x86 ABI in the ARC++ container.'
+
+def run_TS(machine):
+    host_list = [hosts.create_host(machine)]
+    job.run_test(
+        'cheets_CTS_R',
+        hosts=host_list,
+        iterations=1,
+        tag='11_r3.x86.CtsDexMetadataHost',
+        test_name='cheets_CTS_R.11_r3.x86.CtsDexMetadataHost',
+        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsDexMetadataHostTestCases', '--include-filter', 'CtsDexMetadataHostTestCases[secondary_user]', '--logcat-on-failure'],
+        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
+        target_module='CtsDexMetadataHost',
+        target_plan=None,
+        bundle='x86',
+        uri='LATEST',
+        use_jdk9=True,
+        timeout=5400)
+
+parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsDisplay b/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsDisplay
new file mode 100644
index 0000000..ba04ddd
--- /dev/null
+++ b/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsDisplay
@@ -0,0 +1,34 @@
+# Copyright 2020 The Chromium OS Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+# This file has been automatically generated. Do not edit!
+
+AUTHOR = 'ARC++ Team'
+NAME = 'cheets_CTS_R.11_r3.x86.CtsDisplay'
+ATTRIBUTES = 'suite:arc-cts-r'
+DEPENDENCIES = 'arc, cts_abi_x86'
+JOB_RETRIES = 1
+TEST_TYPE = 'server'
+TIME = 'MEDIUM'
+MAX_RESULT_SIZE_KB = 512000
+DOC = 'Run module CtsDisplayTestCases, CtsDisplayTestCases[instant], CtsDisplayTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using x86 ABI in the ARC++ container.'
+
+def run_TS(machine):
+    host_list = [hosts.create_host(machine)]
+    job.run_test(
+        'cheets_CTS_R',
+        hosts=host_list,
+        iterations=1,
+        tag='11_r3.x86.CtsDisplay',
+        test_name='cheets_CTS_R.11_r3.x86.CtsDisplay',
+        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsDisplayTestCases', '--include-filter', 'CtsDisplayTestCases[instant]', '--include-filter', 'CtsDisplayTestCases[secondary_user]', '--logcat-on-failure'],
+        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
+        target_module='CtsDisplay',
+        target_plan=None,
+        bundle='x86',
+        uri='LATEST',
+        use_jdk9=True,
+        timeout=7200)
+
+parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsDownloadManager b/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsDownloadManager
new file mode 100644
index 0000000..d082de3
--- /dev/null
+++ b/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsDownloadManager
@@ -0,0 +1,34 @@
+# Copyright 2020 The Chromium OS Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+# This file has been automatically generated. Do not edit!
+
+AUTHOR = 'ARC++ Team'
+NAME = 'cheets_CTS_R.11_r3.x86.CtsDownloadManager'
+ATTRIBUTES = 'suite:arc-cts-r'
+DEPENDENCIES = 'arc, cts_abi_x86'
+JOB_RETRIES = 1
+TEST_TYPE = 'server'
+TIME = 'MEDIUM'
+MAX_RESULT_SIZE_KB = 512000
+DOC = 'Run module CtsDownloadManagerApi28, CtsDownloadManagerApi28[secondary_user], CtsDownloadManagerInstaller, CtsDownloadManagerInstaller[secondary_user] of the Android Compatibility Test Suite (CTS) using x86 ABI in the ARC++ container.'
+
+def run_TS(machine):
+    host_list = [hosts.create_host(machine)]
+    job.run_test(
+        'cheets_CTS_R',
+        hosts=host_list,
+        iterations=1,
+        tag='11_r3.x86.CtsDownloadManager',
+        test_name='cheets_CTS_R.11_r3.x86.CtsDownloadManager',
+        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsDownloadManagerApi28', '--include-filter', 'CtsDownloadManagerApi28[secondary_user]', '--include-filter', 'CtsDownloadManagerInstaller', '--include-filter', 'CtsDownloadManagerInstaller[secondary_user]', '--logcat-on-failure'],
+        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
+        target_module='CtsDownloadManager',
+        target_plan=None,
+        bundle='x86',
+        uri='LATEST',
+        use_jdk9=True,
+        timeout=9000)
+
+parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsDpi b/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsDpi
new file mode 100644
index 0000000..ac8faa2
--- /dev/null
+++ b/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsDpi
@@ -0,0 +1,34 @@
+# Copyright 2020 The Chromium OS Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+# This file has been automatically generated. Do not edit!
+
+AUTHOR = 'ARC++ Team'
+NAME = 'cheets_CTS_R.11_r3.x86.CtsDpi'
+ATTRIBUTES = 'suite:arc-cts-r'
+DEPENDENCIES = 'arc, cts_abi_x86'
+JOB_RETRIES = 1
+TEST_TYPE = 'server'
+TIME = 'MEDIUM'
+MAX_RESULT_SIZE_KB = 512000
+DOC = 'Run module CtsDpiTestCases, CtsDpiTestCases2, CtsDpiTestCases2[secondary_user], CtsDpiTestCases[instant], CtsDpiTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using x86 ABI in the ARC++ container.'
+
+def run_TS(machine):
+    host_list = [hosts.create_host(machine)]
+    job.run_test(
+        'cheets_CTS_R',
+        hosts=host_list,
+        iterations=1,
+        tag='11_r3.x86.CtsDpi',
+        test_name='cheets_CTS_R.11_r3.x86.CtsDpi',
+        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsDpiTestCases', '--include-filter', 'CtsDpiTestCases2', '--include-filter', 'CtsDpiTestCases2[secondary_user]', '--include-filter', 'CtsDpiTestCases[instant]', '--include-filter', 'CtsDpiTestCases[secondary_user]', '--logcat-on-failure'],
+        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
+        target_module='CtsDpi',
+        target_plan=None,
+        bundle='x86',
+        uri='LATEST',
+        use_jdk9=True,
+        timeout=10800)
+
+parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsDreams b/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsDreams
new file mode 100644
index 0000000..ce035a8
--- /dev/null
+++ b/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsDreams
@@ -0,0 +1,34 @@
+# Copyright 2020 The Chromium OS Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+# This file has been automatically generated. Do not edit!
+
+AUTHOR = 'ARC++ Team'
+NAME = 'cheets_CTS_R.11_r3.x86.CtsDreams'
+ATTRIBUTES = 'suite:arc-cts-r'
+DEPENDENCIES = 'arc, cts_abi_x86'
+JOB_RETRIES = 1
+TEST_TYPE = 'server'
+TIME = 'MEDIUM'
+MAX_RESULT_SIZE_KB = 512000
+DOC = 'Run module CtsDreamsTestCases, CtsDreamsTestCases[instant], CtsDreamsTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using x86 ABI in the ARC++ container.'
+
+def run_TS(machine):
+    host_list = [hosts.create_host(machine)]
+    job.run_test(
+        'cheets_CTS_R',
+        hosts=host_list,
+        iterations=1,
+        tag='11_r3.x86.CtsDreams',
+        test_name='cheets_CTS_R.11_r3.x86.CtsDreams',
+        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsDreamsTestCases', '--include-filter', 'CtsDreamsTestCases[instant]', '--include-filter', 'CtsDreamsTestCases[secondary_user]', '--logcat-on-failure'],
+        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
+        target_module='CtsDreams',
+        target_plan=None,
+        bundle='x86',
+        uri='LATEST',
+        use_jdk9=True,
+        timeout=7200)
+
+parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsDrm b/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsDrm
new file mode 100644
index 0000000..bf6fd73
--- /dev/null
+++ b/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsDrm
@@ -0,0 +1,34 @@
+# Copyright 2020 The Chromium OS Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+# This file has been automatically generated. Do not edit!
+
+AUTHOR = 'ARC++ Team'
+NAME = 'cheets_CTS_R.11_r3.x86.CtsDrm'
+ATTRIBUTES = 'suite:arc-cts-r'
+DEPENDENCIES = 'arc, cts_abi_x86'
+JOB_RETRIES = 1
+TEST_TYPE = 'server'
+TIME = 'MEDIUM'
+MAX_RESULT_SIZE_KB = 512000
+DOC = 'Run module CtsDrmTestCases, CtsDrmTestCases[instant], CtsDrmTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using x86 ABI in the ARC++ container.'
+
+def run_TS(machine):
+    host_list = [hosts.create_host(machine)]
+    job.run_test(
+        'cheets_CTS_R',
+        hosts=host_list,
+        iterations=1,
+        tag='11_r3.x86.CtsDrm',
+        test_name='cheets_CTS_R.11_r3.x86.CtsDrm',
+        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsDrmTestCases', '--include-filter', 'CtsDrmTestCases[instant]', '--include-filter', 'CtsDrmTestCases[secondary_user]', '--logcat-on-failure'],
+        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
+        target_module='CtsDrm',
+        target_plan=None,
+        bundle='x86',
+        uri='LATEST',
+        use_jdk9=True,
+        timeout=7200)
+
+parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsDropBoxManagerTestCases b/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsDropBoxManagerTestCases
new file mode 100644
index 0000000..3696d42
--- /dev/null
+++ b/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsDropBoxManagerTestCases
@@ -0,0 +1,34 @@
+# Copyright 2020 The Chromium OS Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+# This file has been automatically generated. Do not edit!
+
+AUTHOR = 'ARC++ Team'
+NAME = 'cheets_CTS_R.11_r3.x86.CtsDropBoxManagerTestCases'
+ATTRIBUTES = 'suite:arc-cts-r'
+DEPENDENCIES = 'arc, cts_abi_x86'
+JOB_RETRIES = 1
+TEST_TYPE = 'server'
+TIME = 'MEDIUM'
+MAX_RESULT_SIZE_KB = 512000
+DOC = 'Run module CtsDropBoxManagerTestCases of the Android Compatibility Test Suite (CTS) using x86 ABI in the ARC++ container.'
+
+def run_TS(machine):
+    host_list = [hosts.create_host(machine)]
+    job.run_test(
+        'cheets_CTS_R',
+        hosts=host_list,
+        iterations=1,
+        tag='11_r3.x86.CtsDropBoxManagerTestCases',
+        test_name='cheets_CTS_R.11_r3.x86.CtsDropBoxManagerTestCases',
+        run_template=['run', 'commandAndExit', 'cts', '--module', 'CtsDropBoxManagerTestCases', '--logcat-on-failure'],
+        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
+        target_module='CtsDropBoxManagerTestCases',
+        target_plan=None,
+        bundle='x86',
+        uri='LATEST',
+        use_jdk9=True,
+        timeout=3600)
+
+parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsDumpsysHost b/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsDumpsysHost
new file mode 100644
index 0000000..1e5333e
--- /dev/null
+++ b/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsDumpsysHost
@@ -0,0 +1,34 @@
+# Copyright 2020 The Chromium OS Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+# This file has been automatically generated. Do not edit!
+
+AUTHOR = 'ARC++ Team'
+NAME = 'cheets_CTS_R.11_r3.x86.CtsDumpsysHost'
+ATTRIBUTES = 'suite:arc-cts-r'
+DEPENDENCIES = 'arc, cts_abi_x86'
+JOB_RETRIES = 1
+TEST_TYPE = 'server'
+TIME = 'MEDIUM'
+MAX_RESULT_SIZE_KB = 512000
+DOC = 'Run module CtsDumpsysHostTestCases, CtsDumpsysHostTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using x86 ABI in the ARC++ container.'
+
+def run_TS(machine):
+    host_list = [hosts.create_host(machine)]
+    job.run_test(
+        'cheets_CTS_R',
+        hosts=host_list,
+        iterations=1,
+        tag='11_r3.x86.CtsDumpsysHost',
+        test_name='cheets_CTS_R.11_r3.x86.CtsDumpsysHost',
+        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsDumpsysHostTestCases', '--include-filter', 'CtsDumpsysHostTestCases[secondary_user]', '--logcat-on-failure'],
+        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
+        target_module='CtsDumpsysHost',
+        target_plan=None,
+        bundle='x86',
+        uri='LATEST',
+        use_jdk9=True,
+        timeout=5400)
+
+parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsDynamic b/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsDynamic
new file mode 100644
index 0000000..77da4d9
--- /dev/null
+++ b/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsDynamic
@@ -0,0 +1,34 @@
+# Copyright 2020 The Chromium OS Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+# This file has been automatically generated. Do not edit!
+
+AUTHOR = 'ARC++ Team'
+NAME = 'cheets_CTS_R.11_r3.x86.CtsDynamic'
+ATTRIBUTES = 'suite:arc-cts-r'
+DEPENDENCIES = 'arc, cts_abi_x86'
+JOB_RETRIES = 1
+TEST_TYPE = 'server'
+TIME = 'MEDIUM'
+MAX_RESULT_SIZE_KB = 512000
+DOC = 'Run module CtsDynamicLinkerTestCases, CtsDynamicLinkerTestCases[instant], CtsDynamicLinkerTestCases[secondary_user], CtsDynamicMimeHostTestCases, CtsDynamicMimeHostTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using x86 ABI in the ARC++ container.'
+
+def run_TS(machine):
+    host_list = [hosts.create_host(machine)]
+    job.run_test(
+        'cheets_CTS_R',
+        hosts=host_list,
+        iterations=1,
+        tag='11_r3.x86.CtsDynamic',
+        test_name='cheets_CTS_R.11_r3.x86.CtsDynamic',
+        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsDynamicLinkerTestCases', '--include-filter', 'CtsDynamicLinkerTestCases[instant]', '--include-filter', 'CtsDynamicLinkerTestCases[secondary_user]', '--include-filter', 'CtsDynamicMimeHostTestCases', '--include-filter', 'CtsDynamicMimeHostTestCases[secondary_user]', '--logcat-on-failure'],
+        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
+        target_module='CtsDynamic',
+        target_plan=None,
+        bundle='x86',
+        uri='LATEST',
+        use_jdk9=True,
+        timeout=10800)
+
+parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsEdiHost b/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsEdiHost
new file mode 100644
index 0000000..2f5e5fd
--- /dev/null
+++ b/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsEdiHost
@@ -0,0 +1,34 @@
+# Copyright 2020 The Chromium OS Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+# This file has been automatically generated. Do not edit!
+
+AUTHOR = 'ARC++ Team'
+NAME = 'cheets_CTS_R.11_r3.x86.CtsEdiHost'
+ATTRIBUTES = 'suite:arc-cts-r'
+DEPENDENCIES = 'arc, cts_abi_x86'
+JOB_RETRIES = 1
+TEST_TYPE = 'server'
+TIME = 'MEDIUM'
+MAX_RESULT_SIZE_KB = 512000
+DOC = 'Run module CtsEdiHostTestCases, CtsEdiHostTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using x86 ABI in the ARC++ container.'
+
+def run_TS(machine):
+    host_list = [hosts.create_host(machine)]
+    job.run_test(
+        'cheets_CTS_R',
+        hosts=host_list,
+        iterations=1,
+        tag='11_r3.x86.CtsEdiHost',
+        test_name='cheets_CTS_R.11_r3.x86.CtsEdiHost',
+        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsEdiHostTestCases', '--include-filter', 'CtsEdiHostTestCases[secondary_user]', '--logcat-on-failure'],
+        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
+        target_module='CtsEdiHost',
+        target_plan=None,
+        bundle='x86',
+        uri='LATEST',
+        use_jdk9=True,
+        timeout=5400)
+
+parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsEffect b/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsEffect
new file mode 100644
index 0000000..89195c4
--- /dev/null
+++ b/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsEffect
@@ -0,0 +1,34 @@
+# Copyright 2020 The Chromium OS Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+# This file has been automatically generated. Do not edit!
+
+AUTHOR = 'ARC++ Team'
+NAME = 'cheets_CTS_R.11_r3.x86.CtsEffect'
+ATTRIBUTES = 'suite:arc-cts-r'
+DEPENDENCIES = 'arc, cts_abi_x86'
+JOB_RETRIES = 1
+TEST_TYPE = 'server'
+TIME = 'MEDIUM'
+MAX_RESULT_SIZE_KB = 512000
+DOC = 'Run module CtsEffectTestCases, CtsEffectTestCases[instant], CtsEffectTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using x86 ABI in the ARC++ container.'
+
+def run_TS(machine):
+    host_list = [hosts.create_host(machine)]
+    job.run_test(
+        'cheets_CTS_R',
+        hosts=host_list,
+        iterations=1,
+        tag='11_r3.x86.CtsEffect',
+        test_name='cheets_CTS_R.11_r3.x86.CtsEffect',
+        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsEffectTestCases', '--include-filter', 'CtsEffectTestCases[instant]', '--include-filter', 'CtsEffectTestCases[secondary_user]', '--logcat-on-failure'],
+        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
+        target_module='CtsEffect',
+        target_plan=None,
+        bundle='x86',
+        uri='LATEST',
+        use_jdk9=True,
+        timeout=7200)
+
+parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsExtendedMocking b/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsExtendedMocking
new file mode 100644
index 0000000..017949f
--- /dev/null
+++ b/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsExtendedMocking
@@ -0,0 +1,34 @@
+# Copyright 2020 The Chromium OS Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+# This file has been automatically generated. Do not edit!
+
+AUTHOR = 'ARC++ Team'
+NAME = 'cheets_CTS_R.11_r3.x86.CtsExtendedMocking'
+ATTRIBUTES = 'suite:arc-cts-r'
+DEPENDENCIES = 'arc, cts_abi_x86'
+JOB_RETRIES = 1
+TEST_TYPE = 'server'
+TIME = 'MEDIUM'
+MAX_RESULT_SIZE_KB = 512000
+DOC = 'Run module CtsExtendedMockingTestCases, CtsExtendedMockingTestCases[instant], CtsExtendedMockingTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using x86 ABI in the ARC++ container.'
+
+def run_TS(machine):
+    host_list = [hosts.create_host(machine)]
+    job.run_test(
+        'cheets_CTS_R',
+        hosts=host_list,
+        iterations=1,
+        tag='11_r3.x86.CtsExtendedMocking',
+        test_name='cheets_CTS_R.11_r3.x86.CtsExtendedMocking',
+        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsExtendedMockingTestCases', '--include-filter', 'CtsExtendedMockingTestCases[instant]', '--include-filter', 'CtsExtendedMockingTestCases[secondary_user]', '--logcat-on-failure'],
+        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
+        target_module='CtsExtendedMocking',
+        target_plan=None,
+        bundle='x86',
+        uri='LATEST',
+        use_jdk9=True,
+        timeout=7200)
+
+parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsExternalService b/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsExternalService
new file mode 100644
index 0000000..4d1fa11
--- /dev/null
+++ b/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsExternalService
@@ -0,0 +1,34 @@
+# Copyright 2020 The Chromium OS Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+# This file has been automatically generated. Do not edit!
+
+AUTHOR = 'ARC++ Team'
+NAME = 'cheets_CTS_R.11_r3.x86.CtsExternalService'
+ATTRIBUTES = 'suite:arc-cts-r'
+DEPENDENCIES = 'arc, cts_abi_x86'
+JOB_RETRIES = 1
+TEST_TYPE = 'server'
+TIME = 'MEDIUM'
+MAX_RESULT_SIZE_KB = 512000
+DOC = 'Run module CtsExternalServiceTestCases, CtsExternalServiceTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using x86 ABI in the ARC++ container.'
+
+def run_TS(machine):
+    host_list = [hosts.create_host(machine)]
+    job.run_test(
+        'cheets_CTS_R',
+        hosts=host_list,
+        iterations=1,
+        tag='11_r3.x86.CtsExternalService',
+        test_name='cheets_CTS_R.11_r3.x86.CtsExternalService',
+        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsExternalServiceTestCases', '--include-filter', 'CtsExternalServiceTestCases[secondary_user]', '--logcat-on-failure'],
+        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
+        target_module='CtsExternalService',
+        target_plan=None,
+        bundle='x86',
+        uri='LATEST',
+        use_jdk9=True,
+        timeout=5400)
+
+parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsExtractNativeLibsHost b/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsExtractNativeLibsHost
new file mode 100644
index 0000000..b0b7a49
--- /dev/null
+++ b/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsExtractNativeLibsHost
@@ -0,0 +1,34 @@
+# Copyright 2020 The Chromium OS Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+# This file has been automatically generated. Do not edit!
+
+AUTHOR = 'ARC++ Team'
+NAME = 'cheets_CTS_R.11_r3.x86.CtsExtractNativeLibsHost'
+ATTRIBUTES = 'suite:arc-cts-r'
+DEPENDENCIES = 'arc, cts_abi_x86'
+JOB_RETRIES = 1
+TEST_TYPE = 'server'
+TIME = 'MEDIUM'
+MAX_RESULT_SIZE_KB = 512000
+DOC = 'Run module CtsExtractNativeLibsHostTestCases, CtsExtractNativeLibsHostTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using x86 ABI in the ARC++ container.'
+
+def run_TS(machine):
+    host_list = [hosts.create_host(machine)]
+    job.run_test(
+        'cheets_CTS_R',
+        hosts=host_list,
+        iterations=1,
+        tag='11_r3.x86.CtsExtractNativeLibsHost',
+        test_name='cheets_CTS_R.11_r3.x86.CtsExtractNativeLibsHost',
+        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsExtractNativeLibsHostTestCases', '--include-filter', 'CtsExtractNativeLibsHostTestCases[secondary_user]', '--logcat-on-failure'],
+        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
+        target_module='CtsExtractNativeLibsHost',
+        target_plan=None,
+        bundle='x86',
+        uri='LATEST',
+        use_jdk9=True,
+        timeout=5400)
+
+parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsFileSystem b/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsFileSystem
new file mode 100644
index 0000000..56aa431
--- /dev/null
+++ b/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsFileSystem
@@ -0,0 +1,34 @@
+# Copyright 2020 The Chromium OS Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+# This file has been automatically generated. Do not edit!
+
+AUTHOR = 'ARC++ Team'
+NAME = 'cheets_CTS_R.11_r3.x86.CtsFileSystem'
+ATTRIBUTES = 'suite:arc-cts-r'
+DEPENDENCIES = 'arc, cts_abi_x86'
+JOB_RETRIES = 1
+TEST_TYPE = 'server'
+TIME = 'MEDIUM'
+MAX_RESULT_SIZE_KB = 512000
+DOC = 'Run module CtsFileSystemTestCases, CtsFileSystemTestCases[instant], CtsFileSystemTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using x86 ABI in the ARC++ container.'
+
+def run_TS(machine):
+    host_list = [hosts.create_host(machine)]
+    job.run_test(
+        'cheets_CTS_R',
+        hosts=host_list,
+        iterations=1,
+        tag='11_r3.x86.CtsFileSystem',
+        test_name='cheets_CTS_R.11_r3.x86.CtsFileSystem',
+        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsFileSystemTestCases', '--include-filter', 'CtsFileSystemTestCases[instant]', '--include-filter', 'CtsFileSystemTestCases[secondary_user]', '--logcat-on-failure'],
+        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
+        target_module='CtsFileSystem',
+        target_plan=None,
+        bundle='x86',
+        uri='LATEST',
+        use_jdk9=True,
+        timeout=16200)
+
+parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsFragment b/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsFragment
new file mode 100644
index 0000000..ffdffef
--- /dev/null
+++ b/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsFragment
@@ -0,0 +1,34 @@
+# Copyright 2020 The Chromium OS Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+# This file has been automatically generated. Do not edit!
+
+AUTHOR = 'ARC++ Team'
+NAME = 'cheets_CTS_R.11_r3.x86.CtsFragment'
+ATTRIBUTES = 'suite:arc-cts-r'
+DEPENDENCIES = 'arc, cts_abi_x86'
+JOB_RETRIES = 1
+TEST_TYPE = 'server'
+TIME = 'MEDIUM'
+MAX_RESULT_SIZE_KB = 512000
+DOC = 'Run module CtsFragmentTestCases, CtsFragmentTestCasesSdk26, CtsFragmentTestCasesSdk26[instant], CtsFragmentTestCasesSdk26[secondary_user], CtsFragmentTestCases[instant], CtsFragmentTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using x86 ABI in the ARC++ container.'
+
+def run_TS(machine):
+    host_list = [hosts.create_host(machine)]
+    job.run_test(
+        'cheets_CTS_R',
+        hosts=host_list,
+        iterations=1,
+        tag='11_r3.x86.CtsFragment',
+        test_name='cheets_CTS_R.11_r3.x86.CtsFragment',
+        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsFragmentTestCases', '--include-filter', 'CtsFragmentTestCasesSdk26', '--include-filter', 'CtsFragmentTestCasesSdk26[instant]', '--include-filter', 'CtsFragmentTestCasesSdk26[secondary_user]', '--include-filter', 'CtsFragmentTestCases[instant]', '--include-filter', 'CtsFragmentTestCases[secondary_user]', '--logcat-on-failure'],
+        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
+        target_module='CtsFragment',
+        target_plan=None,
+        bundle='x86',
+        uri='LATEST',
+        use_jdk9=True,
+        timeout=12600)
+
+parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsFsMgr b/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsFsMgr
new file mode 100644
index 0000000..d3aa907
--- /dev/null
+++ b/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsFsMgr
@@ -0,0 +1,34 @@
+# Copyright 2020 The Chromium OS Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+# This file has been automatically generated. Do not edit!
+
+AUTHOR = 'ARC++ Team'
+NAME = 'cheets_CTS_R.11_r3.x86.CtsFsMgr'
+ATTRIBUTES = 'suite:arc-cts-r'
+DEPENDENCIES = 'arc, cts_abi_x86'
+JOB_RETRIES = 1
+TEST_TYPE = 'server'
+TIME = 'MEDIUM'
+MAX_RESULT_SIZE_KB = 512000
+DOC = 'Run module CtsFsMgrTestCases, CtsFsMgrTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using x86 ABI in the ARC++ container.'
+
+def run_TS(machine):
+    host_list = [hosts.create_host(machine)]
+    job.run_test(
+        'cheets_CTS_R',
+        hosts=host_list,
+        iterations=1,
+        tag='11_r3.x86.CtsFsMgr',
+        test_name='cheets_CTS_R.11_r3.x86.CtsFsMgr',
+        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsFsMgrTestCases', '--include-filter', 'CtsFsMgrTestCases[secondary_user]', '--logcat-on-failure'],
+        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
+        target_module='CtsFsMgr',
+        target_plan=None,
+        bundle='x86',
+        uri='LATEST',
+        use_jdk9=True,
+        timeout=5400)
+
+parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsGesture b/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsGesture
new file mode 100644
index 0000000..fcfd943
--- /dev/null
+++ b/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsGesture
@@ -0,0 +1,34 @@
+# Copyright 2020 The Chromium OS Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+# This file has been automatically generated. Do not edit!
+
+AUTHOR = 'ARC++ Team'
+NAME = 'cheets_CTS_R.11_r3.x86.CtsGesture'
+ATTRIBUTES = 'suite:arc-cts-r'
+DEPENDENCIES = 'arc, cts_abi_x86'
+JOB_RETRIES = 1
+TEST_TYPE = 'server'
+TIME = 'MEDIUM'
+MAX_RESULT_SIZE_KB = 512000
+DOC = 'Run module CtsGestureTestCases, CtsGestureTestCases[instant], CtsGestureTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using x86 ABI in the ARC++ container.'
+
+def run_TS(machine):
+    host_list = [hosts.create_host(machine)]
+    job.run_test(
+        'cheets_CTS_R',
+        hosts=host_list,
+        iterations=1,
+        tag='11_r3.x86.CtsGesture',
+        test_name='cheets_CTS_R.11_r3.x86.CtsGesture',
+        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsGestureTestCases', '--include-filter', 'CtsGestureTestCases[instant]', '--include-filter', 'CtsGestureTestCases[secondary_user]', '--logcat-on-failure'],
+        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
+        target_module='CtsGesture',
+        target_plan=None,
+        bundle='x86',
+        uri='LATEST',
+        use_jdk9=True,
+        timeout=7200)
+
+parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsGpu b/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsGpu
new file mode 100644
index 0000000..a52239a
--- /dev/null
+++ b/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsGpu
@@ -0,0 +1,34 @@
+# Copyright 2020 The Chromium OS Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+# This file has been automatically generated. Do not edit!
+
+AUTHOR = 'ARC++ Team'
+NAME = 'cheets_CTS_R.11_r3.x86.CtsGpu'
+ATTRIBUTES = 'suite:arc-cts-r'
+DEPENDENCIES = 'arc, cts_abi_x86'
+JOB_RETRIES = 1
+TEST_TYPE = 'server'
+TIME = 'MEDIUM'
+MAX_RESULT_SIZE_KB = 512000
+DOC = 'Run module CtsGpuProfilingDataTestCases, CtsGpuProfilingDataTestCases[secondary_user], CtsGpuToolsHostTestCases, CtsGpuToolsHostTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using x86 ABI in the ARC++ container.'
+
+def run_TS(machine):
+    host_list = [hosts.create_host(machine)]
+    job.run_test(
+        'cheets_CTS_R',
+        hosts=host_list,
+        iterations=1,
+        tag='11_r3.x86.CtsGpu',
+        test_name='cheets_CTS_R.11_r3.x86.CtsGpu',
+        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsGpuProfilingDataTestCases', '--include-filter', 'CtsGpuProfilingDataTestCases[secondary_user]', '--include-filter', 'CtsGpuToolsHostTestCases', '--include-filter', 'CtsGpuToolsHostTestCases[secondary_user]', '--logcat-on-failure'],
+        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
+        target_module='CtsGpu',
+        target_plan=None,
+        bundle='x86',
+        uri='LATEST',
+        use_jdk9=True,
+        timeout=9000)
+
+parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsGraphics b/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsGraphics
new file mode 100644
index 0000000..3291799
--- /dev/null
+++ b/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsGraphics
@@ -0,0 +1,34 @@
+# Copyright 2020 The Chromium OS Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+# This file has been automatically generated. Do not edit!
+
+AUTHOR = 'ARC++ Team'
+NAME = 'cheets_CTS_R.11_r3.x86.CtsGraphics'
+ATTRIBUTES = 'suite:arc-cts-r'
+DEPENDENCIES = 'arc, cts_abi_x86'
+JOB_RETRIES = 1
+TEST_TYPE = 'server'
+TIME = 'MEDIUM'
+MAX_RESULT_SIZE_KB = 512000
+DOC = 'Run module CtsGraphicsTestCases, CtsGraphicsTestCases[instant], CtsGraphicsTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using x86 ABI in the ARC++ container.'
+
+def run_TS(machine):
+    host_list = [hosts.create_host(machine)]
+    job.run_test(
+        'cheets_CTS_R',
+        hosts=host_list,
+        iterations=1,
+        tag='11_r3.x86.CtsGraphics',
+        test_name='cheets_CTS_R.11_r3.x86.CtsGraphics',
+        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsGraphicsTestCases', '--include-filter', 'CtsGraphicsTestCases[instant]', '--include-filter', 'CtsGraphicsTestCases[secondary_user]', '--logcat-on-failure'],
+        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
+        target_module='CtsGraphics',
+        target_plan=None,
+        bundle='x86',
+        uri='LATEST',
+        use_jdk9=True,
+        timeout=7200)
+
+parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsGwpAsan b/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsGwpAsan
new file mode 100644
index 0000000..1e2a9e9
--- /dev/null
+++ b/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsGwpAsan
@@ -0,0 +1,34 @@
+# Copyright 2020 The Chromium OS Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+# This file has been automatically generated. Do not edit!
+
+AUTHOR = 'ARC++ Team'
+NAME = 'cheets_CTS_R.11_r3.x86.CtsGwpAsan'
+ATTRIBUTES = 'suite:arc-cts-r'
+DEPENDENCIES = 'arc, cts_abi_x86'
+JOB_RETRIES = 1
+TEST_TYPE = 'server'
+TIME = 'MEDIUM'
+MAX_RESULT_SIZE_KB = 512000
+DOC = 'Run module CtsGwpAsanTestCases, CtsGwpAsanTestCases[instant], CtsGwpAsanTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using x86 ABI in the ARC++ container.'
+
+def run_TS(machine):
+    host_list = [hosts.create_host(machine)]
+    job.run_test(
+        'cheets_CTS_R',
+        hosts=host_list,
+        iterations=1,
+        tag='11_r3.x86.CtsGwpAsan',
+        test_name='cheets_CTS_R.11_r3.x86.CtsGwpAsan',
+        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsGwpAsanTestCases', '--include-filter', 'CtsGwpAsanTestCases[instant]', '--include-filter', 'CtsGwpAsanTestCases[secondary_user]', '--logcat-on-failure'],
+        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
+        target_module='CtsGwpAsan',
+        target_plan=None,
+        bundle='x86',
+        uri='LATEST',
+        use_jdk9=True,
+        timeout=7200)
+
+parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsHardware b/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsHardware
new file mode 100644
index 0000000..34738fe
--- /dev/null
+++ b/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsHardware
@@ -0,0 +1,34 @@
+# Copyright 2020 The Chromium OS Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+# This file has been automatically generated. Do not edit!
+
+AUTHOR = 'ARC++ Team'
+NAME = 'cheets_CTS_R.11_r3.x86.CtsHardware'
+ATTRIBUTES = 'suite:arc-cts-r'
+DEPENDENCIES = 'arc, cts_abi_x86'
+JOB_RETRIES = 1
+TEST_TYPE = 'server'
+TIME = 'MEDIUM'
+MAX_RESULT_SIZE_KB = 512000
+DOC = 'Run module CtsHardwareTestCases, CtsHardwareTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using x86 ABI in the ARC++ container.'
+
+def run_TS(machine):
+    host_list = [hosts.create_host(machine)]
+    job.run_test(
+        'cheets_CTS_R',
+        hosts=host_list,
+        iterations=1,
+        tag='11_r3.x86.CtsHardware',
+        test_name='cheets_CTS_R.11_r3.x86.CtsHardware',
+        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsHardwareTestCases', '--include-filter', 'CtsHardwareTestCases[secondary_user]', '--logcat-on-failure'],
+        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
+        target_module='CtsHardware',
+        target_plan=None,
+        bundle='x86',
+        uri='LATEST',
+        use_jdk9=True,
+        timeout=10800)
+
+parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsHarmfulAppWarningHost b/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsHarmfulAppWarningHost
new file mode 100644
index 0000000..b5ba100
--- /dev/null
+++ b/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsHarmfulAppWarningHost
@@ -0,0 +1,34 @@
+# Copyright 2020 The Chromium OS Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+# This file has been automatically generated. Do not edit!
+
+AUTHOR = 'ARC++ Team'
+NAME = 'cheets_CTS_R.11_r3.x86.CtsHarmfulAppWarningHost'
+ATTRIBUTES = 'suite:arc-cts-r'
+DEPENDENCIES = 'arc, cts_abi_x86'
+JOB_RETRIES = 1
+TEST_TYPE = 'server'
+TIME = 'MEDIUM'
+MAX_RESULT_SIZE_KB = 512000
+DOC = 'Run module CtsHarmfulAppWarningHostTestCases, CtsHarmfulAppWarningHostTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using x86 ABI in the ARC++ container.'
+
+def run_TS(machine):
+    host_list = [hosts.create_host(machine)]
+    job.run_test(
+        'cheets_CTS_R',
+        hosts=host_list,
+        iterations=1,
+        tag='11_r3.x86.CtsHarmfulAppWarningHost',
+        test_name='cheets_CTS_R.11_r3.x86.CtsHarmfulAppWarningHost',
+        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsHarmfulAppWarningHostTestCases', '--include-filter', 'CtsHarmfulAppWarningHostTestCases[secondary_user]', '--logcat-on-failure'],
+        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
+        target_module='CtsHarmfulAppWarningHost',
+        target_plan=None,
+        bundle='x86',
+        uri='LATEST',
+        use_jdk9=True,
+        timeout=5400)
+
+parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsHdmiCecHost b/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsHdmiCecHost
new file mode 100644
index 0000000..d899110
--- /dev/null
+++ b/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsHdmiCecHost
@@ -0,0 +1,34 @@
+# Copyright 2020 The Chromium OS Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+# This file has been automatically generated. Do not edit!
+
+AUTHOR = 'ARC++ Team'
+NAME = 'cheets_CTS_R.11_r3.x86.CtsHdmiCecHost'
+ATTRIBUTES = 'suite:arc-cts-r'
+DEPENDENCIES = 'arc, cts_abi_x86'
+JOB_RETRIES = 1
+TEST_TYPE = 'server'
+TIME = 'MEDIUM'
+MAX_RESULT_SIZE_KB = 512000
+DOC = 'Run module CtsHdmiCecHostTestCases, CtsHdmiCecHostTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using x86 ABI in the ARC++ container.'
+
+def run_TS(machine):
+    host_list = [hosts.create_host(machine)]
+    job.run_test(
+        'cheets_CTS_R',
+        hosts=host_list,
+        iterations=1,
+        tag='11_r3.x86.CtsHdmiCecHost',
+        test_name='cheets_CTS_R.11_r3.x86.CtsHdmiCecHost',
+        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsHdmiCecHostTestCases', '--include-filter', 'CtsHdmiCecHostTestCases[secondary_user]', '--logcat-on-failure'],
+        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
+        target_module='CtsHdmiCecHost',
+        target_plan=None,
+        bundle='x86',
+        uri='LATEST',
+        use_jdk9=True,
+        timeout=5400)
+
+parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsHiddenApi b/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsHiddenApi
new file mode 100644
index 0000000..2107340
--- /dev/null
+++ b/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsHiddenApi
@@ -0,0 +1,34 @@
+# Copyright 2020 The Chromium OS Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+# This file has been automatically generated. Do not edit!
+
+AUTHOR = 'ARC++ Team'
+NAME = 'cheets_CTS_R.11_r3.x86.CtsHiddenApi'
+ATTRIBUTES = 'suite:arc-cts-r'
+DEPENDENCIES = 'arc, cts_abi_x86'
+JOB_RETRIES = 1
+TEST_TYPE = 'server'
+TIME = 'MEDIUM'
+MAX_RESULT_SIZE_KB = 512000
+DOC = 'Run module CtsHiddenApiBlacklistApi27TestCases, CtsHiddenApiBlacklistApi27TestCases[instant], CtsHiddenApiBlacklistApi27TestCases[secondary_user], CtsHiddenApiBlacklistApi28TestCases, CtsHiddenApiBlacklistApi28TestCases[instant], CtsHiddenApiBlacklistApi28TestCases[secondary_user], CtsHiddenApiBlacklistCurrentApiTestCases, CtsHiddenApiBlacklistCurrentApiTestCases[instant], CtsHiddenApiBlacklistCurrentApiTestCases[secondary_user], CtsHiddenApiBlacklistDebugClassTestCases, CtsHiddenApiBlacklistDebugClassTestCases[instant], CtsHiddenApiBlacklistDebugClassTestCases[secondary_user], CtsHiddenApiBlacklistTestApiTestCases, CtsHiddenApiBlacklistTestApiTestCases[instant], CtsHiddenApiBlacklistTestApiTestCases[secondary_user], CtsHiddenApiKillswitchDebugClassTestCases, CtsHiddenApiKillswitchDebugClassTestCases[instant], CtsHiddenApiKillswitchDebugClassTestCases[secondary_user], CtsHiddenApiKillswitchWhitelistTestCases, CtsHiddenApiKillswitchWhitelistTestCases[instant], CtsHiddenApiKillswitchWhitelistTestCases[secondary_user], CtsHiddenApiKillswitchWildcardTestCases, CtsHiddenApiKillswitchWildcardTestCases[instant], CtsHiddenApiKillswitchWildcardTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using x86 ABI in the ARC++ container.'
+
+def run_TS(machine):
+    host_list = [hosts.create_host(machine)]
+    job.run_test(
+        'cheets_CTS_R',
+        hosts=host_list,
+        iterations=1,
+        tag='11_r3.x86.CtsHiddenApi',
+        test_name='cheets_CTS_R.11_r3.x86.CtsHiddenApi',
+        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsHiddenApiBlacklistApi27TestCases', '--include-filter', 'CtsHiddenApiBlacklistApi27TestCases[instant]', '--include-filter', 'CtsHiddenApiBlacklistApi27TestCases[secondary_user]', '--include-filter', 'CtsHiddenApiBlacklistApi28TestCases', '--include-filter', 'CtsHiddenApiBlacklistApi28TestCases[instant]', '--include-filter', 'CtsHiddenApiBlacklistApi28TestCases[secondary_user]', '--include-filter', 'CtsHiddenApiBlacklistCurrentApiTestCases', '--include-filter', 'CtsHiddenApiBlacklistCurrentApiTestCases[instant]', '--include-filter', 'CtsHiddenApiBlacklistCurrentApiTestCases[secondary_user]', '--include-filter', 'CtsHiddenApiBlacklistDebugClassTestCases', '--include-filter', 'CtsHiddenApiBlacklistDebugClassTestCases[instant]', '--include-filter', 'CtsHiddenApiBlacklistDebugClassTestCases[secondary_user]', '--include-filter', 'CtsHiddenApiBlacklistTestApiTestCases', '--include-filter', 'CtsHiddenApiBlacklistTestApiTestCases[instant]', '--include-filter', 'CtsHiddenApiBlacklistTestApiTestCases[secondary_user]', '--include-filter', 'CtsHiddenApiKillswitchDebugClassTestCases', '--include-filter', 'CtsHiddenApiKillswitchDebugClassTestCases[instant]', '--include-filter', 'CtsHiddenApiKillswitchDebugClassTestCases[secondary_user]', '--include-filter', 'CtsHiddenApiKillswitchWhitelistTestCases', '--include-filter', 'CtsHiddenApiKillswitchWhitelistTestCases[instant]', '--include-filter', 'CtsHiddenApiKillswitchWhitelistTestCases[secondary_user]', '--include-filter', 'CtsHiddenApiKillswitchWildcardTestCases', '--include-filter', 'CtsHiddenApiKillswitchWildcardTestCases[instant]', '--include-filter', 'CtsHiddenApiKillswitchWildcardTestCases[secondary_user]', '--logcat-on-failure'],
+        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
+        target_module='CtsHiddenApi',
+        target_plan=None,
+        bundle='x86',
+        uri='LATEST',
+        use_jdk9=True,
+        timeout=45000)
+
+parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsHostTzData b/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsHostTzData
new file mode 100644
index 0000000..92f5005
--- /dev/null
+++ b/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsHostTzData
@@ -0,0 +1,34 @@
+# Copyright 2020 The Chromium OS Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+# This file has been automatically generated. Do not edit!
+
+AUTHOR = 'ARC++ Team'
+NAME = 'cheets_CTS_R.11_r3.x86.CtsHostTzData'
+ATTRIBUTES = 'suite:arc-cts-r'
+DEPENDENCIES = 'arc, cts_abi_x86'
+JOB_RETRIES = 1
+TEST_TYPE = 'server'
+TIME = 'MEDIUM'
+MAX_RESULT_SIZE_KB = 512000
+DOC = 'Run module CtsHostTzDataTests, CtsHostTzDataTests[secondary_user] of the Android Compatibility Test Suite (CTS) using x86 ABI in the ARC++ container.'
+
+def run_TS(machine):
+    host_list = [hosts.create_host(machine)]
+    job.run_test(
+        'cheets_CTS_R',
+        hosts=host_list,
+        iterations=1,
+        tag='11_r3.x86.CtsHostTzData',
+        test_name='cheets_CTS_R.11_r3.x86.CtsHostTzData',
+        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsHostTzDataTests', '--include-filter', 'CtsHostTzDataTests[secondary_user]', '--logcat-on-failure'],
+        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
+        target_module='CtsHostTzData',
+        target_plan=None,
+        bundle='x86',
+        uri='LATEST',
+        use_jdk9=True,
+        timeout=5400)
+
+parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsHostside b/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsHostside
new file mode 100644
index 0000000..f2d955c
--- /dev/null
+++ b/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsHostside
@@ -0,0 +1,34 @@
+# Copyright 2020 The Chromium OS Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+# This file has been automatically generated. Do not edit!
+
+AUTHOR = 'ARC++ Team'
+NAME = 'cheets_CTS_R.11_r3.x86.CtsHostside'
+ATTRIBUTES = 'suite:arc-cts-r'
+DEPENDENCIES = 'arc, cts_abi_x86'
+JOB_RETRIES = 1
+TEST_TYPE = 'server'
+TIME = 'MEDIUM'
+MAX_RESULT_SIZE_KB = 512000
+DOC = 'Run module CtsHostsideNetworkTests, CtsHostsideNetworkTests[instant], CtsHostsideNetworkTests[secondary_user], CtsHostsideNumberBlockingTestCases, CtsHostsideNumberBlockingTestCases[secondary_user], CtsHostsideTvTests, CtsHostsideTvTests[secondary_user], CtsHostsideWebViewTests, CtsHostsideWebViewTests[instant], CtsHostsideWebViewTests[secondary_user] of the Android Compatibility Test Suite (CTS) using x86 ABI in the ARC++ container.'
+
+def run_TS(machine):
+    host_list = [hosts.create_host(machine)]
+    job.run_test(
+        'cheets_CTS_R',
+        hosts=host_list,
+        iterations=1,
+        tag='11_r3.x86.CtsHostside',
+        test_name='cheets_CTS_R.11_r3.x86.CtsHostside',
+        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsHostsideNetworkTests', '--include-filter', 'CtsHostsideNetworkTests[instant]', '--include-filter', 'CtsHostsideNetworkTests[secondary_user]', '--include-filter', 'CtsHostsideNumberBlockingTestCases', '--include-filter', 'CtsHostsideNumberBlockingTestCases[secondary_user]', '--include-filter', 'CtsHostsideTvTests', '--include-filter', 'CtsHostsideTvTests[secondary_user]', '--include-filter', 'CtsHostsideWebViewTests', '--include-filter', 'CtsHostsideWebViewTests[instant]', '--include-filter', 'CtsHostsideWebViewTests[secondary_user]', '--logcat-on-failure'],
+        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
+        target_module='CtsHostside',
+        target_plan=None,
+        bundle='x86',
+        uri='LATEST',
+        use_jdk9=True,
+        timeout=19800)
+
+parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsIcu b/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsIcu
new file mode 100644
index 0000000..55f0c82
--- /dev/null
+++ b/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsIcu
@@ -0,0 +1,34 @@
+# Copyright 2020 The Chromium OS Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+# This file has been automatically generated. Do not edit!
+
+AUTHOR = 'ARC++ Team'
+NAME = 'cheets_CTS_R.11_r3.x86.CtsIcu'
+ATTRIBUTES = 'suite:arc-cts-r'
+DEPENDENCIES = 'arc, cts_abi_x86'
+JOB_RETRIES = 1
+TEST_TYPE = 'server'
+TIME = 'MEDIUM'
+MAX_RESULT_SIZE_KB = 512000
+DOC = 'Run module CtsIcuTestCases, CtsIcuTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using x86 ABI in the ARC++ container.'
+
+def run_TS(machine):
+    host_list = [hosts.create_host(machine)]
+    job.run_test(
+        'cheets_CTS_R',
+        hosts=host_list,
+        iterations=1,
+        tag='11_r3.x86.CtsIcu',
+        test_name='cheets_CTS_R.11_r3.x86.CtsIcu',
+        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsIcuTestCases', '--include-filter', 'CtsIcuTestCases[secondary_user]', '--logcat-on-failure'],
+        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
+        target_module='CtsIcu',
+        target_plan=None,
+        bundle='x86',
+        uri='LATEST',
+        use_jdk9=True,
+        timeout=10800)
+
+parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsIdentity b/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsIdentity
new file mode 100644
index 0000000..281de67
--- /dev/null
+++ b/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsIdentity
@@ -0,0 +1,34 @@
+# Copyright 2020 The Chromium OS Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+# This file has been automatically generated. Do not edit!
+
+AUTHOR = 'ARC++ Team'
+NAME = 'cheets_CTS_R.11_r3.x86.CtsIdentity'
+ATTRIBUTES = 'suite:arc-cts-r'
+DEPENDENCIES = 'arc, cts_abi_x86'
+JOB_RETRIES = 1
+TEST_TYPE = 'server'
+TIME = 'MEDIUM'
+MAX_RESULT_SIZE_KB = 512000
+DOC = 'Run module CtsIdentityTestCases, CtsIdentityTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using x86 ABI in the ARC++ container.'
+
+def run_TS(machine):
+    host_list = [hosts.create_host(machine)]
+    job.run_test(
+        'cheets_CTS_R',
+        hosts=host_list,
+        iterations=1,
+        tag='11_r3.x86.CtsIdentity',
+        test_name='cheets_CTS_R.11_r3.x86.CtsIdentity',
+        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsIdentityTestCases', '--include-filter', 'CtsIdentityTestCases[secondary_user]', '--logcat-on-failure'],
+        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
+        target_module='CtsIdentity',
+        target_plan=None,
+        bundle='x86',
+        uri='LATEST',
+        use_jdk9=True,
+        timeout=5400)
+
+parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsIke b/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsIke
new file mode 100644
index 0000000..62095a1
--- /dev/null
+++ b/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsIke
@@ -0,0 +1,34 @@
+# Copyright 2020 The Chromium OS Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+# This file has been automatically generated. Do not edit!
+
+AUTHOR = 'ARC++ Team'
+NAME = 'cheets_CTS_R.11_r3.x86.CtsIke'
+ATTRIBUTES = 'suite:arc-cts-r'
+DEPENDENCIES = 'arc, cts_abi_x86'
+JOB_RETRIES = 1
+TEST_TYPE = 'server'
+TIME = 'MEDIUM'
+MAX_RESULT_SIZE_KB = 512000
+DOC = 'Run module CtsIkeTestCases, CtsIkeTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using x86 ABI in the ARC++ container.'
+
+def run_TS(machine):
+    host_list = [hosts.create_host(machine)]
+    job.run_test(
+        'cheets_CTS_R',
+        hosts=host_list,
+        iterations=1,
+        tag='11_r3.x86.CtsIke',
+        test_name='cheets_CTS_R.11_r3.x86.CtsIke',
+        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsIkeTestCases', '--include-filter', 'CtsIkeTestCases[secondary_user]', '--logcat-on-failure'],
+        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
+        target_module='CtsIke',
+        target_plan=None,
+        bundle='x86',
+        uri='LATEST',
+        use_jdk9=True,
+        timeout=5400)
+
+parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsIncidentHost b/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsIncidentHost
new file mode 100644
index 0000000..f668a3d
--- /dev/null
+++ b/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsIncidentHost
@@ -0,0 +1,34 @@
+# Copyright 2020 The Chromium OS Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+# This file has been automatically generated. Do not edit!
+
+AUTHOR = 'ARC++ Team'
+NAME = 'cheets_CTS_R.11_r3.x86.CtsIncidentHost'
+ATTRIBUTES = 'suite:arc-cts-r'
+DEPENDENCIES = 'arc, cts_abi_x86'
+JOB_RETRIES = 1
+TEST_TYPE = 'server'
+TIME = 'MEDIUM'
+MAX_RESULT_SIZE_KB = 512000
+DOC = 'Run module CtsIncidentHostTestCases, CtsIncidentHostTestCases[instant] of the Android Compatibility Test Suite (CTS) using x86 ABI in the ARC++ container.'
+
+def run_TS(machine):
+    host_list = [hosts.create_host(machine)]
+    job.run_test(
+        'cheets_CTS_R',
+        hosts=host_list,
+        iterations=1,
+        tag='11_r3.x86.CtsIncidentHost',
+        test_name='cheets_CTS_R.11_r3.x86.CtsIncidentHost',
+        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsIncidentHostTestCases', '--include-filter', 'CtsIncidentHostTestCases[instant]', '--logcat-on-failure'],
+        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
+        target_module='CtsIncidentHost',
+        target_plan=None,
+        bundle='x86',
+        uri='LATEST',
+        use_jdk9=True,
+        timeout=5400)
+
+parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsIncrementalInstallHost b/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsIncrementalInstallHost
new file mode 100644
index 0000000..4c575ca
--- /dev/null
+++ b/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsIncrementalInstallHost
@@ -0,0 +1,34 @@
+# Copyright 2020 The Chromium OS Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+# This file has been automatically generated. Do not edit!
+
+AUTHOR = 'ARC++ Team'
+NAME = 'cheets_CTS_R.11_r3.x86.CtsIncrementalInstallHost'
+ATTRIBUTES = 'suite:arc-cts-r'
+DEPENDENCIES = 'arc, cts_abi_x86'
+JOB_RETRIES = 1
+TEST_TYPE = 'server'
+TIME = 'MEDIUM'
+MAX_RESULT_SIZE_KB = 512000
+DOC = 'Run module CtsIncrementalInstallHostTestCases, CtsIncrementalInstallHostTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using x86 ABI in the ARC++ container.'
+
+def run_TS(machine):
+    host_list = [hosts.create_host(machine)]
+    job.run_test(
+        'cheets_CTS_R',
+        hosts=host_list,
+        iterations=1,
+        tag='11_r3.x86.CtsIncrementalInstallHost',
+        test_name='cheets_CTS_R.11_r3.x86.CtsIncrementalInstallHost',
+        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsIncrementalInstallHostTestCases', '--include-filter', 'CtsIncrementalInstallHostTestCases[secondary_user]', '--logcat-on-failure'],
+        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
+        target_module='CtsIncrementalInstallHost',
+        target_plan=None,
+        bundle='x86',
+        uri='LATEST',
+        use_jdk9=True,
+        timeout=5400)
+
+parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsInit b/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsInit
new file mode 100644
index 0000000..3460486
--- /dev/null
+++ b/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsInit
@@ -0,0 +1,34 @@
+# Copyright 2020 The Chromium OS Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+# This file has been automatically generated. Do not edit!
+
+AUTHOR = 'ARC++ Team'
+NAME = 'cheets_CTS_R.11_r3.x86.CtsInit'
+ATTRIBUTES = 'suite:arc-cts-r'
+DEPENDENCIES = 'arc, cts_abi_x86'
+JOB_RETRIES = 1
+TEST_TYPE = 'server'
+TIME = 'MEDIUM'
+MAX_RESULT_SIZE_KB = 512000
+DOC = 'Run module CtsInitTestCases, CtsInitTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using x86 ABI in the ARC++ container.'
+
+def run_TS(machine):
+    host_list = [hosts.create_host(machine)]
+    job.run_test(
+        'cheets_CTS_R',
+        hosts=host_list,
+        iterations=1,
+        tag='11_r3.x86.CtsInit',
+        test_name='cheets_CTS_R.11_r3.x86.CtsInit',
+        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsInitTestCases', '--include-filter', 'CtsInitTestCases[secondary_user]', '--logcat-on-failure'],
+        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
+        target_module='CtsInit',
+        target_plan=None,
+        bundle='x86',
+        uri='LATEST',
+        use_jdk9=True,
+        timeout=5400)
+
+parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsInlineMocking b/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsInlineMocking
new file mode 100644
index 0000000..0bb40bd
--- /dev/null
+++ b/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsInlineMocking
@@ -0,0 +1,34 @@
+# Copyright 2020 The Chromium OS Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+# This file has been automatically generated. Do not edit!
+
+AUTHOR = 'ARC++ Team'
+NAME = 'cheets_CTS_R.11_r3.x86.CtsInlineMocking'
+ATTRIBUTES = 'suite:arc-cts-r'
+DEPENDENCIES = 'arc, cts_abi_x86'
+JOB_RETRIES = 1
+TEST_TYPE = 'server'
+TIME = 'MEDIUM'
+MAX_RESULT_SIZE_KB = 512000
+DOC = 'Run module CtsInlineMockingTestCases, CtsInlineMockingTestCases[instant], CtsInlineMockingTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using x86 ABI in the ARC++ container.'
+
+def run_TS(machine):
+    host_list = [hosts.create_host(machine)]
+    job.run_test(
+        'cheets_CTS_R',
+        hosts=host_list,
+        iterations=1,
+        tag='11_r3.x86.CtsInlineMocking',
+        test_name='cheets_CTS_R.11_r3.x86.CtsInlineMocking',
+        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsInlineMockingTestCases', '--include-filter', 'CtsInlineMockingTestCases[instant]', '--include-filter', 'CtsInlineMockingTestCases[secondary_user]', '--logcat-on-failure'],
+        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
+        target_module='CtsInlineMocking',
+        target_plan=None,
+        bundle='x86',
+        uri='LATEST',
+        use_jdk9=True,
+        timeout=7200)
+
+parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsInputMethod b/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsInputMethod
new file mode 100644
index 0000000..e185f3a
--- /dev/null
+++ b/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsInputMethod
@@ -0,0 +1,34 @@
+# Copyright 2020 The Chromium OS Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+# This file has been automatically generated. Do not edit!
+
+AUTHOR = 'ARC++ Team'
+NAME = 'cheets_CTS_R.11_r3.x86.CtsInputMethod'
+ATTRIBUTES = 'suite:arc-cts-r'
+DEPENDENCIES = 'arc, cts_abi_x86'
+JOB_RETRIES = 1
+TEST_TYPE = 'server'
+TIME = 'MEDIUM'
+MAX_RESULT_SIZE_KB = 512000
+DOC = 'Run module CtsInputMethodServiceHostTestCases, CtsInputMethodServiceHostTestCases[instant], CtsInputMethodServiceHostTestCases[secondary_user], CtsInputMethodTestCases, CtsInputMethodTestCases[instant], CtsInputMethodTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using x86 ABI in the ARC++ container.'
+
+def run_TS(machine):
+    host_list = [hosts.create_host(machine)]
+    job.run_test(
+        'cheets_CTS_R',
+        hosts=host_list,
+        iterations=1,
+        tag='11_r3.x86.CtsInputMethod',
+        test_name='cheets_CTS_R.11_r3.x86.CtsInputMethod',
+        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsInputMethodServiceHostTestCases', '--include-filter', 'CtsInputMethodServiceHostTestCases[instant]', '--include-filter', 'CtsInputMethodServiceHostTestCases[secondary_user]', '--include-filter', 'CtsInputMethodTestCases', '--include-filter', 'CtsInputMethodTestCases[instant]', '--include-filter', 'CtsInputMethodTestCases[secondary_user]', '--logcat-on-failure'],
+        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
+        target_module='CtsInputMethod',
+        target_plan=None,
+        bundle='x86',
+        uri='LATEST',
+        use_jdk9=True,
+        timeout=12600)
+
+parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsInstantApp b/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsInstantApp
new file mode 100644
index 0000000..3a01693
--- /dev/null
+++ b/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsInstantApp
@@ -0,0 +1,34 @@
+# Copyright 2020 The Chromium OS Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+# This file has been automatically generated. Do not edit!
+
+AUTHOR = 'ARC++ Team'
+NAME = 'cheets_CTS_R.11_r3.x86.CtsInstantApp'
+ATTRIBUTES = 'suite:arc-cts-r'
+DEPENDENCIES = 'arc, cts_abi_x86'
+JOB_RETRIES = 1
+TEST_TYPE = 'server'
+TIME = 'MEDIUM'
+MAX_RESULT_SIZE_KB = 512000
+DOC = 'Run module CtsInstantAppTests, CtsInstantAppTests[secondary_user] of the Android Compatibility Test Suite (CTS) using x86 ABI in the ARC++ container.'
+
+def run_TS(machine):
+    host_list = [hosts.create_host(machine)]
+    job.run_test(
+        'cheets_CTS_R',
+        hosts=host_list,
+        iterations=1,
+        tag='11_r3.x86.CtsInstantApp',
+        test_name='cheets_CTS_R.11_r3.x86.CtsInstantApp',
+        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsInstantAppTests', '--include-filter', 'CtsInstantAppTests[secondary_user]', '--logcat-on-failure'],
+        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
+        target_module='CtsInstantApp',
+        target_plan=None,
+        bundle='x86',
+        uri='LATEST',
+        use_jdk9=True,
+        timeout=5400)
+
+parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsIntentSignature b/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsIntentSignature
new file mode 100644
index 0000000..6dcae36
--- /dev/null
+++ b/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsIntentSignature
@@ -0,0 +1,34 @@
+# Copyright 2020 The Chromium OS Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+# This file has been automatically generated. Do not edit!
+
+AUTHOR = 'ARC++ Team'
+NAME = 'cheets_CTS_R.11_r3.x86.CtsIntentSignature'
+ATTRIBUTES = 'suite:arc-cts-r'
+DEPENDENCIES = 'arc, cts_abi_x86'
+JOB_RETRIES = 1
+TEST_TYPE = 'server'
+TIME = 'MEDIUM'
+MAX_RESULT_SIZE_KB = 512000
+DOC = 'Run module CtsIntentSignatureTestCases, CtsIntentSignatureTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using x86 ABI in the ARC++ container.'
+
+def run_TS(machine):
+    host_list = [hosts.create_host(machine)]
+    job.run_test(
+        'cheets_CTS_R',
+        hosts=host_list,
+        iterations=1,
+        tag='11_r3.x86.CtsIntentSignature',
+        test_name='cheets_CTS_R.11_r3.x86.CtsIntentSignature',
+        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsIntentSignatureTestCases', '--include-filter', 'CtsIntentSignatureTestCases[secondary_user]', '--logcat-on-failure'],
+        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
+        target_module='CtsIntentSignature',
+        target_plan=None,
+        bundle='x86',
+        uri='LATEST',
+        use_jdk9=True,
+        timeout=5400)
+
+parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsJdwp b/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsJdwp
new file mode 100644
index 0000000..106e893
--- /dev/null
+++ b/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsJdwp
@@ -0,0 +1,34 @@
+# Copyright 2020 The Chromium OS Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+# This file has been automatically generated. Do not edit!
+
+AUTHOR = 'ARC++ Team'
+NAME = 'cheets_CTS_R.11_r3.x86.CtsJdwp'
+ATTRIBUTES = 'suite:arc-cts-r'
+DEPENDENCIES = 'arc, cts_abi_x86'
+JOB_RETRIES = 1
+TEST_TYPE = 'server'
+TIME = 'MEDIUM'
+MAX_RESULT_SIZE_KB = 512000
+DOC = 'Run module CtsJdwpSecurityHostTestCases, CtsJdwpSecurityHostTestCases[secondary_user], CtsJdwpTestCases, CtsJdwpTestCases[instant], CtsJdwpTestCases[secondary_user], CtsJdwpTunnelHostTestCases, CtsJdwpTunnelHostTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using x86 ABI in the ARC++ container.'
+
+def run_TS(machine):
+    host_list = [hosts.create_host(machine)]
+    job.run_test(
+        'cheets_CTS_R',
+        hosts=host_list,
+        iterations=1,
+        tag='11_r3.x86.CtsJdwp',
+        test_name='cheets_CTS_R.11_r3.x86.CtsJdwp',
+        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsJdwpSecurityHostTestCases', '--include-filter', 'CtsJdwpSecurityHostTestCases[secondary_user]', '--include-filter', 'CtsJdwpTestCases', '--include-filter', 'CtsJdwpTestCases[instant]', '--include-filter', 'CtsJdwpTestCases[secondary_user]', '--include-filter', 'CtsJdwpTunnelHostTestCases', '--include-filter', 'CtsJdwpTunnelHostTestCases[secondary_user]', '--logcat-on-failure'],
+        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
+        target_module='CtsJdwp',
+        target_plan=None,
+        bundle='x86',
+        uri='LATEST',
+        use_jdk9=True,
+        timeout=14400)
+
+parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsJni b/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsJni
new file mode 100644
index 0000000..d005d8c
--- /dev/null
+++ b/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsJni
@@ -0,0 +1,34 @@
+# Copyright 2020 The Chromium OS Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+# This file has been automatically generated. Do not edit!
+
+AUTHOR = 'ARC++ Team'
+NAME = 'cheets_CTS_R.11_r3.x86.CtsJni'
+ATTRIBUTES = 'suite:arc-cts-r'
+DEPENDENCIES = 'arc, cts_abi_x86'
+JOB_RETRIES = 1
+TEST_TYPE = 'server'
+TIME = 'MEDIUM'
+MAX_RESULT_SIZE_KB = 512000
+DOC = 'Run module CtsJniTestCases, CtsJniTestCases[instant], CtsJniTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using x86 ABI in the ARC++ container.'
+
+def run_TS(machine):
+    host_list = [hosts.create_host(machine)]
+    job.run_test(
+        'cheets_CTS_R',
+        hosts=host_list,
+        iterations=1,
+        tag='11_r3.x86.CtsJni',
+        test_name='cheets_CTS_R.11_r3.x86.CtsJni',
+        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsJniTestCases', '--include-filter', 'CtsJniTestCases[instant]', '--include-filter', 'CtsJniTestCases[secondary_user]', '--logcat-on-failure'],
+        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
+        target_module='CtsJni',
+        target_plan=None,
+        bundle='x86',
+        uri='LATEST',
+        use_jdk9=True,
+        timeout=7200)
+
+parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsJobScheduler b/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsJobScheduler
new file mode 100644
index 0000000..c2b9acc
--- /dev/null
+++ b/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsJobScheduler
@@ -0,0 +1,34 @@
+# Copyright 2020 The Chromium OS Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+# This file has been automatically generated. Do not edit!
+
+AUTHOR = 'ARC++ Team'
+NAME = 'cheets_CTS_R.11_r3.x86.CtsJobScheduler'
+ATTRIBUTES = 'suite:arc-cts-r'
+DEPENDENCIES = 'arc, cts_abi_x86'
+JOB_RETRIES = 1
+TEST_TYPE = 'server'
+TIME = 'MEDIUM'
+MAX_RESULT_SIZE_KB = 512000
+DOC = 'Run module CtsJobSchedulerSharedUidTestCases, CtsJobSchedulerSharedUidTestCases[secondary_user], CtsJobSchedulerTestCases, CtsJobSchedulerTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using x86 ABI in the ARC++ container.'
+
+def run_TS(machine):
+    host_list = [hosts.create_host(machine)]
+    job.run_test(
+        'cheets_CTS_R',
+        hosts=host_list,
+        iterations=1,
+        tag='11_r3.x86.CtsJobScheduler',
+        test_name='cheets_CTS_R.11_r3.x86.CtsJobScheduler',
+        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsJobSchedulerSharedUidTestCases', '--include-filter', 'CtsJobSchedulerSharedUidTestCases[secondary_user]', '--include-filter', 'CtsJobSchedulerTestCases', '--include-filter', 'CtsJobSchedulerTestCases[secondary_user]', '--logcat-on-failure'],
+        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
+        target_module='CtsJobScheduler',
+        target_plan=None,
+        bundle='x86',
+        uri='LATEST',
+        use_jdk9=True,
+        timeout=9000)
+
+parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsJvmti b/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsJvmti
new file mode 100644
index 0000000..e9382e1
--- /dev/null
+++ b/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsJvmti
@@ -0,0 +1,34 @@
+# Copyright 2020 The Chromium OS Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+# This file has been automatically generated. Do not edit!
+
+AUTHOR = 'ARC++ Team'
+NAME = 'cheets_CTS_R.11_r3.x86.CtsJvmti'
+ATTRIBUTES = 'suite:arc-cts-r'
+DEPENDENCIES = 'arc, cts_abi_x86'
+JOB_RETRIES = 1
+TEST_TYPE = 'server'
+TIME = 'MEDIUM'
+MAX_RESULT_SIZE_KB = 512000
+DOC = 'Run module CtsJvmtiAttachingHostTestCases, CtsJvmtiAttachingHostTestCases[secondary_user], CtsJvmtiAttachingTestCases, CtsJvmtiAttachingTestCases[secondary_user], CtsJvmtiRedefineClassesHostTestCases, CtsJvmtiRedefineClassesHostTestCases[secondary_user], CtsJvmtiRunTest1900HostTestCases, CtsJvmtiRunTest1900HostTestCases[secondary_user], CtsJvmtiRunTest1901HostTestCases, CtsJvmtiRunTest1901HostTestCases[secondary_user], CtsJvmtiRunTest1902HostTestCases, CtsJvmtiRunTest1902HostTestCases[secondary_user], CtsJvmtiRunTest1903HostTestCases, CtsJvmtiRunTest1903HostTestCases[secondary_user], CtsJvmtiRunTest1904HostTestCases, CtsJvmtiRunTest1904HostTestCases[secondary_user], CtsJvmtiRunTest1906HostTestCases, CtsJvmtiRunTest1906HostTestCases[secondary_user], CtsJvmtiRunTest1907HostTestCases, CtsJvmtiRunTest1907HostTestCases[secondary_user], CtsJvmtiRunTest1908HostTestCases, CtsJvmtiRunTest1908HostTestCases[secondary_user], CtsJvmtiRunTest1909HostTestCases, CtsJvmtiRunTest1909HostTestCases[secondary_user], CtsJvmtiRunTest1910HostTestCases, CtsJvmtiRunTest1910HostTestCases[secondary_user], CtsJvmtiRunTest1911HostTestCases, CtsJvmtiRunTest1911HostTestCases[secondary_user], CtsJvmtiRunTest1912HostTestCases, CtsJvmtiRunTest1912HostTestCases[secondary_user], CtsJvmtiRunTest1913HostTestCases, CtsJvmtiRunTest1913HostTestCases[secondary_user], CtsJvmtiRunTest1914HostTestCases, CtsJvmtiRunTest1914HostTestCases[secondary_user], CtsJvmtiRunTest1915HostTestCases, CtsJvmtiRunTest1915HostTestCases[secondary_user], CtsJvmtiRunTest1916HostTestCases, CtsJvmtiRunTest1916HostTestCases[secondary_user], CtsJvmtiRunTest1917HostTestCases, CtsJvmtiRunTest1917HostTestCases[secondary_user], CtsJvmtiRunTest1920HostTestCases, CtsJvmtiRunTest1920HostTestCases[secondary_user], CtsJvmtiRunTest1921HostTestCases, CtsJvmtiRunTest1921HostTestCases[secondary_user], CtsJvmtiRunTest1922HostTestCases, CtsJvmtiRunTest1922HostTestCases[secondary_user], CtsJvmtiRunTest1923HostTestCases, CtsJvmtiRunTest1923HostTestCases[secondary_user], CtsJvmtiRunTest1924HostTestCases, CtsJvmtiRunTest1924HostTestCases[secondary_user], CtsJvmtiRunTest1925HostTestCases, CtsJvmtiRunTest1925HostTestCases[secondary_user], CtsJvmtiRunTest1926HostTestCases, CtsJvmtiRunTest1926HostTestCases[secondary_user], CtsJvmtiRunTest1927HostTestCases, CtsJvmtiRunTest1927HostTestCases[secondary_user], CtsJvmtiRunTest1928HostTestCases, CtsJvmtiRunTest1928HostTestCases[secondary_user], CtsJvmtiRunTest1930HostTestCases, CtsJvmtiRunTest1930HostTestCases[secondary_user], CtsJvmtiRunTest1931HostTestCases, CtsJvmtiRunTest1931HostTestCases[secondary_user], CtsJvmtiRunTest1932HostTestCases, CtsJvmtiRunTest1932HostTestCases[secondary_user], CtsJvmtiRunTest1933HostTestCases, CtsJvmtiRunTest1933HostTestCases[secondary_user], CtsJvmtiRunTest1934HostTestCases, CtsJvmtiRunTest1934HostTestCases[secondary_user], CtsJvmtiRunTest1936HostTestCases, CtsJvmtiRunTest1936HostTestCases[secondary_user], CtsJvmtiRunTest1937HostTestCases, CtsJvmtiRunTest1937HostTestCases[secondary_user], CtsJvmtiRunTest1939HostTestCases, CtsJvmtiRunTest1939HostTestCases[secondary_user], CtsJvmtiRunTest1941HostTestCases, CtsJvmtiRunTest1941HostTestCases[secondary_user], CtsJvmtiRunTest1942HostTestCases, CtsJvmtiRunTest1942HostTestCases[secondary_user], CtsJvmtiRunTest1943HostTestCases, CtsJvmtiRunTest1943HostTestCases[secondary_user], CtsJvmtiRunTest1953HostTestCases, CtsJvmtiRunTest1953HostTestCases[secondary_user], CtsJvmtiRunTest1958HostTestCases, CtsJvmtiRunTest1958HostTestCases[secondary_user], CtsJvmtiRunTest1962HostTestCases, CtsJvmtiRunTest1962HostTestCases[secondary_user], CtsJvmtiRunTest1967HostTestCases, CtsJvmtiRunTest1967HostTestCases[secondary_user], CtsJvmtiRunTest1968HostTestCases, CtsJvmtiRunTest1968HostTestCases[secondary_user], CtsJvmtiRunTest1969HostTestCases, CtsJvmtiRunTest1969HostTestCases[secondary_user], CtsJvmtiRunTest1970HostTestCases, CtsJvmtiRunTest1970HostTestCases[secondary_user], CtsJvmtiRunTest1971HostTestCases, CtsJvmtiRunTest1971HostTestCases[secondary_user], CtsJvmtiRunTest1974HostTestCases, CtsJvmtiRunTest1974HostTestCases[secondary_user], CtsJvmtiRunTest1975HostTestCases, CtsJvmtiRunTest1975HostTestCases[secondary_user], CtsJvmtiRunTest1976HostTestCases, CtsJvmtiRunTest1976HostTestCases[secondary_user], CtsJvmtiRunTest1977HostTestCases, CtsJvmtiRunTest1977HostTestCases[secondary_user], CtsJvmtiRunTest1978HostTestCases, CtsJvmtiRunTest1978HostTestCases[secondary_user], CtsJvmtiRunTest1979HostTestCases, CtsJvmtiRunTest1979HostTestCases[secondary_user], CtsJvmtiRunTest1981HostTestCases, CtsJvmtiRunTest1981HostTestCases[secondary_user], CtsJvmtiRunTest1982HostTestCases, CtsJvmtiRunTest1982HostTestCases[secondary_user], CtsJvmtiRunTest1983HostTestCases, CtsJvmtiRunTest1983HostTestCases[secondary_user], CtsJvmtiRunTest1984HostTestCases, CtsJvmtiRunTest1984HostTestCases[secondary_user], CtsJvmtiRunTest1988HostTestCases, CtsJvmtiRunTest1988HostTestCases[secondary_user], CtsJvmtiRunTest1989HostTestCases, CtsJvmtiRunTest1989HostTestCases[secondary_user], CtsJvmtiRunTest1990HostTestCases, CtsJvmtiRunTest1990HostTestCases[secondary_user], CtsJvmtiRunTest1991HostTestCases, CtsJvmtiRunTest1991HostTestCases[secondary_user], CtsJvmtiRunTest1992HostTestCases, CtsJvmtiRunTest1992HostTestCases[secondary_user], CtsJvmtiRunTest1994HostTestCases, CtsJvmtiRunTest1994HostTestCases[secondary_user], CtsJvmtiRunTest1995HostTestCases, CtsJvmtiRunTest1995HostTestCases[secondary_user], CtsJvmtiRunTest1996HostTestCases, CtsJvmtiRunTest1996HostTestCases[secondary_user], CtsJvmtiRunTest1997HostTestCases, CtsJvmtiRunTest1997HostTestCases[secondary_user], CtsJvmtiRunTest1998HostTestCases, CtsJvmtiRunTest1998HostTestCases[secondary_user], CtsJvmtiRunTest1999HostTestCases, CtsJvmtiRunTest1999HostTestCases[secondary_user], CtsJvmtiRunTest2001HostTestCases, CtsJvmtiRunTest2001HostTestCases[secondary_user], CtsJvmtiRunTest2002HostTestCases, CtsJvmtiRunTest2002HostTestCases[secondary_user], CtsJvmtiRunTest2003HostTestCases, CtsJvmtiRunTest2003HostTestCases[secondary_user], CtsJvmtiRunTest2004HostTestCases, CtsJvmtiRunTest2004HostTestCases[secondary_user], CtsJvmtiRunTest2005HostTestCases, CtsJvmtiRunTest2005HostTestCases[secondary_user], CtsJvmtiRunTest2006HostTestCases, CtsJvmtiRunTest2006HostTestCases[secondary_user], CtsJvmtiRunTest2007HostTestCases, CtsJvmtiRunTest2007HostTestCases[secondary_user], CtsJvmtiRunTest902HostTestCases, CtsJvmtiRunTest902HostTestCases[secondary_user], CtsJvmtiRunTest903HostTestCases, CtsJvmtiRunTest903HostTestCases[secondary_user], CtsJvmtiRunTest904HostTestCases, CtsJvmtiRunTest904HostTestCases[secondary_user], CtsJvmtiRunTest905HostTestCases, CtsJvmtiRunTest905HostTestCases[secondary_user], CtsJvmtiRunTest906HostTestCases, CtsJvmtiRunTest906HostTestCases[secondary_user], CtsJvmtiRunTest907HostTestCases, CtsJvmtiRunTest907HostTestCases[secondary_user], CtsJvmtiRunTest908HostTestCases, CtsJvmtiRunTest908HostTestCases[secondary_user], CtsJvmtiRunTest910HostTestCases, CtsJvmtiRunTest910HostTestCases[secondary_user], CtsJvmtiRunTest911HostTestCases, CtsJvmtiRunTest911HostTestCases[secondary_user], CtsJvmtiRunTest912HostTestCases, CtsJvmtiRunTest912HostTestCases[secondary_user], CtsJvmtiRunTest913HostTestCases, CtsJvmtiRunTest913HostTestCases[secondary_user], CtsJvmtiRunTest914HostTestCases, CtsJvmtiRunTest914HostTestCases[secondary_user], CtsJvmtiRunTest915HostTestCases, CtsJvmtiRunTest915HostTestCases[secondary_user], CtsJvmtiRunTest917HostTestCases, CtsJvmtiRunTest917HostTestCases[secondary_user], CtsJvmtiRunTest918HostTestCases, CtsJvmtiRunTest918HostTestCases[secondary_user], CtsJvmtiRunTest919HostTestCases, CtsJvmtiRunTest919HostTestCases[secondary_user], CtsJvmtiRunTest920HostTestCases, CtsJvmtiRunTest920HostTestCases[secondary_user], CtsJvmtiRunTest922HostTestCases, CtsJvmtiRunTest922HostTestCases[secondary_user], CtsJvmtiRunTest923HostTestCases, CtsJvmtiRunTest923HostTestCases[secondary_user], CtsJvmtiRunTest924HostTestCases, CtsJvmtiRunTest924HostTestCases[secondary_user], CtsJvmtiRunTest926HostTestCases, CtsJvmtiRunTest926HostTestCases[secondary_user], CtsJvmtiRunTest927HostTestCases, CtsJvmtiRunTest927HostTestCases[secondary_user], CtsJvmtiRunTest928HostTestCases, CtsJvmtiRunTest928HostTestCases[secondary_user], CtsJvmtiRunTest930HostTestCases, CtsJvmtiRunTest930HostTestCases[secondary_user], CtsJvmtiRunTest931HostTestCases, CtsJvmtiRunTest931HostTestCases[secondary_user], CtsJvmtiRunTest932HostTestCases, CtsJvmtiRunTest932HostTestCases[secondary_user], CtsJvmtiRunTest940HostTestCases, CtsJvmtiRunTest940HostTestCases[secondary_user], CtsJvmtiRunTest942HostTestCases, CtsJvmtiRunTest942HostTestCases[secondary_user], CtsJvmtiRunTest944HostTestCases, CtsJvmtiRunTest944HostTestCases[secondary_user], CtsJvmtiRunTest945HostTestCases, CtsJvmtiRunTest945HostTestCases[secondary_user], CtsJvmtiRunTest947HostTestCases, CtsJvmtiRunTest947HostTestCases[secondary_user], CtsJvmtiRunTest951HostTestCases, CtsJvmtiRunTest951HostTestCases[secondary_user], CtsJvmtiRunTest982HostTestCases, CtsJvmtiRunTest982HostTestCases[secondary_user], CtsJvmtiRunTest983HostTestCases, CtsJvmtiRunTest983HostTestCases[secondary_user], CtsJvmtiRunTest984HostTestCases, CtsJvmtiRunTest984HostTestCases[secondary_user], CtsJvmtiRunTest985HostTestCases, CtsJvmtiRunTest985HostTestCases[secondary_user], CtsJvmtiRunTest986HostTestCases, CtsJvmtiRunTest986HostTestCases[secondary_user], CtsJvmtiRunTest988HostTestCases, CtsJvmtiRunTest988HostTestCases[secondary_user], CtsJvmtiRunTest989HostTestCases, CtsJvmtiRunTest989HostTestCases[secondary_user], CtsJvmtiRunTest990HostTestCases, CtsJvmtiRunTest990HostTestCases[secondary_user], CtsJvmtiRunTest991HostTestCases, CtsJvmtiRunTest991HostTestCases[secondary_user], CtsJvmtiRunTest992HostTestCases, CtsJvmtiRunTest992HostTestCases[secondary_user], CtsJvmtiRunTest993HostTestCases, CtsJvmtiRunTest993HostTestCases[secondary_user], CtsJvmtiRunTest994HostTestCases, CtsJvmtiRunTest994HostTestCases[secondary_user], CtsJvmtiRunTest995HostTestCases, CtsJvmtiRunTest995HostTestCases[secondary_user], CtsJvmtiRunTest996HostTestCases, CtsJvmtiRunTest996HostTestCases[secondary_user], CtsJvmtiRunTest997HostTestCases, CtsJvmtiRunTest997HostTestCases[secondary_user], CtsJvmtiTaggingHostTestCases, CtsJvmtiTaggingHostTestCases[secondary_user], CtsJvmtiTrackingHostTestCases, CtsJvmtiTrackingHostTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using x86 ABI in the ARC++ container.'
+
+def run_TS(machine):
+    host_list = [hosts.create_host(machine)]
+    job.run_test(
+        'cheets_CTS_R',
+        hosts=host_list,
+        iterations=1,
+        tag='11_r3.x86.CtsJvmti',
+        test_name='cheets_CTS_R.11_r3.x86.CtsJvmti',
+        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsJvmtiAttachingHostTestCases', '--include-filter', 'CtsJvmtiAttachingHostTestCases[secondary_user]', '--include-filter', 'CtsJvmtiAttachingTestCases', '--include-filter', 'CtsJvmtiAttachingTestCases[secondary_user]', '--include-filter', 'CtsJvmtiRedefineClassesHostTestCases', '--include-filter', 'CtsJvmtiRedefineClassesHostTestCases[secondary_user]', '--include-filter', 'CtsJvmtiRunTest1900HostTestCases', '--include-filter', 'CtsJvmtiRunTest1900HostTestCases[secondary_user]', '--include-filter', 'CtsJvmtiRunTest1901HostTestCases', '--include-filter', 'CtsJvmtiRunTest1901HostTestCases[secondary_user]', '--include-filter', 'CtsJvmtiRunTest1902HostTestCases', '--include-filter', 'CtsJvmtiRunTest1902HostTestCases[secondary_user]', '--include-filter', 'CtsJvmtiRunTest1903HostTestCases', '--include-filter', 'CtsJvmtiRunTest1903HostTestCases[secondary_user]', '--include-filter', 'CtsJvmtiRunTest1904HostTestCases', '--include-filter', 'CtsJvmtiRunTest1904HostTestCases[secondary_user]', '--include-filter', 'CtsJvmtiRunTest1906HostTestCases', '--include-filter', 'CtsJvmtiRunTest1906HostTestCases[secondary_user]', '--include-filter', 'CtsJvmtiRunTest1907HostTestCases', '--include-filter', 'CtsJvmtiRunTest1907HostTestCases[secondary_user]', '--include-filter', 'CtsJvmtiRunTest1908HostTestCases', '--include-filter', 'CtsJvmtiRunTest1908HostTestCases[secondary_user]', '--include-filter', 'CtsJvmtiRunTest1909HostTestCases', '--include-filter', 'CtsJvmtiRunTest1909HostTestCases[secondary_user]', '--include-filter', 'CtsJvmtiRunTest1910HostTestCases', '--include-filter', 'CtsJvmtiRunTest1910HostTestCases[secondary_user]', '--include-filter', 'CtsJvmtiRunTest1911HostTestCases', '--include-filter', 'CtsJvmtiRunTest1911HostTestCases[secondary_user]', '--include-filter', 'CtsJvmtiRunTest1912HostTestCases', '--include-filter', 'CtsJvmtiRunTest1912HostTestCases[secondary_user]', '--include-filter', 'CtsJvmtiRunTest1913HostTestCases', '--include-filter', 'CtsJvmtiRunTest1913HostTestCases[secondary_user]', '--include-filter', 'CtsJvmtiRunTest1914HostTestCases', '--include-filter', 'CtsJvmtiRunTest1914HostTestCases[secondary_user]', '--include-filter', 'CtsJvmtiRunTest1915HostTestCases', '--include-filter', 'CtsJvmtiRunTest1915HostTestCases[secondary_user]', '--include-filter', 'CtsJvmtiRunTest1916HostTestCases', '--include-filter', 'CtsJvmtiRunTest1916HostTestCases[secondary_user]', '--include-filter', 'CtsJvmtiRunTest1917HostTestCases', '--include-filter', 'CtsJvmtiRunTest1917HostTestCases[secondary_user]', '--include-filter', 'CtsJvmtiRunTest1920HostTestCases', '--include-filter', 'CtsJvmtiRunTest1920HostTestCases[secondary_user]', '--include-filter', 'CtsJvmtiRunTest1921HostTestCases', '--include-filter', 'CtsJvmtiRunTest1921HostTestCases[secondary_user]', '--include-filter', 'CtsJvmtiRunTest1922HostTestCases', '--include-filter', 'CtsJvmtiRunTest1922HostTestCases[secondary_user]', '--include-filter', 'CtsJvmtiRunTest1923HostTestCases', '--include-filter', 'CtsJvmtiRunTest1923HostTestCases[secondary_user]', '--include-filter', 'CtsJvmtiRunTest1924HostTestCases', '--include-filter', 'CtsJvmtiRunTest1924HostTestCases[secondary_user]', '--include-filter', 'CtsJvmtiRunTest1925HostTestCases', '--include-filter', 'CtsJvmtiRunTest1925HostTestCases[secondary_user]', '--include-filter', 'CtsJvmtiRunTest1926HostTestCases', '--include-filter', 'CtsJvmtiRunTest1926HostTestCases[secondary_user]', '--include-filter', 'CtsJvmtiRunTest1927HostTestCases', '--include-filter', 'CtsJvmtiRunTest1927HostTestCases[secondary_user]', '--include-filter', 'CtsJvmtiRunTest1928HostTestCases', '--include-filter', 'CtsJvmtiRunTest1928HostTestCases[secondary_user]', '--include-filter', 'CtsJvmtiRunTest1930HostTestCases', '--include-filter', 'CtsJvmtiRunTest1930HostTestCases[secondary_user]', '--include-filter', 'CtsJvmtiRunTest1931HostTestCases', '--include-filter', 'CtsJvmtiRunTest1931HostTestCases[secondary_user]', '--include-filter', 'CtsJvmtiRunTest1932HostTestCases', '--include-filter', 'CtsJvmtiRunTest1932HostTestCases[secondary_user]', '--include-filter', 'CtsJvmtiRunTest1933HostTestCases', '--include-filter', 'CtsJvmtiRunTest1933HostTestCases[secondary_user]', '--include-filter', 'CtsJvmtiRunTest1934HostTestCases', '--include-filter', 'CtsJvmtiRunTest1934HostTestCases[secondary_user]', '--include-filter', 'CtsJvmtiRunTest1936HostTestCases', '--include-filter', 'CtsJvmtiRunTest1936HostTestCases[secondary_user]', '--include-filter', 'CtsJvmtiRunTest1937HostTestCases', '--include-filter', 'CtsJvmtiRunTest1937HostTestCases[secondary_user]', '--include-filter', 'CtsJvmtiRunTest1939HostTestCases', '--include-filter', 'CtsJvmtiRunTest1939HostTestCases[secondary_user]', '--include-filter', 'CtsJvmtiRunTest1941HostTestCases', '--include-filter', 'CtsJvmtiRunTest1941HostTestCases[secondary_user]', '--include-filter', 'CtsJvmtiRunTest1942HostTestCases', '--include-filter', 'CtsJvmtiRunTest1942HostTestCases[secondary_user]', '--include-filter', 'CtsJvmtiRunTest1943HostTestCases', '--include-filter', 'CtsJvmtiRunTest1943HostTestCases[secondary_user]', '--include-filter', 'CtsJvmtiRunTest1953HostTestCases', '--include-filter', 'CtsJvmtiRunTest1953HostTestCases[secondary_user]', '--include-filter', 'CtsJvmtiRunTest1958HostTestCases', '--include-filter', 'CtsJvmtiRunTest1958HostTestCases[secondary_user]', '--include-filter', 'CtsJvmtiRunTest1962HostTestCases', '--include-filter', 'CtsJvmtiRunTest1962HostTestCases[secondary_user]', '--include-filter', 'CtsJvmtiRunTest1967HostTestCases', '--include-filter', 'CtsJvmtiRunTest1967HostTestCases[secondary_user]', '--include-filter', 'CtsJvmtiRunTest1968HostTestCases', '--include-filter', 'CtsJvmtiRunTest1968HostTestCases[secondary_user]', '--include-filter', 'CtsJvmtiRunTest1969HostTestCases', '--include-filter', 'CtsJvmtiRunTest1969HostTestCases[secondary_user]', '--include-filter', 'CtsJvmtiRunTest1970HostTestCases', '--include-filter', 'CtsJvmtiRunTest1970HostTestCases[secondary_user]', '--include-filter', 'CtsJvmtiRunTest1971HostTestCases', '--include-filter', 'CtsJvmtiRunTest1971HostTestCases[secondary_user]', '--include-filter', 'CtsJvmtiRunTest1974HostTestCases', '--include-filter', 'CtsJvmtiRunTest1974HostTestCases[secondary_user]', '--include-filter', 'CtsJvmtiRunTest1975HostTestCases', '--include-filter', 'CtsJvmtiRunTest1975HostTestCases[secondary_user]', '--include-filter', 'CtsJvmtiRunTest1976HostTestCases', '--include-filter', 'CtsJvmtiRunTest1976HostTestCases[secondary_user]', '--include-filter', 'CtsJvmtiRunTest1977HostTestCases', '--include-filter', 'CtsJvmtiRunTest1977HostTestCases[secondary_user]', '--include-filter', 'CtsJvmtiRunTest1978HostTestCases', '--include-filter', 'CtsJvmtiRunTest1978HostTestCases[secondary_user]', '--include-filter', 'CtsJvmtiRunTest1979HostTestCases', '--include-filter', 'CtsJvmtiRunTest1979HostTestCases[secondary_user]', '--include-filter', 'CtsJvmtiRunTest1981HostTestCases', '--include-filter', 'CtsJvmtiRunTest1981HostTestCases[secondary_user]', '--include-filter', 'CtsJvmtiRunTest1982HostTestCases', '--include-filter', 'CtsJvmtiRunTest1982HostTestCases[secondary_user]', '--include-filter', 'CtsJvmtiRunTest1983HostTestCases', '--include-filter', 'CtsJvmtiRunTest1983HostTestCases[secondary_user]', '--include-filter', 'CtsJvmtiRunTest1984HostTestCases', '--include-filter', 'CtsJvmtiRunTest1984HostTestCases[secondary_user]', '--include-filter', 'CtsJvmtiRunTest1988HostTestCases', '--include-filter', 'CtsJvmtiRunTest1988HostTestCases[secondary_user]', '--include-filter', 'CtsJvmtiRunTest1989HostTestCases', '--include-filter', 'CtsJvmtiRunTest1989HostTestCases[secondary_user]', '--include-filter', 'CtsJvmtiRunTest1990HostTestCases', '--include-filter', 'CtsJvmtiRunTest1990HostTestCases[secondary_user]', '--include-filter', 'CtsJvmtiRunTest1991HostTestCases', '--include-filter', 'CtsJvmtiRunTest1991HostTestCases[secondary_user]', '--include-filter', 'CtsJvmtiRunTest1992HostTestCases', '--include-filter', 'CtsJvmtiRunTest1992HostTestCases[secondary_user]', '--include-filter', 'CtsJvmtiRunTest1994HostTestCases', '--include-filter', 'CtsJvmtiRunTest1994HostTestCases[secondary_user]', '--include-filter', 'CtsJvmtiRunTest1995HostTestCases', '--include-filter', 'CtsJvmtiRunTest1995HostTestCases[secondary_user]', '--include-filter', 'CtsJvmtiRunTest1996HostTestCases', '--include-filter', 'CtsJvmtiRunTest1996HostTestCases[secondary_user]', '--include-filter', 'CtsJvmtiRunTest1997HostTestCases', '--include-filter', 'CtsJvmtiRunTest1997HostTestCases[secondary_user]', '--include-filter', 'CtsJvmtiRunTest1998HostTestCases', '--include-filter', 'CtsJvmtiRunTest1998HostTestCases[secondary_user]', '--include-filter', 'CtsJvmtiRunTest1999HostTestCases', '--include-filter', 'CtsJvmtiRunTest1999HostTestCases[secondary_user]', '--include-filter', 'CtsJvmtiRunTest2001HostTestCases', '--include-filter', 'CtsJvmtiRunTest2001HostTestCases[secondary_user]', '--include-filter', 'CtsJvmtiRunTest2002HostTestCases', '--include-filter', 'CtsJvmtiRunTest2002HostTestCases[secondary_user]', '--include-filter', 'CtsJvmtiRunTest2003HostTestCases', '--include-filter', 'CtsJvmtiRunTest2003HostTestCases[secondary_user]', '--include-filter', 'CtsJvmtiRunTest2004HostTestCases', '--include-filter', 'CtsJvmtiRunTest2004HostTestCases[secondary_user]', '--include-filter', 'CtsJvmtiRunTest2005HostTestCases', '--include-filter', 'CtsJvmtiRunTest2005HostTestCases[secondary_user]', '--include-filter', 'CtsJvmtiRunTest2006HostTestCases', '--include-filter', 'CtsJvmtiRunTest2006HostTestCases[secondary_user]', '--include-filter', 'CtsJvmtiRunTest2007HostTestCases', '--include-filter', 'CtsJvmtiRunTest2007HostTestCases[secondary_user]', '--include-filter', 'CtsJvmtiRunTest902HostTestCases', '--include-filter', 'CtsJvmtiRunTest902HostTestCases[secondary_user]', '--include-filter', 'CtsJvmtiRunTest903HostTestCases', '--include-filter', 'CtsJvmtiRunTest903HostTestCases[secondary_user]', '--include-filter', 'CtsJvmtiRunTest904HostTestCases', '--include-filter', 'CtsJvmtiRunTest904HostTestCases[secondary_user]', '--include-filter', 'CtsJvmtiRunTest905HostTestCases', '--include-filter', 'CtsJvmtiRunTest905HostTestCases[secondary_user]', '--include-filter', 'CtsJvmtiRunTest906HostTestCases', '--include-filter', 'CtsJvmtiRunTest906HostTestCases[secondary_user]', '--include-filter', 'CtsJvmtiRunTest907HostTestCases', '--include-filter', 'CtsJvmtiRunTest907HostTestCases[secondary_user]', '--include-filter', 'CtsJvmtiRunTest908HostTestCases', '--include-filter', 'CtsJvmtiRunTest908HostTestCases[secondary_user]', '--include-filter', 'CtsJvmtiRunTest910HostTestCases', '--include-filter', 'CtsJvmtiRunTest910HostTestCases[secondary_user]', '--include-filter', 'CtsJvmtiRunTest911HostTestCases', '--include-filter', 'CtsJvmtiRunTest911HostTestCases[secondary_user]', '--include-filter', 'CtsJvmtiRunTest912HostTestCases', '--include-filter', 'CtsJvmtiRunTest912HostTestCases[secondary_user]', '--include-filter', 'CtsJvmtiRunTest913HostTestCases', '--include-filter', 'CtsJvmtiRunTest913HostTestCases[secondary_user]', '--include-filter', 'CtsJvmtiRunTest914HostTestCases', '--include-filter', 'CtsJvmtiRunTest914HostTestCases[secondary_user]', '--include-filter', 'CtsJvmtiRunTest915HostTestCases', '--include-filter', 'CtsJvmtiRunTest915HostTestCases[secondary_user]', '--include-filter', 'CtsJvmtiRunTest917HostTestCases', '--include-filter', 'CtsJvmtiRunTest917HostTestCases[secondary_user]', '--include-filter', 'CtsJvmtiRunTest918HostTestCases', '--include-filter', 'CtsJvmtiRunTest918HostTestCases[secondary_user]', '--include-filter', 'CtsJvmtiRunTest919HostTestCases', '--include-filter', 'CtsJvmtiRunTest919HostTestCases[secondary_user]', '--include-filter', 'CtsJvmtiRunTest920HostTestCases', '--include-filter', 'CtsJvmtiRunTest920HostTestCases[secondary_user]', '--include-filter', 'CtsJvmtiRunTest922HostTestCases', '--include-filter', 'CtsJvmtiRunTest922HostTestCases[secondary_user]', '--include-filter', 'CtsJvmtiRunTest923HostTestCases', '--include-filter', 'CtsJvmtiRunTest923HostTestCases[secondary_user]', '--include-filter', 'CtsJvmtiRunTest924HostTestCases', '--include-filter', 'CtsJvmtiRunTest924HostTestCases[secondary_user]', '--include-filter', 'CtsJvmtiRunTest926HostTestCases', '--include-filter', 'CtsJvmtiRunTest926HostTestCases[secondary_user]', '--include-filter', 'CtsJvmtiRunTest927HostTestCases', '--include-filter', 'CtsJvmtiRunTest927HostTestCases[secondary_user]', '--include-filter', 'CtsJvmtiRunTest928HostTestCases', '--include-filter', 'CtsJvmtiRunTest928HostTestCases[secondary_user]', '--include-filter', 'CtsJvmtiRunTest930HostTestCases', '--include-filter', 'CtsJvmtiRunTest930HostTestCases[secondary_user]', '--include-filter', 'CtsJvmtiRunTest931HostTestCases', '--include-filter', 'CtsJvmtiRunTest931HostTestCases[secondary_user]', '--include-filter', 'CtsJvmtiRunTest932HostTestCases', '--include-filter', 'CtsJvmtiRunTest932HostTestCases[secondary_user]', '--include-filter', 'CtsJvmtiRunTest940HostTestCases', '--include-filter', 'CtsJvmtiRunTest940HostTestCases[secondary_user]', '--include-filter', 'CtsJvmtiRunTest942HostTestCases', '--include-filter', 'CtsJvmtiRunTest942HostTestCases[secondary_user]', '--include-filter', 'CtsJvmtiRunTest944HostTestCases', '--include-filter', 'CtsJvmtiRunTest944HostTestCases[secondary_user]', '--include-filter', 'CtsJvmtiRunTest945HostTestCases', '--include-filter', 'CtsJvmtiRunTest945HostTestCases[secondary_user]', '--include-filter', 'CtsJvmtiRunTest947HostTestCases', '--include-filter', 'CtsJvmtiRunTest947HostTestCases[secondary_user]', '--include-filter', 'CtsJvmtiRunTest951HostTestCases', '--include-filter', 'CtsJvmtiRunTest951HostTestCases[secondary_user]', '--include-filter', 'CtsJvmtiRunTest982HostTestCases', '--include-filter', 'CtsJvmtiRunTest982HostTestCases[secondary_user]', '--include-filter', 'CtsJvmtiRunTest983HostTestCases', '--include-filter', 'CtsJvmtiRunTest983HostTestCases[secondary_user]', '--include-filter', 'CtsJvmtiRunTest984HostTestCases', '--include-filter', 'CtsJvmtiRunTest984HostTestCases[secondary_user]', '--include-filter', 'CtsJvmtiRunTest985HostTestCases', '--include-filter', 'CtsJvmtiRunTest985HostTestCases[secondary_user]', '--include-filter', 'CtsJvmtiRunTest986HostTestCases', '--include-filter', 'CtsJvmtiRunTest986HostTestCases[secondary_user]', '--include-filter', 'CtsJvmtiRunTest988HostTestCases', '--include-filter', 'CtsJvmtiRunTest988HostTestCases[secondary_user]', '--include-filter', 'CtsJvmtiRunTest989HostTestCases', '--include-filter', 'CtsJvmtiRunTest989HostTestCases[secondary_user]', '--include-filter', 'CtsJvmtiRunTest990HostTestCases', '--include-filter', 'CtsJvmtiRunTest990HostTestCases[secondary_user]', '--include-filter', 'CtsJvmtiRunTest991HostTestCases', '--include-filter', 'CtsJvmtiRunTest991HostTestCases[secondary_user]', '--include-filter', 'CtsJvmtiRunTest992HostTestCases', '--include-filter', 'CtsJvmtiRunTest992HostTestCases[secondary_user]', '--include-filter', 'CtsJvmtiRunTest993HostTestCases', '--include-filter', 'CtsJvmtiRunTest993HostTestCases[secondary_user]', '--include-filter', 'CtsJvmtiRunTest994HostTestCases', '--include-filter', 'CtsJvmtiRunTest994HostTestCases[secondary_user]', '--include-filter', 'CtsJvmtiRunTest995HostTestCases', '--include-filter', 'CtsJvmtiRunTest995HostTestCases[secondary_user]', '--include-filter', 'CtsJvmtiRunTest996HostTestCases', '--include-filter', 'CtsJvmtiRunTest996HostTestCases[secondary_user]', '--include-filter', 'CtsJvmtiRunTest997HostTestCases', '--include-filter', 'CtsJvmtiRunTest997HostTestCases[secondary_user]', '--include-filter', 'CtsJvmtiTaggingHostTestCases', '--include-filter', 'CtsJvmtiTaggingHostTestCases[secondary_user]', '--include-filter', 'CtsJvmtiTrackingHostTestCases', '--include-filter', 'CtsJvmtiTrackingHostTestCases[secondary_user]', '--logcat-on-failure'],
+        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
+        target_module='CtsJvmti',
+        target_plan=None,
+        bundle='x86',
+        uri='LATEST',
+        use_jdk9=True,
+        timeout=75000)
+
+parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsKernelConfigTestCases b/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsKernelConfigTestCases
new file mode 100644
index 0000000..6862048
--- /dev/null
+++ b/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsKernelConfigTestCases
@@ -0,0 +1,34 @@
+# Copyright 2020 The Chromium OS Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+# This file has been automatically generated. Do not edit!
+
+AUTHOR = 'ARC++ Team'
+NAME = 'cheets_CTS_R.11_r3.x86.CtsKernelConfigTestCases'
+ATTRIBUTES = 'suite:arc-cts-r'
+DEPENDENCIES = 'arc, cts_abi_x86'
+JOB_RETRIES = 1
+TEST_TYPE = 'server'
+TIME = 'MEDIUM'
+MAX_RESULT_SIZE_KB = 512000
+DOC = 'Run module CtsKernelConfigTestCases of the Android Compatibility Test Suite (CTS) using x86 ABI in the ARC++ container.'
+
+def run_TS(machine):
+    host_list = [hosts.create_host(machine)]
+    job.run_test(
+        'cheets_CTS_R',
+        hosts=host_list,
+        iterations=1,
+        tag='11_r3.x86.CtsKernelConfigTestCases',
+        test_name='cheets_CTS_R.11_r3.x86.CtsKernelConfigTestCases',
+        run_template=['run', 'commandAndExit', 'cts', '--module', 'CtsKernelConfigTestCases', '--logcat-on-failure'],
+        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
+        target_module='CtsKernelConfigTestCases',
+        target_plan=None,
+        bundle='x86',
+        uri='LATEST',
+        use_jdk9=True,
+        timeout=3600)
+
+parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsKeystore b/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsKeystore
new file mode 100644
index 0000000..06339b9
--- /dev/null
+++ b/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsKeystore
@@ -0,0 +1,34 @@
+# Copyright 2020 The Chromium OS Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+# This file has been automatically generated. Do not edit!
+
+AUTHOR = 'ARC++ Team'
+NAME = 'cheets_CTS_R.11_r3.x86.CtsKeystore'
+ATTRIBUTES = 'suite:arc-cts-r'
+DEPENDENCIES = 'arc, cts_abi_x86'
+JOB_RETRIES = 1
+TEST_TYPE = 'server'
+TIME = 'MEDIUM'
+MAX_RESULT_SIZE_KB = 512000
+DOC = 'Run module CtsKeystoreTestCases, CtsKeystoreTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using x86 ABI in the ARC++ container.'
+
+def run_TS(machine):
+    host_list = [hosts.create_host(machine)]
+    job.run_test(
+        'cheets_CTS_R',
+        hosts=host_list,
+        iterations=1,
+        tag='11_r3.x86.CtsKeystore',
+        test_name='cheets_CTS_R.11_r3.x86.CtsKeystore',
+        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsKeystoreTestCases', '--include-filter', 'CtsKeystoreTestCases[secondary_user]', '--logcat-on-failure'],
+        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
+        target_module='CtsKeystore',
+        target_plan=None,
+        bundle='x86',
+        uri='LATEST',
+        use_jdk9=True,
+        timeout=5400)
+
+parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsLeanbackJank b/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsLeanbackJank
new file mode 100644
index 0000000..b075577
--- /dev/null
+++ b/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsLeanbackJank
@@ -0,0 +1,34 @@
+# Copyright 2020 The Chromium OS Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+# This file has been automatically generated. Do not edit!
+
+AUTHOR = 'ARC++ Team'
+NAME = 'cheets_CTS_R.11_r3.x86.CtsLeanbackJank'
+ATTRIBUTES = 'suite:arc-cts-r'
+DEPENDENCIES = 'arc, cts_abi_x86'
+JOB_RETRIES = 1
+TEST_TYPE = 'server'
+TIME = 'MEDIUM'
+MAX_RESULT_SIZE_KB = 512000
+DOC = 'Run module CtsLeanbackJankTestCases, CtsLeanbackJankTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using x86 ABI in the ARC++ container.'
+
+def run_TS(machine):
+    host_list = [hosts.create_host(machine)]
+    job.run_test(
+        'cheets_CTS_R',
+        hosts=host_list,
+        iterations=1,
+        tag='11_r3.x86.CtsLeanbackJank',
+        test_name='cheets_CTS_R.11_r3.x86.CtsLeanbackJank',
+        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsLeanbackJankTestCases', '--include-filter', 'CtsLeanbackJankTestCases[secondary_user]', '--logcat-on-failure'],
+        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
+        target_module='CtsLeanbackJank',
+        target_plan=None,
+        bundle='x86',
+        uri='LATEST',
+        use_jdk9=True,
+        timeout=5400)
+
+parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsLegacyNotification2 b/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsLegacyNotification2
new file mode 100644
index 0000000..8ec59c3
--- /dev/null
+++ b/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsLegacyNotification2
@@ -0,0 +1,34 @@
+# Copyright 2020 The Chromium OS Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+# This file has been automatically generated. Do not edit!
+
+AUTHOR = 'ARC++ Team'
+NAME = 'cheets_CTS_R.11_r3.x86.CtsLegacyNotification2'
+ATTRIBUTES = 'suite:arc-cts-r'
+DEPENDENCIES = 'arc, cts_abi_x86'
+JOB_RETRIES = 1
+TEST_TYPE = 'server'
+TIME = 'MEDIUM'
+MAX_RESULT_SIZE_KB = 512000
+DOC = 'Run module CtsLegacyNotification20TestCases, CtsLegacyNotification20TestCases[secondary_user], CtsLegacyNotification27TestCases, CtsLegacyNotification27TestCases[secondary_user], CtsLegacyNotification28TestCases, CtsLegacyNotification28TestCases[secondary_user], CtsLegacyNotification29TestCases, CtsLegacyNotification29TestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using x86 ABI in the ARC++ container.'
+
+def run_TS(machine):
+    host_list = [hosts.create_host(machine)]
+    job.run_test(
+        'cheets_CTS_R',
+        hosts=host_list,
+        iterations=1,
+        tag='11_r3.x86.CtsLegacyNotification2',
+        test_name='cheets_CTS_R.11_r3.x86.CtsLegacyNotification2',
+        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsLegacyNotification20TestCases', '--include-filter', 'CtsLegacyNotification20TestCases[secondary_user]', '--include-filter', 'CtsLegacyNotification27TestCases', '--include-filter', 'CtsLegacyNotification27TestCases[secondary_user]', '--include-filter', 'CtsLegacyNotification28TestCases', '--include-filter', 'CtsLegacyNotification28TestCases[secondary_user]', '--include-filter', 'CtsLegacyNotification29TestCases', '--include-filter', 'CtsLegacyNotification29TestCases[secondary_user]', '--logcat-on-failure'],
+        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
+        target_module='CtsLegacyNotification2',
+        target_plan=None,
+        bundle='x86',
+        uri='LATEST',
+        use_jdk9=True,
+        timeout=16200)
+
+parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsLibcore b/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsLibcore
new file mode 100644
index 0000000..0e31838
--- /dev/null
+++ b/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsLibcore
@@ -0,0 +1,34 @@
+# Copyright 2020 The Chromium OS Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+# This file has been automatically generated. Do not edit!
+
+AUTHOR = 'ARC++ Team'
+NAME = 'cheets_CTS_R.11_r3.x86.CtsLibcore'
+ATTRIBUTES = 'suite:arc-cts-r'
+DEPENDENCIES = 'arc, cts_abi_x86'
+JOB_RETRIES = 1
+TEST_TYPE = 'server'
+TIME = 'MEDIUM'
+MAX_RESULT_SIZE_KB = 512000
+DOC = 'Run module CtsLibcoreApiEvolutionTestCases, CtsLibcoreApiEvolutionTestCases[secondary_user], CtsLibcoreFileIOTestCases, CtsLibcoreFileIOTestCases[secondary_user], CtsLibcoreJsr166TestCases, CtsLibcoreJsr166TestCases[secondary_user], CtsLibcoreLegacy22TestCases, CtsLibcoreLegacy22TestCases[secondary_user], CtsLibcoreOjTestCases, CtsLibcoreOjTestCases[secondary_user], CtsLibcoreOkHttpTestCases, CtsLibcoreOkHttpTestCases[secondary_user], CtsLibcoreTestCases, CtsLibcoreTestCases[secondary_user], CtsLibcoreWycheproofBCTestCases, CtsLibcoreWycheproofBCTestCases[secondary_user], CtsLibcoreWycheproofConscryptTestCases, CtsLibcoreWycheproofConscryptTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using x86 ABI in the ARC++ container.'
+
+def run_TS(machine):
+    host_list = [hosts.create_host(machine)]
+    job.run_test(
+        'cheets_CTS_R',
+        hosts=host_list,
+        iterations=1,
+        tag='11_r3.x86.CtsLibcore',
+        test_name='cheets_CTS_R.11_r3.x86.CtsLibcore',
+        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsLibcoreApiEvolutionTestCases', '--include-filter', 'CtsLibcoreApiEvolutionTestCases[secondary_user]', '--include-filter', 'CtsLibcoreFileIOTestCases', '--include-filter', 'CtsLibcoreFileIOTestCases[secondary_user]', '--include-filter', 'CtsLibcoreJsr166TestCases', '--include-filter', 'CtsLibcoreJsr166TestCases[secondary_user]', '--include-filter', 'CtsLibcoreLegacy22TestCases', '--include-filter', 'CtsLibcoreLegacy22TestCases[secondary_user]', '--include-filter', 'CtsLibcoreOjTestCases', '--include-filter', 'CtsLibcoreOjTestCases[secondary_user]', '--include-filter', 'CtsLibcoreOkHttpTestCases', '--include-filter', 'CtsLibcoreOkHttpTestCases[secondary_user]', '--include-filter', 'CtsLibcoreTestCases', '--include-filter', 'CtsLibcoreTestCases[secondary_user]', '--include-filter', 'CtsLibcoreWycheproofBCTestCases', '--include-filter', 'CtsLibcoreWycheproofBCTestCases[secondary_user]', '--include-filter', 'CtsLibcoreWycheproofConscryptTestCases', '--include-filter', 'CtsLibcoreWycheproofConscryptTestCases[secondary_user]'],
+        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
+        target_module='CtsLibcore',
+        target_plan=None,
+        bundle='x86',
+        uri='LATEST',
+        use_jdk9=True,
+        timeout=39600)
+
+parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsLiblog b/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsLiblog
new file mode 100644
index 0000000..526ec69
--- /dev/null
+++ b/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsLiblog
@@ -0,0 +1,34 @@
+# Copyright 2020 The Chromium OS Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+# This file has been automatically generated. Do not edit!
+
+AUTHOR = 'ARC++ Team'
+NAME = 'cheets_CTS_R.11_r3.x86.CtsLiblog'
+ATTRIBUTES = 'suite:arc-cts-r'
+DEPENDENCIES = 'arc, cts_abi_x86'
+JOB_RETRIES = 1
+TEST_TYPE = 'server'
+TIME = 'MEDIUM'
+MAX_RESULT_SIZE_KB = 512000
+DOC = 'Run module CtsLiblogTestCases, CtsLiblogTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using x86 ABI in the ARC++ container.'
+
+def run_TS(machine):
+    host_list = [hosts.create_host(machine)]
+    job.run_test(
+        'cheets_CTS_R',
+        hosts=host_list,
+        iterations=1,
+        tag='11_r3.x86.CtsLiblog',
+        test_name='cheets_CTS_R.11_r3.x86.CtsLiblog',
+        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsLiblogTestCases', '--include-filter', 'CtsLiblogTestCases[secondary_user]', '--logcat-on-failure'],
+        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
+        target_module='CtsLiblog',
+        target_plan=None,
+        bundle='x86',
+        uri='LATEST',
+        use_jdk9=True,
+        timeout=5400)
+
+parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsLocation b/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsLocation
new file mode 100644
index 0000000..0619237
--- /dev/null
+++ b/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsLocation
@@ -0,0 +1,34 @@
+# Copyright 2020 The Chromium OS Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+# This file has been automatically generated. Do not edit!
+
+AUTHOR = 'ARC++ Team'
+NAME = 'cheets_CTS_R.11_r3.x86.CtsLocation'
+ATTRIBUTES = 'suite:arc-cts-r'
+DEPENDENCIES = 'arc, cts_abi_x86'
+JOB_RETRIES = 1
+TEST_TYPE = 'server'
+TIME = 'MEDIUM'
+MAX_RESULT_SIZE_KB = 512000
+DOC = 'Run module CtsLocationCoarseTestCases, CtsLocationCoarseTestCases[instant], CtsLocationCoarseTestCases[secondary_user], CtsLocationFineTestCases, CtsLocationFineTestCases[instant], CtsLocationFineTestCases[secondary_user], CtsLocationGnssTestCases, CtsLocationGnssTestCases[instant], CtsLocationGnssTestCases[secondary_user], CtsLocationNoneTestCases, CtsLocationNoneTestCases[instant], CtsLocationNoneTestCases[secondary_user], CtsLocationPrivilegedTestCases, CtsLocationPrivilegedTestCases[instant], CtsLocationPrivilegedTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using x86 ABI in the ARC++ container.'
+
+def run_TS(machine):
+    host_list = [hosts.create_host(machine)]
+    job.run_test(
+        'cheets_CTS_R',
+        hosts=host_list,
+        iterations=1,
+        tag='11_r3.x86.CtsLocation',
+        test_name='cheets_CTS_R.11_r3.x86.CtsLocation',
+        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsLocationCoarseTestCases', '--include-filter', 'CtsLocationCoarseTestCases[instant]', '--include-filter', 'CtsLocationCoarseTestCases[secondary_user]', '--include-filter', 'CtsLocationFineTestCases', '--include-filter', 'CtsLocationFineTestCases[instant]', '--include-filter', 'CtsLocationFineTestCases[secondary_user]', '--include-filter', 'CtsLocationGnssTestCases', '--include-filter', 'CtsLocationGnssTestCases[instant]', '--include-filter', 'CtsLocationGnssTestCases[secondary_user]', '--include-filter', 'CtsLocationNoneTestCases', '--include-filter', 'CtsLocationNoneTestCases[instant]', '--include-filter', 'CtsLocationNoneTestCases[secondary_user]', '--include-filter', 'CtsLocationPrivilegedTestCases', '--include-filter', 'CtsLocationPrivilegedTestCases[instant]', '--include-filter', 'CtsLocationPrivilegedTestCases[secondary_user]', '--logcat-on-failure'],
+        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
+        target_module='CtsLocation',
+        target_plan=None,
+        bundle='x86',
+        uri='LATEST',
+        use_jdk9=True,
+        timeout=28800)
+
+parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsLogd b/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsLogd
new file mode 100644
index 0000000..2726e79
--- /dev/null
+++ b/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsLogd
@@ -0,0 +1,34 @@
+# Copyright 2020 The Chromium OS Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+# This file has been automatically generated. Do not edit!
+
+AUTHOR = 'ARC++ Team'
+NAME = 'cheets_CTS_R.11_r3.x86.CtsLogd'
+ATTRIBUTES = 'suite:arc-cts-r'
+DEPENDENCIES = 'arc, cts_abi_x86'
+JOB_RETRIES = 1
+TEST_TYPE = 'server'
+TIME = 'MEDIUM'
+MAX_RESULT_SIZE_KB = 512000
+DOC = 'Run module CtsLogdTestCases, CtsLogdTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using x86 ABI in the ARC++ container.'
+
+def run_TS(machine):
+    host_list = [hosts.create_host(machine)]
+    job.run_test(
+        'cheets_CTS_R',
+        hosts=host_list,
+        iterations=1,
+        tag='11_r3.x86.CtsLogd',
+        test_name='cheets_CTS_R.11_r3.x86.CtsLogd',
+        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsLogdTestCases', '--include-filter', 'CtsLogdTestCases[secondary_user]', '--logcat-on-failure'],
+        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
+        target_module='CtsLogd',
+        target_plan=None,
+        bundle='x86',
+        uri='LATEST',
+        use_jdk9=True,
+        timeout=5400)
+
+parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsMatchFlag b/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsMatchFlag
new file mode 100644
index 0000000..3d4c76c
--- /dev/null
+++ b/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsMatchFlag
@@ -0,0 +1,34 @@
+# Copyright 2020 The Chromium OS Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+# This file has been automatically generated. Do not edit!
+
+AUTHOR = 'ARC++ Team'
+NAME = 'cheets_CTS_R.11_r3.x86.CtsMatchFlag'
+ATTRIBUTES = 'suite:arc-cts-r'
+DEPENDENCIES = 'arc, cts_abi_x86'
+JOB_RETRIES = 1
+TEST_TYPE = 'server'
+TIME = 'MEDIUM'
+MAX_RESULT_SIZE_KB = 512000
+DOC = 'Run module CtsMatchFlagTestCases, CtsMatchFlagTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using x86 ABI in the ARC++ container.'
+
+def run_TS(machine):
+    host_list = [hosts.create_host(machine)]
+    job.run_test(
+        'cheets_CTS_R',
+        hosts=host_list,
+        iterations=1,
+        tag='11_r3.x86.CtsMatchFlag',
+        test_name='cheets_CTS_R.11_r3.x86.CtsMatchFlag',
+        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsMatchFlagTestCases', '--include-filter', 'CtsMatchFlagTestCases[secondary_user]', '--logcat-on-failure'],
+        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
+        target_module='CtsMatchFlag',
+        target_plan=None,
+        bundle='x86',
+        uri='LATEST',
+        use_jdk9=True,
+        timeout=5400)
+
+parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsMediaBitstreamsTestCases b/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsMediaBitstreamsTestCases
new file mode 100644
index 0000000..54a4cb9
--- /dev/null
+++ b/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsMediaBitstreamsTestCases
@@ -0,0 +1,35 @@
+# Copyright 2020 The Chromium OS Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+# This file has been automatically generated. Do not edit!
+
+AUTHOR = 'ARC++ Team'
+NAME = 'cheets_CTS_R.11_r3.x86.CtsMediaBitstreamsTestCases'
+ATTRIBUTES = 'suite:arc-cts-r'
+DEPENDENCIES = 'arc, cts_abi_x86'
+JOB_RETRIES = 1
+TEST_TYPE = 'server'
+TIME = 'MEDIUM'
+MAX_RESULT_SIZE_KB = 512000
+DOC = 'Run module CtsMediaBitstreamsTestCases, CtsMediaBitstreamsTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using x86 ABI in the ARC++ container.'
+
+def run_TS(machine):
+    host_list = [hosts.create_host(machine)]
+    job.run_test(
+        'cheets_CTS_R',
+        hosts=host_list,
+        iterations=1,
+        needs_push_media=True,
+        tag='11_r3.x86.CtsMediaBitstreamsTestCases',
+        test_name='cheets_CTS_R.11_r3.x86.CtsMediaBitstreamsTestCases',
+        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsMediaBitstreamsTestCases', '--include-filter', 'CtsMediaBitstreamsTestCases[secondary_user]', '--logcat-on-failure'],
+        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
+        target_module='CtsMediaBitstreamsTestCases',
+        target_plan=None,
+        bundle='x86',
+        uri='LATEST',
+        use_jdk9=True,
+        timeout=5400)
+
+parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsMediaHostTestCases b/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsMediaHostTestCases
new file mode 100644
index 0000000..05f1af7
--- /dev/null
+++ b/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsMediaHostTestCases
@@ -0,0 +1,34 @@
+# Copyright 2020 The Chromium OS Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+# This file has been automatically generated. Do not edit!
+
+AUTHOR = 'ARC++ Team'
+NAME = 'cheets_CTS_R.11_r3.x86.CtsMediaHostTestCases'
+ATTRIBUTES = 'suite:arc-cts-r'
+DEPENDENCIES = 'arc, cts_abi_x86'
+JOB_RETRIES = 1
+TEST_TYPE = 'server'
+TIME = 'MEDIUM'
+MAX_RESULT_SIZE_KB = 512000
+DOC = 'Run module CtsMediaHostTestCases, CtsMediaHostTestCases[instant] of the Android Compatibility Test Suite (CTS) using x86 ABI in the ARC++ container.'
+
+def run_TS(machine):
+    host_list = [hosts.create_host(machine)]
+    job.run_test(
+        'cheets_CTS_R',
+        hosts=host_list,
+        iterations=1,
+        tag='11_r3.x86.CtsMediaHostTestCases',
+        test_name='cheets_CTS_R.11_r3.x86.CtsMediaHostTestCases',
+        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsMediaHostTestCases', '--include-filter', 'CtsMediaHostTestCases[instant]', '--logcat-on-failure'],
+        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
+        target_module='CtsMediaHostTestCases',
+        target_plan=None,
+        bundle='x86',
+        uri='LATEST',
+        use_jdk9=True,
+        timeout=5400)
+
+parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsMediaParserTestCases b/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsMediaParserTestCases
new file mode 100644
index 0000000..e682b29
--- /dev/null
+++ b/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsMediaParserTestCases
@@ -0,0 +1,34 @@
+# Copyright 2020 The Chromium OS Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+# This file has been automatically generated. Do not edit!
+
+AUTHOR = 'ARC++ Team'
+NAME = 'cheets_CTS_R.11_r3.x86.CtsMediaParserTestCases'
+ATTRIBUTES = 'suite:arc-cts-r'
+DEPENDENCIES = 'arc, cts_abi_x86'
+JOB_RETRIES = 1
+TEST_TYPE = 'server'
+TIME = 'MEDIUM'
+MAX_RESULT_SIZE_KB = 512000
+DOC = 'Run module CtsMediaParserTestCases, CtsMediaParserTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using x86 ABI in the ARC++ container.'
+
+def run_TS(machine):
+    host_list = [hosts.create_host(machine)]
+    job.run_test(
+        'cheets_CTS_R',
+        hosts=host_list,
+        iterations=1,
+        tag='11_r3.x86.CtsMediaParserTestCases',
+        test_name='cheets_CTS_R.11_r3.x86.CtsMediaParserTestCases',
+        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsMediaParserTestCases', '--include-filter', 'CtsMediaParserTestCases[secondary_user]', '--logcat-on-failure'],
+        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
+        target_module='CtsMediaParserTestCases',
+        target_plan=None,
+        bundle='x86',
+        uri='LATEST',
+        use_jdk9=True,
+        timeout=5400)
+
+parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsMediaStressTestCases b/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsMediaStressTestCases
new file mode 100644
index 0000000..11ab0df
--- /dev/null
+++ b/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsMediaStressTestCases
@@ -0,0 +1,35 @@
+# Copyright 2020 The Chromium OS Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+# This file has been automatically generated. Do not edit!
+
+AUTHOR = 'ARC++ Team'
+NAME = 'cheets_CTS_R.11_r3.x86.CtsMediaStressTestCases'
+ATTRIBUTES = 'suite:arc-cts-r'
+DEPENDENCIES = 'arc, cts_abi_x86'
+JOB_RETRIES = 1
+TEST_TYPE = 'server'
+TIME = 'LONG'
+MAX_RESULT_SIZE_KB = 512000
+DOC = 'Run module CtsMediaStressTestCases, CtsMediaStressTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using x86 ABI in the ARC++ container.'
+
+def run_TS(machine):
+    host_list = [hosts.create_host(machine)]
+    job.run_test(
+        'cheets_CTS_R',
+        hosts=host_list,
+        iterations=1,
+        needs_push_media=True,
+        tag='11_r3.x86.CtsMediaStressTestCases',
+        test_name='cheets_CTS_R.11_r3.x86.CtsMediaStressTestCases',
+        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsMediaStressTestCases', '--include-filter', 'CtsMediaStressTestCases[secondary_user]', '--logcat-on-failure'],
+        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
+        target_module='CtsMediaStressTestCases',
+        target_plan=None,
+        bundle='x86',
+        uri='LATEST',
+        use_jdk9=True,
+        timeout=21600)
+
+parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsMediaTestCases b/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsMediaTestCases
new file mode 100644
index 0000000..2314344
--- /dev/null
+++ b/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsMediaTestCases
@@ -0,0 +1,36 @@
+# Copyright 2020 The Chromium OS Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+# This file has been automatically generated. Do not edit!
+
+AUTHOR = 'ARC++ Team'
+NAME = 'cheets_CTS_R.11_r3.x86.CtsMediaTestCases'
+ATTRIBUTES = 'suite:arc-cts-r'
+DEPENDENCIES = 'arc, cts_abi_x86'
+JOB_RETRIES = 1
+TEST_TYPE = 'server'
+TIME = 'LONG'
+MAX_RESULT_SIZE_KB = 512000
+DOC = 'Run module CtsMediaTestCases, CtsMediaTestCases[instant] of the Android Compatibility Test Suite (CTS) using x86 ABI in the ARC++ container.'
+
+def run_TS(machine):
+    host_list = [hosts.create_host(machine)]
+    job.run_test(
+        'cheets_CTS_R',
+        hosts=host_list,
+        iterations=1,
+        max_retry=1,
+        needs_push_media=True,
+        tag='11_r3.x86.CtsMediaTestCases',
+        test_name='cheets_CTS_R.11_r3.x86.CtsMediaTestCases',
+        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsMediaTestCases', '--include-filter', 'CtsMediaTestCases[instant]', '--logcat-on-failure'],
+        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
+        target_module='CtsMediaTestCases',
+        target_plan=None,
+        bundle='x86',
+        uri='LATEST',
+        use_jdk9=True,
+        timeout=39600)
+
+parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsMediaTestCases.audio b/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsMediaTestCases.audio
new file mode 100644
index 0000000..dc353ae
--- /dev/null
+++ b/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsMediaTestCases.audio
@@ -0,0 +1,35 @@
+# Copyright 2020 The Chromium OS Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+# This file has been automatically generated. Do not edit!
+
+AUTHOR = 'ARC++ Team'
+NAME = 'cheets_CTS_R.11_r3.x86.CtsMediaTestCases.audio'
+ATTRIBUTES = 'suite:arc-cts-r'
+DEPENDENCIES = 'arc, cts_abi_x86'
+JOB_RETRIES = 1
+TEST_TYPE = 'server'
+TIME = 'MEDIUM'
+MAX_RESULT_SIZE_KB = 512000
+DOC = 'Run module CtsMediaTestCases.audio of the Android Compatibility Test Suite (CTS) using x86 ABI in the ARC++ container.'
+
+def run_TS(machine):
+    host_list = [hosts.create_host(machine)]
+    job.run_test(
+        'cheets_CTS_R',
+        hosts=host_list,
+        iterations=1,
+        needs_push_media=True,
+        tag='11_r3.x86.CtsMediaTestCases.audio',
+        test_name='cheets_CTS_R.11_r3.x86.CtsMediaTestCases.audio',
+        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsMediaTestCases android.media.cts.AudioAttributesTest', '--include-filter', 'CtsMediaTestCases android.media.cts.AudioEffectTest', '--include-filter', 'CtsMediaTestCases android.media.cts.AudioAttributesTest', '--include-filter', 'CtsMediaTestCases android.media.cts.AudioEffectTest', '--include-filter', 'CtsMediaTestCases android.media.cts.AudioFocusTest', '--include-filter', 'CtsMediaTestCases android.media.cts.AudioFormatTest', '--include-filter', 'CtsMediaTestCases android.media.cts.AudioManagerTest', '--include-filter', 'CtsMediaTestCases android.media.cts.AudioMetadataTest', '--include-filter', 'CtsMediaTestCases android.media.cts.AudioNativeTest', '--include-filter', 'CtsMediaTestCases android.media.cts.AudioPlayRoutingNative', '--include-filter', 'CtsMediaTestCases android.media.cts.AudioPlaybackCaptureTest', '--include-filter', 'CtsMediaTestCases android.media.cts.AudioPlaybackConfigurationTest', '--include-filter', 'CtsMediaTestCases android.media.cts.AudioPreProcessingTest', '--include-filter', 'CtsMediaTestCases android.media.cts.AudioPresentationTest', '--include-filter', 'CtsMediaTestCases android.media.cts.AudioRecordAppOpTest', '--include-filter', 'CtsMediaTestCases android.media.cts.AudioRecordRoutingNative', '--include-filter', 'CtsMediaTestCases android.media.cts.AudioRecordTest', '--include-filter', 'CtsMediaTestCases android.media.cts.AudioRecord_BufferSizeTest', '--include-filter', 'CtsMediaTestCases android.media.cts.AudioRecordingConfigurationTest', '--include-filter', 'CtsMediaTestCases android.media.cts.AudioSystemTest', '--include-filter', 'CtsMediaTestCases android.media.cts.AudioSystemUsageTest', '--include-filter', 'CtsMediaTestCases android.media.cts.AudioTrackLatencyTest', '--include-filter', 'CtsMediaTestCases android.media.cts.AudioTrackOffloadTest', '--include-filter', 'CtsMediaTestCases android.media.cts.AudioTrackSurroundTest', '--include-filter', 'CtsMediaTestCases android.media.cts.AudioTrackTest', '--include-filter', 'CtsMediaTestCases android.media.cts.AudioTrack_ListenerTest', '--include-filter', 'CtsMediaTestCases android.media.cts.SoundPoolAacTest', '--include-filter', 'CtsMediaTestCases android.media.cts.SoundPoolHapticTest', '--include-filter', 'CtsMediaTestCases android.media.cts.SoundPoolMidiTest', '--include-filter', 'CtsMediaTestCases android.media.cts.SoundPoolOggTest', '--include-filter', 'CtsMediaTestCases android.media.cts.VolumeShaperTest', '--logcat-on-failure'],
+        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
+        target_module='CtsMediaTestCases',
+        target_plan=None,
+        bundle='x86',
+        uri='gs://chromeos-arc-images/cts/bundle/R/android-cts-6935471-linux_x86-x86.zip',
+        use_jdk9=True,
+        timeout=3600)
+
+parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsMediaV2TestCases b/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsMediaV2TestCases
new file mode 100644
index 0000000..5ec1a18
--- /dev/null
+++ b/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsMediaV2TestCases
@@ -0,0 +1,34 @@
+# Copyright 2020 The Chromium OS Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+# This file has been automatically generated. Do not edit!
+
+AUTHOR = 'ARC++ Team'
+NAME = 'cheets_CTS_R.11_r3.x86.CtsMediaV2TestCases'
+ATTRIBUTES = 'suite:arc-cts-r'
+DEPENDENCIES = 'arc, cts_abi_x86'
+JOB_RETRIES = 1
+TEST_TYPE = 'server'
+TIME = 'MEDIUM'
+MAX_RESULT_SIZE_KB = 512000
+DOC = 'Run module CtsMediaV2TestCases of the Android Compatibility Test Suite (CTS) using x86 ABI in the ARC++ container.'
+
+def run_TS(machine):
+    host_list = [hosts.create_host(machine)]
+    job.run_test(
+        'cheets_CTS_R',
+        hosts=host_list,
+        iterations=1,
+        tag='11_r3.x86.CtsMediaV2TestCases',
+        test_name='cheets_CTS_R.11_r3.x86.CtsMediaV2TestCases',
+        run_template=['run', 'commandAndExit', 'cts', '--module', 'CtsMediaV2TestCases', '--logcat-on-failure'],
+        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
+        target_module='CtsMediaV2TestCases',
+        target_plan=None,
+        bundle='x86',
+        uri='LATEST',
+        use_jdk9=True,
+        timeout=3600)
+
+parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsMidiTestCases b/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsMidiTestCases
new file mode 100644
index 0000000..9a4a9c5
--- /dev/null
+++ b/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsMidiTestCases
@@ -0,0 +1,34 @@
+# Copyright 2020 The Chromium OS Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+# This file has been automatically generated. Do not edit!
+
+AUTHOR = 'ARC++ Team'
+NAME = 'cheets_CTS_R.11_r3.x86.CtsMidiTestCases'
+ATTRIBUTES = 'suite:arc-cts-r'
+DEPENDENCIES = 'arc, cts_abi_x86'
+JOB_RETRIES = 1
+TEST_TYPE = 'server'
+TIME = 'MEDIUM'
+MAX_RESULT_SIZE_KB = 512000
+DOC = 'Run module CtsMidiTestCases of the Android Compatibility Test Suite (CTS) using x86 ABI in the ARC++ container.'
+
+def run_TS(machine):
+    host_list = [hosts.create_host(machine)]
+    job.run_test(
+        'cheets_CTS_R',
+        hosts=host_list,
+        iterations=1,
+        tag='11_r3.x86.CtsMidiTestCases',
+        test_name='cheets_CTS_R.11_r3.x86.CtsMidiTestCases',
+        run_template=['run', 'commandAndExit', 'cts', '--module', 'CtsMidiTestCases', '--logcat-on-failure'],
+        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
+        target_module='CtsMidiTestCases',
+        target_plan=None,
+        bundle='x86',
+        uri='LATEST',
+        use_jdk9=True,
+        timeout=3600)
+
+parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsMimeMap b/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsMimeMap
new file mode 100644
index 0000000..7e51747
--- /dev/null
+++ b/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsMimeMap
@@ -0,0 +1,34 @@
+# Copyright 2020 The Chromium OS Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+# This file has been automatically generated. Do not edit!
+
+AUTHOR = 'ARC++ Team'
+NAME = 'cheets_CTS_R.11_r3.x86.CtsMimeMap'
+ATTRIBUTES = 'suite:arc-cts-r'
+DEPENDENCIES = 'arc, cts_abi_x86'
+JOB_RETRIES = 1
+TEST_TYPE = 'server'
+TIME = 'MEDIUM'
+MAX_RESULT_SIZE_KB = 512000
+DOC = 'Run module CtsMimeMapTestCases, CtsMimeMapTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using x86 ABI in the ARC++ container.'
+
+def run_TS(machine):
+    host_list = [hosts.create_host(machine)]
+    job.run_test(
+        'cheets_CTS_R',
+        hosts=host_list,
+        iterations=1,
+        tag='11_r3.x86.CtsMimeMap',
+        test_name='cheets_CTS_R.11_r3.x86.CtsMimeMap',
+        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsMimeMapTestCases', '--include-filter', 'CtsMimeMapTestCases[secondary_user]', '--logcat-on-failure'],
+        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
+        target_module='CtsMimeMap',
+        target_plan=None,
+        bundle='x86',
+        uri='LATEST',
+        use_jdk9=True,
+        timeout=5400)
+
+parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsMocking b/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsMocking
new file mode 100644
index 0000000..b0d4e9f
--- /dev/null
+++ b/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsMocking
@@ -0,0 +1,34 @@
+# Copyright 2020 The Chromium OS Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+# This file has been automatically generated. Do not edit!
+
+AUTHOR = 'ARC++ Team'
+NAME = 'cheets_CTS_R.11_r3.x86.CtsMocking'
+ATTRIBUTES = 'suite:arc-cts-r'
+DEPENDENCIES = 'arc, cts_abi_x86'
+JOB_RETRIES = 1
+TEST_TYPE = 'server'
+TIME = 'MEDIUM'
+MAX_RESULT_SIZE_KB = 512000
+DOC = 'Run module CtsMockingDebuggableTestCases, CtsMockingDebuggableTestCases[instant], CtsMockingDebuggableTestCases[secondary_user], CtsMockingTestCases, CtsMockingTestCases[instant], CtsMockingTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using x86 ABI in the ARC++ container.'
+
+def run_TS(machine):
+    host_list = [hosts.create_host(machine)]
+    job.run_test(
+        'cheets_CTS_R',
+        hosts=host_list,
+        iterations=1,
+        tag='11_r3.x86.CtsMocking',
+        test_name='cheets_CTS_R.11_r3.x86.CtsMocking',
+        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsMockingDebuggableTestCases', '--include-filter', 'CtsMockingDebuggableTestCases[instant]', '--include-filter', 'CtsMockingDebuggableTestCases[secondary_user]', '--include-filter', 'CtsMockingTestCases', '--include-filter', 'CtsMockingTestCases[instant]', '--include-filter', 'CtsMockingTestCases[secondary_user]', '--logcat-on-failure'],
+        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
+        target_module='CtsMocking',
+        target_plan=None,
+        bundle='x86',
+        uri='LATEST',
+        use_jdk9=True,
+        timeout=12600)
+
+parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsMonkey b/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsMonkey
new file mode 100644
index 0000000..2fae94c
--- /dev/null
+++ b/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsMonkey
@@ -0,0 +1,34 @@
+# Copyright 2020 The Chromium OS Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+# This file has been automatically generated. Do not edit!
+
+AUTHOR = 'ARC++ Team'
+NAME = 'cheets_CTS_R.11_r3.x86.CtsMonkey'
+ATTRIBUTES = 'suite:arc-cts-r'
+DEPENDENCIES = 'arc, cts_abi_x86'
+JOB_RETRIES = 1
+TEST_TYPE = 'server'
+TIME = 'MEDIUM'
+MAX_RESULT_SIZE_KB = 512000
+DOC = 'Run module CtsMonkeyTestCases, CtsMonkeyTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using x86 ABI in the ARC++ container.'
+
+def run_TS(machine):
+    host_list = [hosts.create_host(machine)]
+    job.run_test(
+        'cheets_CTS_R',
+        hosts=host_list,
+        iterations=1,
+        tag='11_r3.x86.CtsMonkey',
+        test_name='cheets_CTS_R.11_r3.x86.CtsMonkey',
+        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsMonkeyTestCases', '--include-filter', 'CtsMonkeyTestCases[secondary_user]', '--logcat-on-failure'],
+        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
+        target_module='CtsMonkey',
+        target_plan=None,
+        bundle='x86',
+        uri='LATEST',
+        use_jdk9=True,
+        timeout=5400)
+
+parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsMultiUser b/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsMultiUser
new file mode 100644
index 0000000..5438a61
--- /dev/null
+++ b/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsMultiUser
@@ -0,0 +1,34 @@
+# Copyright 2020 The Chromium OS Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+# This file has been automatically generated. Do not edit!
+
+AUTHOR = 'ARC++ Team'
+NAME = 'cheets_CTS_R.11_r3.x86.CtsMultiUser'
+ATTRIBUTES = 'suite:arc-cts-r'
+DEPENDENCIES = 'arc, cts_abi_x86'
+JOB_RETRIES = 1
+TEST_TYPE = 'server'
+TIME = 'MEDIUM'
+MAX_RESULT_SIZE_KB = 512000
+DOC = 'Run module CtsMultiUserHostTestCases, CtsMultiUserHostTestCases[instant], CtsMultiUserHostTestCases[secondary_user], CtsMultiUserTestCases, CtsMultiUserTestCases[instant], CtsMultiUserTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using x86 ABI in the ARC++ container.'
+
+def run_TS(machine):
+    host_list = [hosts.create_host(machine)]
+    job.run_test(
+        'cheets_CTS_R',
+        hosts=host_list,
+        iterations=1,
+        tag='11_r3.x86.CtsMultiUser',
+        test_name='cheets_CTS_R.11_r3.x86.CtsMultiUser',
+        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsMultiUserHostTestCases', '--include-filter', 'CtsMultiUserHostTestCases[instant]', '--include-filter', 'CtsMultiUserHostTestCases[secondary_user]', '--include-filter', 'CtsMultiUserTestCases', '--include-filter', 'CtsMultiUserTestCases[instant]', '--include-filter', 'CtsMultiUserTestCases[secondary_user]', '--logcat-on-failure'],
+        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
+        target_module='CtsMultiUser',
+        target_plan=None,
+        bundle='x86',
+        uri='LATEST',
+        use_jdk9=True,
+        timeout=12600)
+
+parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsNNAPI b/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsNNAPI
new file mode 100644
index 0000000..ef6dfa6
--- /dev/null
+++ b/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsNNAPI
@@ -0,0 +1,34 @@
+# Copyright 2020 The Chromium OS Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+# This file has been automatically generated. Do not edit!
+
+AUTHOR = 'ARC++ Team'
+NAME = 'cheets_CTS_R.11_r3.x86.CtsNNAPI'
+ATTRIBUTES = 'suite:arc-cts-r'
+DEPENDENCIES = 'arc, cts_abi_x86'
+JOB_RETRIES = 1
+TEST_TYPE = 'server'
+TIME = 'MEDIUM'
+MAX_RESULT_SIZE_KB = 512000
+DOC = 'Run module CtsNNAPITestCases, CtsNNAPITestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using x86 ABI in the ARC++ container.'
+
+def run_TS(machine):
+    host_list = [hosts.create_host(machine)]
+    job.run_test(
+        'cheets_CTS_R',
+        hosts=host_list,
+        iterations=1,
+        tag='11_r3.x86.CtsNNAPI',
+        test_name='cheets_CTS_R.11_r3.x86.CtsNNAPI',
+        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsNNAPITestCases', '--include-filter', 'CtsNNAPITestCases[secondary_user]', '--logcat-on-failure'],
+        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
+        target_module='CtsNNAPI',
+        target_plan=None,
+        bundle='x86',
+        uri='LATEST',
+        use_jdk9=True,
+        timeout=5400)
+
+parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsNNAPIBenchmark b/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsNNAPIBenchmark
new file mode 100644
index 0000000..91afc96
--- /dev/null
+++ b/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsNNAPIBenchmark
@@ -0,0 +1,34 @@
+# Copyright 2020 The Chromium OS Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+# This file has been automatically generated. Do not edit!
+
+AUTHOR = 'ARC++ Team'
+NAME = 'cheets_CTS_R.11_r3.x86.CtsNNAPIBenchmark'
+ATTRIBUTES = 'suite:arc-cts-r'
+DEPENDENCIES = 'arc, cts_abi_x86'
+JOB_RETRIES = 1
+TEST_TYPE = 'server'
+TIME = 'MEDIUM'
+MAX_RESULT_SIZE_KB = 512000
+DOC = 'Run module CtsNNAPIBenchmarkTestCases, CtsNNAPIBenchmarkTestCases[instant], CtsNNAPIBenchmarkTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using x86 ABI in the ARC++ container.'
+
+def run_TS(machine):
+    host_list = [hosts.create_host(machine)]
+    job.run_test(
+        'cheets_CTS_R',
+        hosts=host_list,
+        iterations=1,
+        tag='11_r3.x86.CtsNNAPIBenchmark',
+        test_name='cheets_CTS_R.11_r3.x86.CtsNNAPIBenchmark',
+        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsNNAPIBenchmarkTestCases', '--include-filter', 'CtsNNAPIBenchmarkTestCases[instant]', '--include-filter', 'CtsNNAPIBenchmarkTestCases[secondary_user]', '--logcat-on-failure'],
+        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
+        target_module='CtsNNAPIBenchmark',
+        target_plan=None,
+        bundle='x86',
+        uri='LATEST',
+        use_jdk9=True,
+        timeout=12600)
+
+parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsNative b/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsNative
new file mode 100644
index 0000000..7bb539e
--- /dev/null
+++ b/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsNative
@@ -0,0 +1,34 @@
+# Copyright 2020 The Chromium OS Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+# This file has been automatically generated. Do not edit!
+
+AUTHOR = 'ARC++ Team'
+NAME = 'cheets_CTS_R.11_r3.x86.CtsNative'
+ATTRIBUTES = 'suite:arc-cts-r'
+DEPENDENCIES = 'arc, cts_abi_x86'
+JOB_RETRIES = 1
+TEST_TYPE = 'server'
+TIME = 'MEDIUM'
+MAX_RESULT_SIZE_KB = 512000
+DOC = 'Run module CtsNativeEncryptionTestCases, CtsNativeEncryptionTestCases[instant], CtsNativeEncryptionTestCases[secondary_user], CtsNativeHardwareTestCases, CtsNativeHardwareTestCases[secondary_user], CtsNativeMediaAAudioTestCases, CtsNativeMediaAAudioTestCases[instant], CtsNativeMediaAAudioTestCases[secondary_user], CtsNativeMediaMetricsTestCases, CtsNativeMediaMetricsTestCases[instant], CtsNativeMediaMetricsTestCases[secondary_user], CtsNativeMediaSlTestCases, CtsNativeMediaSlTestCases[instant], CtsNativeMediaSlTestCases[secondary_user], CtsNativeMediaXaTestCases, CtsNativeMediaXaTestCases[instant], CtsNativeMediaXaTestCases[secondary_user], CtsNativeMidiTestCases, CtsNativeMidiTestCases[secondary_user], CtsNativeNetDnsTestCases, CtsNativeNetDnsTestCases[instant], CtsNativeNetDnsTestCases[secondary_user], CtsNativeNetTestCases, CtsNativeNetTestCases[instant], CtsNativeNetTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using x86 ABI in the ARC++ container.'
+
+def run_TS(machine):
+    host_list = [hosts.create_host(machine)]
+    job.run_test(
+        'cheets_CTS_R',
+        hosts=host_list,
+        iterations=1,
+        tag='11_r3.x86.CtsNative',
+        test_name='cheets_CTS_R.11_r3.x86.CtsNative',
+        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsNativeEncryptionTestCases', '--include-filter', 'CtsNativeEncryptionTestCases[instant]', '--include-filter', 'CtsNativeEncryptionTestCases[secondary_user]', '--include-filter', 'CtsNativeHardwareTestCases', '--include-filter', 'CtsNativeHardwareTestCases[secondary_user]', '--include-filter', 'CtsNativeMediaAAudioTestCases', '--include-filter', 'CtsNativeMediaAAudioTestCases[instant]', '--include-filter', 'CtsNativeMediaAAudioTestCases[secondary_user]', '--include-filter', 'CtsNativeMediaMetricsTestCases', '--include-filter', 'CtsNativeMediaMetricsTestCases[instant]', '--include-filter', 'CtsNativeMediaMetricsTestCases[secondary_user]', '--include-filter', 'CtsNativeMediaSlTestCases', '--include-filter', 'CtsNativeMediaSlTestCases[instant]', '--include-filter', 'CtsNativeMediaSlTestCases[secondary_user]', '--include-filter', 'CtsNativeMediaXaTestCases', '--include-filter', 'CtsNativeMediaXaTestCases[instant]', '--include-filter', 'CtsNativeMediaXaTestCases[secondary_user]', '--include-filter', 'CtsNativeMidiTestCases', '--include-filter', 'CtsNativeMidiTestCases[secondary_user]', '--include-filter', 'CtsNativeNetDnsTestCases', '--include-filter', 'CtsNativeNetDnsTestCases[instant]', '--include-filter', 'CtsNativeNetDnsTestCases[secondary_user]', '--include-filter', 'CtsNativeNetTestCases', '--include-filter', 'CtsNativeNetTestCases[instant]', '--include-filter', 'CtsNativeNetTestCases[secondary_user]', '--logcat-on-failure'],
+        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
+        target_module='CtsNative',
+        target_plan=None,
+        bundle='x86',
+        uri='LATEST',
+        use_jdk9=True,
+        timeout=46800)
+
+parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsNdef b/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsNdef
new file mode 100644
index 0000000..67dcdbd
--- /dev/null
+++ b/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsNdef
@@ -0,0 +1,34 @@
+# Copyright 2020 The Chromium OS Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+# This file has been automatically generated. Do not edit!
+
+AUTHOR = 'ARC++ Team'
+NAME = 'cheets_CTS_R.11_r3.x86.CtsNdef'
+ATTRIBUTES = 'suite:arc-cts-r'
+DEPENDENCIES = 'arc, cts_abi_x86'
+JOB_RETRIES = 1
+TEST_TYPE = 'server'
+TIME = 'MEDIUM'
+MAX_RESULT_SIZE_KB = 512000
+DOC = 'Run module CtsNdefTestCases, CtsNdefTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using x86 ABI in the ARC++ container.'
+
+def run_TS(machine):
+    host_list = [hosts.create_host(machine)]
+    job.run_test(
+        'cheets_CTS_R',
+        hosts=host_list,
+        iterations=1,
+        tag='11_r3.x86.CtsNdef',
+        test_name='cheets_CTS_R.11_r3.x86.CtsNdef',
+        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsNdefTestCases', '--include-filter', 'CtsNdefTestCases[secondary_user]', '--logcat-on-failure'],
+        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
+        target_module='CtsNdef',
+        target_plan=None,
+        bundle='x86',
+        uri='LATEST',
+        use_jdk9=True,
+        timeout=5400)
+
+parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsNdkBinder b/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsNdkBinder
new file mode 100644
index 0000000..cf4e9f7
--- /dev/null
+++ b/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsNdkBinder
@@ -0,0 +1,34 @@
+# Copyright 2020 The Chromium OS Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+# This file has been automatically generated. Do not edit!
+
+AUTHOR = 'ARC++ Team'
+NAME = 'cheets_CTS_R.11_r3.x86.CtsNdkBinder'
+ATTRIBUTES = 'suite:arc-cts-r'
+DEPENDENCIES = 'arc, cts_abi_x86'
+JOB_RETRIES = 1
+TEST_TYPE = 'server'
+TIME = 'MEDIUM'
+MAX_RESULT_SIZE_KB = 512000
+DOC = 'Run module CtsNdkBinderTestCases, CtsNdkBinderTestCases[instant], CtsNdkBinderTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using x86 ABI in the ARC++ container.'
+
+def run_TS(machine):
+    host_list = [hosts.create_host(machine)]
+    job.run_test(
+        'cheets_CTS_R',
+        hosts=host_list,
+        iterations=1,
+        tag='11_r3.x86.CtsNdkBinder',
+        test_name='cheets_CTS_R.11_r3.x86.CtsNdkBinder',
+        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsNdkBinderTestCases', '--include-filter', 'CtsNdkBinderTestCases[instant]', '--include-filter', 'CtsNdkBinderTestCases[secondary_user]', '--logcat-on-failure'],
+        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
+        target_module='CtsNdkBinder',
+        target_plan=None,
+        bundle='x86',
+        uri='LATEST',
+        use_jdk9=True,
+        timeout=7200)
+
+parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsNet b/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsNet
new file mode 100644
index 0000000..42ccd48
--- /dev/null
+++ b/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsNet
@@ -0,0 +1,34 @@
+# Copyright 2020 The Chromium OS Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+# This file has been automatically generated. Do not edit!
+
+AUTHOR = 'ARC++ Team'
+NAME = 'cheets_CTS_R.11_r3.x86.CtsNet'
+ATTRIBUTES = 'suite:arc-cts-r'
+DEPENDENCIES = 'arc, cts_abi_x86'
+JOB_RETRIES = 1
+TEST_TYPE = 'server'
+TIME = 'MEDIUM'
+MAX_RESULT_SIZE_KB = 512000
+DOC = 'Run module CtsNetApi23TestCases, CtsNetApi23TestCases[secondary_user], CtsNetSecConfigAttributeTestCases, CtsNetSecConfigAttributeTestCases[instant], CtsNetSecConfigAttributeTestCases[secondary_user], CtsNetSecConfigBasicDebugDisabledTestCases, CtsNetSecConfigBasicDebugDisabledTestCases[instant], CtsNetSecConfigBasicDebugDisabledTestCases[secondary_user], CtsNetSecConfigBasicDebugEnabledTestCases, CtsNetSecConfigBasicDebugEnabledTestCases[instant], CtsNetSecConfigBasicDebugEnabledTestCases[secondary_user], CtsNetSecConfigBasicDomainConfigTestCases, CtsNetSecConfigBasicDomainConfigTestCases[instant], CtsNetSecConfigBasicDomainConfigTestCases[secondary_user], CtsNetSecConfigCleartextTrafficTestCases, CtsNetSecConfigCleartextTrafficTestCases[instant], CtsNetSecConfigCleartextTrafficTestCases[secondary_user], CtsNetSecConfigDownloadManagerTestCases, CtsNetSecConfigDownloadManagerTestCases[secondary_user], CtsNetSecConfigInvalidPinTestCases, CtsNetSecConfigInvalidPinTestCases[instant], CtsNetSecConfigInvalidPinTestCases[secondary_user], CtsNetSecConfigNestedDomainConfigTestCases, CtsNetSecConfigNestedDomainConfigTestCases[instant], CtsNetSecConfigNestedDomainConfigTestCases[secondary_user], CtsNetSecConfigPrePCleartextTrafficTestCases, CtsNetSecConfigPrePCleartextTrafficTestCases[secondary_user], CtsNetSecConfigResourcesSrcTestCases, CtsNetSecConfigResourcesSrcTestCases[instant], CtsNetSecConfigResourcesSrcTestCases[secondary_user], CtsNetSecPolicyUsesCleartextTrafficFalseTestCases, CtsNetSecPolicyUsesCleartextTrafficFalseTestCases[secondary_user], CtsNetSecPolicyUsesCleartextTrafficTrueTestCases, CtsNetSecPolicyUsesCleartextTrafficTrueTestCases[secondary_user], CtsNetSecPolicyUsesCleartextTrafficUnspecifiedTestCases, CtsNetSecPolicyUsesCleartextTrafficUnspecifiedTestCases[secondary_user], CtsNetTestCases, CtsNetTestCasesInternetPermission, CtsNetTestCasesInternetPermission[instant], CtsNetTestCasesInternetPermission[secondary_user], CtsNetTestCasesLegacyApi22, CtsNetTestCasesLegacyApi22[secondary_user], CtsNetTestCasesLegacyPermission22, CtsNetTestCasesLegacyPermission22[secondary_user], CtsNetTestCasesUpdateStatsPermission, CtsNetTestCasesUpdateStatsPermission[instant], CtsNetTestCasesUpdateStatsPermission[secondary_user], CtsNetTestCases[instant], CtsNetTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using x86 ABI in the ARC++ container.'
+
+def run_TS(machine):
+    host_list = [hosts.create_host(machine)]
+    job.run_test(
+        'cheets_CTS_R',
+        hosts=host_list,
+        iterations=1,
+        tag='11_r3.x86.CtsNet',
+        test_name='cheets_CTS_R.11_r3.x86.CtsNet',
+        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsNetApi23TestCases', '--include-filter', 'CtsNetApi23TestCases[secondary_user]', '--include-filter', 'CtsNetSecConfigAttributeTestCases', '--include-filter', 'CtsNetSecConfigAttributeTestCases[instant]', '--include-filter', 'CtsNetSecConfigAttributeTestCases[secondary_user]', '--include-filter', 'CtsNetSecConfigBasicDebugDisabledTestCases', '--include-filter', 'CtsNetSecConfigBasicDebugDisabledTestCases[instant]', '--include-filter', 'CtsNetSecConfigBasicDebugDisabledTestCases[secondary_user]', '--include-filter', 'CtsNetSecConfigBasicDebugEnabledTestCases', '--include-filter', 'CtsNetSecConfigBasicDebugEnabledTestCases[instant]', '--include-filter', 'CtsNetSecConfigBasicDebugEnabledTestCases[secondary_user]', '--include-filter', 'CtsNetSecConfigBasicDomainConfigTestCases', '--include-filter', 'CtsNetSecConfigBasicDomainConfigTestCases[instant]', '--include-filter', 'CtsNetSecConfigBasicDomainConfigTestCases[secondary_user]', '--include-filter', 'CtsNetSecConfigCleartextTrafficTestCases', '--include-filter', 'CtsNetSecConfigCleartextTrafficTestCases[instant]', '--include-filter', 'CtsNetSecConfigCleartextTrafficTestCases[secondary_user]', '--include-filter', 'CtsNetSecConfigDownloadManagerTestCases', '--include-filter', 'CtsNetSecConfigDownloadManagerTestCases[secondary_user]', '--include-filter', 'CtsNetSecConfigInvalidPinTestCases', '--include-filter', 'CtsNetSecConfigInvalidPinTestCases[instant]', '--include-filter', 'CtsNetSecConfigInvalidPinTestCases[secondary_user]', '--include-filter', 'CtsNetSecConfigNestedDomainConfigTestCases', '--include-filter', 'CtsNetSecConfigNestedDomainConfigTestCases[instant]', '--include-filter', 'CtsNetSecConfigNestedDomainConfigTestCases[secondary_user]', '--include-filter', 'CtsNetSecConfigPrePCleartextTrafficTestCases', '--include-filter', 'CtsNetSecConfigPrePCleartextTrafficTestCases[secondary_user]', '--include-filter', 'CtsNetSecConfigResourcesSrcTestCases', '--include-filter', 'CtsNetSecConfigResourcesSrcTestCases[instant]', '--include-filter', 'CtsNetSecConfigResourcesSrcTestCases[secondary_user]', '--include-filter', 'CtsNetSecPolicyUsesCleartextTrafficFalseTestCases', '--include-filter', 'CtsNetSecPolicyUsesCleartextTrafficFalseTestCases[secondary_user]', '--include-filter', 'CtsNetSecPolicyUsesCleartextTrafficTrueTestCases', '--include-filter', 'CtsNetSecPolicyUsesCleartextTrafficTrueTestCases[secondary_user]', '--include-filter', 'CtsNetSecPolicyUsesCleartextTrafficUnspecifiedTestCases', '--include-filter', 'CtsNetSecPolicyUsesCleartextTrafficUnspecifiedTestCases[secondary_user]', '--include-filter', 'CtsNetTestCases', '--include-filter', 'CtsNetTestCasesInternetPermission', '--include-filter', 'CtsNetTestCasesInternetPermission[instant]', '--include-filter', 'CtsNetTestCasesInternetPermission[secondary_user]', '--include-filter', 'CtsNetTestCasesLegacyApi22', '--include-filter', 'CtsNetTestCasesLegacyApi22[secondary_user]', '--include-filter', 'CtsNetTestCasesLegacyPermission22', '--include-filter', 'CtsNetTestCasesLegacyPermission22[secondary_user]', '--include-filter', 'CtsNetTestCasesUpdateStatsPermission', '--include-filter', 'CtsNetTestCasesUpdateStatsPermission[instant]', '--include-filter', 'CtsNetTestCasesUpdateStatsPermission[secondary_user]', '--include-filter', 'CtsNetTestCases[instant]', '--include-filter', 'CtsNetTestCases[secondary_user]', '--logcat-on-failure'],
+        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
+        target_module='CtsNet',
+        target_plan=None,
+        bundle='x86',
+        uri='LATEST',
+        use_jdk9=True,
+        timeout=90000)
+
+parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsNfc b/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsNfc
new file mode 100644
index 0000000..a0d556e
--- /dev/null
+++ b/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsNfc
@@ -0,0 +1,34 @@
+# Copyright 2020 The Chromium OS Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+# This file has been automatically generated. Do not edit!
+
+AUTHOR = 'ARC++ Team'
+NAME = 'cheets_CTS_R.11_r3.x86.CtsNfc'
+ATTRIBUTES = 'suite:arc-cts-r'
+DEPENDENCIES = 'arc, cts_abi_x86'
+JOB_RETRIES = 1
+TEST_TYPE = 'server'
+TIME = 'MEDIUM'
+MAX_RESULT_SIZE_KB = 512000
+DOC = 'Run module CtsNfcTestCases, CtsNfcTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using x86 ABI in the ARC++ container.'
+
+def run_TS(machine):
+    host_list = [hosts.create_host(machine)]
+    job.run_test(
+        'cheets_CTS_R',
+        hosts=host_list,
+        iterations=1,
+        tag='11_r3.x86.CtsNfc',
+        test_name='cheets_CTS_R.11_r3.x86.CtsNfc',
+        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsNfcTestCases', '--include-filter', 'CtsNfcTestCases[secondary_user]', '--logcat-on-failure'],
+        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
+        target_module='CtsNfc',
+        target_plan=None,
+        bundle='x86',
+        uri='LATEST',
+        use_jdk9=True,
+        timeout=5400)
+
+parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsNoPermission b/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsNoPermission
new file mode 100644
index 0000000..2065112
--- /dev/null
+++ b/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsNoPermission
@@ -0,0 +1,34 @@
+# Copyright 2020 The Chromium OS Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+# This file has been automatically generated. Do not edit!
+
+AUTHOR = 'ARC++ Team'
+NAME = 'cheets_CTS_R.11_r3.x86.CtsNoPermission'
+ATTRIBUTES = 'suite:arc-cts-r'
+DEPENDENCIES = 'arc, cts_abi_x86'
+JOB_RETRIES = 1
+TEST_TYPE = 'server'
+TIME = 'MEDIUM'
+MAX_RESULT_SIZE_KB = 512000
+DOC = 'Run module CtsNoPermissionTestCases, CtsNoPermissionTestCases25, CtsNoPermissionTestCases25[secondary_user], CtsNoPermissionTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using x86 ABI in the ARC++ container.'
+
+def run_TS(machine):
+    host_list = [hosts.create_host(machine)]
+    job.run_test(
+        'cheets_CTS_R',
+        hosts=host_list,
+        iterations=1,
+        tag='11_r3.x86.CtsNoPermission',
+        test_name='cheets_CTS_R.11_r3.x86.CtsNoPermission',
+        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsNoPermissionTestCases', '--include-filter', 'CtsNoPermissionTestCases25', '--include-filter', 'CtsNoPermissionTestCases25[secondary_user]', '--include-filter', 'CtsNoPermissionTestCases[secondary_user]', '--logcat-on-failure'],
+        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
+        target_module='CtsNoPermission',
+        target_plan=None,
+        bundle='x86',
+        uri='LATEST',
+        use_jdk9=True,
+        timeout=9000)
+
+parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsOmapi b/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsOmapi
new file mode 100644
index 0000000..f349526
--- /dev/null
+++ b/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsOmapi
@@ -0,0 +1,34 @@
+# Copyright 2020 The Chromium OS Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+# This file has been automatically generated. Do not edit!
+
+AUTHOR = 'ARC++ Team'
+NAME = 'cheets_CTS_R.11_r3.x86.CtsOmapi'
+ATTRIBUTES = 'suite:arc-cts-r'
+DEPENDENCIES = 'arc, cts_abi_x86'
+JOB_RETRIES = 1
+TEST_TYPE = 'server'
+TIME = 'MEDIUM'
+MAX_RESULT_SIZE_KB = 512000
+DOC = 'Run module CtsOmapiTestCases, CtsOmapiTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using x86 ABI in the ARC++ container.'
+
+def run_TS(machine):
+    host_list = [hosts.create_host(machine)]
+    job.run_test(
+        'cheets_CTS_R',
+        hosts=host_list,
+        iterations=1,
+        tag='11_r3.x86.CtsOmapi',
+        test_name='cheets_CTS_R.11_r3.x86.CtsOmapi',
+        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsOmapiTestCases', '--include-filter', 'CtsOmapiTestCases[secondary_user]', '--logcat-on-failure'],
+        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
+        target_module='CtsOmapi',
+        target_plan=None,
+        bundle='x86',
+        uri='LATEST',
+        use_jdk9=True,
+        timeout=5400)
+
+parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsOpenG b/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsOpenG
new file mode 100644
index 0000000..f54d5de
--- /dev/null
+++ b/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsOpenG
@@ -0,0 +1,34 @@
+# Copyright 2020 The Chromium OS Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+# This file has been automatically generated. Do not edit!
+
+AUTHOR = 'ARC++ Team'
+NAME = 'cheets_CTS_R.11_r3.x86.CtsOpenG'
+ATTRIBUTES = 'suite:arc-cts-r'
+DEPENDENCIES = 'arc, cts_abi_x86'
+JOB_RETRIES = 1
+TEST_TYPE = 'server'
+TIME = 'MEDIUM'
+MAX_RESULT_SIZE_KB = 512000
+DOC = 'Run module CtsOpenGLTestCases, CtsOpenGLTestCases[secondary_user], CtsOpenGlPerf2TestCases, CtsOpenGlPerf2TestCases[secondary_user], CtsOpenGlPerfTestCases of the Android Compatibility Test Suite (CTS) using x86 ABI in the ARC++ container.'
+
+def run_TS(machine):
+    host_list = [hosts.create_host(machine)]
+    job.run_test(
+        'cheets_CTS_R',
+        hosts=host_list,
+        iterations=1,
+        tag='11_r3.x86.CtsOpenG',
+        test_name='cheets_CTS_R.11_r3.x86.CtsOpenG',
+        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsOpenGLTestCases', '--include-filter', 'CtsOpenGLTestCases[secondary_user]', '--include-filter', 'CtsOpenGlPerf2TestCases', '--include-filter', 'CtsOpenGlPerf2TestCases[secondary_user]', '--include-filter', 'CtsOpenGlPerfTestCases', '--logcat-on-failure'],
+        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
+        target_module='CtsOpenG',
+        target_plan=None,
+        bundle='x86',
+        uri='LATEST',
+        use_jdk9=True,
+        timeout=10800)
+
+parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsOs b/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsOs
new file mode 100644
index 0000000..9408393
--- /dev/null
+++ b/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsOs
@@ -0,0 +1,34 @@
+# Copyright 2020 The Chromium OS Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+# This file has been automatically generated. Do not edit!
+
+AUTHOR = 'ARC++ Team'
+NAME = 'cheets_CTS_R.11_r3.x86.CtsOs'
+ATTRIBUTES = 'suite:arc-cts-r'
+DEPENDENCIES = 'arc, cts_abi_x86'
+JOB_RETRIES = 1
+TEST_TYPE = 'server'
+TIME = 'MEDIUM'
+MAX_RESULT_SIZE_KB = 512000
+DOC = 'Run module CtsOsHostTestCases, CtsOsHostTestCases[instant], CtsOsHostTestCases[secondary_user], CtsOsTestCases, CtsOsTestCases[instant] of the Android Compatibility Test Suite (CTS) using x86 ABI in the ARC++ container.'
+
+def run_TS(machine):
+    host_list = [hosts.create_host(machine)]
+    job.run_test(
+        'cheets_CTS_R',
+        hosts=host_list,
+        iterations=1,
+        tag='11_r3.x86.CtsOs',
+        test_name='cheets_CTS_R.11_r3.x86.CtsOs',
+        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsOsHostTestCases', '--include-filter', 'CtsOsHostTestCases[instant]', '--include-filter', 'CtsOsHostTestCases[secondary_user]', '--include-filter', 'CtsOsTestCases', '--include-filter', 'CtsOsTestCases[instant]', '--logcat-on-failure'],
+        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
+        target_module='CtsOs',
+        target_plan=None,
+        bundle='x86',
+        uri='LATEST',
+        use_jdk9=True,
+        timeout=10800)
+
+parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsPackage b/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsPackage
new file mode 100644
index 0000000..0478703
--- /dev/null
+++ b/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsPackage
@@ -0,0 +1,34 @@
+# Copyright 2020 The Chromium OS Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+# This file has been automatically generated. Do not edit!
+
+AUTHOR = 'ARC++ Team'
+NAME = 'cheets_CTS_R.11_r3.x86.CtsPackage'
+ATTRIBUTES = 'suite:arc-cts-r'
+DEPENDENCIES = 'arc, cts_abi_x86'
+JOB_RETRIES = 1
+TEST_TYPE = 'server'
+TIME = 'MEDIUM'
+MAX_RESULT_SIZE_KB = 512000
+DOC = 'Run module CtsPackageInstallAppOpDefaultTestCases, CtsPackageInstallAppOpDefaultTestCases[instant], CtsPackageInstallAppOpDefaultTestCases[secondary_user], CtsPackageInstallAppOpDeniedTestCases, CtsPackageInstallAppOpDeniedTestCases[instant], CtsPackageInstallAppOpDeniedTestCases[secondary_user], CtsPackageInstallTestCases, CtsPackageInstallTestCases[instant], CtsPackageInstallTestCases[secondary_user], CtsPackageInstallerTapjackingTestCases, CtsPackageInstallerTapjackingTestCases[secondary_user], CtsPackageUninstallTestCases, CtsPackageUninstallTestCases[secondary_user], CtsPackageWatchdogTestCases, CtsPackageWatchdogTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using x86 ABI in the ARC++ container.'
+
+def run_TS(machine):
+    host_list = [hosts.create_host(machine)]
+    job.run_test(
+        'cheets_CTS_R',
+        hosts=host_list,
+        iterations=1,
+        tag='11_r3.x86.CtsPackage',
+        test_name='cheets_CTS_R.11_r3.x86.CtsPackage',
+        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsPackageInstallAppOpDefaultTestCases', '--include-filter', 'CtsPackageInstallAppOpDefaultTestCases[instant]', '--include-filter', 'CtsPackageInstallAppOpDefaultTestCases[secondary_user]', '--include-filter', 'CtsPackageInstallAppOpDeniedTestCases', '--include-filter', 'CtsPackageInstallAppOpDeniedTestCases[instant]', '--include-filter', 'CtsPackageInstallAppOpDeniedTestCases[secondary_user]', '--include-filter', 'CtsPackageInstallTestCases', '--include-filter', 'CtsPackageInstallTestCases[instant]', '--include-filter', 'CtsPackageInstallTestCases[secondary_user]', '--include-filter', 'CtsPackageInstallerTapjackingTestCases', '--include-filter', 'CtsPackageInstallerTapjackingTestCases[secondary_user]', '--include-filter', 'CtsPackageUninstallTestCases', '--include-filter', 'CtsPackageUninstallTestCases[secondary_user]', '--include-filter', 'CtsPackageWatchdogTestCases', '--include-filter', 'CtsPackageWatchdogTestCases[secondary_user]', '--logcat-on-failure'],
+        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
+        target_module='CtsPackage',
+        target_plan=None,
+        bundle='x86',
+        uri='LATEST',
+        use_jdk9=True,
+        timeout=28800)
+
+parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsPdf b/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsPdf
new file mode 100644
index 0000000..f3b9c84
--- /dev/null
+++ b/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsPdf
@@ -0,0 +1,34 @@
+# Copyright 2020 The Chromium OS Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+# This file has been automatically generated. Do not edit!
+
+AUTHOR = 'ARC++ Team'
+NAME = 'cheets_CTS_R.11_r3.x86.CtsPdf'
+ATTRIBUTES = 'suite:arc-cts-r'
+DEPENDENCIES = 'arc, cts_abi_x86'
+JOB_RETRIES = 1
+TEST_TYPE = 'server'
+TIME = 'MEDIUM'
+MAX_RESULT_SIZE_KB = 512000
+DOC = 'Run module CtsPdfTestCases, CtsPdfTestCases[instant], CtsPdfTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using x86 ABI in the ARC++ container.'
+
+def run_TS(machine):
+    host_list = [hosts.create_host(machine)]
+    job.run_test(
+        'cheets_CTS_R',
+        hosts=host_list,
+        iterations=1,
+        tag='11_r3.x86.CtsPdf',
+        test_name='cheets_CTS_R.11_r3.x86.CtsPdf',
+        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsPdfTestCases', '--include-filter', 'CtsPdfTestCases[instant]', '--include-filter', 'CtsPdfTestCases[secondary_user]', '--logcat-on-failure'],
+        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
+        target_module='CtsPdf',
+        target_plan=None,
+        bundle='x86',
+        uri='LATEST',
+        use_jdk9=True,
+        timeout=7200)
+
+parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsPerfetto b/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsPerfetto
new file mode 100644
index 0000000..7e443e0
--- /dev/null
+++ b/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsPerfetto
@@ -0,0 +1,34 @@
+# Copyright 2020 The Chromium OS Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+# This file has been automatically generated. Do not edit!
+
+AUTHOR = 'ARC++ Team'
+NAME = 'cheets_CTS_R.11_r3.x86.CtsPerfetto'
+ATTRIBUTES = 'suite:arc-cts-r'
+DEPENDENCIES = 'arc, cts_abi_x86'
+JOB_RETRIES = 1
+TEST_TYPE = 'server'
+TIME = 'MEDIUM'
+MAX_RESULT_SIZE_KB = 512000
+DOC = 'Run module CtsPerfettoTestCases, CtsPerfettoTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using x86 ABI in the ARC++ container.'
+
+def run_TS(machine):
+    host_list = [hosts.create_host(machine)]
+    job.run_test(
+        'cheets_CTS_R',
+        hosts=host_list,
+        iterations=1,
+        tag='11_r3.x86.CtsPerfetto',
+        test_name='cheets_CTS_R.11_r3.x86.CtsPerfetto',
+        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsPerfettoTestCases', '--include-filter', 'CtsPerfettoTestCases[secondary_user]', '--logcat-on-failure'],
+        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
+        target_module='CtsPerfetto',
+        target_plan=None,
+        bundle='x86',
+        uri='LATEST',
+        use_jdk9=True,
+        timeout=5400)
+
+parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsPermission b/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsPermission
new file mode 100644
index 0000000..4a1145a
--- /dev/null
+++ b/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsPermission
@@ -0,0 +1,34 @@
+# Copyright 2020 The Chromium OS Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+# This file has been automatically generated. Do not edit!
+
+AUTHOR = 'ARC++ Team'
+NAME = 'cheets_CTS_R.11_r3.x86.CtsPermission'
+ATTRIBUTES = 'suite:arc-cts-r'
+DEPENDENCIES = 'arc, cts_abi_x86'
+JOB_RETRIES = 1
+TEST_TYPE = 'server'
+TIME = 'MEDIUM'
+MAX_RESULT_SIZE_KB = 512000
+DOC = 'Run module CtsPermission2TestCases, CtsPermission2TestCases[instant], CtsPermission3TestCases, CtsPermission3TestCases[secondary_user], CtsPermissionTestCases, CtsPermissionTestCasesSdk28, CtsPermissionTestCasesSdk28[instant], CtsPermissionTestCasesSdk28[secondary_user], CtsPermissionTestCasesTelephony, CtsPermissionTestCasesTelephony[instant], CtsPermissionTestCasesTelephony[secondary_user], CtsPermissionTestCases[instant] of the Android Compatibility Test Suite (CTS) using x86 ABI in the ARC++ container.'
+
+def run_TS(machine):
+    host_list = [hosts.create_host(machine)]
+    job.run_test(
+        'cheets_CTS_R',
+        hosts=host_list,
+        iterations=1,
+        tag='11_r3.x86.CtsPermission',
+        test_name='cheets_CTS_R.11_r3.x86.CtsPermission',
+        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsPermission2TestCases', '--include-filter', 'CtsPermission2TestCases[instant]', '--include-filter', 'CtsPermission3TestCases', '--include-filter', 'CtsPermission3TestCases[secondary_user]', '--include-filter', 'CtsPermissionTestCases', '--include-filter', 'CtsPermissionTestCasesSdk28', '--include-filter', 'CtsPermissionTestCasesSdk28[instant]', '--include-filter', 'CtsPermissionTestCasesSdk28[secondary_user]', '--include-filter', 'CtsPermissionTestCasesTelephony', '--include-filter', 'CtsPermissionTestCasesTelephony[instant]', '--include-filter', 'CtsPermissionTestCasesTelephony[secondary_user]', '--include-filter', 'CtsPermissionTestCases[instant]', '--logcat-on-failure'],
+        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
+        target_module='CtsPermission',
+        target_plan=None,
+        bundle='x86',
+        uri='LATEST',
+        use_jdk9=True,
+        timeout=23400)
+
+parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsPreference b/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsPreference
new file mode 100644
index 0000000..00bd55c
--- /dev/null
+++ b/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsPreference
@@ -0,0 +1,34 @@
+# Copyright 2020 The Chromium OS Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+# This file has been automatically generated. Do not edit!
+
+AUTHOR = 'ARC++ Team'
+NAME = 'cheets_CTS_R.11_r3.x86.CtsPreference'
+ATTRIBUTES = 'suite:arc-cts-r'
+DEPENDENCIES = 'arc, cts_abi_x86'
+JOB_RETRIES = 1
+TEST_TYPE = 'server'
+TIME = 'MEDIUM'
+MAX_RESULT_SIZE_KB = 512000
+DOC = 'Run module CtsPreferenceTestCases, CtsPreferenceTestCases[instant], CtsPreferenceTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using x86 ABI in the ARC++ container.'
+
+def run_TS(machine):
+    host_list = [hosts.create_host(machine)]
+    job.run_test(
+        'cheets_CTS_R',
+        hosts=host_list,
+        iterations=1,
+        tag='11_r3.x86.CtsPreference',
+        test_name='cheets_CTS_R.11_r3.x86.CtsPreference',
+        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsPreferenceTestCases', '--include-filter', 'CtsPreferenceTestCases[instant]', '--include-filter', 'CtsPreferenceTestCases[secondary_user]', '--logcat-on-failure'],
+        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
+        target_module='CtsPreference',
+        target_plan=None,
+        bundle='x86',
+        uri='LATEST',
+        use_jdk9=True,
+        timeout=7200)
+
+parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsPrint b/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsPrint
new file mode 100644
index 0000000..0533676
--- /dev/null
+++ b/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsPrint
@@ -0,0 +1,34 @@
+# Copyright 2020 The Chromium OS Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+# This file has been automatically generated. Do not edit!
+
+AUTHOR = 'ARC++ Team'
+NAME = 'cheets_CTS_R.11_r3.x86.CtsPrint'
+ATTRIBUTES = 'suite:arc-cts-r'
+DEPENDENCIES = 'arc, cts_abi_x86'
+JOB_RETRIES = 1
+TEST_TYPE = 'server'
+TIME = 'MEDIUM'
+MAX_RESULT_SIZE_KB = 512000
+DOC = 'Run module CtsPrintTestCases, CtsPrintTestCases[instant], CtsPrintTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using x86 ABI in the ARC++ container.'
+
+def run_TS(machine):
+    host_list = [hosts.create_host(machine)]
+    job.run_test(
+        'cheets_CTS_R',
+        hosts=host_list,
+        iterations=1,
+        tag='11_r3.x86.CtsPrint',
+        test_name='cheets_CTS_R.11_r3.x86.CtsPrint',
+        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsPrintTestCases', '--include-filter', 'CtsPrintTestCases[instant]', '--include-filter', 'CtsPrintTestCases[secondary_user]', '--logcat-on-failure'],
+        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
+        target_module='CtsPrint',
+        target_plan=None,
+        bundle='x86',
+        uri='LATEST',
+        use_jdk9=True,
+        timeout=10800)
+
+parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsProto b/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsProto
new file mode 100644
index 0000000..fd30804
--- /dev/null
+++ b/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsProto
@@ -0,0 +1,34 @@
+# Copyright 2020 The Chromium OS Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+# This file has been automatically generated. Do not edit!
+
+AUTHOR = 'ARC++ Team'
+NAME = 'cheets_CTS_R.11_r3.x86.CtsProto'
+ATTRIBUTES = 'suite:arc-cts-r'
+DEPENDENCIES = 'arc, cts_abi_x86'
+JOB_RETRIES = 1
+TEST_TYPE = 'server'
+TIME = 'MEDIUM'
+MAX_RESULT_SIZE_KB = 512000
+DOC = 'Run module CtsProtoTestCases, CtsProtoTestCases[instant], CtsProtoTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using x86 ABI in the ARC++ container.'
+
+def run_TS(machine):
+    host_list = [hosts.create_host(machine)]
+    job.run_test(
+        'cheets_CTS_R',
+        hosts=host_list,
+        iterations=1,
+        tag='11_r3.x86.CtsProto',
+        test_name='cheets_CTS_R.11_r3.x86.CtsProto',
+        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsProtoTestCases', '--include-filter', 'CtsProtoTestCases[instant]', '--include-filter', 'CtsProtoTestCases[secondary_user]', '--logcat-on-failure'],
+        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
+        target_module='CtsProto',
+        target_plan=None,
+        bundle='x86',
+        uri='LATEST',
+        use_jdk9=True,
+        timeout=7200)
+
+parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsProvider b/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsProvider
new file mode 100644
index 0000000..3bcf035
--- /dev/null
+++ b/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsProvider
@@ -0,0 +1,34 @@
+# Copyright 2020 The Chromium OS Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+# This file has been automatically generated. Do not edit!
+
+AUTHOR = 'ARC++ Team'
+NAME = 'cheets_CTS_R.11_r3.x86.CtsProvider'
+ATTRIBUTES = 'suite:arc-cts-r'
+DEPENDENCIES = 'arc, cts_abi_x86'
+JOB_RETRIES = 1
+TEST_TYPE = 'server'
+TIME = 'MEDIUM'
+MAX_RESULT_SIZE_KB = 512000
+DOC = 'Run module CtsProviderTestCases, CtsProviderTestCases[secondary_user], CtsProviderUiTestCases of the Android Compatibility Test Suite (CTS) using x86 ABI in the ARC++ container.'
+
+def run_TS(machine):
+    host_list = [hosts.create_host(machine)]
+    job.run_test(
+        'cheets_CTS_R',
+        hosts=host_list,
+        iterations=1,
+        tag='11_r3.x86.CtsProvider',
+        test_name='cheets_CTS_R.11_r3.x86.CtsProvider',
+        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsProviderTestCases', '--include-filter', 'CtsProviderTestCases[secondary_user]', '--include-filter', 'CtsProviderUiTestCases', '--logcat-on-failure'],
+        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
+        target_module='CtsProvider',
+        target_plan=None,
+        bundle='x86',
+        uri='LATEST',
+        use_jdk9=True,
+        timeout=7200)
+
+parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsQuickAccessWallet b/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsQuickAccessWallet
new file mode 100644
index 0000000..744b5f9
--- /dev/null
+++ b/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsQuickAccessWallet
@@ -0,0 +1,34 @@
+# Copyright 2020 The Chromium OS Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+# This file has been automatically generated. Do not edit!
+
+AUTHOR = 'ARC++ Team'
+NAME = 'cheets_CTS_R.11_r3.x86.CtsQuickAccessWallet'
+ATTRIBUTES = 'suite:arc-cts-r'
+DEPENDENCIES = 'arc, cts_abi_x86'
+JOB_RETRIES = 1
+TEST_TYPE = 'server'
+TIME = 'MEDIUM'
+MAX_RESULT_SIZE_KB = 512000
+DOC = 'Run module CtsQuickAccessWalletTestCases, CtsQuickAccessWalletTestCases[instant], CtsQuickAccessWalletTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using x86 ABI in the ARC++ container.'
+
+def run_TS(machine):
+    host_list = [hosts.create_host(machine)]
+    job.run_test(
+        'cheets_CTS_R',
+        hosts=host_list,
+        iterations=1,
+        tag='11_r3.x86.CtsQuickAccessWallet',
+        test_name='cheets_CTS_R.11_r3.x86.CtsQuickAccessWallet',
+        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsQuickAccessWalletTestCases', '--include-filter', 'CtsQuickAccessWalletTestCases[instant]', '--include-filter', 'CtsQuickAccessWalletTestCases[secondary_user]', '--logcat-on-failure'],
+        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
+        target_module='CtsQuickAccessWallet',
+        target_plan=None,
+        bundle='x86',
+        uri='LATEST',
+        use_jdk9=True,
+        timeout=7200)
+
+parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsRenderscript b/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsRenderscript
new file mode 100644
index 0000000..280e9a3
--- /dev/null
+++ b/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsRenderscript
@@ -0,0 +1,34 @@
+# Copyright 2020 The Chromium OS Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+# This file has been automatically generated. Do not edit!
+
+AUTHOR = 'ARC++ Team'
+NAME = 'cheets_CTS_R.11_r3.x86.CtsRenderscript'
+ATTRIBUTES = 'suite:arc-cts-r'
+DEPENDENCIES = 'arc, cts_abi_x86'
+JOB_RETRIES = 1
+TEST_TYPE = 'server'
+TIME = 'MEDIUM'
+MAX_RESULT_SIZE_KB = 512000
+DOC = 'Run module CtsRenderscriptLegacyTestCases, CtsRenderscriptLegacyTestCases[secondary_user], CtsRenderscriptTestCases, CtsRenderscriptTestCases[instant], CtsRenderscriptTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using x86 ABI in the ARC++ container.'
+
+def run_TS(machine):
+    host_list = [hosts.create_host(machine)]
+    job.run_test(
+        'cheets_CTS_R',
+        hosts=host_list,
+        iterations=1,
+        tag='11_r3.x86.CtsRenderscript',
+        test_name='cheets_CTS_R.11_r3.x86.CtsRenderscript',
+        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsRenderscriptLegacyTestCases', '--include-filter', 'CtsRenderscriptLegacyTestCases[secondary_user]', '--include-filter', 'CtsRenderscriptTestCases', '--include-filter', 'CtsRenderscriptTestCases[instant]', '--include-filter', 'CtsRenderscriptTestCases[secondary_user]', '--logcat-on-failure'],
+        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
+        target_module='CtsRenderscript',
+        target_plan=None,
+        bundle='x86',
+        uri='LATEST',
+        use_jdk9=True,
+        timeout=10800)
+
+parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsResolverService b/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsResolverService
new file mode 100644
index 0000000..5dfbf8d
--- /dev/null
+++ b/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsResolverService
@@ -0,0 +1,34 @@
+# Copyright 2020 The Chromium OS Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+# This file has been automatically generated. Do not edit!
+
+AUTHOR = 'ARC++ Team'
+NAME = 'cheets_CTS_R.11_r3.x86.CtsResolverService'
+ATTRIBUTES = 'suite:arc-cts-r'
+DEPENDENCIES = 'arc, cts_abi_x86'
+JOB_RETRIES = 1
+TEST_TYPE = 'server'
+TIME = 'MEDIUM'
+MAX_RESULT_SIZE_KB = 512000
+DOC = 'Run module CtsResolverServiceTestCases, CtsResolverServiceTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using x86 ABI in the ARC++ container.'
+
+def run_TS(machine):
+    host_list = [hosts.create_host(machine)]
+    job.run_test(
+        'cheets_CTS_R',
+        hosts=host_list,
+        iterations=1,
+        tag='11_r3.x86.CtsResolverService',
+        test_name='cheets_CTS_R.11_r3.x86.CtsResolverService',
+        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsResolverServiceTestCases', '--include-filter', 'CtsResolverServiceTestCases[secondary_user]', '--logcat-on-failure'],
+        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
+        target_module='CtsResolverService',
+        target_plan=None,
+        bundle='x86',
+        uri='LATEST',
+        use_jdk9=True,
+        timeout=5400)
+
+parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsResourcesLoader b/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsResourcesLoader
new file mode 100644
index 0000000..bd76906
--- /dev/null
+++ b/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsResourcesLoader
@@ -0,0 +1,34 @@
+# Copyright 2020 The Chromium OS Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+# This file has been automatically generated. Do not edit!
+
+AUTHOR = 'ARC++ Team'
+NAME = 'cheets_CTS_R.11_r3.x86.CtsResourcesLoader'
+ATTRIBUTES = 'suite:arc-cts-r'
+DEPENDENCIES = 'arc, cts_abi_x86'
+JOB_RETRIES = 1
+TEST_TYPE = 'server'
+TIME = 'MEDIUM'
+MAX_RESULT_SIZE_KB = 512000
+DOC = 'Run module CtsResourcesLoaderTests, CtsResourcesLoaderTests[secondary_user] of the Android Compatibility Test Suite (CTS) using x86 ABI in the ARC++ container.'
+
+def run_TS(machine):
+    host_list = [hosts.create_host(machine)]
+    job.run_test(
+        'cheets_CTS_R',
+        hosts=host_list,
+        iterations=1,
+        tag='11_r3.x86.CtsResourcesLoader',
+        test_name='cheets_CTS_R.11_r3.x86.CtsResourcesLoader',
+        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsResourcesLoaderTests', '--include-filter', 'CtsResourcesLoaderTests[secondary_user]', '--logcat-on-failure'],
+        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
+        target_module='CtsResourcesLoader',
+        target_plan=None,
+        bundle='x86',
+        uri='LATEST',
+        use_jdk9=True,
+        timeout=5400)
+
+parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsRole b/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsRole
new file mode 100644
index 0000000..70897f6
--- /dev/null
+++ b/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsRole
@@ -0,0 +1,34 @@
+# Copyright 2020 The Chromium OS Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+# This file has been automatically generated. Do not edit!
+
+AUTHOR = 'ARC++ Team'
+NAME = 'cheets_CTS_R.11_r3.x86.CtsRole'
+ATTRIBUTES = 'suite:arc-cts-r'
+DEPENDENCIES = 'arc, cts_abi_x86'
+JOB_RETRIES = 1
+TEST_TYPE = 'server'
+TIME = 'MEDIUM'
+MAX_RESULT_SIZE_KB = 512000
+DOC = 'Run module CtsRoleTestCases, CtsRoleTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using x86 ABI in the ARC++ container.'
+
+def run_TS(machine):
+    host_list = [hosts.create_host(machine)]
+    job.run_test(
+        'cheets_CTS_R',
+        hosts=host_list,
+        iterations=1,
+        tag='11_r3.x86.CtsRole',
+        test_name='cheets_CTS_R.11_r3.x86.CtsRole',
+        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsRoleTestCases', '--include-filter', 'CtsRoleTestCases[secondary_user]', '--logcat-on-failure'],
+        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
+        target_module='CtsRole',
+        target_plan=None,
+        bundle='x86',
+        uri='LATEST',
+        use_jdk9=True,
+        timeout=5400)
+
+parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsRollbackManagerHostTestCases b/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsRollbackManagerHostTestCases
new file mode 100644
index 0000000..20bfdaa
--- /dev/null
+++ b/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsRollbackManagerHostTestCases
@@ -0,0 +1,34 @@
+# Copyright 2020 The Chromium OS Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+# This file has been automatically generated. Do not edit!
+
+AUTHOR = 'ARC++ Team'
+NAME = 'cheets_CTS_R.11_r3.x86.CtsRollbackManagerHostTestCases'
+ATTRIBUTES = 'suite:arc-cts-r'
+DEPENDENCIES = 'arc, cts_abi_x86'
+JOB_RETRIES = 1
+TEST_TYPE = 'server'
+TIME = 'MEDIUM'
+MAX_RESULT_SIZE_KB = 512000
+DOC = 'Run module CtsRollbackManagerHostTestCases of the Android Compatibility Test Suite (CTS) using x86 ABI in the ARC++ container.'
+
+def run_TS(machine):
+    host_list = [hosts.create_host(machine)]
+    job.run_test(
+        'cheets_CTS_R',
+        hosts=host_list,
+        iterations=1,
+        tag='11_r3.x86.CtsRollbackManagerHostTestCases',
+        test_name='cheets_CTS_R.11_r3.x86.CtsRollbackManagerHostTestCases',
+        run_template=['run', 'commandAndExit', 'cts', '--module', 'CtsRollbackManagerHostTestCases', '--logcat-on-failure'],
+        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
+        target_module='CtsRollbackManagerHostTestCases',
+        target_plan=None,
+        bundle='x86',
+        uri='LATEST',
+        use_jdk9=True,
+        timeout=3600)
+
+parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsRs b/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsRs
new file mode 100644
index 0000000..3108b0e
--- /dev/null
+++ b/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsRs
@@ -0,0 +1,34 @@
+# Copyright 2020 The Chromium OS Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+# This file has been automatically generated. Do not edit!
+
+AUTHOR = 'ARC++ Team'
+NAME = 'cheets_CTS_R.11_r3.x86.CtsRs'
+ATTRIBUTES = 'suite:arc-cts-r'
+DEPENDENCIES = 'arc, cts_abi_x86'
+JOB_RETRIES = 1
+TEST_TYPE = 'server'
+TIME = 'MEDIUM'
+MAX_RESULT_SIZE_KB = 512000
+DOC = 'Run module CtsRsBlasTestCases, CtsRsBlasTestCases[secondary_user], CtsRsCppTestCases, CtsRsCppTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using x86 ABI in the ARC++ container.'
+
+def run_TS(machine):
+    host_list = [hosts.create_host(machine)]
+    job.run_test(
+        'cheets_CTS_R',
+        hosts=host_list,
+        iterations=1,
+        tag='11_r3.x86.CtsRs',
+        test_name='cheets_CTS_R.11_r3.x86.CtsRs',
+        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsRsBlasTestCases', '--include-filter', 'CtsRsBlasTestCases[secondary_user]', '--include-filter', 'CtsRsCppTestCases', '--include-filter', 'CtsRsCppTestCases[secondary_user]', '--logcat-on-failure'],
+        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
+        target_module='CtsRs',
+        target_plan=None,
+        bundle='x86',
+        uri='LATEST',
+        use_jdk9=True,
+        timeout=9000)
+
+parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsSample b/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsSample
new file mode 100644
index 0000000..5d4b980
--- /dev/null
+++ b/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsSample
@@ -0,0 +1,34 @@
+# Copyright 2020 The Chromium OS Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+# This file has been automatically generated. Do not edit!
+
+AUTHOR = 'ARC++ Team'
+NAME = 'cheets_CTS_R.11_r3.x86.CtsSample'
+ATTRIBUTES = 'suite:arc-cts-r'
+DEPENDENCIES = 'arc, cts_abi_x86'
+JOB_RETRIES = 1
+TEST_TYPE = 'server'
+TIME = 'MEDIUM'
+MAX_RESULT_SIZE_KB = 512000
+DOC = 'Run module CtsSampleDeviceTestCases, CtsSampleDeviceTestCases[instant], CtsSampleDeviceTestCases[secondary_user], CtsSampleHostTestCases, CtsSampleHostTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using x86 ABI in the ARC++ container.'
+
+def run_TS(machine):
+    host_list = [hosts.create_host(machine)]
+    job.run_test(
+        'cheets_CTS_R',
+        hosts=host_list,
+        iterations=1,
+        tag='11_r3.x86.CtsSample',
+        test_name='cheets_CTS_R.11_r3.x86.CtsSample',
+        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsSampleDeviceTestCases', '--include-filter', 'CtsSampleDeviceTestCases[instant]', '--include-filter', 'CtsSampleDeviceTestCases[secondary_user]', '--include-filter', 'CtsSampleHostTestCases', '--include-filter', 'CtsSampleHostTestCases[secondary_user]', '--logcat-on-failure'],
+        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
+        target_module='CtsSample',
+        target_plan=None,
+        bundle='x86',
+        uri='LATEST',
+        use_jdk9=True,
+        timeout=10800)
+
+parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsSax b/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsSax
new file mode 100644
index 0000000..85299d6
--- /dev/null
+++ b/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsSax
@@ -0,0 +1,34 @@
+# Copyright 2020 The Chromium OS Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+# This file has been automatically generated. Do not edit!
+
+AUTHOR = 'ARC++ Team'
+NAME = 'cheets_CTS_R.11_r3.x86.CtsSax'
+ATTRIBUTES = 'suite:arc-cts-r'
+DEPENDENCIES = 'arc, cts_abi_x86'
+JOB_RETRIES = 1
+TEST_TYPE = 'server'
+TIME = 'MEDIUM'
+MAX_RESULT_SIZE_KB = 512000
+DOC = 'Run module CtsSaxTestCases, CtsSaxTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using x86 ABI in the ARC++ container.'
+
+def run_TS(machine):
+    host_list = [hosts.create_host(machine)]
+    job.run_test(
+        'cheets_CTS_R',
+        hosts=host_list,
+        iterations=1,
+        tag='11_r3.x86.CtsSax',
+        test_name='cheets_CTS_R.11_r3.x86.CtsSax',
+        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsSaxTestCases', '--include-filter', 'CtsSaxTestCases[secondary_user]', '--logcat-on-failure'],
+        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
+        target_module='CtsSax',
+        target_plan=None,
+        bundle='x86',
+        uri='LATEST',
+        use_jdk9=True,
+        timeout=5400)
+
+parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsScopedStorageHostTest b/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsScopedStorageHostTest
new file mode 100644
index 0000000..80d70f4
--- /dev/null
+++ b/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsScopedStorageHostTest
@@ -0,0 +1,34 @@
+# Copyright 2020 The Chromium OS Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+# This file has been automatically generated. Do not edit!
+
+AUTHOR = 'ARC++ Team'
+NAME = 'cheets_CTS_R.11_r3.x86.CtsScopedStorageHostTest'
+ATTRIBUTES = 'suite:arc-cts-r'
+DEPENDENCIES = 'arc, cts_abi_x86'
+JOB_RETRIES = 1
+TEST_TYPE = 'server'
+TIME = 'MEDIUM'
+MAX_RESULT_SIZE_KB = 512000
+DOC = 'Run module CtsScopedStorageHostTest, CtsScopedStorageHostTest[instant] of the Android Compatibility Test Suite (CTS) using x86 ABI in the ARC++ container.'
+
+def run_TS(machine):
+    host_list = [hosts.create_host(machine)]
+    job.run_test(
+        'cheets_CTS_R',
+        hosts=host_list,
+        iterations=1,
+        tag='11_r3.x86.CtsScopedStorageHostTest',
+        test_name='cheets_CTS_R.11_r3.x86.CtsScopedStorageHostTest',
+        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsScopedStorageHostTest', '--include-filter', 'CtsScopedStorageHostTest[instant]', '--logcat-on-failure'],
+        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
+        target_module='CtsScopedStorageHostTest',
+        target_plan=None,
+        bundle='x86',
+        uri='LATEST',
+        use_jdk9=True,
+        timeout=5400)
+
+parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsSdkExtensions b/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsSdkExtensions
new file mode 100644
index 0000000..4f881c2
--- /dev/null
+++ b/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsSdkExtensions
@@ -0,0 +1,34 @@
+# Copyright 2020 The Chromium OS Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+# This file has been automatically generated. Do not edit!
+
+AUTHOR = 'ARC++ Team'
+NAME = 'cheets_CTS_R.11_r3.x86.CtsSdkExtensions'
+ATTRIBUTES = 'suite:arc-cts-r'
+DEPENDENCIES = 'arc, cts_abi_x86'
+JOB_RETRIES = 1
+TEST_TYPE = 'server'
+TIME = 'MEDIUM'
+MAX_RESULT_SIZE_KB = 512000
+DOC = 'Run module CtsSdkExtensionsTestCases, CtsSdkExtensionsTestCases[instant], CtsSdkExtensionsTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using x86 ABI in the ARC++ container.'
+
+def run_TS(machine):
+    host_list = [hosts.create_host(machine)]
+    job.run_test(
+        'cheets_CTS_R',
+        hosts=host_list,
+        iterations=1,
+        tag='11_r3.x86.CtsSdkExtensions',
+        test_name='cheets_CTS_R.11_r3.x86.CtsSdkExtensions',
+        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsSdkExtensionsTestCases', '--include-filter', 'CtsSdkExtensionsTestCases[instant]', '--include-filter', 'CtsSdkExtensionsTestCases[secondary_user]', '--logcat-on-failure'],
+        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
+        target_module='CtsSdkExtensions',
+        target_plan=None,
+        bundle='x86',
+        uri='LATEST',
+        use_jdk9=True,
+        timeout=7200)
+
+parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsSeccompHost b/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsSeccompHost
new file mode 100644
index 0000000..cef9a08
--- /dev/null
+++ b/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsSeccompHost
@@ -0,0 +1,34 @@
+# Copyright 2020 The Chromium OS Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+# This file has been automatically generated. Do not edit!
+
+AUTHOR = 'ARC++ Team'
+NAME = 'cheets_CTS_R.11_r3.x86.CtsSeccompHost'
+ATTRIBUTES = 'suite:arc-cts-r'
+DEPENDENCIES = 'arc, cts_abi_x86'
+JOB_RETRIES = 1
+TEST_TYPE = 'server'
+TIME = 'MEDIUM'
+MAX_RESULT_SIZE_KB = 512000
+DOC = 'Run module CtsSeccompHostTestCases, CtsSeccompHostTestCases[instant], CtsSeccompHostTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using x86 ABI in the ARC++ container.'
+
+def run_TS(machine):
+    host_list = [hosts.create_host(machine)]
+    job.run_test(
+        'cheets_CTS_R',
+        hosts=host_list,
+        iterations=1,
+        tag='11_r3.x86.CtsSeccompHost',
+        test_name='cheets_CTS_R.11_r3.x86.CtsSeccompHost',
+        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsSeccompHostTestCases', '--include-filter', 'CtsSeccompHostTestCases[instant]', '--include-filter', 'CtsSeccompHostTestCases[secondary_user]', '--logcat-on-failure'],
+        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
+        target_module='CtsSeccompHost',
+        target_plan=None,
+        bundle='x86',
+        uri='LATEST',
+        use_jdk9=True,
+        timeout=7200)
+
+parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsSecure b/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsSecure
new file mode 100644
index 0000000..2572a73
--- /dev/null
+++ b/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsSecure
@@ -0,0 +1,34 @@
+# Copyright 2020 The Chromium OS Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+# This file has been automatically generated. Do not edit!
+
+AUTHOR = 'ARC++ Team'
+NAME = 'cheets_CTS_R.11_r3.x86.CtsSecure'
+ATTRIBUTES = 'suite:arc-cts-r'
+DEPENDENCIES = 'arc, cts_abi_x86'
+JOB_RETRIES = 1
+TEST_TYPE = 'server'
+TIME = 'MEDIUM'
+MAX_RESULT_SIZE_KB = 512000
+DOC = 'Run module CtsSecureElementAccessControlTestCases1, CtsSecureElementAccessControlTestCases1[secondary_user], CtsSecureElementAccessControlTestCases2, CtsSecureElementAccessControlTestCases2[secondary_user], CtsSecureElementAccessControlTestCases3, CtsSecureElementAccessControlTestCases3[secondary_user], CtsSecureFrpInstallTestCases, CtsSecureFrpInstallTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using x86 ABI in the ARC++ container.'
+
+def run_TS(machine):
+    host_list = [hosts.create_host(machine)]
+    job.run_test(
+        'cheets_CTS_R',
+        hosts=host_list,
+        iterations=1,
+        tag='11_r3.x86.CtsSecure',
+        test_name='cheets_CTS_R.11_r3.x86.CtsSecure',
+        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsSecureElementAccessControlTestCases1', '--include-filter', 'CtsSecureElementAccessControlTestCases1[secondary_user]', '--include-filter', 'CtsSecureElementAccessControlTestCases2', '--include-filter', 'CtsSecureElementAccessControlTestCases2[secondary_user]', '--include-filter', 'CtsSecureElementAccessControlTestCases3', '--include-filter', 'CtsSecureElementAccessControlTestCases3[secondary_user]', '--include-filter', 'CtsSecureFrpInstallTestCases', '--include-filter', 'CtsSecureFrpInstallTestCases[secondary_user]', '--logcat-on-failure'],
+        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
+        target_module='CtsSecure',
+        target_plan=None,
+        bundle='x86',
+        uri='LATEST',
+        use_jdk9=True,
+        timeout=16200)
+
+parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsSecurity b/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsSecurity
new file mode 100644
index 0000000..2f9d4ec
--- /dev/null
+++ b/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsSecurity
@@ -0,0 +1,34 @@
+# Copyright 2020 The Chromium OS Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+# This file has been automatically generated. Do not edit!
+
+AUTHOR = 'ARC++ Team'
+NAME = 'cheets_CTS_R.11_r3.x86.CtsSecurity'
+ATTRIBUTES = 'suite:arc-cts-r'
+DEPENDENCIES = 'arc, cts_abi_x86'
+JOB_RETRIES = 1
+TEST_TYPE = 'server'
+TIME = 'LONG'
+MAX_RESULT_SIZE_KB = 512000
+DOC = 'Run module CtsSecurityBulletinHostTestCases, CtsSecurityBulletinHostTestCases[secondary_user], CtsSecurityHostTestCases, CtsSecurityHostTestCases[secondary_user], CtsSecurityTestCases, CtsSecurityTestCases[instant], CtsSecurityTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using x86 ABI in the ARC++ container.'
+
+def run_TS(machine):
+    host_list = [hosts.create_host(machine)]
+    job.run_test(
+        'cheets_CTS_R',
+        hosts=host_list,
+        iterations=1,
+        tag='11_r3.x86.CtsSecurity',
+        test_name='cheets_CTS_R.11_r3.x86.CtsSecurity',
+        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsSecurityBulletinHostTestCases', '--include-filter', 'CtsSecurityBulletinHostTestCases[secondary_user]', '--include-filter', 'CtsSecurityHostTestCases', '--include-filter', 'CtsSecurityHostTestCases[secondary_user]', '--include-filter', 'CtsSecurityTestCases', '--include-filter', 'CtsSecurityTestCases[instant]', '--include-filter', 'CtsSecurityTestCases[secondary_user]', '--logcat-on-failure'],
+        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
+        target_module='CtsSecurity',
+        target_plan=None,
+        bundle='x86',
+        uri='LATEST',
+        use_jdk9=True,
+        timeout=154800)
+
+parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsSelinux b/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsSelinux
new file mode 100644
index 0000000..274cd5c
--- /dev/null
+++ b/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsSelinux
@@ -0,0 +1,34 @@
+# Copyright 2020 The Chromium OS Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+# This file has been automatically generated. Do not edit!
+
+AUTHOR = 'ARC++ Team'
+NAME = 'cheets_CTS_R.11_r3.x86.CtsSelinux'
+ATTRIBUTES = 'suite:arc-cts-r'
+DEPENDENCIES = 'arc, cts_abi_x86'
+JOB_RETRIES = 1
+TEST_TYPE = 'server'
+TIME = 'MEDIUM'
+MAX_RESULT_SIZE_KB = 512000
+DOC = 'Run module CtsSelinuxEphemeralTestCases, CtsSelinuxEphemeralTestCases[instant], CtsSelinuxTargetSdk25TestCases, CtsSelinuxTargetSdk25TestCases[secondary_user], CtsSelinuxTargetSdk27TestCases, CtsSelinuxTargetSdk27TestCases[secondary_user], CtsSelinuxTargetSdk28TestCases, CtsSelinuxTargetSdk28TestCases[secondary_user], CtsSelinuxTargetSdk29TestCases, CtsSelinuxTargetSdk29TestCases[secondary_user], CtsSelinuxTargetSdkCurrentTestCases, CtsSelinuxTargetSdkCurrentTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using x86 ABI in the ARC++ container.'
+
+def run_TS(machine):
+    host_list = [hosts.create_host(machine)]
+    job.run_test(
+        'cheets_CTS_R',
+        hosts=host_list,
+        iterations=1,
+        tag='11_r3.x86.CtsSelinux',
+        test_name='cheets_CTS_R.11_r3.x86.CtsSelinux',
+        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsSelinuxEphemeralTestCases', '--include-filter', 'CtsSelinuxEphemeralTestCases[instant]', '--include-filter', 'CtsSelinuxTargetSdk25TestCases', '--include-filter', 'CtsSelinuxTargetSdk25TestCases[secondary_user]', '--include-filter', 'CtsSelinuxTargetSdk27TestCases', '--include-filter', 'CtsSelinuxTargetSdk27TestCases[secondary_user]', '--include-filter', 'CtsSelinuxTargetSdk28TestCases', '--include-filter', 'CtsSelinuxTargetSdk28TestCases[secondary_user]', '--include-filter', 'CtsSelinuxTargetSdk29TestCases', '--include-filter', 'CtsSelinuxTargetSdk29TestCases[secondary_user]', '--include-filter', 'CtsSelinuxTargetSdkCurrentTestCases', '--include-filter', 'CtsSelinuxTargetSdkCurrentTestCases[secondary_user]', '--logcat-on-failure'],
+        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
+        target_module='CtsSelinux',
+        target_plan=None,
+        bundle='x86',
+        uri='LATEST',
+        use_jdk9=True,
+        timeout=23400)
+
+parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsSensor b/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsSensor
new file mode 100644
index 0000000..c1497f0
--- /dev/null
+++ b/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsSensor
@@ -0,0 +1,34 @@
+# Copyright 2020 The Chromium OS Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+# This file has been automatically generated. Do not edit!
+
+AUTHOR = 'ARC++ Team'
+NAME = 'cheets_CTS_R.11_r3.x86.CtsSensor'
+ATTRIBUTES = 'suite:arc-cts-r'
+DEPENDENCIES = 'arc, cts_abi_x86'
+JOB_RETRIES = 1
+TEST_TYPE = 'server'
+TIME = 'MEDIUM'
+MAX_RESULT_SIZE_KB = 512000
+DOC = 'Run module CtsSensorTestCases, CtsSensorTestCases[instant], CtsSensorTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using x86 ABI in the ARC++ container.'
+
+def run_TS(machine):
+    host_list = [hosts.create_host(machine)]
+    job.run_test(
+        'cheets_CTS_R',
+        hosts=host_list,
+        iterations=1,
+        tag='11_r3.x86.CtsSensor',
+        test_name='cheets_CTS_R.11_r3.x86.CtsSensor',
+        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsSensorTestCases', '--include-filter', 'CtsSensorTestCases[instant]', '--include-filter', 'CtsSensorTestCases[secondary_user]', '--logcat-on-failure'],
+        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
+        target_module='CtsSensor',
+        target_plan=None,
+        bundle='x86',
+        uri='LATEST',
+        use_jdk9=True,
+        timeout=12600)
+
+parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsSettingsHostTestCases b/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsSettingsHostTestCases
new file mode 100644
index 0000000..bbb01af
--- /dev/null
+++ b/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsSettingsHostTestCases
@@ -0,0 +1,34 @@
+# Copyright 2020 The Chromium OS Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+# This file has been automatically generated. Do not edit!
+
+AUTHOR = 'ARC++ Team'
+NAME = 'cheets_CTS_R.11_r3.x86.CtsSettingsHostTestCases'
+ATTRIBUTES = 'suite:arc-cts-r'
+DEPENDENCIES = 'arc, cts_abi_x86'
+JOB_RETRIES = 1
+TEST_TYPE = 'server'
+TIME = 'MEDIUM'
+MAX_RESULT_SIZE_KB = 512000
+DOC = 'Run module CtsSettingsHostTestCases of the Android Compatibility Test Suite (CTS) using x86 ABI in the ARC++ container.'
+
+def run_TS(machine):
+    host_list = [hosts.create_host(machine)]
+    job.run_test(
+        'cheets_CTS_R',
+        hosts=host_list,
+        iterations=1,
+        tag='11_r3.x86.CtsSettingsHostTestCases',
+        test_name='cheets_CTS_R.11_r3.x86.CtsSettingsHostTestCases',
+        run_template=['run', 'commandAndExit', 'cts', '--module', 'CtsSettingsHostTestCases', '--logcat-on-failure'],
+        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
+        target_module='CtsSettingsHostTestCases',
+        target_plan=None,
+        bundle='x86',
+        uri='LATEST',
+        use_jdk9=True,
+        timeout=3600)
+
+parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsSharedLibsApiSignature b/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsSharedLibsApiSignature
new file mode 100644
index 0000000..fa671bf
--- /dev/null
+++ b/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsSharedLibsApiSignature
@@ -0,0 +1,34 @@
+# Copyright 2020 The Chromium OS Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+# This file has been automatically generated. Do not edit!
+
+AUTHOR = 'ARC++ Team'
+NAME = 'cheets_CTS_R.11_r3.x86.CtsSharedLibsApiSignature'
+ATTRIBUTES = 'suite:arc-cts-r'
+DEPENDENCIES = 'arc, cts_abi_x86'
+JOB_RETRIES = 1
+TEST_TYPE = 'server'
+TIME = 'MEDIUM'
+MAX_RESULT_SIZE_KB = 512000
+DOC = 'Run module CtsSharedLibsApiSignatureTestCases, CtsSharedLibsApiSignatureTestCases[instant], CtsSharedLibsApiSignatureTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using x86 ABI in the ARC++ container.'
+
+def run_TS(machine):
+    host_list = [hosts.create_host(machine)]
+    job.run_test(
+        'cheets_CTS_R',
+        hosts=host_list,
+        iterations=1,
+        tag='11_r3.x86.CtsSharedLibsApiSignature',
+        test_name='cheets_CTS_R.11_r3.x86.CtsSharedLibsApiSignature',
+        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsSharedLibsApiSignatureTestCases', '--include-filter', 'CtsSharedLibsApiSignatureTestCases[instant]', '--include-filter', 'CtsSharedLibsApiSignatureTestCases[secondary_user]', '--logcat-on-failure'],
+        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
+        target_module='CtsSharedLibsApiSignature',
+        target_plan=None,
+        bundle='x86',
+        uri='LATEST',
+        use_jdk9=True,
+        timeout=7200)
+
+parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsSharesheet b/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsSharesheet
new file mode 100644
index 0000000..2426887
--- /dev/null
+++ b/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsSharesheet
@@ -0,0 +1,34 @@
+# Copyright 2020 The Chromium OS Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+# This file has been automatically generated. Do not edit!
+
+AUTHOR = 'ARC++ Team'
+NAME = 'cheets_CTS_R.11_r3.x86.CtsSharesheet'
+ATTRIBUTES = 'suite:arc-cts-r'
+DEPENDENCIES = 'arc, cts_abi_x86'
+JOB_RETRIES = 1
+TEST_TYPE = 'server'
+TIME = 'MEDIUM'
+MAX_RESULT_SIZE_KB = 512000
+DOC = 'Run module CtsSharesheetTestCases, CtsSharesheetTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using x86 ABI in the ARC++ container.'
+
+def run_TS(machine):
+    host_list = [hosts.create_host(machine)]
+    job.run_test(
+        'cheets_CTS_R',
+        hosts=host_list,
+        iterations=1,
+        tag='11_r3.x86.CtsSharesheet',
+        test_name='cheets_CTS_R.11_r3.x86.CtsSharesheet',
+        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsSharesheetTestCases', '--include-filter', 'CtsSharesheetTestCases[secondary_user]', '--logcat-on-failure'],
+        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
+        target_module='CtsSharesheet',
+        target_plan=None,
+        bundle='x86',
+        uri='LATEST',
+        use_jdk9=True,
+        timeout=5400)
+
+parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsShortcut b/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsShortcut
new file mode 100644
index 0000000..e2ad5e5
--- /dev/null
+++ b/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsShortcut
@@ -0,0 +1,34 @@
+# Copyright 2020 The Chromium OS Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+# This file has been automatically generated. Do not edit!
+
+AUTHOR = 'ARC++ Team'
+NAME = 'cheets_CTS_R.11_r3.x86.CtsShortcut'
+ATTRIBUTES = 'suite:arc-cts-r'
+DEPENDENCIES = 'arc, cts_abi_x86'
+JOB_RETRIES = 1
+TEST_TYPE = 'server'
+TIME = 'MEDIUM'
+MAX_RESULT_SIZE_KB = 512000
+DOC = 'Run module CtsShortcutHostTestCases, CtsShortcutManagerLauncher1, CtsShortcutManagerLauncher1[secondary_user], CtsShortcutManagerLauncher2, CtsShortcutManagerLauncher2[secondary_user], CtsShortcutManagerLauncher3, CtsShortcutManagerLauncher3[secondary_user], CtsShortcutManagerLauncher4, CtsShortcutManagerLauncher4[secondary_user], CtsShortcutManagerPackage1, CtsShortcutManagerPackage1[secondary_user], CtsShortcutManagerPackage2, CtsShortcutManagerPackage2[secondary_user], CtsShortcutManagerPackage3, CtsShortcutManagerPackage3[secondary_user], CtsShortcutManagerPackage4, CtsShortcutManagerPackage4[secondary_user], CtsShortcutManagerTestCases, CtsShortcutManagerTestCases[secondary_user], CtsShortcutManagerThrottlingTest, CtsShortcutManagerThrottlingTest[secondary_user] of the Android Compatibility Test Suite (CTS) using x86 ABI in the ARC++ container.'
+
+def run_TS(machine):
+    host_list = [hosts.create_host(machine)]
+    job.run_test(
+        'cheets_CTS_R',
+        hosts=host_list,
+        iterations=1,
+        tag='11_r3.x86.CtsShortcut',
+        test_name='cheets_CTS_R.11_r3.x86.CtsShortcut',
+        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsShortcutHostTestCases', '--include-filter', 'CtsShortcutManagerLauncher1', '--include-filter', 'CtsShortcutManagerLauncher1[secondary_user]', '--include-filter', 'CtsShortcutManagerLauncher2', '--include-filter', 'CtsShortcutManagerLauncher2[secondary_user]', '--include-filter', 'CtsShortcutManagerLauncher3', '--include-filter', 'CtsShortcutManagerLauncher3[secondary_user]', '--include-filter', 'CtsShortcutManagerLauncher4', '--include-filter', 'CtsShortcutManagerLauncher4[secondary_user]', '--include-filter', 'CtsShortcutManagerPackage1', '--include-filter', 'CtsShortcutManagerPackage1[secondary_user]', '--include-filter', 'CtsShortcutManagerPackage2', '--include-filter', 'CtsShortcutManagerPackage2[secondary_user]', '--include-filter', 'CtsShortcutManagerPackage3', '--include-filter', 'CtsShortcutManagerPackage3[secondary_user]', '--include-filter', 'CtsShortcutManagerPackage4', '--include-filter', 'CtsShortcutManagerPackage4[secondary_user]', '--include-filter', 'CtsShortcutManagerTestCases', '--include-filter', 'CtsShortcutManagerTestCases[secondary_user]', '--include-filter', 'CtsShortcutManagerThrottlingTest', '--include-filter', 'CtsShortcutManagerThrottlingTest[secondary_user]', '--logcat-on-failure'],
+        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
+        target_module='CtsShortcut',
+        target_plan=None,
+        bundle='x86',
+        uri='LATEST',
+        use_jdk9=True,
+        timeout=39600)
+
+parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsSignedConfigHost b/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsSignedConfigHost
new file mode 100644
index 0000000..bfb88ec
--- /dev/null
+++ b/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsSignedConfigHost
@@ -0,0 +1,34 @@
+# Copyright 2020 The Chromium OS Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+# This file has been automatically generated. Do not edit!
+
+AUTHOR = 'ARC++ Team'
+NAME = 'cheets_CTS_R.11_r3.x86.CtsSignedConfigHost'
+ATTRIBUTES = 'suite:arc-cts-r'
+DEPENDENCIES = 'arc, cts_abi_x86'
+JOB_RETRIES = 1
+TEST_TYPE = 'server'
+TIME = 'MEDIUM'
+MAX_RESULT_SIZE_KB = 512000
+DOC = 'Run module CtsSignedConfigHostTestCases, CtsSignedConfigHostTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using x86 ABI in the ARC++ container.'
+
+def run_TS(machine):
+    host_list = [hosts.create_host(machine)]
+    job.run_test(
+        'cheets_CTS_R',
+        hosts=host_list,
+        iterations=1,
+        tag='11_r3.x86.CtsSignedConfigHost',
+        test_name='cheets_CTS_R.11_r3.x86.CtsSignedConfigHost',
+        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsSignedConfigHostTestCases', '--include-filter', 'CtsSignedConfigHostTestCases[secondary_user]', '--logcat-on-failure'],
+        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
+        target_module='CtsSignedConfigHost',
+        target_plan=None,
+        bundle='x86',
+        uri='LATEST',
+        use_jdk9=True,
+        timeout=5400)
+
+parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsSimRestrictedApis b/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsSimRestrictedApis
new file mode 100644
index 0000000..3e770cc
--- /dev/null
+++ b/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsSimRestrictedApis
@@ -0,0 +1,34 @@
+# Copyright 2020 The Chromium OS Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+# This file has been automatically generated. Do not edit!
+
+AUTHOR = 'ARC++ Team'
+NAME = 'cheets_CTS_R.11_r3.x86.CtsSimRestrictedApis'
+ATTRIBUTES = 'suite:arc-cts-r'
+DEPENDENCIES = 'arc, cts_abi_x86'
+JOB_RETRIES = 1
+TEST_TYPE = 'server'
+TIME = 'MEDIUM'
+MAX_RESULT_SIZE_KB = 512000
+DOC = 'Run module CtsSimRestrictedApisTestCases, CtsSimRestrictedApisTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using x86 ABI in the ARC++ container.'
+
+def run_TS(machine):
+    host_list = [hosts.create_host(machine)]
+    job.run_test(
+        'cheets_CTS_R',
+        hosts=host_list,
+        iterations=1,
+        tag='11_r3.x86.CtsSimRestrictedApis',
+        test_name='cheets_CTS_R.11_r3.x86.CtsSimRestrictedApis',
+        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsSimRestrictedApisTestCases', '--include-filter', 'CtsSimRestrictedApisTestCases[secondary_user]', '--logcat-on-failure'],
+        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
+        target_module='CtsSimRestrictedApis',
+        target_plan=None,
+        bundle='x86',
+        uri='LATEST',
+        use_jdk9=True,
+        timeout=5400)
+
+parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsSimpleCpu b/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsSimpleCpu
new file mode 100644
index 0000000..922d93c
--- /dev/null
+++ b/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsSimpleCpu
@@ -0,0 +1,34 @@
+# Copyright 2020 The Chromium OS Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+# This file has been automatically generated. Do not edit!
+
+AUTHOR = 'ARC++ Team'
+NAME = 'cheets_CTS_R.11_r3.x86.CtsSimpleCpu'
+ATTRIBUTES = 'suite:arc-cts-r'
+DEPENDENCIES = 'arc, cts_abi_x86'
+JOB_RETRIES = 1
+TEST_TYPE = 'server'
+TIME = 'MEDIUM'
+MAX_RESULT_SIZE_KB = 512000
+DOC = 'Run module CtsSimpleCpuTestCases, CtsSimpleCpuTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using x86 ABI in the ARC++ container.'
+
+def run_TS(machine):
+    host_list = [hosts.create_host(machine)]
+    job.run_test(
+        'cheets_CTS_R',
+        hosts=host_list,
+        iterations=1,
+        tag='11_r3.x86.CtsSimpleCpu',
+        test_name='cheets_CTS_R.11_r3.x86.CtsSimpleCpu',
+        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsSimpleCpuTestCases', '--include-filter', 'CtsSimpleCpuTestCases[secondary_user]', '--logcat-on-failure'],
+        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
+        target_module='CtsSimpleCpu',
+        target_plan=None,
+        bundle='x86',
+        uri='LATEST',
+        use_jdk9=True,
+        timeout=5400)
+
+parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsSimpleperfTestCases b/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsSimpleperfTestCases
new file mode 100644
index 0000000..6244e72
--- /dev/null
+++ b/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsSimpleperfTestCases
@@ -0,0 +1,34 @@
+# Copyright 2020 The Chromium OS Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+# This file has been automatically generated. Do not edit!
+
+AUTHOR = 'ARC++ Team'
+NAME = 'cheets_CTS_R.11_r3.x86.CtsSimpleperfTestCases'
+ATTRIBUTES = 'suite:arc-cts-r'
+DEPENDENCIES = 'arc, cts_abi_x86'
+JOB_RETRIES = 1
+TEST_TYPE = 'server'
+TIME = 'MEDIUM'
+MAX_RESULT_SIZE_KB = 512000
+DOC = 'Run module CtsSimpleperfTestCases of the Android Compatibility Test Suite (CTS) using x86 ABI in the ARC++ container.'
+
+def run_TS(machine):
+    host_list = [hosts.create_host(machine)]
+    job.run_test(
+        'cheets_CTS_R',
+        hosts=host_list,
+        iterations=1,
+        tag='11_r3.x86.CtsSimpleperfTestCases',
+        test_name='cheets_CTS_R.11_r3.x86.CtsSimpleperfTestCases',
+        run_template=['run', 'commandAndExit', 'cts', '--module', 'CtsSimpleperfTestCases', '--logcat-on-failure'],
+        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
+        target_module='CtsSimpleperfTestCases',
+        target_plan=None,
+        bundle='x86',
+        uri='LATEST',
+        use_jdk9=True,
+        timeout=3600)
+
+parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsSkQP b/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsSkQP
new file mode 100644
index 0000000..356efb3
--- /dev/null
+++ b/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsSkQP
@@ -0,0 +1,34 @@
+# Copyright 2020 The Chromium OS Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+# This file has been automatically generated. Do not edit!
+
+AUTHOR = 'ARC++ Team'
+NAME = 'cheets_CTS_R.11_r3.x86.CtsSkQP'
+ATTRIBUTES = 'suite:arc-cts-r'
+DEPENDENCIES = 'arc, cts_abi_x86'
+JOB_RETRIES = 1
+TEST_TYPE = 'server'
+TIME = 'MEDIUM'
+MAX_RESULT_SIZE_KB = 512000
+DOC = 'Run module CtsSkQPTestCases, CtsSkQPTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using x86 ABI in the ARC++ container.'
+
+def run_TS(machine):
+    host_list = [hosts.create_host(machine)]
+    job.run_test(
+        'cheets_CTS_R',
+        hosts=host_list,
+        iterations=1,
+        tag='11_r3.x86.CtsSkQP',
+        test_name='cheets_CTS_R.11_r3.x86.CtsSkQP',
+        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsSkQPTestCases', '--include-filter', 'CtsSkQPTestCases[secondary_user]', '--logcat-on-failure'],
+        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
+        target_module='CtsSkQP',
+        target_plan=None,
+        bundle='x86',
+        uri='LATEST',
+        use_jdk9=True,
+        timeout=5400)
+
+parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsSlice b/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsSlice
new file mode 100644
index 0000000..4eafd1a
--- /dev/null
+++ b/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsSlice
@@ -0,0 +1,34 @@
+# Copyright 2020 The Chromium OS Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+# This file has been automatically generated. Do not edit!
+
+AUTHOR = 'ARC++ Team'
+NAME = 'cheets_CTS_R.11_r3.x86.CtsSlice'
+ATTRIBUTES = 'suite:arc-cts-r'
+DEPENDENCIES = 'arc, cts_abi_x86'
+JOB_RETRIES = 1
+TEST_TYPE = 'server'
+TIME = 'MEDIUM'
+MAX_RESULT_SIZE_KB = 512000
+DOC = 'Run module CtsSliceTestCases, CtsSliceTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using x86 ABI in the ARC++ container.'
+
+def run_TS(machine):
+    host_list = [hosts.create_host(machine)]
+    job.run_test(
+        'cheets_CTS_R',
+        hosts=host_list,
+        iterations=1,
+        tag='11_r3.x86.CtsSlice',
+        test_name='cheets_CTS_R.11_r3.x86.CtsSlice',
+        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsSliceTestCases', '--include-filter', 'CtsSliceTestCases[secondary_user]', '--logcat-on-failure'],
+        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
+        target_module='CtsSlice',
+        target_plan=None,
+        bundle='x86',
+        uri='LATEST',
+        use_jdk9=True,
+        timeout=5400)
+
+parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsSoundTrigger b/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsSoundTrigger
new file mode 100644
index 0000000..c958a48
--- /dev/null
+++ b/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsSoundTrigger
@@ -0,0 +1,34 @@
+# Copyright 2020 The Chromium OS Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+# This file has been automatically generated. Do not edit!
+
+AUTHOR = 'ARC++ Team'
+NAME = 'cheets_CTS_R.11_r3.x86.CtsSoundTrigger'
+ATTRIBUTES = 'suite:arc-cts-r'
+DEPENDENCIES = 'arc, cts_abi_x86'
+JOB_RETRIES = 1
+TEST_TYPE = 'server'
+TIME = 'MEDIUM'
+MAX_RESULT_SIZE_KB = 512000
+DOC = 'Run module CtsSoundTriggerTestCases, CtsSoundTriggerTestCases[instant], CtsSoundTriggerTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using x86 ABI in the ARC++ container.'
+
+def run_TS(machine):
+    host_list = [hosts.create_host(machine)]
+    job.run_test(
+        'cheets_CTS_R',
+        hosts=host_list,
+        iterations=1,
+        tag='11_r3.x86.CtsSoundTrigger',
+        test_name='cheets_CTS_R.11_r3.x86.CtsSoundTrigger',
+        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsSoundTriggerTestCases', '--include-filter', 'CtsSoundTriggerTestCases[instant]', '--include-filter', 'CtsSoundTriggerTestCases[secondary_user]', '--logcat-on-failure'],
+        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
+        target_module='CtsSoundTrigger',
+        target_plan=None,
+        bundle='x86',
+        uri='LATEST',
+        use_jdk9=True,
+        timeout=7200)
+
+parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsSpeech b/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsSpeech
new file mode 100644
index 0000000..0467b0e
--- /dev/null
+++ b/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsSpeech
@@ -0,0 +1,34 @@
+# Copyright 2020 The Chromium OS Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+# This file has been automatically generated. Do not edit!
+
+AUTHOR = 'ARC++ Team'
+NAME = 'cheets_CTS_R.11_r3.x86.CtsSpeech'
+ATTRIBUTES = 'suite:arc-cts-r'
+DEPENDENCIES = 'arc, cts_abi_x86'
+JOB_RETRIES = 1
+TEST_TYPE = 'server'
+TIME = 'MEDIUM'
+MAX_RESULT_SIZE_KB = 512000
+DOC = 'Run module CtsSpeechTestCases, CtsSpeechTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using x86 ABI in the ARC++ container.'
+
+def run_TS(machine):
+    host_list = [hosts.create_host(machine)]
+    job.run_test(
+        'cheets_CTS_R',
+        hosts=host_list,
+        iterations=1,
+        tag='11_r3.x86.CtsSpeech',
+        test_name='cheets_CTS_R.11_r3.x86.CtsSpeech',
+        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsSpeechTestCases', '--include-filter', 'CtsSpeechTestCases[secondary_user]', '--logcat-on-failure'],
+        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
+        target_module='CtsSpeech',
+        target_plan=None,
+        bundle='x86',
+        uri='LATEST',
+        use_jdk9=True,
+        timeout=5400)
+
+parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsStagedInstallHostTestCases b/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsStagedInstallHostTestCases
new file mode 100644
index 0000000..24d61cc
--- /dev/null
+++ b/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsStagedInstallHostTestCases
@@ -0,0 +1,34 @@
+# Copyright 2020 The Chromium OS Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+# This file has been automatically generated. Do not edit!
+
+AUTHOR = 'ARC++ Team'
+NAME = 'cheets_CTS_R.11_r3.x86.CtsStagedInstallHostTestCases'
+ATTRIBUTES = 'suite:arc-cts-r'
+DEPENDENCIES = 'arc, cts_abi_x86'
+JOB_RETRIES = 1
+TEST_TYPE = 'server'
+TIME = 'MEDIUM'
+MAX_RESULT_SIZE_KB = 512000
+DOC = 'Run module CtsStagedInstallHostTestCases of the Android Compatibility Test Suite (CTS) using x86 ABI in the ARC++ container.'
+
+def run_TS(machine):
+    host_list = [hosts.create_host(machine)]
+    job.run_test(
+        'cheets_CTS_R',
+        hosts=host_list,
+        iterations=1,
+        tag='11_r3.x86.CtsStagedInstallHostTestCases',
+        test_name='cheets_CTS_R.11_r3.x86.CtsStagedInstallHostTestCases',
+        run_template=['run', 'commandAndExit', 'cts', '--module', 'CtsStagedInstallHostTestCases', '--logcat-on-failure'],
+        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
+        target_module='CtsStagedInstallHostTestCases',
+        target_plan=None,
+        bundle='x86',
+        uri='LATEST',
+        use_jdk9=True,
+        timeout=3600)
+
+parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsStatsdHost b/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsStatsdHost
new file mode 100644
index 0000000..e1673f2
--- /dev/null
+++ b/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsStatsdHost
@@ -0,0 +1,34 @@
+# Copyright 2020 The Chromium OS Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+# This file has been automatically generated. Do not edit!
+
+AUTHOR = 'ARC++ Team'
+NAME = 'cheets_CTS_R.11_r3.x86.CtsStatsdHost'
+ATTRIBUTES = 'suite:arc-cts-r'
+DEPENDENCIES = 'arc, cts_abi_x86'
+JOB_RETRIES = 1
+TEST_TYPE = 'server'
+TIME = 'MEDIUM'
+MAX_RESULT_SIZE_KB = 512000
+DOC = 'Run module CtsStatsdHostTestCases, CtsStatsdHostTestCases[instant], CtsStatsdHostTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using x86 ABI in the ARC++ container.'
+
+def run_TS(machine):
+    host_list = [hosts.create_host(machine)]
+    job.run_test(
+        'cheets_CTS_R',
+        hosts=host_list,
+        iterations=1,
+        tag='11_r3.x86.CtsStatsdHost',
+        test_name='cheets_CTS_R.11_r3.x86.CtsStatsdHost',
+        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsStatsdHostTestCases', '--include-filter', 'CtsStatsdHostTestCases[instant]', '--include-filter', 'CtsStatsdHostTestCases[secondary_user]', '--logcat-on-failure'],
+        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
+        target_module='CtsStatsdHost',
+        target_plan=None,
+        bundle='x86',
+        uri='LATEST',
+        use_jdk9=True,
+        timeout=12600)
+
+parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsStrictJavaPackages b/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsStrictJavaPackages
new file mode 100644
index 0000000..b11a42b
--- /dev/null
+++ b/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsStrictJavaPackages
@@ -0,0 +1,34 @@
+# Copyright 2020 The Chromium OS Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+# This file has been automatically generated. Do not edit!
+
+AUTHOR = 'ARC++ Team'
+NAME = 'cheets_CTS_R.11_r3.x86.CtsStrictJavaPackages'
+ATTRIBUTES = 'suite:arc-cts-r'
+DEPENDENCIES = 'arc, cts_abi_x86'
+JOB_RETRIES = 1
+TEST_TYPE = 'server'
+TIME = 'MEDIUM'
+MAX_RESULT_SIZE_KB = 512000
+DOC = 'Run module CtsStrictJavaPackagesTestCases, CtsStrictJavaPackagesTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using x86 ABI in the ARC++ container.'
+
+def run_TS(machine):
+    host_list = [hosts.create_host(machine)]
+    job.run_test(
+        'cheets_CTS_R',
+        hosts=host_list,
+        iterations=1,
+        tag='11_r3.x86.CtsStrictJavaPackages',
+        test_name='cheets_CTS_R.11_r3.x86.CtsStrictJavaPackages',
+        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsStrictJavaPackagesTestCases', '--include-filter', 'CtsStrictJavaPackagesTestCases[secondary_user]', '--logcat-on-failure'],
+        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
+        target_module='CtsStrictJavaPackages',
+        target_plan=None,
+        bundle='x86',
+        uri='LATEST',
+        use_jdk9=True,
+        timeout=5400)
+
+parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsSuspendApps b/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsSuspendApps
new file mode 100644
index 0000000..9d252d8
--- /dev/null
+++ b/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsSuspendApps
@@ -0,0 +1,34 @@
+# Copyright 2020 The Chromium OS Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+# This file has been automatically generated. Do not edit!
+
+AUTHOR = 'ARC++ Team'
+NAME = 'cheets_CTS_R.11_r3.x86.CtsSuspendApps'
+ATTRIBUTES = 'suite:arc-cts-r'
+DEPENDENCIES = 'arc, cts_abi_x86'
+JOB_RETRIES = 1
+TEST_TYPE = 'server'
+TIME = 'MEDIUM'
+MAX_RESULT_SIZE_KB = 512000
+DOC = 'Run module CtsSuspendAppsPermissionTestCases, CtsSuspendAppsPermissionTestCases[secondary_user], CtsSuspendAppsTestCases, CtsSuspendAppsTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using x86 ABI in the ARC++ container.'
+
+def run_TS(machine):
+    host_list = [hosts.create_host(machine)]
+    job.run_test(
+        'cheets_CTS_R',
+        hosts=host_list,
+        iterations=1,
+        tag='11_r3.x86.CtsSuspendApps',
+        test_name='cheets_CTS_R.11_r3.x86.CtsSuspendApps',
+        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsSuspendAppsPermissionTestCases', '--include-filter', 'CtsSuspendAppsPermissionTestCases[secondary_user]', '--include-filter', 'CtsSuspendAppsTestCases', '--include-filter', 'CtsSuspendAppsTestCases[secondary_user]', '--logcat-on-failure'],
+        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
+        target_module='CtsSuspendApps',
+        target_plan=None,
+        bundle='x86',
+        uri='LATEST',
+        use_jdk9=True,
+        timeout=9000)
+
+parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsSustainedPerformanceHost b/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsSustainedPerformanceHost
new file mode 100644
index 0000000..835b6df
--- /dev/null
+++ b/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsSustainedPerformanceHost
@@ -0,0 +1,34 @@
+# Copyright 2020 The Chromium OS Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+# This file has been automatically generated. Do not edit!
+
+AUTHOR = 'ARC++ Team'
+NAME = 'cheets_CTS_R.11_r3.x86.CtsSustainedPerformanceHost'
+ATTRIBUTES = 'suite:arc-cts-r'
+DEPENDENCIES = 'arc, cts_abi_x86'
+JOB_RETRIES = 1
+TEST_TYPE = 'server'
+TIME = 'MEDIUM'
+MAX_RESULT_SIZE_KB = 512000
+DOC = 'Run module CtsSustainedPerformanceHostTestCases, CtsSustainedPerformanceHostTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using x86 ABI in the ARC++ container.'
+
+def run_TS(machine):
+    host_list = [hosts.create_host(machine)]
+    job.run_test(
+        'cheets_CTS_R',
+        hosts=host_list,
+        iterations=1,
+        tag='11_r3.x86.CtsSustainedPerformanceHost',
+        test_name='cheets_CTS_R.11_r3.x86.CtsSustainedPerformanceHost',
+        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsSustainedPerformanceHostTestCases', '--include-filter', 'CtsSustainedPerformanceHostTestCases[secondary_user]', '--logcat-on-failure'],
+        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
+        target_module='CtsSustainedPerformanceHost',
+        target_plan=None,
+        bundle='x86',
+        uri='LATEST',
+        use_jdk9=True,
+        timeout=5400)
+
+parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsSync b/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsSync
new file mode 100644
index 0000000..8227ab6
--- /dev/null
+++ b/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsSync
@@ -0,0 +1,34 @@
+# Copyright 2020 The Chromium OS Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+# This file has been automatically generated. Do not edit!
+
+AUTHOR = 'ARC++ Team'
+NAME = 'cheets_CTS_R.11_r3.x86.CtsSync'
+ATTRIBUTES = 'suite:arc-cts-r'
+DEPENDENCIES = 'arc, cts_abi_x86'
+JOB_RETRIES = 1
+TEST_TYPE = 'server'
+TIME = 'MEDIUM'
+MAX_RESULT_SIZE_KB = 512000
+DOC = 'Run module CtsSyncAccountAccessOtherCertTestCases, CtsSyncAccountAccessOtherCertTestCases[secondary_user], CtsSyncContentHostTestCases, CtsSyncContentHostTestCases[secondary_user], CtsSyncManagerTestsCases, CtsSyncManagerTestsCases[secondary_user] of the Android Compatibility Test Suite (CTS) using x86 ABI in the ARC++ container.'
+
+def run_TS(machine):
+    host_list = [hosts.create_host(machine)]
+    job.run_test(
+        'cheets_CTS_R',
+        hosts=host_list,
+        iterations=1,
+        tag='11_r3.x86.CtsSync',
+        test_name='cheets_CTS_R.11_r3.x86.CtsSync',
+        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsSyncAccountAccessOtherCertTestCases', '--include-filter', 'CtsSyncAccountAccessOtherCertTestCases[secondary_user]', '--include-filter', 'CtsSyncContentHostTestCases', '--include-filter', 'CtsSyncContentHostTestCases[secondary_user]', '--include-filter', 'CtsSyncManagerTestsCases', '--include-filter', 'CtsSyncManagerTestsCases[secondary_user]', '--logcat-on-failure'],
+        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
+        target_module='CtsSync',
+        target_plan=None,
+        bundle='x86',
+        uri='LATEST',
+        use_jdk9=True,
+        timeout=12600)
+
+parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsSystem b/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsSystem
new file mode 100644
index 0000000..547198b
--- /dev/null
+++ b/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsSystem
@@ -0,0 +1,34 @@
+# Copyright 2020 The Chromium OS Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+# This file has been automatically generated. Do not edit!
+
+AUTHOR = 'ARC++ Team'
+NAME = 'cheets_CTS_R.11_r3.x86.CtsSystem'
+ATTRIBUTES = 'suite:arc-cts-r'
+DEPENDENCIES = 'arc, cts_abi_x86'
+JOB_RETRIES = 1
+TEST_TYPE = 'server'
+TIME = 'MEDIUM'
+MAX_RESULT_SIZE_KB = 512000
+DOC = 'Run module CtsSystemApiAnnotationTestCases, CtsSystemApiAnnotationTestCases[instant], CtsSystemApiAnnotationTestCases[secondary_user], CtsSystemApiSignatureTestCases, CtsSystemApiSignatureTestCases[instant], CtsSystemApiSignatureTestCases[secondary_user], CtsSystemIntentTestCases, CtsSystemIntentTestCases[secondary_user], CtsSystemUiHostTestCases, CtsSystemUiHostTestCases[instant], CtsSystemUiHostTestCases[secondary_user], CtsSystemUiTestCases, CtsSystemUiTestCases[instant], CtsSystemUiTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using x86 ABI in the ARC++ container.'
+
+def run_TS(machine):
+    host_list = [hosts.create_host(machine)]
+    job.run_test(
+        'cheets_CTS_R',
+        hosts=host_list,
+        iterations=1,
+        tag='11_r3.x86.CtsSystem',
+        test_name='cheets_CTS_R.11_r3.x86.CtsSystem',
+        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsSystemApiAnnotationTestCases', '--include-filter', 'CtsSystemApiAnnotationTestCases[instant]', '--include-filter', 'CtsSystemApiAnnotationTestCases[secondary_user]', '--include-filter', 'CtsSystemApiSignatureTestCases', '--include-filter', 'CtsSystemApiSignatureTestCases[instant]', '--include-filter', 'CtsSystemApiSignatureTestCases[secondary_user]', '--include-filter', 'CtsSystemIntentTestCases', '--include-filter', 'CtsSystemIntentTestCases[secondary_user]', '--include-filter', 'CtsSystemUiHostTestCases', '--include-filter', 'CtsSystemUiHostTestCases[instant]', '--include-filter', 'CtsSystemUiHostTestCases[secondary_user]', '--include-filter', 'CtsSystemUiTestCases', '--include-filter', 'CtsSystemUiTestCases[instant]', '--include-filter', 'CtsSystemUiTestCases[secondary_user]', '--logcat-on-failure'],
+        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
+        target_module='CtsSystem',
+        target_plan=None,
+        bundle='x86',
+        uri='LATEST',
+        use_jdk9=True,
+        timeout=27000)
+
+parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsTaggingHost b/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsTaggingHost
new file mode 100644
index 0000000..e3463c5
--- /dev/null
+++ b/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsTaggingHost
@@ -0,0 +1,34 @@
+# Copyright 2020 The Chromium OS Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+# This file has been automatically generated. Do not edit!
+
+AUTHOR = 'ARC++ Team'
+NAME = 'cheets_CTS_R.11_r3.x86.CtsTaggingHost'
+ATTRIBUTES = 'suite:arc-cts-r'
+DEPENDENCIES = 'arc, cts_abi_x86'
+JOB_RETRIES = 1
+TEST_TYPE = 'server'
+TIME = 'MEDIUM'
+MAX_RESULT_SIZE_KB = 512000
+DOC = 'Run module CtsTaggingHostTestCases, CtsTaggingHostTestCases[instant], CtsTaggingHostTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using x86 ABI in the ARC++ container.'
+
+def run_TS(machine):
+    host_list = [hosts.create_host(machine)]
+    job.run_test(
+        'cheets_CTS_R',
+        hosts=host_list,
+        iterations=1,
+        tag='11_r3.x86.CtsTaggingHost',
+        test_name='cheets_CTS_R.11_r3.x86.CtsTaggingHost',
+        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsTaggingHostTestCases', '--include-filter', 'CtsTaggingHostTestCases[instant]', '--include-filter', 'CtsTaggingHostTestCases[secondary_user]', '--logcat-on-failure'],
+        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
+        target_module='CtsTaggingHost',
+        target_plan=None,
+        bundle='x86',
+        uri='LATEST',
+        use_jdk9=True,
+        timeout=7200)
+
+parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsTelecom b/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsTelecom
new file mode 100644
index 0000000..9072821
--- /dev/null
+++ b/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsTelecom
@@ -0,0 +1,34 @@
+# Copyright 2020 The Chromium OS Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+# This file has been automatically generated. Do not edit!
+
+AUTHOR = 'ARC++ Team'
+NAME = 'cheets_CTS_R.11_r3.x86.CtsTelecom'
+ATTRIBUTES = 'suite:arc-cts-r'
+DEPENDENCIES = 'arc, cts_abi_x86'
+JOB_RETRIES = 1
+TEST_TYPE = 'server'
+TIME = 'MEDIUM'
+MAX_RESULT_SIZE_KB = 512000
+DOC = 'Run module CtsTelecomTestCases, CtsTelecomTestCases2, CtsTelecomTestCases2[secondary_user], CtsTelecomTestCases3, CtsTelecomTestCases3[secondary_user], CtsTelecomTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using x86 ABI in the ARC++ container.'
+
+def run_TS(machine):
+    host_list = [hosts.create_host(machine)]
+    job.run_test(
+        'cheets_CTS_R',
+        hosts=host_list,
+        iterations=1,
+        tag='11_r3.x86.CtsTelecom',
+        test_name='cheets_CTS_R.11_r3.x86.CtsTelecom',
+        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsTelecomTestCases', '--include-filter', 'CtsTelecomTestCases2', '--include-filter', 'CtsTelecomTestCases2[secondary_user]', '--include-filter', 'CtsTelecomTestCases3', '--include-filter', 'CtsTelecomTestCases3[secondary_user]', '--include-filter', 'CtsTelecomTestCases[secondary_user]', '--logcat-on-failure'],
+        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
+        target_module='CtsTelecom',
+        target_plan=None,
+        bundle='x86',
+        uri='LATEST',
+        use_jdk9=True,
+        timeout=12600)
+
+parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsTelephony b/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsTelephony
new file mode 100644
index 0000000..26b549b
--- /dev/null
+++ b/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsTelephony
@@ -0,0 +1,34 @@
+# Copyright 2020 The Chromium OS Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+# This file has been automatically generated. Do not edit!
+
+AUTHOR = 'ARC++ Team'
+NAME = 'cheets_CTS_R.11_r3.x86.CtsTelephony'
+ATTRIBUTES = 'suite:arc-cts-r'
+DEPENDENCIES = 'arc, cts_abi_x86'
+JOB_RETRIES = 1
+TEST_TYPE = 'server'
+TIME = 'MEDIUM'
+MAX_RESULT_SIZE_KB = 512000
+DOC = 'Run module CtsTelephony2TestCases, CtsTelephony2TestCases[instant], CtsTelephony2TestCases[secondary_user], CtsTelephony3TestCases, CtsTelephony3TestCases[secondary_user], CtsTelephonyHostCases, CtsTelephonyHostCases[secondary_user], CtsTelephonyProviderHostCases, CtsTelephonyProviderHostCases[secondary_user], CtsTelephonyProviderTestCases, CtsTelephonyProviderTestCases[secondary_user], CtsTelephonySdk28TestCases, CtsTelephonySdk28TestCases[secondary_user], CtsTelephonyTestCases, CtsTelephonyTestCasesPermissionReadPhoneState, CtsTelephonyTestCasesPermissionReadPhoneState[instant], CtsTelephonyTestCasesPermissionReadPhoneState[secondary_user] of the Android Compatibility Test Suite (CTS) using x86 ABI in the ARC++ container.'
+
+def run_TS(machine):
+    host_list = [hosts.create_host(machine)]
+    job.run_test(
+        'cheets_CTS_R',
+        hosts=host_list,
+        iterations=1,
+        tag='11_r3.x86.CtsTelephony',
+        test_name='cheets_CTS_R.11_r3.x86.CtsTelephony',
+        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsTelephony2TestCases', '--include-filter', 'CtsTelephony2TestCases[instant]', '--include-filter', 'CtsTelephony2TestCases[secondary_user]', '--include-filter', 'CtsTelephony3TestCases', '--include-filter', 'CtsTelephony3TestCases[secondary_user]', '--include-filter', 'CtsTelephonyHostCases', '--include-filter', 'CtsTelephonyHostCases[secondary_user]', '--include-filter', 'CtsTelephonyProviderHostCases', '--include-filter', 'CtsTelephonyProviderHostCases[secondary_user]', '--include-filter', 'CtsTelephonyProviderTestCases', '--include-filter', 'CtsTelephonyProviderTestCases[secondary_user]', '--include-filter', 'CtsTelephonySdk28TestCases', '--include-filter', 'CtsTelephonySdk28TestCases[secondary_user]', '--include-filter', 'CtsTelephonyTestCases', '--include-filter', 'CtsTelephonyTestCasesPermissionReadPhoneState', '--include-filter', 'CtsTelephonyTestCasesPermissionReadPhoneState[instant]', '--include-filter', 'CtsTelephonyTestCasesPermissionReadPhoneState[secondary_user]', '--logcat-on-failure'],
+        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
+        target_module='CtsTelephony',
+        target_plan=None,
+        bundle='x86',
+        uri='LATEST',
+        use_jdk9=True,
+        timeout=32400)
+
+parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsTestHarnessMode b/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsTestHarnessMode
new file mode 100644
index 0000000..f08cd93
--- /dev/null
+++ b/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsTestHarnessMode
@@ -0,0 +1,34 @@
+# Copyright 2020 The Chromium OS Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+# This file has been automatically generated. Do not edit!
+
+AUTHOR = 'ARC++ Team'
+NAME = 'cheets_CTS_R.11_r3.x86.CtsTestHarnessMode'
+ATTRIBUTES = 'suite:arc-cts-r'
+DEPENDENCIES = 'arc, cts_abi_x86'
+JOB_RETRIES = 1
+TEST_TYPE = 'server'
+TIME = 'MEDIUM'
+MAX_RESULT_SIZE_KB = 512000
+DOC = 'Run module CtsTestHarnessModeTestCases, CtsTestHarnessModeTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using x86 ABI in the ARC++ container.'
+
+def run_TS(machine):
+    host_list = [hosts.create_host(machine)]
+    job.run_test(
+        'cheets_CTS_R',
+        hosts=host_list,
+        iterations=1,
+        tag='11_r3.x86.CtsTestHarnessMode',
+        test_name='cheets_CTS_R.11_r3.x86.CtsTestHarnessMode',
+        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsTestHarnessModeTestCases', '--include-filter', 'CtsTestHarnessModeTestCases[secondary_user]', '--logcat-on-failure'],
+        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
+        target_module='CtsTestHarnessMode',
+        target_plan=None,
+        bundle='x86',
+        uri='LATEST',
+        use_jdk9=True,
+        timeout=5400)
+
+parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsTetheringTest b/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsTetheringTest
new file mode 100644
index 0000000..f4491b4
--- /dev/null
+++ b/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsTetheringTest
@@ -0,0 +1,34 @@
+# Copyright 2020 The Chromium OS Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+# This file has been automatically generated. Do not edit!
+
+AUTHOR = 'ARC++ Team'
+NAME = 'cheets_CTS_R.11_r3.x86.CtsTetheringTest'
+ATTRIBUTES = 'suite:arc-cts-r'
+DEPENDENCIES = 'arc, cts_abi_x86'
+JOB_RETRIES = 1
+TEST_TYPE = 'server'
+TIME = 'MEDIUM'
+MAX_RESULT_SIZE_KB = 512000
+DOC = 'Run module CtsTetheringTest, CtsTetheringTest[secondary_user] of the Android Compatibility Test Suite (CTS) using x86 ABI in the ARC++ container.'
+
+def run_TS(machine):
+    host_list = [hosts.create_host(machine)]
+    job.run_test(
+        'cheets_CTS_R',
+        hosts=host_list,
+        iterations=1,
+        tag='11_r3.x86.CtsTetheringTest',
+        test_name='cheets_CTS_R.11_r3.x86.CtsTetheringTest',
+        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsTetheringTest', '--include-filter', 'CtsTetheringTest[secondary_user]', '--logcat-on-failure'],
+        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
+        target_module='CtsTetheringTest',
+        target_plan=None,
+        bundle='x86',
+        uri='LATEST',
+        use_jdk9=True,
+        timeout=5400)
+
+parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsText b/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsText
new file mode 100644
index 0000000..9b60b65
--- /dev/null
+++ b/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsText
@@ -0,0 +1,34 @@
+# Copyright 2020 The Chromium OS Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+# This file has been automatically generated. Do not edit!
+
+AUTHOR = 'ARC++ Team'
+NAME = 'cheets_CTS_R.11_r3.x86.CtsText'
+ATTRIBUTES = 'suite:arc-cts-r'
+DEPENDENCIES = 'arc, cts_abi_x86'
+JOB_RETRIES = 1
+TEST_TYPE = 'server'
+TIME = 'MEDIUM'
+MAX_RESULT_SIZE_KB = 512000
+DOC = 'Run module CtsTextClassifierTestCases, CtsTextClassifierTestCases[secondary_user], CtsTextTestCases, CtsTextTestCases[instant], CtsTextTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using x86 ABI in the ARC++ container.'
+
+def run_TS(machine):
+    host_list = [hosts.create_host(machine)]
+    job.run_test(
+        'cheets_CTS_R',
+        hosts=host_list,
+        iterations=1,
+        tag='11_r3.x86.CtsText',
+        test_name='cheets_CTS_R.11_r3.x86.CtsText',
+        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsTextClassifierTestCases', '--include-filter', 'CtsTextClassifierTestCases[secondary_user]', '--include-filter', 'CtsTextTestCases', '--include-filter', 'CtsTextTestCases[instant]', '--include-filter', 'CtsTextTestCases[secondary_user]', '--logcat-on-failure'],
+        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
+        target_module='CtsText',
+        target_plan=None,
+        bundle='x86',
+        uri='LATEST',
+        use_jdk9=True,
+        timeout=10800)
+
+parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsTfliteNnapiDelegate b/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsTfliteNnapiDelegate
new file mode 100644
index 0000000..4496cc2
--- /dev/null
+++ b/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsTfliteNnapiDelegate
@@ -0,0 +1,34 @@
+# Copyright 2020 The Chromium OS Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+# This file has been automatically generated. Do not edit!
+
+AUTHOR = 'ARC++ Team'
+NAME = 'cheets_CTS_R.11_r3.x86.CtsTfliteNnapiDelegate'
+ATTRIBUTES = 'suite:arc-cts-r'
+DEPENDENCIES = 'arc, cts_abi_x86'
+JOB_RETRIES = 1
+TEST_TYPE = 'server'
+TIME = 'MEDIUM'
+MAX_RESULT_SIZE_KB = 512000
+DOC = 'Run module CtsTfliteNnapiDelegateTestCases, CtsTfliteNnapiDelegateTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using x86 ABI in the ARC++ container.'
+
+def run_TS(machine):
+    host_list = [hosts.create_host(machine)]
+    job.run_test(
+        'cheets_CTS_R',
+        hosts=host_list,
+        iterations=1,
+        tag='11_r3.x86.CtsTfliteNnapiDelegate',
+        test_name='cheets_CTS_R.11_r3.x86.CtsTfliteNnapiDelegate',
+        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsTfliteNnapiDelegateTestCases', '--include-filter', 'CtsTfliteNnapiDelegateTestCases[secondary_user]', '--logcat-on-failure'],
+        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
+        target_module='CtsTfliteNnapiDelegate',
+        target_plan=None,
+        bundle='x86',
+        uri='LATEST',
+        use_jdk9=True,
+        timeout=5400)
+
+parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsTheme b/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsTheme
new file mode 100644
index 0000000..99a85ef
--- /dev/null
+++ b/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsTheme
@@ -0,0 +1,34 @@
+# Copyright 2020 The Chromium OS Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+# This file has been automatically generated. Do not edit!
+
+AUTHOR = 'ARC++ Team'
+NAME = 'cheets_CTS_R.11_r3.x86.CtsTheme'
+ATTRIBUTES = 'suite:arc-cts-r'
+DEPENDENCIES = 'arc, cts_abi_x86'
+JOB_RETRIES = 1
+TEST_TYPE = 'server'
+TIME = 'MEDIUM'
+MAX_RESULT_SIZE_KB = 512000
+DOC = 'Run module CtsThemeDeviceTestCases, CtsThemeDeviceTestCases[secondary_user], CtsThemeHostTestCases, CtsThemeHostTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using x86 ABI in the ARC++ container.'
+
+def run_TS(machine):
+    host_list = [hosts.create_host(machine)]
+    job.run_test(
+        'cheets_CTS_R',
+        hosts=host_list,
+        iterations=1,
+        tag='11_r3.x86.CtsTheme',
+        test_name='cheets_CTS_R.11_r3.x86.CtsTheme',
+        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsThemeDeviceTestCases', '--include-filter', 'CtsThemeDeviceTestCases[secondary_user]', '--include-filter', 'CtsThemeHostTestCases', '--include-filter', 'CtsThemeHostTestCases[secondary_user]', '--logcat-on-failure'],
+        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
+        target_module='CtsTheme',
+        target_plan=None,
+        bundle='x86',
+        uri='LATEST',
+        use_jdk9=True,
+        timeout=9000)
+
+parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsThermal b/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsThermal
new file mode 100644
index 0000000..be8adf7
--- /dev/null
+++ b/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsThermal
@@ -0,0 +1,34 @@
+# Copyright 2020 The Chromium OS Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+# This file has been automatically generated. Do not edit!
+
+AUTHOR = 'ARC++ Team'
+NAME = 'cheets_CTS_R.11_r3.x86.CtsThermal'
+ATTRIBUTES = 'suite:arc-cts-r'
+DEPENDENCIES = 'arc, cts_abi_x86'
+JOB_RETRIES = 1
+TEST_TYPE = 'server'
+TIME = 'MEDIUM'
+MAX_RESULT_SIZE_KB = 512000
+DOC = 'Run module CtsThermalTestCases, CtsThermalTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using x86 ABI in the ARC++ container.'
+
+def run_TS(machine):
+    host_list = [hosts.create_host(machine)]
+    job.run_test(
+        'cheets_CTS_R',
+        hosts=host_list,
+        iterations=1,
+        tag='11_r3.x86.CtsThermal',
+        test_name='cheets_CTS_R.11_r3.x86.CtsThermal',
+        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsThermalTestCases', '--include-filter', 'CtsThermalTestCases[secondary_user]', '--logcat-on-failure'],
+        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
+        target_module='CtsThermal',
+        target_plan=None,
+        bundle='x86',
+        uri='LATEST',
+        use_jdk9=True,
+        timeout=5400)
+
+parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsToast b/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsToast
new file mode 100644
index 0000000..a559f2f
--- /dev/null
+++ b/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsToast
@@ -0,0 +1,34 @@
+# Copyright 2020 The Chromium OS Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+# This file has been automatically generated. Do not edit!
+
+AUTHOR = 'ARC++ Team'
+NAME = 'cheets_CTS_R.11_r3.x86.CtsToast'
+ATTRIBUTES = 'suite:arc-cts-r'
+DEPENDENCIES = 'arc, cts_abi_x86'
+JOB_RETRIES = 1
+TEST_TYPE = 'server'
+TIME = 'MEDIUM'
+MAX_RESULT_SIZE_KB = 512000
+DOC = 'Run module CtsToastLegacyTestCases, CtsToastLegacyTestCases[secondary_user], CtsToastTestCases, CtsToastTestCases[instant], CtsToastTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using x86 ABI in the ARC++ container.'
+
+def run_TS(machine):
+    host_list = [hosts.create_host(machine)]
+    job.run_test(
+        'cheets_CTS_R',
+        hosts=host_list,
+        iterations=1,
+        tag='11_r3.x86.CtsToast',
+        test_name='cheets_CTS_R.11_r3.x86.CtsToast',
+        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsToastLegacyTestCases', '--include-filter', 'CtsToastLegacyTestCases[secondary_user]', '--include-filter', 'CtsToastTestCases', '--include-filter', 'CtsToastTestCases[instant]', '--include-filter', 'CtsToastTestCases[secondary_user]', '--logcat-on-failure'],
+        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
+        target_module='CtsToast',
+        target_plan=None,
+        bundle='x86',
+        uri='LATEST',
+        use_jdk9=True,
+        timeout=10800)
+
+parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsTransition b/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsTransition
new file mode 100644
index 0000000..2cd72c6
--- /dev/null
+++ b/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsTransition
@@ -0,0 +1,34 @@
+# Copyright 2020 The Chromium OS Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+# This file has been automatically generated. Do not edit!
+
+AUTHOR = 'ARC++ Team'
+NAME = 'cheets_CTS_R.11_r3.x86.CtsTransition'
+ATTRIBUTES = 'suite:arc-cts-r'
+DEPENDENCIES = 'arc, cts_abi_x86'
+JOB_RETRIES = 1
+TEST_TYPE = 'server'
+TIME = 'MEDIUM'
+MAX_RESULT_SIZE_KB = 512000
+DOC = 'Run module CtsTransitionTestCases, CtsTransitionTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using x86 ABI in the ARC++ container.'
+
+def run_TS(machine):
+    host_list = [hosts.create_host(machine)]
+    job.run_test(
+        'cheets_CTS_R',
+        hosts=host_list,
+        iterations=1,
+        tag='11_r3.x86.CtsTransition',
+        test_name='cheets_CTS_R.11_r3.x86.CtsTransition',
+        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsTransitionTestCases', '--include-filter', 'CtsTransitionTestCases[secondary_user]', '--logcat-on-failure'],
+        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
+        target_module='CtsTransition',
+        target_plan=None,
+        bundle='x86',
+        uri='LATEST',
+        use_jdk9=True,
+        timeout=5400)
+
+parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsTrustedVoiceHost b/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsTrustedVoiceHost
new file mode 100644
index 0000000..a1a847e
--- /dev/null
+++ b/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsTrustedVoiceHost
@@ -0,0 +1,34 @@
+# Copyright 2020 The Chromium OS Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+# This file has been automatically generated. Do not edit!
+
+AUTHOR = 'ARC++ Team'
+NAME = 'cheets_CTS_R.11_r3.x86.CtsTrustedVoiceHost'
+ATTRIBUTES = 'suite:arc-cts-r'
+DEPENDENCIES = 'arc, cts_abi_x86'
+JOB_RETRIES = 1
+TEST_TYPE = 'server'
+TIME = 'MEDIUM'
+MAX_RESULT_SIZE_KB = 512000
+DOC = 'Run module CtsTrustedVoiceHostTestCases, CtsTrustedVoiceHostTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using x86 ABI in the ARC++ container.'
+
+def run_TS(machine):
+    host_list = [hosts.create_host(machine)]
+    job.run_test(
+        'cheets_CTS_R',
+        hosts=host_list,
+        iterations=1,
+        tag='11_r3.x86.CtsTrustedVoiceHost',
+        test_name='cheets_CTS_R.11_r3.x86.CtsTrustedVoiceHost',
+        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsTrustedVoiceHostTestCases', '--include-filter', 'CtsTrustedVoiceHostTestCases[secondary_user]', '--logcat-on-failure'],
+        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
+        target_module='CtsTrustedVoiceHost',
+        target_plan=None,
+        bundle='x86',
+        uri='LATEST',
+        use_jdk9=True,
+        timeout=5400)
+
+parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsTv b/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsTv
new file mode 100644
index 0000000..1153b51
--- /dev/null
+++ b/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsTv
@@ -0,0 +1,34 @@
+# Copyright 2020 The Chromium OS Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+# This file has been automatically generated. Do not edit!
+
+AUTHOR = 'ARC++ Team'
+NAME = 'cheets_CTS_R.11_r3.x86.CtsTv'
+ATTRIBUTES = 'suite:arc-cts-r'
+DEPENDENCIES = 'arc, cts_abi_x86'
+JOB_RETRIES = 1
+TEST_TYPE = 'server'
+TIME = 'MEDIUM'
+MAX_RESULT_SIZE_KB = 512000
+DOC = 'Run module CtsTvProviderTestCases, CtsTvProviderTestCases[secondary_user], CtsTvTestCases, CtsTvTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using x86 ABI in the ARC++ container.'
+
+def run_TS(machine):
+    host_list = [hosts.create_host(machine)]
+    job.run_test(
+        'cheets_CTS_R',
+        hosts=host_list,
+        iterations=1,
+        tag='11_r3.x86.CtsTv',
+        test_name='cheets_CTS_R.11_r3.x86.CtsTv',
+        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsTvProviderTestCases', '--include-filter', 'CtsTvProviderTestCases[secondary_user]', '--include-filter', 'CtsTvTestCases', '--include-filter', 'CtsTvTestCases[secondary_user]', '--logcat-on-failure'],
+        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
+        target_module='CtsTv',
+        target_plan=None,
+        bundle='x86',
+        uri='LATEST',
+        use_jdk9=True,
+        timeout=9000)
+
+parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsUi b/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsUi
new file mode 100644
index 0000000..5c03d33
--- /dev/null
+++ b/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsUi
@@ -0,0 +1,34 @@
+# Copyright 2020 The Chromium OS Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+# This file has been automatically generated. Do not edit!
+
+AUTHOR = 'ARC++ Team'
+NAME = 'cheets_CTS_R.11_r3.x86.CtsUi'
+ATTRIBUTES = 'suite:arc-cts-r'
+DEPENDENCIES = 'arc, cts_abi_x86'
+JOB_RETRIES = 1
+TEST_TYPE = 'server'
+TIME = 'MEDIUM'
+MAX_RESULT_SIZE_KB = 512000
+DOC = 'Run module CtsUiAutomationTestCases, CtsUiAutomationTestCases[instant], CtsUiAutomationTestCases[secondary_user], CtsUiRenderingTestCases, CtsUiRenderingTestCases27, CtsUiRenderingTestCases27[instant], CtsUiRenderingTestCases27[secondary_user], CtsUiRenderingTestCases[instant], CtsUiRenderingTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using x86 ABI in the ARC++ container.'
+
+def run_TS(machine):
+    host_list = [hosts.create_host(machine)]
+    job.run_test(
+        'cheets_CTS_R',
+        hosts=host_list,
+        iterations=1,
+        tag='11_r3.x86.CtsUi',
+        test_name='cheets_CTS_R.11_r3.x86.CtsUi',
+        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsUiAutomationTestCases', '--include-filter', 'CtsUiAutomationTestCases[instant]', '--include-filter', 'CtsUiAutomationTestCases[secondary_user]', '--include-filter', 'CtsUiRenderingTestCases', '--include-filter', 'CtsUiRenderingTestCases27', '--include-filter', 'CtsUiRenderingTestCases27[instant]', '--include-filter', 'CtsUiRenderingTestCases27[secondary_user]', '--include-filter', 'CtsUiRenderingTestCases[instant]', '--include-filter', 'CtsUiRenderingTestCases[secondary_user]', '--logcat-on-failure'],
+        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
+        target_module='CtsUi',
+        target_plan=None,
+        bundle='x86',
+        uri='LATEST',
+        use_jdk9=True,
+        timeout=18000)
+
+parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsUidIsolation b/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsUidIsolation
new file mode 100644
index 0000000..45f6a68
--- /dev/null
+++ b/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsUidIsolation
@@ -0,0 +1,34 @@
+# Copyright 2020 The Chromium OS Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+# This file has been automatically generated. Do not edit!
+
+AUTHOR = 'ARC++ Team'
+NAME = 'cheets_CTS_R.11_r3.x86.CtsUidIsolation'
+ATTRIBUTES = 'suite:arc-cts-r'
+DEPENDENCIES = 'arc, cts_abi_x86'
+JOB_RETRIES = 1
+TEST_TYPE = 'server'
+TIME = 'MEDIUM'
+MAX_RESULT_SIZE_KB = 512000
+DOC = 'Run module CtsUidIsolationTestCases, CtsUidIsolationTestCases[instant], CtsUidIsolationTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using x86 ABI in the ARC++ container.'
+
+def run_TS(machine):
+    host_list = [hosts.create_host(machine)]
+    job.run_test(
+        'cheets_CTS_R',
+        hosts=host_list,
+        iterations=1,
+        tag='11_r3.x86.CtsUidIsolation',
+        test_name='cheets_CTS_R.11_r3.x86.CtsUidIsolation',
+        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsUidIsolationTestCases', '--include-filter', 'CtsUidIsolationTestCases[instant]', '--include-filter', 'CtsUidIsolationTestCases[secondary_user]', '--logcat-on-failure'],
+        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
+        target_module='CtsUidIsolation',
+        target_plan=None,
+        bundle='x86',
+        uri='LATEST',
+        use_jdk9=True,
+        timeout=7200)
+
+parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsUsageStats b/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsUsageStats
new file mode 100644
index 0000000..1bc281a
--- /dev/null
+++ b/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsUsageStats
@@ -0,0 +1,34 @@
+# Copyright 2020 The Chromium OS Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+# This file has been automatically generated. Do not edit!
+
+AUTHOR = 'ARC++ Team'
+NAME = 'cheets_CTS_R.11_r3.x86.CtsUsageStats'
+ATTRIBUTES = 'suite:arc-cts-r'
+DEPENDENCIES = 'arc, cts_abi_x86'
+JOB_RETRIES = 1
+TEST_TYPE = 'server'
+TIME = 'MEDIUM'
+MAX_RESULT_SIZE_KB = 512000
+DOC = 'Run module CtsUsageStatsTestCases, CtsUsageStatsTestCases[instant], CtsUsageStatsTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using x86 ABI in the ARC++ container.'
+
+def run_TS(machine):
+    host_list = [hosts.create_host(machine)]
+    job.run_test(
+        'cheets_CTS_R',
+        hosts=host_list,
+        iterations=1,
+        tag='11_r3.x86.CtsUsageStats',
+        test_name='cheets_CTS_R.11_r3.x86.CtsUsageStats',
+        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsUsageStatsTestCases', '--include-filter', 'CtsUsageStatsTestCases[instant]', '--include-filter', 'CtsUsageStatsTestCases[secondary_user]', '--logcat-on-failure'],
+        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
+        target_module='CtsUsageStats',
+        target_plan=None,
+        bundle='x86',
+        uri='LATEST',
+        use_jdk9=True,
+        timeout=7200)
+
+parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsUsb b/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsUsb
new file mode 100644
index 0000000..1eadf99
--- /dev/null
+++ b/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsUsb
@@ -0,0 +1,34 @@
+# Copyright 2020 The Chromium OS Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+# This file has been automatically generated. Do not edit!
+
+AUTHOR = 'ARC++ Team'
+NAME = 'cheets_CTS_R.11_r3.x86.CtsUsb'
+ATTRIBUTES = 'suite:arc-cts-r'
+DEPENDENCIES = 'arc, cts_abi_x86'
+JOB_RETRIES = 1
+TEST_TYPE = 'server'
+TIME = 'MEDIUM'
+MAX_RESULT_SIZE_KB = 512000
+DOC = 'Run module CtsUsbManagerTestCases, CtsUsbManagerTestCases[secondary_user], CtsUsbTests, CtsUsbTests[instant], CtsUsbTests[secondary_user] of the Android Compatibility Test Suite (CTS) using x86 ABI in the ARC++ container.'
+
+def run_TS(machine):
+    host_list = [hosts.create_host(machine)]
+    job.run_test(
+        'cheets_CTS_R',
+        hosts=host_list,
+        iterations=1,
+        tag='11_r3.x86.CtsUsb',
+        test_name='cheets_CTS_R.11_r3.x86.CtsUsb',
+        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsUsbManagerTestCases', '--include-filter', 'CtsUsbManagerTestCases[secondary_user]', '--include-filter', 'CtsUsbTests', '--include-filter', 'CtsUsbTests[instant]', '--include-filter', 'CtsUsbTests[secondary_user]', '--logcat-on-failure'],
+        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
+        target_module='CtsUsb',
+        target_plan=None,
+        bundle='x86',
+        uri='LATEST',
+        use_jdk9=True,
+        timeout=10800)
+
+parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsUserspaceRebootHostSideTestCases b/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsUserspaceRebootHostSideTestCases
new file mode 100644
index 0000000..91ba35b
--- /dev/null
+++ b/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsUserspaceRebootHostSideTestCases
@@ -0,0 +1,34 @@
+# Copyright 2020 The Chromium OS Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+# This file has been automatically generated. Do not edit!
+
+AUTHOR = 'ARC++ Team'
+NAME = 'cheets_CTS_R.11_r3.x86.CtsUserspaceRebootHostSideTestCases'
+ATTRIBUTES = 'suite:arc-cts-r'
+DEPENDENCIES = 'arc, cts_abi_x86'
+JOB_RETRIES = 1
+TEST_TYPE = 'server'
+TIME = 'MEDIUM'
+MAX_RESULT_SIZE_KB = 512000
+DOC = 'Run module CtsUserspaceRebootHostSideTestCases of the Android Compatibility Test Suite (CTS) using x86 ABI in the ARC++ container.'
+
+def run_TS(machine):
+    host_list = [hosts.create_host(machine)]
+    job.run_test(
+        'cheets_CTS_R',
+        hosts=host_list,
+        iterations=1,
+        tag='11_r3.x86.CtsUserspaceRebootHostSideTestCases',
+        test_name='cheets_CTS_R.11_r3.x86.CtsUserspaceRebootHostSideTestCases',
+        run_template=['run', 'commandAndExit', 'cts', '--module', 'CtsUserspaceRebootHostSideTestCases', '--logcat-on-failure'],
+        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
+        target_module='CtsUserspaceRebootHostSideTestCases',
+        target_plan=None,
+        bundle='x86',
+        uri='LATEST',
+        use_jdk9=True,
+        timeout=3600)
+
+parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsUsesLibraryHost b/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsUsesLibraryHost
new file mode 100644
index 0000000..bc54c73
--- /dev/null
+++ b/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsUsesLibraryHost
@@ -0,0 +1,34 @@
+# Copyright 2020 The Chromium OS Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+# This file has been automatically generated. Do not edit!
+
+AUTHOR = 'ARC++ Team'
+NAME = 'cheets_CTS_R.11_r3.x86.CtsUsesLibraryHost'
+ATTRIBUTES = 'suite:arc-cts-r'
+DEPENDENCIES = 'arc, cts_abi_x86'
+JOB_RETRIES = 1
+TEST_TYPE = 'server'
+TIME = 'MEDIUM'
+MAX_RESULT_SIZE_KB = 512000
+DOC = 'Run module CtsUsesLibraryHostTestCases, CtsUsesLibraryHostTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using x86 ABI in the ARC++ container.'
+
+def run_TS(machine):
+    host_list = [hosts.create_host(machine)]
+    job.run_test(
+        'cheets_CTS_R',
+        hosts=host_list,
+        iterations=1,
+        tag='11_r3.x86.CtsUsesLibraryHost',
+        test_name='cheets_CTS_R.11_r3.x86.CtsUsesLibraryHost',
+        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsUsesLibraryHostTestCases', '--include-filter', 'CtsUsesLibraryHostTestCases[secondary_user]', '--logcat-on-failure'],
+        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
+        target_module='CtsUsesLibraryHost',
+        target_plan=None,
+        bundle='x86',
+        uri='LATEST',
+        use_jdk9=True,
+        timeout=5400)
+
+parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsUtil b/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsUtil
new file mode 100644
index 0000000..b28e75b
--- /dev/null
+++ b/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsUtil
@@ -0,0 +1,34 @@
+# Copyright 2020 The Chromium OS Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+# This file has been automatically generated. Do not edit!
+
+AUTHOR = 'ARC++ Team'
+NAME = 'cheets_CTS_R.11_r3.x86.CtsUtil'
+ATTRIBUTES = 'suite:arc-cts-r'
+DEPENDENCIES = 'arc, cts_abi_x86'
+JOB_RETRIES = 1
+TEST_TYPE = 'server'
+TIME = 'MEDIUM'
+MAX_RESULT_SIZE_KB = 512000
+DOC = 'Run module CtsUtilTestCases, CtsUtilTestCases[instant], CtsUtilTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using x86 ABI in the ARC++ container.'
+
+def run_TS(machine):
+    host_list = [hosts.create_host(machine)]
+    job.run_test(
+        'cheets_CTS_R',
+        hosts=host_list,
+        iterations=1,
+        tag='11_r3.x86.CtsUtil',
+        test_name='cheets_CTS_R.11_r3.x86.CtsUtil',
+        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsUtilTestCases', '--include-filter', 'CtsUtilTestCases[instant]', '--include-filter', 'CtsUtilTestCases[secondary_user]', '--logcat-on-failure'],
+        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
+        target_module='CtsUtil',
+        target_plan=None,
+        bundle='x86',
+        uri='LATEST',
+        use_jdk9=True,
+        timeout=7200)
+
+parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsVideo b/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsVideo
new file mode 100644
index 0000000..ff7c2af
--- /dev/null
+++ b/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsVideo
@@ -0,0 +1,34 @@
+# Copyright 2020 The Chromium OS Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+# This file has been automatically generated. Do not edit!
+
+AUTHOR = 'ARC++ Team'
+NAME = 'cheets_CTS_R.11_r3.x86.CtsVideo'
+ATTRIBUTES = 'suite:arc-cts-r'
+DEPENDENCIES = 'arc, cts_abi_x86'
+JOB_RETRIES = 1
+TEST_TYPE = 'server'
+TIME = 'MEDIUM'
+MAX_RESULT_SIZE_KB = 512000
+DOC = 'Run module CtsVideoTestCases, CtsVideoTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using x86 ABI in the ARC++ container.'
+
+def run_TS(machine):
+    host_list = [hosts.create_host(machine)]
+    job.run_test(
+        'cheets_CTS_R',
+        hosts=host_list,
+        iterations=1,
+        tag='11_r3.x86.CtsVideo',
+        test_name='cheets_CTS_R.11_r3.x86.CtsVideo',
+        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsVideoTestCases', '--include-filter', 'CtsVideoTestCases[secondary_user]', '--logcat-on-failure'],
+        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
+        target_module='CtsVideo',
+        target_plan=None,
+        bundle='x86',
+        uri='LATEST',
+        use_jdk9=True,
+        timeout=9000)
+
+parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsView b/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsView
new file mode 100644
index 0000000..40c1326
--- /dev/null
+++ b/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsView
@@ -0,0 +1,34 @@
+# Copyright 2020 The Chromium OS Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+# This file has been automatically generated. Do not edit!
+
+AUTHOR = 'ARC++ Team'
+NAME = 'cheets_CTS_R.11_r3.x86.CtsView'
+ATTRIBUTES = 'suite:arc-cts-r'
+DEPENDENCIES = 'arc, cts_abi_x86'
+JOB_RETRIES = 1
+TEST_TYPE = 'server'
+TIME = 'MEDIUM'
+MAX_RESULT_SIZE_KB = 512000
+DOC = 'Run module CtsViewInspectorAnnotationProcessorTestCases, CtsViewInspectorAnnotationProcessorTestCases[instant], CtsViewInspectorAnnotationProcessorTestCases[secondary_user], CtsViewTestCases, CtsViewTestCasesSdk28, CtsViewTestCasesSdk28[instant], CtsViewTestCasesSdk28[secondary_user], CtsViewTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using x86 ABI in the ARC++ container.'
+
+def run_TS(machine):
+    host_list = [hosts.create_host(machine)]
+    job.run_test(
+        'cheets_CTS_R',
+        hosts=host_list,
+        iterations=1,
+        tag='11_r3.x86.CtsView',
+        test_name='cheets_CTS_R.11_r3.x86.CtsView',
+        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsViewInspectorAnnotationProcessorTestCases', '--include-filter', 'CtsViewInspectorAnnotationProcessorTestCases[instant]', '--include-filter', 'CtsViewInspectorAnnotationProcessorTestCases[secondary_user]', '--include-filter', 'CtsViewTestCases', '--include-filter', 'CtsViewTestCasesSdk28', '--include-filter', 'CtsViewTestCasesSdk28[instant]', '--include-filter', 'CtsViewTestCasesSdk28[secondary_user]', '--include-filter', 'CtsViewTestCases[secondary_user]', '--logcat-on-failure'],
+        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
+        target_module='CtsView',
+        target_plan=None,
+        bundle='x86',
+        uri='LATEST',
+        use_jdk9=True,
+        timeout=16200)
+
+parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsVoice b/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsVoice
new file mode 100644
index 0000000..9094e36
--- /dev/null
+++ b/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsVoice
@@ -0,0 +1,34 @@
+# Copyright 2020 The Chromium OS Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+# This file has been automatically generated. Do not edit!
+
+AUTHOR = 'ARC++ Team'
+NAME = 'cheets_CTS_R.11_r3.x86.CtsVoice'
+ATTRIBUTES = 'suite:arc-cts-r'
+DEPENDENCIES = 'arc, cts_abi_x86'
+JOB_RETRIES = 1
+TEST_TYPE = 'server'
+TIME = 'MEDIUM'
+MAX_RESULT_SIZE_KB = 512000
+DOC = 'Run module CtsVoiceInteractionTestCases, CtsVoiceInteractionTestCases[instant], CtsVoiceInteractionTestCases[secondary_user], CtsVoiceSettingsTestCases, CtsVoiceSettingsTestCases[instant], CtsVoiceSettingsTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using x86 ABI in the ARC++ container.'
+
+def run_TS(machine):
+    host_list = [hosts.create_host(machine)]
+    job.run_test(
+        'cheets_CTS_R',
+        hosts=host_list,
+        iterations=1,
+        tag='11_r3.x86.CtsVoice',
+        test_name='cheets_CTS_R.11_r3.x86.CtsVoice',
+        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsVoiceInteractionTestCases', '--include-filter', 'CtsVoiceInteractionTestCases[instant]', '--include-filter', 'CtsVoiceInteractionTestCases[secondary_user]', '--include-filter', 'CtsVoiceSettingsTestCases', '--include-filter', 'CtsVoiceSettingsTestCases[instant]', '--include-filter', 'CtsVoiceSettingsTestCases[secondary_user]', '--logcat-on-failure'],
+        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
+        target_module='CtsVoice',
+        target_plan=None,
+        bundle='x86',
+        uri='LATEST',
+        use_jdk9=True,
+        timeout=12600)
+
+parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsVr b/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsVr
new file mode 100644
index 0000000..56ff9e5
--- /dev/null
+++ b/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsVr
@@ -0,0 +1,34 @@
+# Copyright 2020 The Chromium OS Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+# This file has been automatically generated. Do not edit!
+
+AUTHOR = 'ARC++ Team'
+NAME = 'cheets_CTS_R.11_r3.x86.CtsVr'
+ATTRIBUTES = 'suite:arc-cts-r'
+DEPENDENCIES = 'arc, cts_abi_x86'
+JOB_RETRIES = 1
+TEST_TYPE = 'server'
+TIME = 'MEDIUM'
+MAX_RESULT_SIZE_KB = 512000
+DOC = 'Run module CtsVrTestCases, CtsVrTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using x86 ABI in the ARC++ container.'
+
+def run_TS(machine):
+    host_list = [hosts.create_host(machine)]
+    job.run_test(
+        'cheets_CTS_R',
+        hosts=host_list,
+        iterations=1,
+        tag='11_r3.x86.CtsVr',
+        test_name='cheets_CTS_R.11_r3.x86.CtsVr',
+        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsVrTestCases', '--include-filter', 'CtsVrTestCases[secondary_user]', '--logcat-on-failure'],
+        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
+        target_module='CtsVr',
+        target_plan=None,
+        bundle='x86',
+        uri='LATEST',
+        use_jdk9=True,
+        timeout=5400)
+
+parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsWebkit b/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsWebkit
new file mode 100644
index 0000000..f792124
--- /dev/null
+++ b/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsWebkit
@@ -0,0 +1,34 @@
+# Copyright 2020 The Chromium OS Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+# This file has been automatically generated. Do not edit!
+
+AUTHOR = 'ARC++ Team'
+NAME = 'cheets_CTS_R.11_r3.x86.CtsWebkit'
+ATTRIBUTES = 'suite:arc-cts-r'
+DEPENDENCIES = 'arc, cts_abi_x86'
+JOB_RETRIES = 1
+TEST_TYPE = 'server'
+TIME = 'MEDIUM'
+MAX_RESULT_SIZE_KB = 512000
+DOC = 'Run module CtsWebkitTestCases, CtsWebkitTestCases[instant], CtsWebkitTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using x86 ABI in the ARC++ container.'
+
+def run_TS(machine):
+    host_list = [hosts.create_host(machine)]
+    job.run_test(
+        'cheets_CTS_R',
+        hosts=host_list,
+        iterations=1,
+        tag='11_r3.x86.CtsWebkit',
+        test_name='cheets_CTS_R.11_r3.x86.CtsWebkit',
+        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsWebkitTestCases', '--include-filter', 'CtsWebkitTestCases[instant]', '--include-filter', 'CtsWebkitTestCases[secondary_user]', '--logcat-on-failure'],
+        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
+        target_module='CtsWebkit',
+        target_plan=None,
+        bundle='x86',
+        uri='LATEST',
+        use_jdk9=True,
+        timeout=7200)
+
+parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsWidget b/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsWidget
new file mode 100644
index 0000000..76b41f6
--- /dev/null
+++ b/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsWidget
@@ -0,0 +1,34 @@
+# Copyright 2020 The Chromium OS Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+# This file has been automatically generated. Do not edit!
+
+AUTHOR = 'ARC++ Team'
+NAME = 'cheets_CTS_R.11_r3.x86.CtsWidget'
+ATTRIBUTES = 'suite:arc-cts-r'
+DEPENDENCIES = 'arc, cts_abi_x86'
+JOB_RETRIES = 1
+TEST_TYPE = 'server'
+TIME = 'MEDIUM'
+MAX_RESULT_SIZE_KB = 512000
+DOC = 'Run module CtsWidgetTestCases, CtsWidgetTestCases29, CtsWidgetTestCases29[instant], CtsWidgetTestCases29[secondary_user], CtsWidgetTestCases[instant], CtsWidgetTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using x86 ABI in the ARC++ container.'
+
+def run_TS(machine):
+    host_list = [hosts.create_host(machine)]
+    job.run_test(
+        'cheets_CTS_R',
+        hosts=host_list,
+        iterations=1,
+        tag='11_r3.x86.CtsWidget',
+        test_name='cheets_CTS_R.11_r3.x86.CtsWidget',
+        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsWidgetTestCases', '--include-filter', 'CtsWidgetTestCases29', '--include-filter', 'CtsWidgetTestCases29[instant]', '--include-filter', 'CtsWidgetTestCases29[secondary_user]', '--include-filter', 'CtsWidgetTestCases[instant]', '--include-filter', 'CtsWidgetTestCases[secondary_user]', '--logcat-on-failure'],
+        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
+        target_module='CtsWidget',
+        target_plan=None,
+        bundle='x86',
+        uri='LATEST',
+        use_jdk9=True,
+        timeout=18000)
+
+parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsWifi b/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsWifi
new file mode 100644
index 0000000..04c2b58
--- /dev/null
+++ b/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsWifi
@@ -0,0 +1,34 @@
+# Copyright 2020 The Chromium OS Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+# This file has been automatically generated. Do not edit!
+
+AUTHOR = 'ARC++ Team'
+NAME = 'cheets_CTS_R.11_r3.x86.CtsWifi'
+ATTRIBUTES = 'suite:arc-cts-r'
+DEPENDENCIES = 'arc, cts_abi_x86'
+JOB_RETRIES = 1
+TEST_TYPE = 'server'
+TIME = 'MEDIUM'
+MAX_RESULT_SIZE_KB = 512000
+DOC = 'Run module CtsWifiBroadcastsHostTestCases, CtsWifiBroadcastsHostTestCases[instant], CtsWifiBroadcastsHostTestCases[secondary_user], CtsWifiTestCases, CtsWifiTestCases[instant], CtsWifiTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using x86 ABI in the ARC++ container.'
+
+def run_TS(machine):
+    host_list = [hosts.create_host(machine)]
+    job.run_test(
+        'cheets_CTS_R',
+        hosts=host_list,
+        iterations=1,
+        tag='11_r3.x86.CtsWifi',
+        test_name='cheets_CTS_R.11_r3.x86.CtsWifi',
+        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsWifiBroadcastsHostTestCases', '--include-filter', 'CtsWifiBroadcastsHostTestCases[instant]', '--include-filter', 'CtsWifiBroadcastsHostTestCases[secondary_user]', '--include-filter', 'CtsWifiTestCases', '--include-filter', 'CtsWifiTestCases[instant]', '--include-filter', 'CtsWifiTestCases[secondary_user]', '--logcat-on-failure'],
+        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
+        target_module='CtsWifi',
+        target_plan=None,
+        bundle='x86',
+        uri='LATEST',
+        use_jdk9=True,
+        timeout=12600)
+
+parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsWindowManager b/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsWindowManager
new file mode 100644
index 0000000..76b839b
--- /dev/null
+++ b/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsWindowManager
@@ -0,0 +1,34 @@
+# Copyright 2020 The Chromium OS Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+# This file has been automatically generated. Do not edit!
+
+AUTHOR = 'ARC++ Team'
+NAME = 'cheets_CTS_R.11_r3.x86.CtsWindowManager'
+ATTRIBUTES = 'suite:arc-cts-r'
+DEPENDENCIES = 'arc, cts_abi_x86'
+JOB_RETRIES = 1
+TEST_TYPE = 'server'
+TIME = 'MEDIUM'
+MAX_RESULT_SIZE_KB = 512000
+DOC = 'Run module CtsWindowManagerDeviceTestCases, CtsWindowManagerDeviceTestCases[secondary_user], CtsWindowManagerJetpackTestCases, CtsWindowManagerJetpackTestCases[secondary_user], CtsWindowManagerSdk25TestCases, CtsWindowManagerSdk25TestCases[secondary_user], CtsWindowManagerSdk28TestCases, CtsWindowManagerSdk28TestCases[secondary_user], CtsWindowManagerSdk29TestCases, CtsWindowManagerSdk29TestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using x86 ABI in the ARC++ container.'
+
+def run_TS(machine):
+    host_list = [hosts.create_host(machine)]
+    job.run_test(
+        'cheets_CTS_R',
+        hosts=host_list,
+        iterations=1,
+        tag='11_r3.x86.CtsWindowManager',
+        test_name='cheets_CTS_R.11_r3.x86.CtsWindowManager',
+        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsWindowManagerDeviceTestCases', '--include-filter', 'CtsWindowManagerDeviceTestCases[secondary_user]', '--include-filter', 'CtsWindowManagerJetpackTestCases', '--include-filter', 'CtsWindowManagerJetpackTestCases[secondary_user]', '--include-filter', 'CtsWindowManagerSdk25TestCases', '--include-filter', 'CtsWindowManagerSdk25TestCases[secondary_user]', '--include-filter', 'CtsWindowManagerSdk28TestCases', '--include-filter', 'CtsWindowManagerSdk28TestCases[secondary_user]', '--include-filter', 'CtsWindowManagerSdk29TestCases', '--include-filter', 'CtsWindowManagerSdk29TestCases[secondary_user]', '--logcat-on-failure'],
+        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
+        target_module='CtsWindowManager',
+        target_plan=None,
+        bundle='x86',
+        uri='LATEST',
+        use_jdk9=True,
+        timeout=19800)
+
+parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsWindowManager.A b/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsWindowManager.A
new file mode 100644
index 0000000..9a0e5c5
--- /dev/null
+++ b/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsWindowManager.A
@@ -0,0 +1,34 @@
+# Copyright 2020 The Chromium OS Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+# This file has been automatically generated. Do not edit!
+
+AUTHOR = 'ARC++ Team'
+NAME = 'cheets_CTS_R.11_r3.x86.CtsWindowManager.A'
+ATTRIBUTES = 'suite:arc-cts-r'
+DEPENDENCIES = 'arc, cts_abi_x86'
+JOB_RETRIES = 1
+TEST_TYPE = 'server'
+TIME = 'MEDIUM'
+MAX_RESULT_SIZE_KB = 512000
+DOC = 'Run module CtsWindowManager.A of the Android Compatibility Test Suite (CTS) using x86 ABI in the ARC++ container.'
+
+def run_TS(machine):
+    host_list = [hosts.create_host(machine)]
+    job.run_test(
+        'cheets_CTS_R',
+        hosts=host_list,
+        iterations=1,
+        tag='11_r3.x86.CtsWindowManager.A',
+        test_name='cheets_CTS_R.11_r3.x86.CtsWindowManager.A',
+        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsWindowManagerDeviceTestCases android.server.wm.ActivityManagerGetConfigTests', '--include-filter', 'CtsWindowManagerDeviceTestCases android.server.wm.ActivityMetricsLoggerTests', '--include-filter', 'CtsWindowManagerDeviceTestCases android.server.wm.ActivityTaskAffinityTests', '--include-filter', 'CtsWindowManagerDeviceTestCases android.server.wm.ActivityTransitionTests', '--include-filter', 'CtsWindowManagerDeviceTestCases android.server.wm.ActivityViewTest', '--include-filter', 'CtsWindowManagerDeviceTestCases android.server.wm.ActivityVisibilityTests', '--include-filter', 'CtsWindowManagerDeviceTestCases android.server.wm.AddWindowAsUserTest', '--include-filter', 'CtsWindowManagerDeviceTestCases android.server.wm.AlertWindowsAppOpsTests', '--include-filter', 'CtsWindowManagerDeviceTestCases android.server.wm.AlertWindowsImportanceTests', '--include-filter', 'CtsWindowManagerDeviceTestCases android.server.wm.AlertWindowsTests', '--include-filter', 'CtsWindowManagerDeviceTestCases android.server.wm.AmProfileTests', '--include-filter', 'CtsWindowManagerDeviceTestCases android.server.wm.AmStartOptionsTests', '--include-filter', 'CtsWindowManagerDeviceTestCases android.server.wm.AnrTests', '--include-filter', 'CtsWindowManagerDeviceTestCases android.server.wm.AppConfigurationTests', '--include-filter', 'CtsWindowManagerDeviceTestCases android.server.wm.AspectRatioTests', '--include-filter', 'CtsWindowManagerDeviceTestCases android.server.wm.AssistantStackTests', '--logcat-on-failure'],
+        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
+        target_module='CtsWindowManagerDeviceTestCases',
+        target_plan=None,
+        bundle='x86',
+        uri='gs://chromeos-arc-images/cts/bundle/R/android-cts-6935471-linux_x86-x86.zip',
+        use_jdk9=True,
+        timeout=3600)
+
+parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsWindowManager.C b/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsWindowManager.C
new file mode 100644
index 0000000..2eb0d90
--- /dev/null
+++ b/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsWindowManager.C
@@ -0,0 +1,34 @@
+# Copyright 2020 The Chromium OS Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+# This file has been automatically generated. Do not edit!
+
+AUTHOR = 'ARC++ Team'
+NAME = 'cheets_CTS_R.11_r3.x86.CtsWindowManager.C'
+ATTRIBUTES = 'suite:arc-cts-r'
+DEPENDENCIES = 'arc, cts_abi_x86'
+JOB_RETRIES = 1
+TEST_TYPE = 'server'
+TIME = 'MEDIUM'
+MAX_RESULT_SIZE_KB = 512000
+DOC = 'Run module CtsWindowManager.C of the Android Compatibility Test Suite (CTS) using x86 ABI in the ARC++ container.'
+
+def run_TS(machine):
+    host_list = [hosts.create_host(machine)]
+    job.run_test(
+        'cheets_CTS_R',
+        hosts=host_list,
+        iterations=1,
+        tag='11_r3.x86.CtsWindowManager.C',
+        test_name='cheets_CTS_R.11_r3.x86.CtsWindowManager.C',
+        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsWindowManagerDeviceTestCases android.server.wm.CloseOnOutsideTests', '--include-filter', 'CtsWindowManagerDeviceTestCases android.server.wm.ConfigChangeTests', '--include-filter', 'CtsWindowManagerDeviceTestCases android.server.wm.CrossAppDragAndDropTests', '--logcat-on-failure'],
+        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
+        target_module='CtsWindowManagerDeviceTestCases',
+        target_plan=None,
+        bundle='x86',
+        uri='gs://chromeos-arc-images/cts/bundle/R/android-cts-6935471-linux_x86-x86.zip',
+        use_jdk9=True,
+        timeout=3600)
+
+parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsWindowManager.D b/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsWindowManager.D
new file mode 100644
index 0000000..f0d255a
--- /dev/null
+++ b/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsWindowManager.D
@@ -0,0 +1,34 @@
+# Copyright 2020 The Chromium OS Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+# This file has been automatically generated. Do not edit!
+
+AUTHOR = 'ARC++ Team'
+NAME = 'cheets_CTS_R.11_r3.x86.CtsWindowManager.D'
+ATTRIBUTES = 'suite:arc-cts-r'
+DEPENDENCIES = 'arc, cts_abi_x86'
+JOB_RETRIES = 1
+TEST_TYPE = 'server'
+TIME = 'MEDIUM'
+MAX_RESULT_SIZE_KB = 512000
+DOC = 'Run module CtsWindowManager.D of the Android Compatibility Test Suite (CTS) using x86 ABI in the ARC++ container.'
+
+def run_TS(machine):
+    host_list = [hosts.create_host(machine)]
+    job.run_test(
+        'cheets_CTS_R',
+        hosts=host_list,
+        iterations=1,
+        tag='11_r3.x86.CtsWindowManager.D',
+        test_name='cheets_CTS_R.11_r3.x86.CtsWindowManager.D',
+        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsWindowManagerDeviceTestCases android.server.wm.DecorInsetTests', '--include-filter', 'CtsWindowManagerDeviceTestCases android.server.wm.DeprecatedTargetSdkTest', '--include-filter', 'CtsWindowManagerDeviceTestCases android.server.wm.DialogFrameTests', '--include-filter', 'CtsWindowManagerDeviceTestCases android.server.wm.DisplayCutoutTests', '--include-filter', 'CtsWindowManagerDeviceTestCases android.server.wm.DisplaySizeTest', '--include-filter', 'CtsWindowManagerDeviceTestCases android.server.wm.DisplayTests', '--include-filter', 'CtsWindowManagerDeviceTestCases android.server.wm.DragDropTest', '--include-filter', 'CtsWindowManagerDeviceTestCases android.server.wm.DreamManagerServiceTests', '--logcat-on-failure'],
+        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
+        target_module='CtsWindowManagerDeviceTestCases',
+        target_plan=None,
+        bundle='x86',
+        uri='gs://chromeos-arc-images/cts/bundle/R/android-cts-6935471-linux_x86-x86.zip',
+        use_jdk9=True,
+        timeout=3600)
+
+parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsWindowManager.Ensure b/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsWindowManager.Ensure
new file mode 100644
index 0000000..1baee96
--- /dev/null
+++ b/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsWindowManager.Ensure
@@ -0,0 +1,34 @@
+# Copyright 2020 The Chromium OS Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+# This file has been automatically generated. Do not edit!
+
+AUTHOR = 'ARC++ Team'
+NAME = 'cheets_CTS_R.11_r3.x86.CtsWindowManager.Ensure'
+ATTRIBUTES = 'suite:arc-cts-r'
+DEPENDENCIES = 'arc, cts_abi_x86'
+JOB_RETRIES = 1
+TEST_TYPE = 'server'
+TIME = 'MEDIUM'
+MAX_RESULT_SIZE_KB = 512000
+DOC = 'Run module CtsWindowManager.Ensure of the Android Compatibility Test Suite (CTS) using x86 ABI in the ARC++ container.'
+
+def run_TS(machine):
+    host_list = [hosts.create_host(machine)]
+    job.run_test(
+        'cheets_CTS_R',
+        hosts=host_list,
+        iterations=1,
+        tag='11_r3.x86.CtsWindowManager.Ensure',
+        test_name='cheets_CTS_R.11_r3.x86.CtsWindowManager.Ensure',
+        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsWindowManagerDeviceTestCases android.server.wm.EnsureBarContrastTest', '--logcat-on-failure'],
+        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
+        target_module='CtsWindowManagerDeviceTestCases',
+        target_plan=None,
+        bundle='x86',
+        uri='gs://chromeos-arc-images/cts/bundle/R/android-cts-6935471-linux_x86-x86.zip',
+        use_jdk9=True,
+        timeout=3600)
+
+parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsWindowManager.F b/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsWindowManager.F
new file mode 100644
index 0000000..96bfc54
--- /dev/null
+++ b/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsWindowManager.F
@@ -0,0 +1,34 @@
+# Copyright 2020 The Chromium OS Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+# This file has been automatically generated. Do not edit!
+
+AUTHOR = 'ARC++ Team'
+NAME = 'cheets_CTS_R.11_r3.x86.CtsWindowManager.F'
+ATTRIBUTES = 'suite:arc-cts-r'
+DEPENDENCIES = 'arc, cts_abi_x86'
+JOB_RETRIES = 1
+TEST_TYPE = 'server'
+TIME = 'MEDIUM'
+MAX_RESULT_SIZE_KB = 512000
+DOC = 'Run module CtsWindowManager.F of the Android Compatibility Test Suite (CTS) using x86 ABI in the ARC++ container.'
+
+def run_TS(machine):
+    host_list = [hosts.create_host(machine)]
+    job.run_test(
+        'cheets_CTS_R',
+        hosts=host_list,
+        iterations=1,
+        tag='11_r3.x86.CtsWindowManager.F',
+        test_name='cheets_CTS_R.11_r3.x86.CtsWindowManager.F',
+        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsWindowManagerDeviceTestCases android.server.wm.ForceRelayoutTest', '--include-filter', 'CtsWindowManagerDeviceTestCases android.server.wm.FreeformWindowingModeTests', '--logcat-on-failure'],
+        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
+        target_module='CtsWindowManagerDeviceTestCases',
+        target_plan=None,
+        bundle='x86',
+        uri='gs://chromeos-arc-images/cts/bundle/R/android-cts-6935471-linux_x86-x86.zip',
+        use_jdk9=True,
+        timeout=3600)
+
+parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsWindowManager.L b/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsWindowManager.L
new file mode 100644
index 0000000..dd59c59
--- /dev/null
+++ b/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsWindowManager.L
@@ -0,0 +1,34 @@
+# Copyright 2020 The Chromium OS Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+# This file has been automatically generated. Do not edit!
+
+AUTHOR = 'ARC++ Team'
+NAME = 'cheets_CTS_R.11_r3.x86.CtsWindowManager.L'
+ATTRIBUTES = 'suite:arc-cts-r'
+DEPENDENCIES = 'arc, cts_abi_x86'
+JOB_RETRIES = 1
+TEST_TYPE = 'server'
+TIME = 'MEDIUM'
+MAX_RESULT_SIZE_KB = 512000
+DOC = 'Run module CtsWindowManager.L of the Android Compatibility Test Suite (CTS) using x86 ABI in the ARC++ container.'
+
+def run_TS(machine):
+    host_list = [hosts.create_host(machine)]
+    job.run_test(
+        'cheets_CTS_R',
+        hosts=host_list,
+        iterations=1,
+        tag='11_r3.x86.CtsWindowManager.L',
+        test_name='cheets_CTS_R.11_r3.x86.CtsWindowManager.L',
+        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsWindowManagerDeviceTestCases android.server.wm.LayoutTests', '--include-filter', 'CtsWindowManagerDeviceTestCases android.server.wm.LocationInWindowTests', '--include-filter', 'CtsWindowManagerDeviceTestCases android.server.wm.LocationOnScreenTests', '--logcat-on-failure'],
+        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
+        target_module='CtsWindowManagerDeviceTestCases',
+        target_plan=None,
+        bundle='x86',
+        uri='gs://chromeos-arc-images/cts/bundle/R/android-cts-6935471-linux_x86-x86.zip',
+        use_jdk9=True,
+        timeout=3600)
+
+parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsWindowManager.M b/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsWindowManager.M
new file mode 100644
index 0000000..cb2b934
--- /dev/null
+++ b/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsWindowManager.M
@@ -0,0 +1,34 @@
+# Copyright 2020 The Chromium OS Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+# This file has been automatically generated. Do not edit!
+
+AUTHOR = 'ARC++ Team'
+NAME = 'cheets_CTS_R.11_r3.x86.CtsWindowManager.M'
+ATTRIBUTES = 'suite:arc-cts-r'
+DEPENDENCIES = 'arc, cts_abi_x86'
+JOB_RETRIES = 1
+TEST_TYPE = 'server'
+TIME = 'MEDIUM'
+MAX_RESULT_SIZE_KB = 512000
+DOC = 'Run module CtsWindowManager.M of the Android Compatibility Test Suite (CTS) using x86 ABI in the ARC++ container.'
+
+def run_TS(machine):
+    host_list = [hosts.create_host(machine)]
+    job.run_test(
+        'cheets_CTS_R',
+        hosts=host_list,
+        iterations=1,
+        tag='11_r3.x86.CtsWindowManager.M',
+        test_name='cheets_CTS_R.11_r3.x86.CtsWindowManager.M',
+        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsWindowManagerDeviceTestCases android.server.wm.ManifestLayoutTests', '--include-filter', 'CtsWindowManagerDeviceTestCases android.server.wm.MinimalPostProcessingTests', '--include-filter', 'CtsWindowManagerDeviceTestCases android.server.wm.MultiDisplayActivityLaunchTests', '--include-filter', 'CtsWindowManagerDeviceTestCases android.server.wm.MultiDisplayClientTests', '--include-filter', 'CtsWindowManagerDeviceTestCases android.server.wm.MultiDisplayKeyguardTests', '--include-filter', 'CtsWindowManagerDeviceTestCases android.server.wm.MultiDisplayLockedKeyguardTests', '--include-filter', 'CtsWindowManagerDeviceTestCases android.server.wm.MultiDisplayPolicyTests', '--include-filter', 'CtsWindowManagerDeviceTestCases android.server.wm.MultiDisplayPrivateDisplayTests', '--include-filter', 'CtsWindowManagerDeviceTestCases android.server.wm.MultiDisplaySecurityTests', '--include-filter', 'CtsWindowManagerDeviceTestCases android.server.wm.MultiDisplaySystemDecorationTests', '--logcat-on-failure'],
+        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
+        target_module='CtsWindowManagerDeviceTestCases',
+        target_plan=None,
+        bundle='x86',
+        uri='gs://chromeos-arc-images/cts/bundle/R/android-cts-6935471-linux_x86-x86.zip',
+        use_jdk9=True,
+        timeout=3600)
+
+parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsWindowManager.Override b/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsWindowManager.Override
new file mode 100644
index 0000000..373754c
--- /dev/null
+++ b/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsWindowManager.Override
@@ -0,0 +1,34 @@
+# Copyright 2020 The Chromium OS Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+# This file has been automatically generated. Do not edit!
+
+AUTHOR = 'ARC++ Team'
+NAME = 'cheets_CTS_R.11_r3.x86.CtsWindowManager.Override'
+ATTRIBUTES = 'suite:arc-cts-r'
+DEPENDENCIES = 'arc, cts_abi_x86'
+JOB_RETRIES = 1
+TEST_TYPE = 'server'
+TIME = 'MEDIUM'
+MAX_RESULT_SIZE_KB = 512000
+DOC = 'Run module CtsWindowManager.Override of the Android Compatibility Test Suite (CTS) using x86 ABI in the ARC++ container.'
+
+def run_TS(machine):
+    host_list = [hosts.create_host(machine)]
+    job.run_test(
+        'cheets_CTS_R',
+        hosts=host_list,
+        iterations=1,
+        tag='11_r3.x86.CtsWindowManager.Override',
+        test_name='cheets_CTS_R.11_r3.x86.CtsWindowManager.Override',
+        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsWindowManagerDeviceTestCases android.server.wm.OverrideConfigTests', '--logcat-on-failure'],
+        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
+        target_module='CtsWindowManagerDeviceTestCases',
+        target_plan=None,
+        bundle='x86',
+        uri='gs://chromeos-arc-images/cts/bundle/R/android-cts-6935471-linux_x86-x86.zip',
+        use_jdk9=True,
+        timeout=3600)
+
+parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsWindowManager.P b/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsWindowManager.P
new file mode 100644
index 0000000..8fc6d3d
--- /dev/null
+++ b/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsWindowManager.P
@@ -0,0 +1,34 @@
+# Copyright 2020 The Chromium OS Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+# This file has been automatically generated. Do not edit!
+
+AUTHOR = 'ARC++ Team'
+NAME = 'cheets_CTS_R.11_r3.x86.CtsWindowManager.P'
+ATTRIBUTES = 'suite:arc-cts-r'
+DEPENDENCIES = 'arc, cts_abi_x86'
+JOB_RETRIES = 1
+TEST_TYPE = 'server'
+TIME = 'MEDIUM'
+MAX_RESULT_SIZE_KB = 512000
+DOC = 'Run module CtsWindowManager.P of the Android Compatibility Test Suite (CTS) using x86 ABI in the ARC++ container.'
+
+def run_TS(machine):
+    host_list = [hosts.create_host(machine)]
+    job.run_test(
+        'cheets_CTS_R',
+        hosts=host_list,
+        iterations=1,
+        tag='11_r3.x86.CtsWindowManager.P',
+        test_name='cheets_CTS_R.11_r3.x86.CtsWindowManager.P',
+        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsWindowManagerDeviceTestCases android.server.wm.PinnedStackTests', '--include-filter', 'CtsWindowManagerDeviceTestCases android.server.wm.PrereleaseSdkTest', '--include-filter', 'CtsWindowManagerDeviceTestCases android.server.wm.PresentationTest', '--logcat-on-failure'],
+        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
+        target_module='CtsWindowManagerDeviceTestCases',
+        target_plan=None,
+        bundle='x86',
+        uri='gs://chromeos-arc-images/cts/bundle/R/android-cts-6935471-linux_x86-x86.zip',
+        use_jdk9=True,
+        timeout=3600)
+
+parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsWindowManager.R b/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsWindowManager.R
new file mode 100644
index 0000000..ff3d178
--- /dev/null
+++ b/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsWindowManager.R
@@ -0,0 +1,34 @@
+# Copyright 2020 The Chromium OS Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+# This file has been automatically generated. Do not edit!
+
+AUTHOR = 'ARC++ Team'
+NAME = 'cheets_CTS_R.11_r3.x86.CtsWindowManager.R'
+ATTRIBUTES = 'suite:arc-cts-r'
+DEPENDENCIES = 'arc, cts_abi_x86'
+JOB_RETRIES = 1
+TEST_TYPE = 'server'
+TIME = 'MEDIUM'
+MAX_RESULT_SIZE_KB = 512000
+DOC = 'Run module CtsWindowManager.R of the Android Compatibility Test Suite (CTS) using x86 ABI in the ARC++ container.'
+
+def run_TS(machine):
+    host_list = [hosts.create_host(machine)]
+    job.run_test(
+        'cheets_CTS_R',
+        hosts=host_list,
+        iterations=1,
+        tag='11_r3.x86.CtsWindowManager.R',
+        test_name='cheets_CTS_R.11_r3.x86.CtsWindowManager.R',
+        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsWindowManagerDeviceTestCases android.server.wm.ReplaceWindowTests', '--include-filter', 'CtsWindowManagerDeviceTestCases android.server.wm.RobustnessTests', '--logcat-on-failure'],
+        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
+        target_module='CtsWindowManagerDeviceTestCases',
+        target_plan=None,
+        bundle='x86',
+        uri='gs://chromeos-arc-images/cts/bundle/R/android-cts-6935471-linux_x86-x86.zip',
+        use_jdk9=True,
+        timeout=3600)
+
+parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsWindowManager.S b/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsWindowManager.S
new file mode 100644
index 0000000..656e128
--- /dev/null
+++ b/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsWindowManager.S
@@ -0,0 +1,34 @@
+# Copyright 2020 The Chromium OS Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+# This file has been automatically generated. Do not edit!
+
+AUTHOR = 'ARC++ Team'
+NAME = 'cheets_CTS_R.11_r3.x86.CtsWindowManager.S'
+ATTRIBUTES = 'suite:arc-cts-r'
+DEPENDENCIES = 'arc, cts_abi_x86'
+JOB_RETRIES = 1
+TEST_TYPE = 'server'
+TIME = 'MEDIUM'
+MAX_RESULT_SIZE_KB = 512000
+DOC = 'Run module CtsWindowManager.S of the Android Compatibility Test Suite (CTS) using x86 ABI in the ARC++ container.'
+
+def run_TS(machine):
+    host_list = [hosts.create_host(machine)]
+    job.run_test(
+        'cheets_CTS_R',
+        hosts=host_list,
+        iterations=1,
+        tag='11_r3.x86.CtsWindowManager.S',
+        test_name='cheets_CTS_R.11_r3.x86.CtsWindowManager.S',
+        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsWindowManagerDeviceTestCases android.server.wm.SplashscreenTests', '--include-filter', 'CtsWindowManagerDeviceTestCases android.server.wm.SplitScreenTests', '--include-filter', 'CtsWindowManagerDeviceTestCases android.server.wm.StartActivityAsUserTests', '--include-filter', 'CtsWindowManagerDeviceTestCases android.server.wm.StartActivityTests', '--include-filter', 'CtsWindowManagerDeviceTestCases android.server.wm.SurfaceControlTest', '--include-filter', 'CtsWindowManagerDeviceTestCases android.server.wm.SurfaceControlViewHostTests', '--include-filter', 'CtsWindowManagerDeviceTestCases android.server.wm.SurfaceViewSurfaceValidatorTest', '--include-filter', 'CtsWindowManagerDeviceTestCases android.server.wm.SurfaceViewTest', '--logcat-on-failure'],
+        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
+        target_module='CtsWindowManagerDeviceTestCases',
+        target_plan=None,
+        bundle='x86',
+        uri='gs://chromeos-arc-images/cts/bundle/R/android-cts-6935471-linux_x86-x86.zip',
+        use_jdk9=True,
+        timeout=3600)
+
+parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsWindowManager.T b/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsWindowManager.T
new file mode 100644
index 0000000..cc2bbf0
--- /dev/null
+++ b/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsWindowManager.T
@@ -0,0 +1,34 @@
+# Copyright 2020 The Chromium OS Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+# This file has been automatically generated. Do not edit!
+
+AUTHOR = 'ARC++ Team'
+NAME = 'cheets_CTS_R.11_r3.x86.CtsWindowManager.T'
+ATTRIBUTES = 'suite:arc-cts-r'
+DEPENDENCIES = 'arc, cts_abi_x86'
+JOB_RETRIES = 1
+TEST_TYPE = 'server'
+TIME = 'MEDIUM'
+MAX_RESULT_SIZE_KB = 512000
+DOC = 'Run module CtsWindowManager.T of the Android Compatibility Test Suite (CTS) using x86 ABI in the ARC++ container.'
+
+def run_TS(machine):
+    host_list = [hosts.create_host(machine)]
+    job.run_test(
+        'cheets_CTS_R',
+        hosts=host_list,
+        iterations=1,
+        tag='11_r3.x86.CtsWindowManager.T',
+        test_name='cheets_CTS_R.11_r3.x86.CtsWindowManager.T',
+        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsWindowManagerDeviceTestCases android.server.wm.ToastWindowTest', '--include-filter', 'CtsWindowManagerDeviceTestCases android.server.wm.TransitionSelectionTests', '--logcat-on-failure'],
+        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
+        target_module='CtsWindowManagerDeviceTestCases',
+        target_plan=None,
+        bundle='x86',
+        uri='gs://chromeos-arc-images/cts/bundle/R/android-cts-6935471-linux_x86-x86.zip',
+        use_jdk9=True,
+        timeout=3600)
+
+parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsWindowManager.Window b/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsWindowManager.Window
new file mode 100644
index 0000000..6058f64
--- /dev/null
+++ b/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsWindowManager.Window
@@ -0,0 +1,34 @@
+# Copyright 2020 The Chromium OS Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+# This file has been automatically generated. Do not edit!
+
+AUTHOR = 'ARC++ Team'
+NAME = 'cheets_CTS_R.11_r3.x86.CtsWindowManager.Window'
+ATTRIBUTES = 'suite:arc-cts-r'
+DEPENDENCIES = 'arc, cts_abi_x86'
+JOB_RETRIES = 1
+TEST_TYPE = 'server'
+TIME = 'MEDIUM'
+MAX_RESULT_SIZE_KB = 512000
+DOC = 'Run module CtsWindowManager.Window of the Android Compatibility Test Suite (CTS) using x86 ABI in the ARC++ container.'
+
+def run_TS(machine):
+    host_list = [hosts.create_host(machine)]
+    job.run_test(
+        'cheets_CTS_R',
+        hosts=host_list,
+        iterations=1,
+        tag='11_r3.x86.CtsWindowManager.Window',
+        test_name='cheets_CTS_R.11_r3.x86.CtsWindowManager.Window',
+        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsWindowManagerDeviceTestCases android.server.wm.WindowContextPolicyTests', '--include-filter', 'CtsWindowManagerDeviceTestCases android.server.wm.WindowContextTests', '--include-filter', 'CtsWindowManagerDeviceTestCases android.server.wm.WindowFocusTests', '--include-filter', 'CtsWindowManagerDeviceTestCases android.server.wm.WindowInputTests', '--include-filter', 'CtsWindowManagerDeviceTestCases android.server.wm.WindowInsetsAnimationCallbackTests', '--include-filter', 'CtsWindowManagerDeviceTestCases android.server.wm.WindowInsetsAnimationControllerTests', '--include-filter', 'CtsWindowManagerDeviceTestCases android.server.wm.WindowInsetsAnimationImeTests', '--include-filter', 'CtsWindowManagerDeviceTestCases android.server.wm.WindowInsetsAnimationSynchronicityTests', '--include-filter', 'CtsWindowManagerDeviceTestCases android.server.wm.WindowInsetsAnimationTests', '--include-filter', 'CtsWindowManagerDeviceTestCases android.server.wm.WindowInsetsControllerTests', '--include-filter', 'CtsWindowManagerDeviceTestCases android.server.wm.WindowInsetsLayoutTests', '--include-filter', 'CtsWindowManagerDeviceTestCases android.server.wm.WindowInsetsPolicyTest', '--include-filter', 'CtsWindowManagerDeviceTestCases android.server.wm.WindowInsetsTest', '--include-filter', 'CtsWindowManagerDeviceTestCases android.server.wm.WindowManager_BadTokenExceptionTest', '--include-filter', 'CtsWindowManagerDeviceTestCases android.server.wm.WindowManager_LayoutParamsTest', '--include-filter', 'CtsWindowManagerDeviceTestCases android.server.wm.WindowMetricsTests', '--include-filter', 'CtsWindowManagerDeviceTestCases android.server.wm.WindowTest', '--logcat-on-failure'],
+        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
+        target_module='CtsWindowManagerDeviceTestCases',
+        target_plan=None,
+        bundle='x86',
+        uri='gs://chromeos-arc-images/cts/bundle/R/android-cts-6935471-linux_x86-x86.zip',
+        use_jdk9=True,
+        timeout=3600)
+
+parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsWindowManager.intent b/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsWindowManager.intent
new file mode 100644
index 0000000..3a6e66c
--- /dev/null
+++ b/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsWindowManager.intent
@@ -0,0 +1,34 @@
+# Copyright 2020 The Chromium OS Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+# This file has been automatically generated. Do not edit!
+
+AUTHOR = 'ARC++ Team'
+NAME = 'cheets_CTS_R.11_r3.x86.CtsWindowManager.intent'
+ATTRIBUTES = 'suite:arc-cts-r'
+DEPENDENCIES = 'arc, cts_abi_x86'
+JOB_RETRIES = 1
+TEST_TYPE = 'server'
+TIME = 'MEDIUM'
+MAX_RESULT_SIZE_KB = 512000
+DOC = 'Run module CtsWindowManager.intent of the Android Compatibility Test Suite (CTS) using x86 ABI in the ARC++ container.'
+
+def run_TS(machine):
+    host_list = [hosts.create_host(machine)]
+    job.run_test(
+        'cheets_CTS_R',
+        hosts=host_list,
+        iterations=1,
+        tag='11_r3.x86.CtsWindowManager.intent',
+        test_name='cheets_CTS_R.11_r3.x86.CtsWindowManager.intent',
+        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsWindowManagerDeviceTestCases android.server.wm.intent.IntentGenerationTests', '--include-filter', 'CtsWindowManagerDeviceTestCases android.server.wm.intent.IntentTests', '--logcat-on-failure'],
+        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
+        target_module='CtsWindowManagerDeviceTestCases',
+        target_plan=None,
+        bundle='x86',
+        uri='gs://chromeos-arc-images/cts/bundle/R/android-cts-6935471-linux_x86-x86.zip',
+        use_jdk9=True,
+        timeout=3600)
+
+parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsWindowManager.lifecycle b/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsWindowManager.lifecycle
new file mode 100644
index 0000000..befef5c
--- /dev/null
+++ b/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsWindowManager.lifecycle
@@ -0,0 +1,34 @@
+# Copyright 2020 The Chromium OS Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+# This file has been automatically generated. Do not edit!
+
+AUTHOR = 'ARC++ Team'
+NAME = 'cheets_CTS_R.11_r3.x86.CtsWindowManager.lifecycle'
+ATTRIBUTES = 'suite:arc-cts-r'
+DEPENDENCIES = 'arc, cts_abi_x86'
+JOB_RETRIES = 1
+TEST_TYPE = 'server'
+TIME = 'MEDIUM'
+MAX_RESULT_SIZE_KB = 512000
+DOC = 'Run module CtsWindowManager.lifecycle of the Android Compatibility Test Suite (CTS) using x86 ABI in the ARC++ container.'
+
+def run_TS(machine):
+    host_list = [hosts.create_host(machine)]
+    job.run_test(
+        'cheets_CTS_R',
+        hosts=host_list,
+        iterations=1,
+        tag='11_r3.x86.CtsWindowManager.lifecycle',
+        test_name='cheets_CTS_R.11_r3.x86.CtsWindowManager.lifecycle',
+        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsWindowManagerDeviceTestCases android.server.wm.lifecycle.ActivityLifecycleFreeformTests', '--include-filter', 'CtsWindowManagerDeviceTestCases android.server.wm.lifecycle.ActivityLifecycleKeyguardTests', '--include-filter', 'CtsWindowManagerDeviceTestCases android.server.wm.lifecycle.ActivityLifecyclePipTests', '--include-filter', 'CtsWindowManagerDeviceTestCases android.server.wm.lifecycle.ActivityLifecycleSplitScreenTests', '--include-filter', 'CtsWindowManagerDeviceTestCases android.server.wm.lifecycle.ActivityLifecycleTests', '--include-filter', 'CtsWindowManagerDeviceTestCases android.server.wm.lifecycle.ActivityLifecycleTopResumedStateTests', '--include-filter', 'CtsWindowManagerDeviceTestCases android.server.wm.lifecycle.ActivityStarterTests', '--include-filter', 'CtsWindowManagerDeviceTestCases android.server.wm.lifecycle.ActivityTests', '--logcat-on-failure'],
+        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
+        target_module='CtsWindowManagerDeviceTestCases',
+        target_plan=None,
+        bundle='x86',
+        uri='gs://chromeos-arc-images/cts/bundle/R/android-cts-6935471-linux_x86-x86.zip',
+        use_jdk9=True,
+        timeout=3600)
+
+parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsWrap b/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsWrap
new file mode 100644
index 0000000..d255288
--- /dev/null
+++ b/server/site_tests/cheets_CTS_R/control.11_r3.x86.CtsWrap
@@ -0,0 +1,34 @@
+# Copyright 2020 The Chromium OS Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+# This file has been automatically generated. Do not edit!
+
+AUTHOR = 'ARC++ Team'
+NAME = 'cheets_CTS_R.11_r3.x86.CtsWrap'
+ATTRIBUTES = 'suite:arc-cts-r'
+DEPENDENCIES = 'arc, cts_abi_x86'
+JOB_RETRIES = 1
+TEST_TYPE = 'server'
+TIME = 'MEDIUM'
+MAX_RESULT_SIZE_KB = 512000
+DOC = 'Run module CtsWrapNoWrapTestCases, CtsWrapNoWrapTestCases[secondary_user], CtsWrapWrapDebugMallocDebugTestCases, CtsWrapWrapDebugMallocDebugTestCases[secondary_user], CtsWrapWrapDebugTestCases, CtsWrapWrapDebugTestCases[secondary_user], CtsWrapWrapNoDebugTestCases, CtsWrapWrapNoDebugTestCases[secondary_user] of the Android Compatibility Test Suite (CTS) using x86 ABI in the ARC++ container.'
+
+def run_TS(machine):
+    host_list = [hosts.create_host(machine)]
+    job.run_test(
+        'cheets_CTS_R',
+        hosts=host_list,
+        iterations=1,
+        tag='11_r3.x86.CtsWrap',
+        test_name='cheets_CTS_R.11_r3.x86.CtsWrap',
+        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsWrapNoWrapTestCases', '--include-filter', 'CtsWrapNoWrapTestCases[secondary_user]', '--include-filter', 'CtsWrapWrapDebugMallocDebugTestCases', '--include-filter', 'CtsWrapWrapDebugMallocDebugTestCases[secondary_user]', '--include-filter', 'CtsWrapWrapDebugTestCases', '--include-filter', 'CtsWrapWrapDebugTestCases[secondary_user]', '--include-filter', 'CtsWrapWrapNoDebugTestCases', '--include-filter', 'CtsWrapWrapNoDebugTestCases[secondary_user]', '--logcat-on-failure'],
+        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
+        target_module='CtsWrap',
+        target_plan=None,
+        bundle='x86',
+        uri='LATEST',
+        use_jdk9=True,
+        timeout=16200)
+
+parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r3.x86.LegacyStorageTest b/server/site_tests/cheets_CTS_R/control.11_r3.x86.LegacyStorageTest
new file mode 100644
index 0000000..4818014
--- /dev/null
+++ b/server/site_tests/cheets_CTS_R/control.11_r3.x86.LegacyStorageTest
@@ -0,0 +1,34 @@
+# Copyright 2020 The Chromium OS Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+# This file has been automatically generated. Do not edit!
+
+AUTHOR = 'ARC++ Team'
+NAME = 'cheets_CTS_R.11_r3.x86.LegacyStorageTest'
+ATTRIBUTES = 'suite:arc-cts-r'
+DEPENDENCIES = 'arc, cts_abi_x86'
+JOB_RETRIES = 1
+TEST_TYPE = 'server'
+TIME = 'MEDIUM'
+MAX_RESULT_SIZE_KB = 512000
+DOC = 'Run module LegacyStorageTest, LegacyStorageTest[instant] of the Android Compatibility Test Suite (CTS) using x86 ABI in the ARC++ container.'
+
+def run_TS(machine):
+    host_list = [hosts.create_host(machine)]
+    job.run_test(
+        'cheets_CTS_R',
+        hosts=host_list,
+        iterations=1,
+        tag='11_r3.x86.LegacyStorageTest',
+        test_name='cheets_CTS_R.11_r3.x86.LegacyStorageTest',
+        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'LegacyStorageTest', '--include-filter', 'LegacyStorageTest[instant]', '--logcat-on-failure'],
+        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
+        target_module='LegacyStorageTest',
+        target_plan=None,
+        bundle='x86',
+        uri='LATEST',
+        use_jdk9=True,
+        timeout=5400)
+
+parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r3.x86.ScopedStorageTest b/server/site_tests/cheets_CTS_R/control.11_r3.x86.ScopedStorageTest
new file mode 100644
index 0000000..fff19e4
--- /dev/null
+++ b/server/site_tests/cheets_CTS_R/control.11_r3.x86.ScopedStorageTest
@@ -0,0 +1,34 @@
+# Copyright 2020 The Chromium OS Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+# This file has been automatically generated. Do not edit!
+
+AUTHOR = 'ARC++ Team'
+NAME = 'cheets_CTS_R.11_r3.x86.ScopedStorageTest'
+ATTRIBUTES = 'suite:arc-cts-r'
+DEPENDENCIES = 'arc, cts_abi_x86'
+JOB_RETRIES = 1
+TEST_TYPE = 'server'
+TIME = 'MEDIUM'
+MAX_RESULT_SIZE_KB = 512000
+DOC = 'Run module ScopedStorageTest, ScopedStorageTest[instant] of the Android Compatibility Test Suite (CTS) using x86 ABI in the ARC++ container.'
+
+def run_TS(machine):
+    host_list = [hosts.create_host(machine)]
+    job.run_test(
+        'cheets_CTS_R',
+        hosts=host_list,
+        iterations=1,
+        tag='11_r3.x86.ScopedStorageTest',
+        test_name='cheets_CTS_R.11_r3.x86.ScopedStorageTest',
+        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'ScopedStorageTest', '--include-filter', 'ScopedStorageTest[instant]', '--logcat-on-failure'],
+        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
+        target_module='ScopedStorageTest',
+        target_plan=None,
+        bundle='x86',
+        uri='LATEST',
+        use_jdk9=True,
+        timeout=5400)
+
+parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r3.x86.cts-system-all.api b/server/site_tests/cheets_CTS_R/control.11_r3.x86.cts-system-all.api
new file mode 100644
index 0000000..6f1afbc
--- /dev/null
+++ b/server/site_tests/cheets_CTS_R/control.11_r3.x86.cts-system-all.api
@@ -0,0 +1,34 @@
+# Copyright 2020 The Chromium OS Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+# This file has been automatically generated. Do not edit!
+
+AUTHOR = 'ARC++ Team'
+NAME = 'cheets_CTS_R.11_r3.x86.cts-system-all.api'
+ATTRIBUTES = 'suite:arc-cts-r'
+DEPENDENCIES = 'arc, cts_abi_x86'
+JOB_RETRIES = 1
+TEST_TYPE = 'server'
+TIME = 'MEDIUM'
+MAX_RESULT_SIZE_KB = 512000
+DOC = 'Run module cts-system-all.api of the Android Compatibility Test Suite (CTS) using x86 ABI in the ARC++ container.'
+
+def run_TS(machine):
+    host_list = [hosts.create_host(machine)]
+    job.run_test(
+        'cheets_CTS_R',
+        hosts=host_list,
+        iterations=1,
+        tag='11_r3.x86.cts-system-all.api',
+        test_name='cheets_CTS_R.11_r3.x86.cts-system-all.api',
+        run_template=['run', 'commandAndExit', 'cts', '--module', 'cts-system-all.api', '--logcat-on-failure'],
+        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
+        target_module='cts-system-all.api',
+        target_plan=None,
+        bundle='x86',
+        uri='LATEST',
+        use_jdk9=True,
+        timeout=3600)
+
+parallel_simple(run_TS, machines)
diff --git "a/server/site_tests/cheets_CTS_R/control.11_r3.x86.cts-system-all.api\133instant\135" "b/server/site_tests/cheets_CTS_R/control.11_r3.x86.cts-system-all.api\133instant\135"
new file mode 100644
index 0000000..1cc69cb
--- /dev/null
+++ "b/server/site_tests/cheets_CTS_R/control.11_r3.x86.cts-system-all.api\133instant\135"
@@ -0,0 +1,34 @@
+# Copyright 2020 The Chromium OS Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+# This file has been automatically generated. Do not edit!
+
+AUTHOR = 'ARC++ Team'
+NAME = 'cheets_CTS_R.11_r3.x86.cts-system-all.api[instant]'
+ATTRIBUTES = 'suite:arc-cts-r'
+DEPENDENCIES = 'arc, cts_abi_x86'
+JOB_RETRIES = 1
+TEST_TYPE = 'server'
+TIME = 'MEDIUM'
+MAX_RESULT_SIZE_KB = 512000
+DOC = 'Run module cts-system-all.api[instant] of the Android Compatibility Test Suite (CTS) using x86 ABI in the ARC++ container.'
+
+def run_TS(machine):
+    host_list = [hosts.create_host(machine)]
+    job.run_test(
+        'cheets_CTS_R',
+        hosts=host_list,
+        iterations=1,
+        tag='11_r3.x86.cts-system-all.api[instant]',
+        test_name='cheets_CTS_R.11_r3.x86.cts-system-all.api[instant]',
+        run_template=['run', 'commandAndExit', 'cts', '--module', 'cts-system-all.api[instant]', '--logcat-on-failure'],
+        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
+        target_module='cts-system-all.api[instant]',
+        target_plan=None,
+        bundle='x86',
+        uri='LATEST',
+        use_jdk9=True,
+        timeout=3600)
+
+parallel_simple(run_TS, machines)
diff --git "a/server/site_tests/cheets_CTS_R/control.11_r3.x86.cts-system-all.api\133secondary_user\135" "b/server/site_tests/cheets_CTS_R/control.11_r3.x86.cts-system-all.api\133secondary_user\135"
new file mode 100644
index 0000000..6a78c2e
--- /dev/null
+++ "b/server/site_tests/cheets_CTS_R/control.11_r3.x86.cts-system-all.api\133secondary_user\135"
@@ -0,0 +1,34 @@
+# Copyright 2020 The Chromium OS Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+# This file has been automatically generated. Do not edit!
+
+AUTHOR = 'ARC++ Team'
+NAME = 'cheets_CTS_R.11_r3.x86.cts-system-all.api[secondary_user]'
+ATTRIBUTES = 'suite:arc-cts-r'
+DEPENDENCIES = 'arc, cts_abi_x86'
+JOB_RETRIES = 1
+TEST_TYPE = 'server'
+TIME = 'MEDIUM'
+MAX_RESULT_SIZE_KB = 512000
+DOC = 'Run module cts-system-all.api[secondary_user] of the Android Compatibility Test Suite (CTS) using x86 ABI in the ARC++ container.'
+
+def run_TS(machine):
+    host_list = [hosts.create_host(machine)]
+    job.run_test(
+        'cheets_CTS_R',
+        hosts=host_list,
+        iterations=1,
+        tag='11_r3.x86.cts-system-all.api[secondary_user]',
+        test_name='cheets_CTS_R.11_r3.x86.cts-system-all.api[secondary_user]',
+        run_template=['run', 'commandAndExit', 'cts', '--module', 'cts-system-all.api[secondary_user]', '--logcat-on-failure'],
+        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
+        target_module='cts-system-all.api[secondary_user]',
+        target_plan=None,
+        bundle='x86',
+        uri='LATEST',
+        use_jdk9=True,
+        timeout=3600)
+
+parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r3.x86.signed-Cts b/server/site_tests/cheets_CTS_R/control.11_r3.x86.signed-Cts
new file mode 100644
index 0000000..fad9bb6
--- /dev/null
+++ b/server/site_tests/cheets_CTS_R/control.11_r3.x86.signed-Cts
@@ -0,0 +1,34 @@
+# Copyright 2020 The Chromium OS Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+# This file has been automatically generated. Do not edit!
+
+AUTHOR = 'ARC++ Team'
+NAME = 'cheets_CTS_R.11_r3.x86.signed-Cts'
+ATTRIBUTES = 'suite:arc-cts-r'
+DEPENDENCIES = 'arc, cts_abi_x86'
+JOB_RETRIES = 1
+TEST_TYPE = 'server'
+TIME = 'MEDIUM'
+MAX_RESULT_SIZE_KB = 512000
+DOC = 'Run module signed-CtsOmapiTestCases, signed-CtsOmapiTestCases[secondary_user], signed-CtsSecureElementAccessControlTestCases1, signed-CtsSecureElementAccessControlTestCases1[secondary_user], signed-CtsSecureElementAccessControlTestCases2, signed-CtsSecureElementAccessControlTestCases2[secondary_user], signed-CtsSecureElementAccessControlTestCases3, signed-CtsSecureElementAccessControlTestCases3[secondary_user] of the Android Compatibility Test Suite (CTS) using x86 ABI in the ARC++ container.'
+
+def run_TS(machine):
+    host_list = [hosts.create_host(machine)]
+    job.run_test(
+        'cheets_CTS_R',
+        hosts=host_list,
+        iterations=1,
+        tag='11_r3.x86.signed-Cts',
+        test_name='cheets_CTS_R.11_r3.x86.signed-Cts',
+        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'signed-CtsOmapiTestCases', '--include-filter', 'signed-CtsOmapiTestCases[secondary_user]', '--include-filter', 'signed-CtsSecureElementAccessControlTestCases1', '--include-filter', 'signed-CtsSecureElementAccessControlTestCases1[secondary_user]', '--include-filter', 'signed-CtsSecureElementAccessControlTestCases2', '--include-filter', 'signed-CtsSecureElementAccessControlTestCases2[secondary_user]', '--include-filter', 'signed-CtsSecureElementAccessControlTestCases3', '--include-filter', 'signed-CtsSecureElementAccessControlTestCases3[secondary_user]', '--logcat-on-failure'],
+        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
+        target_module='signed-Cts',
+        target_plan=None,
+        bundle='x86',
+        uri='LATEST',
+        use_jdk9=True,
+        timeout=16200)
+
+parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r3.x86.tradefed-run-collect-tests-only-internal b/server/site_tests/cheets_CTS_R/control.11_r3.x86.tradefed-run-collect-tests-only-internal
new file mode 100644
index 0000000..c090bea
--- /dev/null
+++ b/server/site_tests/cheets_CTS_R/control.11_r3.x86.tradefed-run-collect-tests-only-internal
@@ -0,0 +1,35 @@
+# Copyright 2020 The Chromium OS Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+# This file has been automatically generated. Do not edit!
+
+AUTHOR = 'ARC++ Team'
+NAME = 'cheets_CTS_R.11_r3.x86.tradefed-run-collect-tests-only-internal'
+ATTRIBUTES = 'suite:arc-cts-r'
+DEPENDENCIES = 'arc, cts_abi_x86'
+JOB_RETRIES = 0
+TEST_TYPE = 'server'
+TIME = 'LENGTHY'
+MAX_RESULT_SIZE_KB = 1024000
+DOC = 'Run all of the Android Compatibility Test Suite (CTS) using x86 ABI in the ARC++ container.'
+
+def run_TS(machine):
+    host_list = [hosts.create_host(machine)]
+    job.run_test(
+        'cheets_CTS_R',
+        hosts=host_list,
+        iterations=1,
+        max_retry=0,
+        tag='11_r3.x86.tradefed-run-collect-tests-only-internal',
+        test_name='cheets_CTS_R.11_r3.x86.tradefed-run-collect-tests-only-internal',
+        run_template=['run', 'commandAndExit', 'collect-tests-only', '--disable-reboot', '--module-arg', 'CtsMediaTestCases:skip-media-download:true', '--module-arg', 'CtsMediaStressTestCases:skip-media-download:true', '--module-arg', 'CtsMediaBitstreamsTestCases:skip-media-download:true'],
+        retry_template=None,
+        target_module=None,
+        target_plan=None,
+        bundle='x86',
+        uri='LATEST',
+        use_jdk9=True,
+        timeout=9000)
+
+parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_CTS_R/control.11_r3.x86.vm-tests-tf b/server/site_tests/cheets_CTS_R/control.11_r3.x86.vm-tests-tf
new file mode 100644
index 0000000..dd68d18
--- /dev/null
+++ b/server/site_tests/cheets_CTS_R/control.11_r3.x86.vm-tests-tf
@@ -0,0 +1,34 @@
+# Copyright 2020 The Chromium OS Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+# This file has been automatically generated. Do not edit!
+
+AUTHOR = 'ARC++ Team'
+NAME = 'cheets_CTS_R.11_r3.x86.vm-tests-tf'
+ATTRIBUTES = 'suite:arc-cts-r'
+DEPENDENCIES = 'arc, cts_abi_x86'
+JOB_RETRIES = 1
+TEST_TYPE = 'server'
+TIME = 'MEDIUM'
+MAX_RESULT_SIZE_KB = 512000
+DOC = 'Run module vm-tests-tf, vm-tests-tf[secondary_user] of the Android Compatibility Test Suite (CTS) using x86 ABI in the ARC++ container.'
+
+def run_TS(machine):
+    host_list = [hosts.create_host(machine)]
+    job.run_test(
+        'cheets_CTS_R',
+        hosts=host_list,
+        iterations=1,
+        tag='11_r3.x86.vm-tests-tf',
+        test_name='cheets_CTS_R.11_r3.x86.vm-tests-tf',
+        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'vm-tests-tf', '--include-filter', 'vm-tests-tf[secondary_user]', '--logcat-on-failure'],
+        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
+        target_module='vm-tests-tf',
+        target_plan=None,
+        bundle='x86',
+        uri='LATEST',
+        use_jdk9=True,
+        timeout=5400)
+
+parallel_simple(run_TS, machines)