Commit 930db294 by Jamie Madill Committed by Commit Bot

infra: Add Android swarming spec placeholder.

These will trigger tests on the Pixel 4 in standalone. For now we do not specify any tests. Patch Series: 1. This CL 2. http://crrev.com/c/2885346 3. http://crrev.com/c/2885383 4. http://crrev.com/c/2885384 Bug: angleproject:5941 Change-Id: Iad1bc27c316724b244fbfbf694f6e83fdf5c0507 Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/2885381 Commit-Queue: Jamie Madill <jmadill@chromium.org> Reviewed-by: 's avatarYuly Novikov <ynovikov@chromium.org>
parent 83e5bb97
...@@ -3,6 +3,7 @@ ...@@ -3,6 +3,7 @@
"AAAAA2 See generate_buildbot_json.py to make changes": {}, "AAAAA2 See generate_buildbot_json.py to make changes": {},
"android-arm-builder": {}, "android-arm-builder": {},
"android-arm64-builder": {}, "android-arm64-builder": {},
"android-arm64-pixel4": {},
"linux-builder": {}, "linux-builder": {},
"linux-intel": { "linux-intel": {
"gtest_tests": [ "gtest_tests": [
......
...@@ -13,12 +13,16 @@ ...@@ -13,12 +13,16 @@
# #
# For more info see Chromium's mixins.pyl in testing/buildbot. # For more info see Chromium's mixins.pyl in testing/buildbot.
{ 'angle_skia_gold_test': { '$mixin_append': { 'args': [ '--git-revision=${got_angle_revision}'], { 'android_r': { 'swarming': { 'dimensions': { 'device_os': 'R'}}},
'angle_skia_gold_test': { '$mixin_append': { 'args': [ '--git-revision=${got_angle_revision}'],
'precommit_args': [ '--gerrit-issue=${patch_issue}', 'precommit_args': [ '--gerrit-issue=${patch_issue}',
'--gerrit-patchset=${patch_set}', '--gerrit-patchset=${patch_set}',
'--buildbucket-id=${buildbucket_build_id}']}}, '--buildbucket-id=${buildbucket_build_id}']}},
'chrome-gpu-gold-service-account': { 'swarming': { 'service_account': 'chrome-gpu-gold@chops-service-accounts.iam.gserviceaccount.com'}}, 'chrome-gpu-gold-service-account': { 'swarming': { 'service_account': 'chrome-gpu-gold@chops-service-accounts.iam.gserviceaccount.com'}},
'chromium-tester-service-account': { 'swarming': { 'service_account': 'chromium-tester@chops-service-accounts.iam.gserviceaccount.com'}}, 'chromium-tester-service-account': { 'swarming': { 'service_account': 'chromium-tester@chops-service-accounts.iam.gserviceaccount.com'}},
'flame': { 'swarming': { 'dimensions': { 'device_type': 'flame',
'os': 'Android'}}},
'gpu-swarming-pool': { 'swarming': { 'dimensions': { 'pool': 'chromium.tests.gpu'}}},
'linux_intel_hd_630_stable': { 'swarming': { 'dimensions': { 'gpu': '8086:5912-19.0.2', 'linux_intel_hd_630_stable': { 'swarming': { 'dimensions': { 'gpu': '8086:5912-19.0.2',
'os': 'Ubuntu-19.04', 'os': 'Ubuntu-19.04',
'pool': 'chromium.tests.gpu'}}}, 'pool': 'chromium.tests.gpu'}}},
......
...@@ -23,6 +23,17 @@ ...@@ -23,6 +23,17 @@
'machines': { 'machines': {
'android-arm-builder': {}, 'android-arm-builder': {},
'android-arm64-builder': {}, 'android-arm64-builder': {},
'android-arm64-pixel4': {
'os_type': 'android',
'mixins': [
'android_r',
'flame',
'gpu-swarming-pool',
],
'test_suites': {
# TODO(jmadill): Add Android tests. http://anglebug.com/5941
},
},
'linux-builder': {}, 'linux-builder': {},
'linux-intel': { 'linux-intel': {
'os_type': 'linux', 'os_type': 'linux',
......
{ {
"infra/specs/angle.json": "infra/specs/angle.json":
"0726b06598519056f8a5c8734f0ece69", "2fe91b1f4776316626ef06a58099a4bd",
"infra/specs/generate_test_spec_json.py": "infra/specs/generate_test_spec_json.py":
"e1c8a771f751adad715d7bea900fc8e1", "e1c8a771f751adad715d7bea900fc8e1",
"infra/specs/mixins.pyl": "infra/specs/mixins.pyl":
"9e823fc9ff27db9fc49eae7ac1615ab6", "2e84b24b7090ba131299498d8c5bc933",
"infra/specs/test_suite_exceptions.pyl": "infra/specs/test_suite_exceptions.pyl":
"aad1a4aed801277cc531733deab221b5", "aad1a4aed801277cc531733deab221b5",
"infra/specs/test_suites.pyl": "infra/specs/test_suites.pyl":
...@@ -12,7 +12,7 @@ ...@@ -12,7 +12,7 @@
"infra/specs/variants.pyl": "infra/specs/variants.pyl":
"8cfcaa99fa07ad2a2d5d14f220fd5037", "8cfcaa99fa07ad2a2d5d14f220fd5037",
"infra/specs/waterfalls.pyl": "infra/specs/waterfalls.pyl":
"47c2f121c522b88f0c973803bff72ed8", "4db77bf53ae1d0587bc1508e94e567f2",
"testing/buildbot/generate_buildbot_json.py": "testing/buildbot/generate_buildbot_json.py":
"1e81e9c9e086c49b14ba038a49e4bab9", "1e81e9c9e086c49b14ba038a49e4bab9",
"testing/buildbot/mixins.pyl": "testing/buildbot/mixins.pyl":
......
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