[autotest] Uprev CTS Instant version to 9.0_r3

TEST=None
BUG=b:68778082

Change-Id: I07149d2c13a3de9881878c8de284b8e53a79e116
Reviewed-on: https://chromium-review.googlesource.com/c/1274392
Commit-Queue: Keith Haddow <haddowk@chromium.org>
Tested-by: Keith Haddow <haddowk@chromium.org>
Trybot-Ready: Keith Haddow <haddowk@chromium.org>
Reviewed-by: Rohit Makasana <rohitbm@chromium.org>
diff --git a/server/site_tests/cheets_CTS_Instant/control.arm.CtsJobSchedulerTestCases b/server/site_tests/cheets_CTS_Instant/control.arm.CtsJobSchedulerTestCases
deleted file mode 100644
index 5900947..0000000
--- a/server/site_tests/cheets_CTS_Instant/control.arm.CtsJobSchedulerTestCases
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 2018 The Chromium OS Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-# This file has been automatically generated. Do not edit!
-
-AUTHOR = 'ARC++ Team'
-NAME = 'cheets_CTS_Instant.arm.CtsJobSchedulerTestCases'
-ATTRIBUTES = 'suite:cts_P'
-DEPENDENCIES = 'arc'
-JOB_RETRIES = 1
-TEST_TYPE = 'server'
-TIME = 'MEDIUM'
-MAX_RESULT_SIZE_KB = 512000
-DOC = 'Run module CtsJobSchedulerTestCases of the Android Compatibility Test Suite for Instant Apps (CTS Instant) using arm ABI in the ARC++ container.'
-
-def run_CTS(machine):
-    host_list = [hosts.create_host(machine)]
-    job.run_test(
-        'cheets_CTS_Instant',
-        hosts=host_list,
-        iterations=1,
-        max_retry=3,
-        needs_push_media=False,
-        tag='arm.CtsJobSchedulerTestCases',
-        test_name='cheets_CTS_Instant.arm.CtsJobSchedulerTestCases',
-        run_template=['run', 'commandAndExit', 'cts-instant', '-m', 'CtsJobSchedulerTestCases', '--logcat-on-failure'],
-        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
-        target_module='CtsJobSchedulerTestCases',
-        target_plan=None,
-        bundle='arm',
-        warn_on_test_retry=False,
-        retry_manual_tests=True,
-        timeout=3600)
-
-parallel_simple(run_CTS, machines)
diff --git a/server/site_tests/cheets_CTS_Instant/control.x86.CtsJobSchedulerTestCases b/server/site_tests/cheets_CTS_Instant/control.x86.CtsJobSchedulerTestCases
deleted file mode 100644
index f066c9f..0000000
--- a/server/site_tests/cheets_CTS_Instant/control.x86.CtsJobSchedulerTestCases
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 2018 The Chromium OS Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-# This file has been automatically generated. Do not edit!
-
-AUTHOR = 'ARC++ Team'
-NAME = 'cheets_CTS_Instant.x86.CtsJobSchedulerTestCases'
-ATTRIBUTES = 'suite:cts_P'
-DEPENDENCIES = 'arc, cts_abi_x86'
-JOB_RETRIES = 1
-TEST_TYPE = 'server'
-TIME = 'MEDIUM'
-MAX_RESULT_SIZE_KB = 512000
-DOC = 'Run module CtsJobSchedulerTestCases of the Android Compatibility Test Suite for Instant Apps (CTS Instant) using x86 ABI in the ARC++ container.'
-
-def run_CTS(machine):
-    host_list = [hosts.create_host(machine)]
-    job.run_test(
-        'cheets_CTS_Instant',
-        hosts=host_list,
-        iterations=1,
-        max_retry=3,
-        needs_push_media=False,
-        tag='x86.CtsJobSchedulerTestCases',
-        test_name='cheets_CTS_Instant.x86.CtsJobSchedulerTestCases',
-        run_template=['run', 'commandAndExit', 'cts-instant', '-m', 'CtsJobSchedulerTestCases', '--logcat-on-failure'],
-        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
-        target_module='CtsJobSchedulerTestCases',
-        target_plan=None,
-        bundle='x86',
-        warn_on_test_retry=False,
-        retry_manual_tests=True,
-        timeout=3600)
-
-parallel_simple(run_CTS, machines)