Commit 23766da0 authored by Rakib M. Hasan's avatar Rakib M. Hasan Committed by Chromium LUCI CQ

weblayer, sheriffing: Update skew test binaries

Yesterday the refresh-weblayer-skew-tests recipe failed because of
of error which was fixed in crrev.com/c/2577952. This CL updates
the binaries skew tested. It also removes redundant test suites
which skew test an older version of M88.

Bug: 1147459, 1099017, 1041619
Change-Id: I1cc49a66ae457a3283bdc3439f4e7d1966ee1bfb
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2580441Reviewed-by: default avatarJohn Chen <johnchen@chromium.org>
Commit-Queue: Rakib Hasan <rmhasan@google.com>
Cr-Commit-Position: refs/heads/master@{#834844}
parent cf45c7a9
This diff is collapsed.
......@@ -6220,11 +6220,9 @@
},
'weblayer_instrumentation_version_tests': {
'variants': [
'WEBLAYER_M88_IMPL_NIGHTLY_SKEW_TESTS',
'WEBLAYER_IMPL_SKEW_TESTS_NTH_MILESTONE',
'WEBLAYER_IMPL_SKEW_TESTS_NTH_MINUS_ONE_MILESTONE',
'WEBLAYER_IMPL_SKEW_TESTS_NTH_MINUS_TWO_MILESTONE',
'WEBLAYER_M88_CLIENT_NIGHTLY_SKEW_TESTS',
'WEBLAYER_CLIENT_SKEW_TESTS_NTH_MILESTONE',
'WEBLAYER_CLIENT_SKEW_TESTS_NTH_MINUS_ONE_MILESTONE',
'WEBLAYER_CLIENT_SKEW_TESTS_NTH_MINUS_TWO_MILESTONE',
......
......@@ -307,29 +307,6 @@
],
'identifier': 'iPhone X 14.2'
},
'WEBLAYER_M88_IMPL_NIGHTLY_SKEW_TESTS': {
'args': [
'--test-runner-outdir',
'.',
'--client-outdir',
'.',
'--implementation-outdir',
'../../weblayer_instrumentation_test_M88/out/Release',
'--test-expectations',
'../../weblayer/browser/android/javatests/skew/expectations.txt',
'--impl-version=88',
],
'identifier': 'M88 Implementation Tests',
'swarming': {
'cipd_packages': [
{
'cipd_package': 'chromium/testing/weblayer-x86',
'location': 'weblayer_instrumentation_test_M88',
'revision': 'version:88.0.4324.12',
}
],
},
},
'WEBLAYER_IMPL_SKEW_TESTS_NTH_MILESTONE': {
'args': [
'--test-runner-outdir',
......@@ -348,7 +325,7 @@
{
'cipd_package': 'chromium/testing/weblayer-x86',
'location': 'weblayer_instrumentation_test_M88',
'revision': 'version:88.0.4324.29',
'revision': 'version:88.0.4324.37',
}
],
},
......@@ -371,7 +348,7 @@
{
'cipd_package': 'chromium/testing/weblayer-x86',
'location': 'weblayer_instrumentation_test_M87',
'revision': 'version:87.0.4280.86',
'revision': 'version:87.0.4280.106',
}
],
},
......@@ -399,29 +376,6 @@
],
},
},
'WEBLAYER_M88_CLIENT_NIGHTLY_SKEW_TESTS': {
'args': [
'--test-runner-outdir',
'.',
'--client-outdir',
'../../weblayer_instrumentation_test_M88/out/Release',
'--implementation-outdir',
'.',
'--test-expectations',
'../../weblayer/browser/android/javatests/skew/expectations.txt',
'--client-version=88',
],
'identifier': 'M88 Client Tests',
'swarming': {
'cipd_packages': [
{
'cipd_package': 'chromium/testing/weblayer-x86',
'location': 'weblayer_instrumentation_test_M88',
'revision': 'version:88.0.4324.12',
}
],
},
},
'WEBLAYER_CLIENT_SKEW_TESTS_NTH_MILESTONE': {
'args': [
'--test-runner-outdir',
......@@ -440,7 +394,7 @@
{
'cipd_package': 'chromium/testing/weblayer-x86',
'location': 'weblayer_instrumentation_test_M88',
'revision': 'version:88.0.4324.29',
'revision': 'version:88.0.4324.37',
}
],
},
......@@ -463,7 +417,7 @@
{
'cipd_package': 'chromium/testing/weblayer-x86',
'location': 'weblayer_instrumentation_test_M87',
'revision': 'version:87.0.4280.86',
'revision': 'version:87.0.4280.106',
}
],
},
......@@ -491,4 +445,4 @@
],
},
},
}
\ No newline at end of file
}
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment