aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKazuhiro Inaba <kinaba@google.com>2022-05-24 15:54:30 +0900
committerKazuhiro Inaba <kinaba@chromium.org>2022-05-24 14:52:20 +0000
commit11c8a4bcc388df427e9f4debd4cd318d09e6dd2d (patch)
tree834d0bc3bd5c9f6090228cd1ddc36b0f35057111
parente161c96d8cbb31d33ca07ba398e9db14c2d0fd7a (diff)
downloadautotest-11c8a4bcc388df427e9f4debd4cd318d09e6dd2d.tar.gz
cheets_CTS_P/Instant: Uprev to 9.0r20.
BUG=b:232881624 TEST=cheets_CTS_P.internal.arm.CtsUsbTests Change-Id: Ia38b8fe6030d59500612e9625a393e3166dcf470 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/third_party/autotest/+/3662522 Auto-Submit: Kazuhiro Inaba <kinaba@chromium.org> Tested-by: Kazuhiro Inaba <kinaba@chromium.org> Reviewed-by: Rintaro Kuroiwa <rkuroiwa@google.com>
-rw-r--r--server/site_tests/cheets_CTS_Instant/cheets_CTS_Instant.py8
-rw-r--r--server/site_tests/cheets_CTS_Instant/control.9.0_r20.arm.tradefed-run-collect-tests-only-internal (renamed from server/site_tests/cheets_CTS_Instant/control.9.0_r19.arm.tradefed-run-collect-tests-only-internal)6
-rw-r--r--server/site_tests/cheets_CTS_Instant/control.9.0_r20.x86.tradefed-run-collect-tests-only-internal (renamed from server/site_tests/cheets_CTS_Instant/control.9.0_r19.x86.tradefed-run-collect-tests-only-internal)6
-rw-r--r--server/site_tests/cheets_CTS_P/cheets_CTS_P.py2
-rw-r--r--server/site_tests/cheets_CTS_P/control.9.0_r20.arm.tradefed-run-collect-tests-only-internal (renamed from server/site_tests/cheets_CTS_P/control.9.0_r19.arm.tradefed-run-collect-tests-only-internal)6
-rw-r--r--server/site_tests/cheets_CTS_P/control.9.0_r20.x86.tradefed-run-collect-tests-only-internal (renamed from server/site_tests/cheets_CTS_P/control.9.0_r19.x86.tradefed-run-collect-tests-only-internal)6
6 files changed, 17 insertions, 17 deletions
diff --git a/server/site_tests/cheets_CTS_Instant/cheets_CTS_Instant.py b/server/site_tests/cheets_CTS_Instant/cheets_CTS_Instant.py
index d344508c54..73f0a174bd 100644
--- a/server/site_tests/cheets_CTS_Instant/cheets_CTS_Instant.py
+++ b/server/site_tests/cheets_CTS_Instant/cheets_CTS_Instant.py
@@ -28,13 +28,13 @@ _PUBLIC_CTS = 'https://dl.google.com/dl/android/cts/'
_INTERNAL_CTS = 'gs://chromeos-arc-images/cts/bundle/P/'
_BUNDLE_MAP = {
(None, 'arm'):
- _PUBLIC_CTS + 'android-cts_instant-9.0_r19-linux_x86-arm.zip',
+ _PUBLIC_CTS + 'android-cts_instant-9.0_r20-linux_x86-arm.zip',
(None, 'x86'):
- _PUBLIC_CTS + 'android-cts_instant-9.0_r19-linux_x86-x86.zip',
+ _PUBLIC_CTS + 'android-cts_instant-9.0_r20-linux_x86-x86.zip',
('LATEST', 'arm'):
- _INTERNAL_CTS + 'android-cts_instant-9.0_r19-linux_x86-arm.zip',
+ _INTERNAL_CTS + 'android-cts_instant-9.0_r20-linux_x86-arm.zip',
('LATEST', 'x86'):
- _INTERNAL_CTS + 'android-cts_instant-9.0_r19-linux_x86-x86.zip',
+ _INTERNAL_CTS + 'android-cts_instant-9.0_r20-linux_x86-x86.zip',
# No 'DEV' job for CTS_Instant for now.
}
_CTS_MEDIA_URI = _PUBLIC_CTS + 'android-cts-media-1.5.zip'
diff --git a/server/site_tests/cheets_CTS_Instant/control.9.0_r19.arm.tradefed-run-collect-tests-only-internal b/server/site_tests/cheets_CTS_Instant/control.9.0_r20.arm.tradefed-run-collect-tests-only-internal
index 7657c28050..f217617af9 100644
--- a/server/site_tests/cheets_CTS_Instant/control.9.0_r19.arm.tradefed-run-collect-tests-only-internal
+++ b/server/site_tests/cheets_CTS_Instant/control.9.0_r20.arm.tradefed-run-collect-tests-only-internal
@@ -5,7 +5,7 @@
# This file has been automatically generated. Do not edit!
AUTHOR = 'ARC++ Team'
-NAME = 'cheets_CTS_Instant.9.0_r19.arm.tradefed-run-collect-tests-only-internal'
+NAME = 'cheets_CTS_Instant.9.0_r20.arm.tradefed-run-collect-tests-only-internal'
ATTRIBUTES = 'suite:arc-cts, suite:arc-cts-qual'
DEPENDENCIES = 'arc, cts_cpu_arm'
JOB_RETRIES = 0
@@ -22,8 +22,8 @@ def run_TS(machine):
hosts=host_list,
iterations=1,
max_retry=0,
- tag='9.0_r19.arm.tradefed-run-collect-tests-only-internal',
- test_name='cheets_CTS_Instant.9.0_r19.arm.tradefed-run-collect-tests-only-internal',
+ tag='9.0_r20.arm.tradefed-run-collect-tests-only-internal',
+ test_name='cheets_CTS_Instant.9.0_r20.arm.tradefed-run-collect-tests-only-internal',
run_template=['run', 'commandAndExit', 'collect-tests-only', '--disable-reboot'],
retry_template=None,
target_module=None,
diff --git a/server/site_tests/cheets_CTS_Instant/control.9.0_r19.x86.tradefed-run-collect-tests-only-internal b/server/site_tests/cheets_CTS_Instant/control.9.0_r20.x86.tradefed-run-collect-tests-only-internal
index 6ff5f78947..053217bf55 100644
--- a/server/site_tests/cheets_CTS_Instant/control.9.0_r19.x86.tradefed-run-collect-tests-only-internal
+++ b/server/site_tests/cheets_CTS_Instant/control.9.0_r20.x86.tradefed-run-collect-tests-only-internal
@@ -5,7 +5,7 @@
# This file has been automatically generated. Do not edit!
AUTHOR = 'ARC++ Team'
-NAME = 'cheets_CTS_Instant.9.0_r19.x86.tradefed-run-collect-tests-only-internal'
+NAME = 'cheets_CTS_Instant.9.0_r20.x86.tradefed-run-collect-tests-only-internal'
ATTRIBUTES = 'suite:arc-cts, suite:arc-cts-qual'
DEPENDENCIES = 'arc, cts_cpu_x86'
JOB_RETRIES = 0
@@ -22,8 +22,8 @@ def run_TS(machine):
hosts=host_list,
iterations=1,
max_retry=0,
- tag='9.0_r19.x86.tradefed-run-collect-tests-only-internal',
- test_name='cheets_CTS_Instant.9.0_r19.x86.tradefed-run-collect-tests-only-internal',
+ tag='9.0_r20.x86.tradefed-run-collect-tests-only-internal',
+ test_name='cheets_CTS_Instant.9.0_r20.x86.tradefed-run-collect-tests-only-internal',
run_template=['run', 'commandAndExit', 'collect-tests-only', '--disable-reboot'],
retry_template=None,
target_module=None,
diff --git a/server/site_tests/cheets_CTS_P/cheets_CTS_P.py b/server/site_tests/cheets_CTS_P/cheets_CTS_P.py
index 8e402866ad..ec896d8c2b 100644
--- a/server/site_tests/cheets_CTS_P/cheets_CTS_P.py
+++ b/server/site_tests/cheets_CTS_P/cheets_CTS_P.py
@@ -30,7 +30,7 @@ _CTS_TIMEOUT_SECONDS = 3600
_PUBLIC_CTS = 'https://dl.google.com/dl/android/cts/'
_INTERNAL_CTS = 'gs://chromeos-arc-images/cts/bundle/P/'
_PARTNER_CTS = 'gs://chromeos-partner-gts/P/'
-_OFFICIAL_ZIP_NAME = 'android-cts-9.0_r19-linux_x86-%s.zip'
+_OFFICIAL_ZIP_NAME = 'android-cts-9.0_r20-linux_x86-%s.zip'
_PREVIEW_ZIP_NAME = 'android-cts-8480133-linux_x86-%s.zip'
_BUNDLE_MAP = {
(None, 'arm'): _PUBLIC_CTS + _OFFICIAL_ZIP_NAME % 'arm',
diff --git a/server/site_tests/cheets_CTS_P/control.9.0_r19.arm.tradefed-run-collect-tests-only-internal b/server/site_tests/cheets_CTS_P/control.9.0_r20.arm.tradefed-run-collect-tests-only-internal
index ce44cd2ef7..4940d30dea 100644
--- a/server/site_tests/cheets_CTS_P/control.9.0_r19.arm.tradefed-run-collect-tests-only-internal
+++ b/server/site_tests/cheets_CTS_P/control.9.0_r20.arm.tradefed-run-collect-tests-only-internal
@@ -5,7 +5,7 @@
# This file has been automatically generated. Do not edit!
AUTHOR = 'ARC++ Team'
-NAME = 'cheets_CTS_P.9.0_r19.arm.tradefed-run-collect-tests-only-internal'
+NAME = 'cheets_CTS_P.9.0_r20.arm.tradefed-run-collect-tests-only-internal'
ATTRIBUTES = 'suite:arc-cts, suite:arc-cts-unibuild, suite:arc-cts-qual'
DEPENDENCIES = 'arc'
JOB_RETRIES = 0
@@ -22,8 +22,8 @@ def run_TS(machine):
hosts=host_list,
iterations=1,
max_retry=0,
- tag='9.0_r19.arm.tradefed-run-collect-tests-only-internal',
- test_name='cheets_CTS_P.9.0_r19.arm.tradefed-run-collect-tests-only-internal',
+ tag='9.0_r20.arm.tradefed-run-collect-tests-only-internal',
+ test_name='cheets_CTS_P.9.0_r20.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', '--dynamic-config-url='],
retry_template=None,
target_module=None,
diff --git a/server/site_tests/cheets_CTS_P/control.9.0_r19.x86.tradefed-run-collect-tests-only-internal b/server/site_tests/cheets_CTS_P/control.9.0_r20.x86.tradefed-run-collect-tests-only-internal
index c4f9565b65..4774e47507 100644
--- a/server/site_tests/cheets_CTS_P/control.9.0_r19.x86.tradefed-run-collect-tests-only-internal
+++ b/server/site_tests/cheets_CTS_P/control.9.0_r20.x86.tradefed-run-collect-tests-only-internal
@@ -5,7 +5,7 @@
# This file has been automatically generated. Do not edit!
AUTHOR = 'ARC++ Team'
-NAME = 'cheets_CTS_P.9.0_r19.x86.tradefed-run-collect-tests-only-internal'
+NAME = 'cheets_CTS_P.9.0_r20.x86.tradefed-run-collect-tests-only-internal'
ATTRIBUTES = 'suite:arc-cts, suite:arc-cts-unibuild, suite:arc-cts-qual'
DEPENDENCIES = 'arc, cts_abi_x86'
JOB_RETRIES = 0
@@ -22,8 +22,8 @@ def run_TS(machine):
hosts=host_list,
iterations=1,
max_retry=0,
- tag='9.0_r19.x86.tradefed-run-collect-tests-only-internal',
- test_name='cheets_CTS_P.9.0_r19.x86.tradefed-run-collect-tests-only-internal',
+ tag='9.0_r20.x86.tradefed-run-collect-tests-only-internal',
+ test_name='cheets_CTS_P.9.0_r20.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', '--dynamic-config-url='],
retry_template=None,
target_module=None,