Remove Ganesh testing from Mac Apple GPUs
This removes GPU telemetry tests of Ganesh combined with GL and Metal ANGLE backends from M1, M2 and M3 GPUs, leaving only the combination of Graphite with Metal ANGLE backend. Ganesh testing still kept on Intel, AMD and NVIDIA GPUs on Mac. Bug: 415945834 Change-Id: I9e338e5dd3bf49869149c368aa6230374533fad2 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6547695 Commit-Queue: Brian Sheedy <bsheedy@chromium.org> Auto-Submit: Yuly Novikov <ynovikov@chromium.org> Reviewed-by: Brian Sheedy <bsheedy@chromium.org> Cr-Commit-Position: refs/heads/main@{#1460203}
This commit is contained in:

committed by
Chromium LUCI CQ

parent
ad1316b539
commit
36430d3f13
infra/config
generated
builders
ci
GPU FYI Mac arm64 Builder
targets
Mac FYI Experimental Release (Apple M1)
targets
Mac FYI Release (Apple M1)
targets
Mac FYI Retina Release (Apple M2)
targets
Mac FYI Retina Release (Apple M3)
targets
try
gpu-fyi-try-mac-arm64-apple-m1-exp
targets
gpu-fyi-try-mac-arm64-apple-m1-rel
targets
gpu-fyi-try-mac-arm64-apple-m2-retina-rel
targets
gpu-fyi-try-mac-arm64-apple-m3-retina-rel
targets
subprojects
chromium
targets
File diff suppressed because it is too large
Load Diff
@ -161,82 +161,6 @@
|
||||
}
|
||||
],
|
||||
"isolated_scripts": [
|
||||
{
|
||||
"args": [
|
||||
"context_lost",
|
||||
"--show-stdout",
|
||||
"--browser=release",
|
||||
"--passthrough",
|
||||
"-v",
|
||||
"--stable-jobs",
|
||||
"--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc --use-cmd-decoder=passthrough --use-gl=angle --use-angle=gl --disable-features=SkiaGraphite",
|
||||
"--enforce-browser-version",
|
||||
"--jobs=4"
|
||||
],
|
||||
"merge": {
|
||||
"script": "//testing/merge_scripts/standard_isolated_script_merge.py"
|
||||
},
|
||||
"name": "context_lost_gl_passthrough_ganesh_tests",
|
||||
"resultdb": {
|
||||
"enable": true,
|
||||
"has_native_resultdb_integration": true
|
||||
},
|
||||
"swarming": {
|
||||
"containment_type": "AUTO",
|
||||
"dimensions": {
|
||||
"cpu": "arm64",
|
||||
"display_attached": "1",
|
||||
"gpu": "apple:m1",
|
||||
"mac_model": "Macmini9,1",
|
||||
"os": "Mac-15.4",
|
||||
"pool": "chromium.tests"
|
||||
},
|
||||
"hard_timeout": 1800,
|
||||
"idempotent": false,
|
||||
"io_timeout": 1800,
|
||||
"service_account": "chromium-tester@chops-service-accounts.iam.gserviceaccount.com"
|
||||
},
|
||||
"test": "telemetry_gpu_integration_test",
|
||||
"test_id_prefix": "ninja://chrome/test:telemetry_gpu_integration_test/"
|
||||
},
|
||||
{
|
||||
"args": [
|
||||
"context_lost",
|
||||
"--show-stdout",
|
||||
"--browser=release",
|
||||
"--passthrough",
|
||||
"-v",
|
||||
"--stable-jobs",
|
||||
"--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc --use-cmd-decoder=passthrough --use-gl=angle --use-angle=metal --disable-features=SkiaGraphite",
|
||||
"--enforce-browser-version",
|
||||
"--jobs=4"
|
||||
],
|
||||
"merge": {
|
||||
"script": "//testing/merge_scripts/standard_isolated_script_merge.py"
|
||||
},
|
||||
"name": "context_lost_metal_passthrough_ganesh_tests",
|
||||
"resultdb": {
|
||||
"enable": true,
|
||||
"has_native_resultdb_integration": true
|
||||
},
|
||||
"swarming": {
|
||||
"containment_type": "AUTO",
|
||||
"dimensions": {
|
||||
"cpu": "arm64",
|
||||
"display_attached": "1",
|
||||
"gpu": "apple:m1",
|
||||
"mac_model": "Macmini9,1",
|
||||
"os": "Mac-15.4",
|
||||
"pool": "chromium.tests"
|
||||
},
|
||||
"hard_timeout": 1800,
|
||||
"idempotent": false,
|
||||
"io_timeout": 1800,
|
||||
"service_account": "chromium-tester@chops-service-accounts.iam.gserviceaccount.com"
|
||||
},
|
||||
"test": "telemetry_gpu_integration_test",
|
||||
"test_id_prefix": "ninja://chrome/test:telemetry_gpu_integration_test/"
|
||||
},
|
||||
{
|
||||
"args": [
|
||||
"context_lost",
|
||||
@ -275,100 +199,6 @@
|
||||
"test": "telemetry_gpu_integration_test",
|
||||
"test_id_prefix": "ninja://chrome/test:telemetry_gpu_integration_test/"
|
||||
},
|
||||
{
|
||||
"args": [
|
||||
"expected_color",
|
||||
"--show-stdout",
|
||||
"--browser=release",
|
||||
"--passthrough",
|
||||
"-v",
|
||||
"--stable-jobs",
|
||||
"--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc --use-cmd-decoder=passthrough --use-gl=angle --use-angle=gl --disable-features=SkiaGraphite",
|
||||
"--enforce-browser-version",
|
||||
"--git-revision=${got_revision}",
|
||||
"--dont-restore-color-profile-after-test",
|
||||
"--test-machine-name",
|
||||
"${buildername}",
|
||||
"--jobs=4"
|
||||
],
|
||||
"merge": {
|
||||
"script": "//testing/merge_scripts/standard_isolated_script_merge.py"
|
||||
},
|
||||
"name": "expected_color_pixel_gl_passthrough_ganesh_test",
|
||||
"precommit_args": [
|
||||
"--gerrit-issue=${patch_issue}",
|
||||
"--gerrit-patchset=${patch_set}",
|
||||
"--buildbucket-id=${buildbucket_build_id}"
|
||||
],
|
||||
"resultdb": {
|
||||
"enable": true,
|
||||
"has_native_resultdb_integration": true
|
||||
},
|
||||
"swarming": {
|
||||
"containment_type": "AUTO",
|
||||
"dimensions": {
|
||||
"cpu": "arm64",
|
||||
"display_attached": "1",
|
||||
"gpu": "apple:m1",
|
||||
"mac_model": "Macmini9,1",
|
||||
"os": "Mac-15.4",
|
||||
"pool": "chromium.tests"
|
||||
},
|
||||
"hard_timeout": 1800,
|
||||
"idempotent": false,
|
||||
"io_timeout": 1800,
|
||||
"service_account": "chromium-tester@chops-service-accounts.iam.gserviceaccount.com"
|
||||
},
|
||||
"test": "telemetry_gpu_integration_test",
|
||||
"test_id_prefix": "ninja://chrome/test:telemetry_gpu_integration_test/"
|
||||
},
|
||||
{
|
||||
"args": [
|
||||
"expected_color",
|
||||
"--show-stdout",
|
||||
"--browser=release",
|
||||
"--passthrough",
|
||||
"-v",
|
||||
"--stable-jobs",
|
||||
"--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc --use-cmd-decoder=passthrough --use-gl=angle --use-angle=metal --disable-features=SkiaGraphite",
|
||||
"--enforce-browser-version",
|
||||
"--git-revision=${got_revision}",
|
||||
"--dont-restore-color-profile-after-test",
|
||||
"--test-machine-name",
|
||||
"${buildername}",
|
||||
"--jobs=4"
|
||||
],
|
||||
"merge": {
|
||||
"script": "//testing/merge_scripts/standard_isolated_script_merge.py"
|
||||
},
|
||||
"name": "expected_color_pixel_metal_passthrough_ganesh_test",
|
||||
"precommit_args": [
|
||||
"--gerrit-issue=${patch_issue}",
|
||||
"--gerrit-patchset=${patch_set}",
|
||||
"--buildbucket-id=${buildbucket_build_id}"
|
||||
],
|
||||
"resultdb": {
|
||||
"enable": true,
|
||||
"has_native_resultdb_integration": true
|
||||
},
|
||||
"swarming": {
|
||||
"containment_type": "AUTO",
|
||||
"dimensions": {
|
||||
"cpu": "arm64",
|
||||
"display_attached": "1",
|
||||
"gpu": "apple:m1",
|
||||
"mac_model": "Macmini9,1",
|
||||
"os": "Mac-15.4",
|
||||
"pool": "chromium.tests"
|
||||
},
|
||||
"hard_timeout": 1800,
|
||||
"idempotent": false,
|
||||
"io_timeout": 1800,
|
||||
"service_account": "chromium-tester@chops-service-accounts.iam.gserviceaccount.com"
|
||||
},
|
||||
"test": "telemetry_gpu_integration_test",
|
||||
"test_id_prefix": "ninja://chrome/test:telemetry_gpu_integration_test/"
|
||||
},
|
||||
{
|
||||
"args": [
|
||||
"expected_color",
|
||||
@ -534,100 +364,6 @@
|
||||
"test": "telemetry_gpu_integration_test",
|
||||
"test_id_prefix": "ninja://chrome/test:telemetry_gpu_integration_test/"
|
||||
},
|
||||
{
|
||||
"args": [
|
||||
"pixel",
|
||||
"--show-stdout",
|
||||
"--browser=release",
|
||||
"--passthrough",
|
||||
"-v",
|
||||
"--stable-jobs",
|
||||
"--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc --use-cmd-decoder=passthrough --use-gl=angle --use-angle=gl --disable-features=SkiaGraphite",
|
||||
"--enforce-browser-version",
|
||||
"--git-revision=${got_revision}",
|
||||
"--dont-restore-color-profile-after-test",
|
||||
"--test-machine-name",
|
||||
"${buildername}",
|
||||
"--jobs=4"
|
||||
],
|
||||
"merge": {
|
||||
"script": "//testing/merge_scripts/standard_isolated_script_merge.py"
|
||||
},
|
||||
"name": "pixel_skia_gold_gl_passthrough_ganesh_test",
|
||||
"precommit_args": [
|
||||
"--gerrit-issue=${patch_issue}",
|
||||
"--gerrit-patchset=${patch_set}",
|
||||
"--buildbucket-id=${buildbucket_build_id}"
|
||||
],
|
||||
"resultdb": {
|
||||
"enable": true,
|
||||
"has_native_resultdb_integration": true
|
||||
},
|
||||
"swarming": {
|
||||
"containment_type": "AUTO",
|
||||
"dimensions": {
|
||||
"cpu": "arm64",
|
||||
"display_attached": "1",
|
||||
"gpu": "apple:m1",
|
||||
"mac_model": "Macmini9,1",
|
||||
"os": "Mac-15.4",
|
||||
"pool": "chromium.tests"
|
||||
},
|
||||
"hard_timeout": 1800,
|
||||
"idempotent": false,
|
||||
"io_timeout": 1800,
|
||||
"service_account": "chromium-tester@chops-service-accounts.iam.gserviceaccount.com"
|
||||
},
|
||||
"test": "telemetry_gpu_integration_test",
|
||||
"test_id_prefix": "ninja://chrome/test:telemetry_gpu_integration_test/"
|
||||
},
|
||||
{
|
||||
"args": [
|
||||
"pixel",
|
||||
"--show-stdout",
|
||||
"--browser=release",
|
||||
"--passthrough",
|
||||
"-v",
|
||||
"--stable-jobs",
|
||||
"--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc --use-cmd-decoder=passthrough --use-gl=angle --use-angle=metal --disable-features=SkiaGraphite",
|
||||
"--enforce-browser-version",
|
||||
"--git-revision=${got_revision}",
|
||||
"--dont-restore-color-profile-after-test",
|
||||
"--test-machine-name",
|
||||
"${buildername}",
|
||||
"--jobs=4"
|
||||
],
|
||||
"merge": {
|
||||
"script": "//testing/merge_scripts/standard_isolated_script_merge.py"
|
||||
},
|
||||
"name": "pixel_skia_gold_metal_passthrough_ganesh_test",
|
||||
"precommit_args": [
|
||||
"--gerrit-issue=${patch_issue}",
|
||||
"--gerrit-patchset=${patch_set}",
|
||||
"--buildbucket-id=${buildbucket_build_id}"
|
||||
],
|
||||
"resultdb": {
|
||||
"enable": true,
|
||||
"has_native_resultdb_integration": true
|
||||
},
|
||||
"swarming": {
|
||||
"containment_type": "AUTO",
|
||||
"dimensions": {
|
||||
"cpu": "arm64",
|
||||
"display_attached": "1",
|
||||
"gpu": "apple:m1",
|
||||
"mac_model": "Macmini9,1",
|
||||
"os": "Mac-15.4",
|
||||
"pool": "chromium.tests"
|
||||
},
|
||||
"hard_timeout": 1800,
|
||||
"idempotent": false,
|
||||
"io_timeout": 1800,
|
||||
"service_account": "chromium-tester@chops-service-accounts.iam.gserviceaccount.com"
|
||||
},
|
||||
"test": "telemetry_gpu_integration_test",
|
||||
"test_id_prefix": "ninja://chrome/test:telemetry_gpu_integration_test/"
|
||||
},
|
||||
{
|
||||
"args": [
|
||||
"pixel",
|
||||
@ -675,84 +411,6 @@
|
||||
"test": "telemetry_gpu_integration_test",
|
||||
"test_id_prefix": "ninja://chrome/test:telemetry_gpu_integration_test/"
|
||||
},
|
||||
{
|
||||
"args": [
|
||||
"screenshot_sync",
|
||||
"--show-stdout",
|
||||
"--browser=release",
|
||||
"--passthrough",
|
||||
"-v",
|
||||
"--stable-jobs",
|
||||
"--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc --use-cmd-decoder=passthrough --use-gl=angle --use-angle=gl --disable-features=SkiaGraphite",
|
||||
"--enforce-browser-version",
|
||||
"--dont-restore-color-profile-after-test",
|
||||
"--jobs=4"
|
||||
],
|
||||
"merge": {
|
||||
"script": "//testing/merge_scripts/standard_isolated_script_merge.py"
|
||||
},
|
||||
"name": "screenshot_sync_gl_passthrough_ganesh_tests",
|
||||
"resultdb": {
|
||||
"enable": true,
|
||||
"has_native_resultdb_integration": true
|
||||
},
|
||||
"swarming": {
|
||||
"containment_type": "AUTO",
|
||||
"dimensions": {
|
||||
"cpu": "arm64",
|
||||
"display_attached": "1",
|
||||
"gpu": "apple:m1",
|
||||
"mac_model": "Macmini9,1",
|
||||
"os": "Mac-15.4",
|
||||
"pool": "chromium.tests"
|
||||
},
|
||||
"hard_timeout": 1800,
|
||||
"idempotent": false,
|
||||
"io_timeout": 1800,
|
||||
"service_account": "chromium-tester@chops-service-accounts.iam.gserviceaccount.com"
|
||||
},
|
||||
"test": "telemetry_gpu_integration_test",
|
||||
"test_id_prefix": "ninja://chrome/test:telemetry_gpu_integration_test/"
|
||||
},
|
||||
{
|
||||
"args": [
|
||||
"screenshot_sync",
|
||||
"--show-stdout",
|
||||
"--browser=release",
|
||||
"--passthrough",
|
||||
"-v",
|
||||
"--stable-jobs",
|
||||
"--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc --use-cmd-decoder=passthrough --use-gl=angle --use-angle=metal --disable-features=SkiaGraphite",
|
||||
"--enforce-browser-version",
|
||||
"--dont-restore-color-profile-after-test",
|
||||
"--jobs=4"
|
||||
],
|
||||
"merge": {
|
||||
"script": "//testing/merge_scripts/standard_isolated_script_merge.py"
|
||||
},
|
||||
"name": "screenshot_sync_metal_passthrough_ganesh_tests",
|
||||
"resultdb": {
|
||||
"enable": true,
|
||||
"has_native_resultdb_integration": true
|
||||
},
|
||||
"swarming": {
|
||||
"containment_type": "AUTO",
|
||||
"dimensions": {
|
||||
"cpu": "arm64",
|
||||
"display_attached": "1",
|
||||
"gpu": "apple:m1",
|
||||
"mac_model": "Macmini9,1",
|
||||
"os": "Mac-15.4",
|
||||
"pool": "chromium.tests"
|
||||
},
|
||||
"hard_timeout": 1800,
|
||||
"idempotent": false,
|
||||
"io_timeout": 1800,
|
||||
"service_account": "chromium-tester@chops-service-accounts.iam.gserviceaccount.com"
|
||||
},
|
||||
"test": "telemetry_gpu_integration_test",
|
||||
"test_id_prefix": "ninja://chrome/test:telemetry_gpu_integration_test/"
|
||||
},
|
||||
{
|
||||
"args": [
|
||||
"screenshot_sync",
|
||||
@ -830,82 +488,6 @@
|
||||
"test": "telemetry_gpu_integration_test",
|
||||
"test_id_prefix": "ninja://chrome/test:telemetry_gpu_integration_test/"
|
||||
},
|
||||
{
|
||||
"args": [
|
||||
"webcodecs",
|
||||
"--show-stdout",
|
||||
"--browser=release",
|
||||
"--passthrough",
|
||||
"-v",
|
||||
"--stable-jobs",
|
||||
"--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc --use-cmd-decoder=passthrough --use-gl=angle --use-angle=gl --disable-features=SkiaGraphite",
|
||||
"--enforce-browser-version",
|
||||
"--jobs=4"
|
||||
],
|
||||
"merge": {
|
||||
"script": "//testing/merge_scripts/standard_isolated_script_merge.py"
|
||||
},
|
||||
"name": "webcodecs_gl_passthrough_ganesh_tests",
|
||||
"resultdb": {
|
||||
"enable": true,
|
||||
"has_native_resultdb_integration": true
|
||||
},
|
||||
"swarming": {
|
||||
"containment_type": "AUTO",
|
||||
"dimensions": {
|
||||
"cpu": "arm64",
|
||||
"display_attached": "1",
|
||||
"gpu": "apple:m1",
|
||||
"mac_model": "Macmini9,1",
|
||||
"os": "Mac-15.4",
|
||||
"pool": "chromium.tests"
|
||||
},
|
||||
"hard_timeout": 1800,
|
||||
"idempotent": false,
|
||||
"io_timeout": 1800,
|
||||
"service_account": "chromium-tester@chops-service-accounts.iam.gserviceaccount.com"
|
||||
},
|
||||
"test": "telemetry_gpu_integration_test",
|
||||
"test_id_prefix": "ninja://chrome/test:telemetry_gpu_integration_test/"
|
||||
},
|
||||
{
|
||||
"args": [
|
||||
"webcodecs",
|
||||
"--show-stdout",
|
||||
"--browser=release",
|
||||
"--passthrough",
|
||||
"-v",
|
||||
"--stable-jobs",
|
||||
"--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc --use-cmd-decoder=passthrough --use-gl=angle --use-angle=metal --disable-features=SkiaGraphite",
|
||||
"--enforce-browser-version",
|
||||
"--jobs=4"
|
||||
],
|
||||
"merge": {
|
||||
"script": "//testing/merge_scripts/standard_isolated_script_merge.py"
|
||||
},
|
||||
"name": "webcodecs_metal_passthrough_ganesh_tests",
|
||||
"resultdb": {
|
||||
"enable": true,
|
||||
"has_native_resultdb_integration": true
|
||||
},
|
||||
"swarming": {
|
||||
"containment_type": "AUTO",
|
||||
"dimensions": {
|
||||
"cpu": "arm64",
|
||||
"display_attached": "1",
|
||||
"gpu": "apple:m1",
|
||||
"mac_model": "Macmini9,1",
|
||||
"os": "Mac-15.4",
|
||||
"pool": "chromium.tests"
|
||||
},
|
||||
"hard_timeout": 1800,
|
||||
"idempotent": false,
|
||||
"io_timeout": 1800,
|
||||
"service_account": "chromium-tester@chops-service-accounts.iam.gserviceaccount.com"
|
||||
},
|
||||
"test": "telemetry_gpu_integration_test",
|
||||
"test_id_prefix": "ninja://chrome/test:telemetry_gpu_integration_test/"
|
||||
},
|
||||
{
|
||||
"args": [
|
||||
"webcodecs",
|
||||
@ -944,47 +526,6 @@
|
||||
"test": "telemetry_gpu_integration_test",
|
||||
"test_id_prefix": "ninja://chrome/test:telemetry_gpu_integration_test/"
|
||||
},
|
||||
{
|
||||
"args": [
|
||||
"webgl2_conformance",
|
||||
"--show-stdout",
|
||||
"--browser=release",
|
||||
"--passthrough",
|
||||
"-v",
|
||||
"--stable-jobs",
|
||||
"--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc --use-cmd-decoder=passthrough --use-gl=angle --use-angle=gl --disable-features=SkiaGraphite --force_high_performance_gpu",
|
||||
"--enforce-browser-version",
|
||||
"--webgl-conformance-version=2.0.1",
|
||||
"--read-abbreviated-json-results-from=../../content/test/data/gpu/webgl2_conformance_mac_runtimes.json",
|
||||
"--jobs=4"
|
||||
],
|
||||
"merge": {
|
||||
"script": "//testing/merge_scripts/standard_isolated_script_merge.py"
|
||||
},
|
||||
"name": "webgl2_conformance_gl_passthrough_ganesh_tests",
|
||||
"resultdb": {
|
||||
"enable": true,
|
||||
"has_native_resultdb_integration": true
|
||||
},
|
||||
"swarming": {
|
||||
"containment_type": "AUTO",
|
||||
"dimensions": {
|
||||
"cpu": "arm64",
|
||||
"display_attached": "1",
|
||||
"gpu": "apple:m1",
|
||||
"mac_model": "Macmini9,1",
|
||||
"os": "Mac-15.4",
|
||||
"pool": "chromium.tests"
|
||||
},
|
||||
"hard_timeout": 1800,
|
||||
"idempotent": false,
|
||||
"io_timeout": 1800,
|
||||
"service_account": "chromium-tester@chops-service-accounts.iam.gserviceaccount.com",
|
||||
"shards": 20
|
||||
},
|
||||
"test": "telemetry_gpu_integration_test",
|
||||
"test_id_prefix": "ninja://chrome/test:telemetry_gpu_integration_test/"
|
||||
},
|
||||
{
|
||||
"args": [
|
||||
"webgl2_conformance",
|
||||
@ -1027,86 +568,6 @@
|
||||
"test": "telemetry_gpu_integration_test",
|
||||
"test_id_prefix": "ninja://chrome/test:telemetry_gpu_integration_test/"
|
||||
},
|
||||
{
|
||||
"args": [
|
||||
"webgl1_conformance",
|
||||
"--show-stdout",
|
||||
"--browser=release",
|
||||
"--passthrough",
|
||||
"-v",
|
||||
"--stable-jobs",
|
||||
"--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc --use-cmd-decoder=passthrough --use-gl=angle --use-angle=gl --disable-features=SkiaGraphite --force_high_performance_gpu",
|
||||
"--enforce-browser-version",
|
||||
"--read-abbreviated-json-results-from=../../content/test/data/gpu/webgl1_conformance_mac_runtimes.json",
|
||||
"--jobs=4"
|
||||
],
|
||||
"merge": {
|
||||
"script": "//testing/merge_scripts/standard_isolated_script_merge.py"
|
||||
},
|
||||
"name": "webgl_conformance_gl_passthrough_ganesh_tests",
|
||||
"resultdb": {
|
||||
"enable": true,
|
||||
"has_native_resultdb_integration": true
|
||||
},
|
||||
"swarming": {
|
||||
"containment_type": "AUTO",
|
||||
"dimensions": {
|
||||
"cpu": "arm64",
|
||||
"display_attached": "1",
|
||||
"gpu": "apple:m1",
|
||||
"mac_model": "Macmini9,1",
|
||||
"os": "Mac-15.4",
|
||||
"pool": "chromium.tests"
|
||||
},
|
||||
"hard_timeout": 1800,
|
||||
"idempotent": false,
|
||||
"io_timeout": 1800,
|
||||
"service_account": "chromium-tester@chops-service-accounts.iam.gserviceaccount.com",
|
||||
"shards": 2
|
||||
},
|
||||
"test": "telemetry_gpu_integration_test",
|
||||
"test_id_prefix": "ninja://chrome/test:telemetry_gpu_integration_test/"
|
||||
},
|
||||
{
|
||||
"args": [
|
||||
"webgl1_conformance",
|
||||
"--show-stdout",
|
||||
"--browser=release",
|
||||
"--passthrough",
|
||||
"-v",
|
||||
"--stable-jobs",
|
||||
"--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc --use-cmd-decoder=passthrough --use-gl=angle --use-angle=metal --disable-features=SkiaGraphite --enable-features=EGLDualGPURendering,ForceHighPerformanceGPUForWebGL",
|
||||
"--enforce-browser-version",
|
||||
"--enable-metal-debug-layers",
|
||||
"--read-abbreviated-json-results-from=../../content/test/data/gpu/webgl1_conformance_mac_runtimes.json",
|
||||
"--jobs=4"
|
||||
],
|
||||
"merge": {
|
||||
"script": "//testing/merge_scripts/standard_isolated_script_merge.py"
|
||||
},
|
||||
"name": "webgl_conformance_metal_passthrough_ganesh_tests",
|
||||
"resultdb": {
|
||||
"enable": true,
|
||||
"has_native_resultdb_integration": true
|
||||
},
|
||||
"swarming": {
|
||||
"containment_type": "AUTO",
|
||||
"dimensions": {
|
||||
"cpu": "arm64",
|
||||
"display_attached": "1",
|
||||
"gpu": "apple:m1",
|
||||
"mac_model": "Macmini9,1",
|
||||
"os": "Mac-15.4",
|
||||
"pool": "chromium.tests"
|
||||
},
|
||||
"hard_timeout": 1800,
|
||||
"idempotent": false,
|
||||
"io_timeout": 1800,
|
||||
"service_account": "chromium-tester@chops-service-accounts.iam.gserviceaccount.com"
|
||||
},
|
||||
"test": "telemetry_gpu_integration_test",
|
||||
"test_id_prefix": "ninja://chrome/test:telemetry_gpu_integration_test/"
|
||||
},
|
||||
{
|
||||
"args": [
|
||||
"webgl1_conformance",
|
||||
@ -1186,82 +647,6 @@
|
||||
"test": "telemetry_gpu_integration_test",
|
||||
"test_id_prefix": "ninja://chrome/test:telemetry_gpu_integration_test/"
|
||||
},
|
||||
{
|
||||
"args": [
|
||||
"webrtc",
|
||||
"--show-stdout",
|
||||
"--browser=release",
|
||||
"--passthrough",
|
||||
"-v",
|
||||
"--stable-jobs",
|
||||
"--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc --use-cmd-decoder=passthrough --use-gl=angle --use-angle=gl --disable-features=SkiaGraphite",
|
||||
"--enforce-browser-version",
|
||||
"--jobs=4"
|
||||
],
|
||||
"merge": {
|
||||
"script": "//testing/merge_scripts/standard_isolated_script_merge.py"
|
||||
},
|
||||
"name": "webrtc_gl_passthrough_ganesh_tests",
|
||||
"resultdb": {
|
||||
"enable": true,
|
||||
"has_native_resultdb_integration": true
|
||||
},
|
||||
"swarming": {
|
||||
"containment_type": "AUTO",
|
||||
"dimensions": {
|
||||
"cpu": "arm64",
|
||||
"display_attached": "1",
|
||||
"gpu": "apple:m1",
|
||||
"mac_model": "Macmini9,1",
|
||||
"os": "Mac-15.4",
|
||||
"pool": "chromium.tests"
|
||||
},
|
||||
"hard_timeout": 1800,
|
||||
"idempotent": false,
|
||||
"io_timeout": 1800,
|
||||
"service_account": "chromium-tester@chops-service-accounts.iam.gserviceaccount.com"
|
||||
},
|
||||
"test": "telemetry_gpu_integration_test",
|
||||
"test_id_prefix": "ninja://chrome/test:telemetry_gpu_integration_test/"
|
||||
},
|
||||
{
|
||||
"args": [
|
||||
"webrtc",
|
||||
"--show-stdout",
|
||||
"--browser=release",
|
||||
"--passthrough",
|
||||
"-v",
|
||||
"--stable-jobs",
|
||||
"--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc --use-cmd-decoder=passthrough --use-gl=angle --use-angle=metal --disable-features=SkiaGraphite",
|
||||
"--enforce-browser-version",
|
||||
"--jobs=4"
|
||||
],
|
||||
"merge": {
|
||||
"script": "//testing/merge_scripts/standard_isolated_script_merge.py"
|
||||
},
|
||||
"name": "webrtc_metal_passthrough_ganesh_tests",
|
||||
"resultdb": {
|
||||
"enable": true,
|
||||
"has_native_resultdb_integration": true
|
||||
},
|
||||
"swarming": {
|
||||
"containment_type": "AUTO",
|
||||
"dimensions": {
|
||||
"cpu": "arm64",
|
||||
"display_attached": "1",
|
||||
"gpu": "apple:m1",
|
||||
"mac_model": "Macmini9,1",
|
||||
"os": "Mac-15.4",
|
||||
"pool": "chromium.tests"
|
||||
},
|
||||
"hard_timeout": 1800,
|
||||
"idempotent": false,
|
||||
"io_timeout": 1800,
|
||||
"service_account": "chromium-tester@chops-service-accounts.iam.gserviceaccount.com"
|
||||
},
|
||||
"test": "telemetry_gpu_integration_test",
|
||||
"test_id_prefix": "ninja://chrome/test:telemetry_gpu_integration_test/"
|
||||
},
|
||||
{
|
||||
"args": [
|
||||
"webrtc",
|
||||
|
@ -161,82 +161,6 @@
|
||||
}
|
||||
],
|
||||
"isolated_scripts": [
|
||||
{
|
||||
"args": [
|
||||
"context_lost",
|
||||
"--show-stdout",
|
||||
"--browser=release",
|
||||
"--passthrough",
|
||||
"-v",
|
||||
"--stable-jobs",
|
||||
"--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc --use-cmd-decoder=passthrough --use-gl=angle --use-angle=gl --disable-features=SkiaGraphite",
|
||||
"--enforce-browser-version",
|
||||
"--jobs=4"
|
||||
],
|
||||
"merge": {
|
||||
"script": "//testing/merge_scripts/standard_isolated_script_merge.py"
|
||||
},
|
||||
"name": "context_lost_gl_passthrough_ganesh_tests",
|
||||
"resultdb": {
|
||||
"enable": true,
|
||||
"has_native_resultdb_integration": true
|
||||
},
|
||||
"swarming": {
|
||||
"containment_type": "AUTO",
|
||||
"dimensions": {
|
||||
"cpu": "arm64",
|
||||
"display_attached": "1",
|
||||
"gpu": "apple:m1",
|
||||
"mac_model": "Macmini9,1",
|
||||
"os": "Mac-14.5",
|
||||
"pool": "chromium.tests"
|
||||
},
|
||||
"hard_timeout": 1800,
|
||||
"idempotent": false,
|
||||
"io_timeout": 1800,
|
||||
"service_account": "chromium-tester@chops-service-accounts.iam.gserviceaccount.com"
|
||||
},
|
||||
"test": "telemetry_gpu_integration_test",
|
||||
"test_id_prefix": "ninja://chrome/test:telemetry_gpu_integration_test/"
|
||||
},
|
||||
{
|
||||
"args": [
|
||||
"context_lost",
|
||||
"--show-stdout",
|
||||
"--browser=release",
|
||||
"--passthrough",
|
||||
"-v",
|
||||
"--stable-jobs",
|
||||
"--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc --use-cmd-decoder=passthrough --use-gl=angle --use-angle=metal --disable-features=SkiaGraphite",
|
||||
"--enforce-browser-version",
|
||||
"--jobs=4"
|
||||
],
|
||||
"merge": {
|
||||
"script": "//testing/merge_scripts/standard_isolated_script_merge.py"
|
||||
},
|
||||
"name": "context_lost_metal_passthrough_ganesh_tests",
|
||||
"resultdb": {
|
||||
"enable": true,
|
||||
"has_native_resultdb_integration": true
|
||||
},
|
||||
"swarming": {
|
||||
"containment_type": "AUTO",
|
||||
"dimensions": {
|
||||
"cpu": "arm64",
|
||||
"display_attached": "1",
|
||||
"gpu": "apple:m1",
|
||||
"mac_model": "Macmini9,1",
|
||||
"os": "Mac-14.5",
|
||||
"pool": "chromium.tests"
|
||||
},
|
||||
"hard_timeout": 1800,
|
||||
"idempotent": false,
|
||||
"io_timeout": 1800,
|
||||
"service_account": "chromium-tester@chops-service-accounts.iam.gserviceaccount.com"
|
||||
},
|
||||
"test": "telemetry_gpu_integration_test",
|
||||
"test_id_prefix": "ninja://chrome/test:telemetry_gpu_integration_test/"
|
||||
},
|
||||
{
|
||||
"args": [
|
||||
"context_lost",
|
||||
@ -275,100 +199,6 @@
|
||||
"test": "telemetry_gpu_integration_test",
|
||||
"test_id_prefix": "ninja://chrome/test:telemetry_gpu_integration_test/"
|
||||
},
|
||||
{
|
||||
"args": [
|
||||
"expected_color",
|
||||
"--show-stdout",
|
||||
"--browser=release",
|
||||
"--passthrough",
|
||||
"-v",
|
||||
"--stable-jobs",
|
||||
"--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc --use-cmd-decoder=passthrough --use-gl=angle --use-angle=gl --disable-features=SkiaGraphite",
|
||||
"--enforce-browser-version",
|
||||
"--git-revision=${got_revision}",
|
||||
"--dont-restore-color-profile-after-test",
|
||||
"--test-machine-name",
|
||||
"${buildername}",
|
||||
"--jobs=4"
|
||||
],
|
||||
"merge": {
|
||||
"script": "//testing/merge_scripts/standard_isolated_script_merge.py"
|
||||
},
|
||||
"name": "expected_color_pixel_gl_passthrough_ganesh_test",
|
||||
"precommit_args": [
|
||||
"--gerrit-issue=${patch_issue}",
|
||||
"--gerrit-patchset=${patch_set}",
|
||||
"--buildbucket-id=${buildbucket_build_id}"
|
||||
],
|
||||
"resultdb": {
|
||||
"enable": true,
|
||||
"has_native_resultdb_integration": true
|
||||
},
|
||||
"swarming": {
|
||||
"containment_type": "AUTO",
|
||||
"dimensions": {
|
||||
"cpu": "arm64",
|
||||
"display_attached": "1",
|
||||
"gpu": "apple:m1",
|
||||
"mac_model": "Macmini9,1",
|
||||
"os": "Mac-14.5",
|
||||
"pool": "chromium.tests"
|
||||
},
|
||||
"hard_timeout": 1800,
|
||||
"idempotent": false,
|
||||
"io_timeout": 1800,
|
||||
"service_account": "chromium-tester@chops-service-accounts.iam.gserviceaccount.com"
|
||||
},
|
||||
"test": "telemetry_gpu_integration_test",
|
||||
"test_id_prefix": "ninja://chrome/test:telemetry_gpu_integration_test/"
|
||||
},
|
||||
{
|
||||
"args": [
|
||||
"expected_color",
|
||||
"--show-stdout",
|
||||
"--browser=release",
|
||||
"--passthrough",
|
||||
"-v",
|
||||
"--stable-jobs",
|
||||
"--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc --use-cmd-decoder=passthrough --use-gl=angle --use-angle=metal --disable-features=SkiaGraphite",
|
||||
"--enforce-browser-version",
|
||||
"--git-revision=${got_revision}",
|
||||
"--dont-restore-color-profile-after-test",
|
||||
"--test-machine-name",
|
||||
"${buildername}",
|
||||
"--jobs=4"
|
||||
],
|
||||
"merge": {
|
||||
"script": "//testing/merge_scripts/standard_isolated_script_merge.py"
|
||||
},
|
||||
"name": "expected_color_pixel_metal_passthrough_ganesh_test",
|
||||
"precommit_args": [
|
||||
"--gerrit-issue=${patch_issue}",
|
||||
"--gerrit-patchset=${patch_set}",
|
||||
"--buildbucket-id=${buildbucket_build_id}"
|
||||
],
|
||||
"resultdb": {
|
||||
"enable": true,
|
||||
"has_native_resultdb_integration": true
|
||||
},
|
||||
"swarming": {
|
||||
"containment_type": "AUTO",
|
||||
"dimensions": {
|
||||
"cpu": "arm64",
|
||||
"display_attached": "1",
|
||||
"gpu": "apple:m1",
|
||||
"mac_model": "Macmini9,1",
|
||||
"os": "Mac-14.5",
|
||||
"pool": "chromium.tests"
|
||||
},
|
||||
"hard_timeout": 1800,
|
||||
"idempotent": false,
|
||||
"io_timeout": 1800,
|
||||
"service_account": "chromium-tester@chops-service-accounts.iam.gserviceaccount.com"
|
||||
},
|
||||
"test": "telemetry_gpu_integration_test",
|
||||
"test_id_prefix": "ninja://chrome/test:telemetry_gpu_integration_test/"
|
||||
},
|
||||
{
|
||||
"args": [
|
||||
"expected_color",
|
||||
@ -534,100 +364,6 @@
|
||||
"test": "telemetry_gpu_integration_test",
|
||||
"test_id_prefix": "ninja://chrome/test:telemetry_gpu_integration_test/"
|
||||
},
|
||||
{
|
||||
"args": [
|
||||
"pixel",
|
||||
"--show-stdout",
|
||||
"--browser=release",
|
||||
"--passthrough",
|
||||
"-v",
|
||||
"--stable-jobs",
|
||||
"--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc --use-cmd-decoder=passthrough --use-gl=angle --use-angle=gl --disable-features=SkiaGraphite",
|
||||
"--enforce-browser-version",
|
||||
"--git-revision=${got_revision}",
|
||||
"--dont-restore-color-profile-after-test",
|
||||
"--test-machine-name",
|
||||
"${buildername}",
|
||||
"--jobs=4"
|
||||
],
|
||||
"merge": {
|
||||
"script": "//testing/merge_scripts/standard_isolated_script_merge.py"
|
||||
},
|
||||
"name": "pixel_skia_gold_gl_passthrough_ganesh_test",
|
||||
"precommit_args": [
|
||||
"--gerrit-issue=${patch_issue}",
|
||||
"--gerrit-patchset=${patch_set}",
|
||||
"--buildbucket-id=${buildbucket_build_id}"
|
||||
],
|
||||
"resultdb": {
|
||||
"enable": true,
|
||||
"has_native_resultdb_integration": true
|
||||
},
|
||||
"swarming": {
|
||||
"containment_type": "AUTO",
|
||||
"dimensions": {
|
||||
"cpu": "arm64",
|
||||
"display_attached": "1",
|
||||
"gpu": "apple:m1",
|
||||
"mac_model": "Macmini9,1",
|
||||
"os": "Mac-14.5",
|
||||
"pool": "chromium.tests"
|
||||
},
|
||||
"hard_timeout": 1800,
|
||||
"idempotent": false,
|
||||
"io_timeout": 1800,
|
||||
"service_account": "chromium-tester@chops-service-accounts.iam.gserviceaccount.com"
|
||||
},
|
||||
"test": "telemetry_gpu_integration_test",
|
||||
"test_id_prefix": "ninja://chrome/test:telemetry_gpu_integration_test/"
|
||||
},
|
||||
{
|
||||
"args": [
|
||||
"pixel",
|
||||
"--show-stdout",
|
||||
"--browser=release",
|
||||
"--passthrough",
|
||||
"-v",
|
||||
"--stable-jobs",
|
||||
"--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc --use-cmd-decoder=passthrough --use-gl=angle --use-angle=metal --disable-features=SkiaGraphite",
|
||||
"--enforce-browser-version",
|
||||
"--git-revision=${got_revision}",
|
||||
"--dont-restore-color-profile-after-test",
|
||||
"--test-machine-name",
|
||||
"${buildername}",
|
||||
"--jobs=4"
|
||||
],
|
||||
"merge": {
|
||||
"script": "//testing/merge_scripts/standard_isolated_script_merge.py"
|
||||
},
|
||||
"name": "pixel_skia_gold_metal_passthrough_ganesh_test",
|
||||
"precommit_args": [
|
||||
"--gerrit-issue=${patch_issue}",
|
||||
"--gerrit-patchset=${patch_set}",
|
||||
"--buildbucket-id=${buildbucket_build_id}"
|
||||
],
|
||||
"resultdb": {
|
||||
"enable": true,
|
||||
"has_native_resultdb_integration": true
|
||||
},
|
||||
"swarming": {
|
||||
"containment_type": "AUTO",
|
||||
"dimensions": {
|
||||
"cpu": "arm64",
|
||||
"display_attached": "1",
|
||||
"gpu": "apple:m1",
|
||||
"mac_model": "Macmini9,1",
|
||||
"os": "Mac-14.5",
|
||||
"pool": "chromium.tests"
|
||||
},
|
||||
"hard_timeout": 1800,
|
||||
"idempotent": false,
|
||||
"io_timeout": 1800,
|
||||
"service_account": "chromium-tester@chops-service-accounts.iam.gserviceaccount.com"
|
||||
},
|
||||
"test": "telemetry_gpu_integration_test",
|
||||
"test_id_prefix": "ninja://chrome/test:telemetry_gpu_integration_test/"
|
||||
},
|
||||
{
|
||||
"args": [
|
||||
"pixel",
|
||||
@ -675,84 +411,6 @@
|
||||
"test": "telemetry_gpu_integration_test",
|
||||
"test_id_prefix": "ninja://chrome/test:telemetry_gpu_integration_test/"
|
||||
},
|
||||
{
|
||||
"args": [
|
||||
"screenshot_sync",
|
||||
"--show-stdout",
|
||||
"--browser=release",
|
||||
"--passthrough",
|
||||
"-v",
|
||||
"--stable-jobs",
|
||||
"--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc --use-cmd-decoder=passthrough --use-gl=angle --use-angle=gl --disable-features=SkiaGraphite",
|
||||
"--enforce-browser-version",
|
||||
"--dont-restore-color-profile-after-test",
|
||||
"--jobs=4"
|
||||
],
|
||||
"merge": {
|
||||
"script": "//testing/merge_scripts/standard_isolated_script_merge.py"
|
||||
},
|
||||
"name": "screenshot_sync_gl_passthrough_ganesh_tests",
|
||||
"resultdb": {
|
||||
"enable": true,
|
||||
"has_native_resultdb_integration": true
|
||||
},
|
||||
"swarming": {
|
||||
"containment_type": "AUTO",
|
||||
"dimensions": {
|
||||
"cpu": "arm64",
|
||||
"display_attached": "1",
|
||||
"gpu": "apple:m1",
|
||||
"mac_model": "Macmini9,1",
|
||||
"os": "Mac-14.5",
|
||||
"pool": "chromium.tests"
|
||||
},
|
||||
"hard_timeout": 1800,
|
||||
"idempotent": false,
|
||||
"io_timeout": 1800,
|
||||
"service_account": "chromium-tester@chops-service-accounts.iam.gserviceaccount.com"
|
||||
},
|
||||
"test": "telemetry_gpu_integration_test",
|
||||
"test_id_prefix": "ninja://chrome/test:telemetry_gpu_integration_test/"
|
||||
},
|
||||
{
|
||||
"args": [
|
||||
"screenshot_sync",
|
||||
"--show-stdout",
|
||||
"--browser=release",
|
||||
"--passthrough",
|
||||
"-v",
|
||||
"--stable-jobs",
|
||||
"--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc --use-cmd-decoder=passthrough --use-gl=angle --use-angle=metal --disable-features=SkiaGraphite",
|
||||
"--enforce-browser-version",
|
||||
"--dont-restore-color-profile-after-test",
|
||||
"--jobs=4"
|
||||
],
|
||||
"merge": {
|
||||
"script": "//testing/merge_scripts/standard_isolated_script_merge.py"
|
||||
},
|
||||
"name": "screenshot_sync_metal_passthrough_ganesh_tests",
|
||||
"resultdb": {
|
||||
"enable": true,
|
||||
"has_native_resultdb_integration": true
|
||||
},
|
||||
"swarming": {
|
||||
"containment_type": "AUTO",
|
||||
"dimensions": {
|
||||
"cpu": "arm64",
|
||||
"display_attached": "1",
|
||||
"gpu": "apple:m1",
|
||||
"mac_model": "Macmini9,1",
|
||||
"os": "Mac-14.5",
|
||||
"pool": "chromium.tests"
|
||||
},
|
||||
"hard_timeout": 1800,
|
||||
"idempotent": false,
|
||||
"io_timeout": 1800,
|
||||
"service_account": "chromium-tester@chops-service-accounts.iam.gserviceaccount.com"
|
||||
},
|
||||
"test": "telemetry_gpu_integration_test",
|
||||
"test_id_prefix": "ninja://chrome/test:telemetry_gpu_integration_test/"
|
||||
},
|
||||
{
|
||||
"args": [
|
||||
"screenshot_sync",
|
||||
@ -830,82 +488,6 @@
|
||||
"test": "telemetry_gpu_integration_test",
|
||||
"test_id_prefix": "ninja://chrome/test:telemetry_gpu_integration_test/"
|
||||
},
|
||||
{
|
||||
"args": [
|
||||
"webcodecs",
|
||||
"--show-stdout",
|
||||
"--browser=release",
|
||||
"--passthrough",
|
||||
"-v",
|
||||
"--stable-jobs",
|
||||
"--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc --use-cmd-decoder=passthrough --use-gl=angle --use-angle=gl --disable-features=SkiaGraphite",
|
||||
"--enforce-browser-version",
|
||||
"--jobs=4"
|
||||
],
|
||||
"merge": {
|
||||
"script": "//testing/merge_scripts/standard_isolated_script_merge.py"
|
||||
},
|
||||
"name": "webcodecs_gl_passthrough_ganesh_tests",
|
||||
"resultdb": {
|
||||
"enable": true,
|
||||
"has_native_resultdb_integration": true
|
||||
},
|
||||
"swarming": {
|
||||
"containment_type": "AUTO",
|
||||
"dimensions": {
|
||||
"cpu": "arm64",
|
||||
"display_attached": "1",
|
||||
"gpu": "apple:m1",
|
||||
"mac_model": "Macmini9,1",
|
||||
"os": "Mac-14.5",
|
||||
"pool": "chromium.tests"
|
||||
},
|
||||
"hard_timeout": 1800,
|
||||
"idempotent": false,
|
||||
"io_timeout": 1800,
|
||||
"service_account": "chromium-tester@chops-service-accounts.iam.gserviceaccount.com"
|
||||
},
|
||||
"test": "telemetry_gpu_integration_test",
|
||||
"test_id_prefix": "ninja://chrome/test:telemetry_gpu_integration_test/"
|
||||
},
|
||||
{
|
||||
"args": [
|
||||
"webcodecs",
|
||||
"--show-stdout",
|
||||
"--browser=release",
|
||||
"--passthrough",
|
||||
"-v",
|
||||
"--stable-jobs",
|
||||
"--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc --use-cmd-decoder=passthrough --use-gl=angle --use-angle=metal --disable-features=SkiaGraphite",
|
||||
"--enforce-browser-version",
|
||||
"--jobs=4"
|
||||
],
|
||||
"merge": {
|
||||
"script": "//testing/merge_scripts/standard_isolated_script_merge.py"
|
||||
},
|
||||
"name": "webcodecs_metal_passthrough_ganesh_tests",
|
||||
"resultdb": {
|
||||
"enable": true,
|
||||
"has_native_resultdb_integration": true
|
||||
},
|
||||
"swarming": {
|
||||
"containment_type": "AUTO",
|
||||
"dimensions": {
|
||||
"cpu": "arm64",
|
||||
"display_attached": "1",
|
||||
"gpu": "apple:m1",
|
||||
"mac_model": "Macmini9,1",
|
||||
"os": "Mac-14.5",
|
||||
"pool": "chromium.tests"
|
||||
},
|
||||
"hard_timeout": 1800,
|
||||
"idempotent": false,
|
||||
"io_timeout": 1800,
|
||||
"service_account": "chromium-tester@chops-service-accounts.iam.gserviceaccount.com"
|
||||
},
|
||||
"test": "telemetry_gpu_integration_test",
|
||||
"test_id_prefix": "ninja://chrome/test:telemetry_gpu_integration_test/"
|
||||
},
|
||||
{
|
||||
"args": [
|
||||
"webcodecs",
|
||||
@ -944,47 +526,6 @@
|
||||
"test": "telemetry_gpu_integration_test",
|
||||
"test_id_prefix": "ninja://chrome/test:telemetry_gpu_integration_test/"
|
||||
},
|
||||
{
|
||||
"args": [
|
||||
"webgl2_conformance",
|
||||
"--show-stdout",
|
||||
"--browser=release",
|
||||
"--passthrough",
|
||||
"-v",
|
||||
"--stable-jobs",
|
||||
"--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc --use-cmd-decoder=passthrough --use-gl=angle --use-angle=gl --disable-features=SkiaGraphite --force_high_performance_gpu",
|
||||
"--enforce-browser-version",
|
||||
"--webgl-conformance-version=2.0.1",
|
||||
"--read-abbreviated-json-results-from=../../content/test/data/gpu/webgl2_conformance_mac_runtimes.json",
|
||||
"--jobs=4"
|
||||
],
|
||||
"merge": {
|
||||
"script": "//testing/merge_scripts/standard_isolated_script_merge.py"
|
||||
},
|
||||
"name": "webgl2_conformance_gl_passthrough_ganesh_tests",
|
||||
"resultdb": {
|
||||
"enable": true,
|
||||
"has_native_resultdb_integration": true
|
||||
},
|
||||
"swarming": {
|
||||
"containment_type": "AUTO",
|
||||
"dimensions": {
|
||||
"cpu": "arm64",
|
||||
"display_attached": "1",
|
||||
"gpu": "apple:m1",
|
||||
"mac_model": "Macmini9,1",
|
||||
"os": "Mac-14.5",
|
||||
"pool": "chromium.tests"
|
||||
},
|
||||
"hard_timeout": 1800,
|
||||
"idempotent": false,
|
||||
"io_timeout": 1800,
|
||||
"service_account": "chromium-tester@chops-service-accounts.iam.gserviceaccount.com",
|
||||
"shards": 20
|
||||
},
|
||||
"test": "telemetry_gpu_integration_test",
|
||||
"test_id_prefix": "ninja://chrome/test:telemetry_gpu_integration_test/"
|
||||
},
|
||||
{
|
||||
"args": [
|
||||
"webgl2_conformance",
|
||||
@ -1027,86 +568,6 @@
|
||||
"test": "telemetry_gpu_integration_test",
|
||||
"test_id_prefix": "ninja://chrome/test:telemetry_gpu_integration_test/"
|
||||
},
|
||||
{
|
||||
"args": [
|
||||
"webgl1_conformance",
|
||||
"--show-stdout",
|
||||
"--browser=release",
|
||||
"--passthrough",
|
||||
"-v",
|
||||
"--stable-jobs",
|
||||
"--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc --use-cmd-decoder=passthrough --use-gl=angle --use-angle=gl --disable-features=SkiaGraphite --force_high_performance_gpu",
|
||||
"--enforce-browser-version",
|
||||
"--read-abbreviated-json-results-from=../../content/test/data/gpu/webgl1_conformance_mac_runtimes.json",
|
||||
"--jobs=4"
|
||||
],
|
||||
"merge": {
|
||||
"script": "//testing/merge_scripts/standard_isolated_script_merge.py"
|
||||
},
|
||||
"name": "webgl_conformance_gl_passthrough_ganesh_tests",
|
||||
"resultdb": {
|
||||
"enable": true,
|
||||
"has_native_resultdb_integration": true
|
||||
},
|
||||
"swarming": {
|
||||
"containment_type": "AUTO",
|
||||
"dimensions": {
|
||||
"cpu": "arm64",
|
||||
"display_attached": "1",
|
||||
"gpu": "apple:m1",
|
||||
"mac_model": "Macmini9,1",
|
||||
"os": "Mac-14.5",
|
||||
"pool": "chromium.tests"
|
||||
},
|
||||
"hard_timeout": 1800,
|
||||
"idempotent": false,
|
||||
"io_timeout": 1800,
|
||||
"service_account": "chromium-tester@chops-service-accounts.iam.gserviceaccount.com",
|
||||
"shards": 2
|
||||
},
|
||||
"test": "telemetry_gpu_integration_test",
|
||||
"test_id_prefix": "ninja://chrome/test:telemetry_gpu_integration_test/"
|
||||
},
|
||||
{
|
||||
"args": [
|
||||
"webgl1_conformance",
|
||||
"--show-stdout",
|
||||
"--browser=release",
|
||||
"--passthrough",
|
||||
"-v",
|
||||
"--stable-jobs",
|
||||
"--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc --use-cmd-decoder=passthrough --use-gl=angle --use-angle=metal --disable-features=SkiaGraphite --enable-features=EGLDualGPURendering,ForceHighPerformanceGPUForWebGL",
|
||||
"--enforce-browser-version",
|
||||
"--enable-metal-debug-layers",
|
||||
"--read-abbreviated-json-results-from=../../content/test/data/gpu/webgl1_conformance_mac_runtimes.json",
|
||||
"--jobs=4"
|
||||
],
|
||||
"merge": {
|
||||
"script": "//testing/merge_scripts/standard_isolated_script_merge.py"
|
||||
},
|
||||
"name": "webgl_conformance_metal_passthrough_ganesh_tests",
|
||||
"resultdb": {
|
||||
"enable": true,
|
||||
"has_native_resultdb_integration": true
|
||||
},
|
||||
"swarming": {
|
||||
"containment_type": "AUTO",
|
||||
"dimensions": {
|
||||
"cpu": "arm64",
|
||||
"display_attached": "1",
|
||||
"gpu": "apple:m1",
|
||||
"mac_model": "Macmini9,1",
|
||||
"os": "Mac-14.5",
|
||||
"pool": "chromium.tests"
|
||||
},
|
||||
"hard_timeout": 1800,
|
||||
"idempotent": false,
|
||||
"io_timeout": 1800,
|
||||
"service_account": "chromium-tester@chops-service-accounts.iam.gserviceaccount.com"
|
||||
},
|
||||
"test": "telemetry_gpu_integration_test",
|
||||
"test_id_prefix": "ninja://chrome/test:telemetry_gpu_integration_test/"
|
||||
},
|
||||
{
|
||||
"args": [
|
||||
"webgl1_conformance",
|
||||
@ -1186,82 +647,6 @@
|
||||
"test": "telemetry_gpu_integration_test",
|
||||
"test_id_prefix": "ninja://chrome/test:telemetry_gpu_integration_test/"
|
||||
},
|
||||
{
|
||||
"args": [
|
||||
"webrtc",
|
||||
"--show-stdout",
|
||||
"--browser=release",
|
||||
"--passthrough",
|
||||
"-v",
|
||||
"--stable-jobs",
|
||||
"--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc --use-cmd-decoder=passthrough --use-gl=angle --use-angle=gl --disable-features=SkiaGraphite",
|
||||
"--enforce-browser-version",
|
||||
"--jobs=4"
|
||||
],
|
||||
"merge": {
|
||||
"script": "//testing/merge_scripts/standard_isolated_script_merge.py"
|
||||
},
|
||||
"name": "webrtc_gl_passthrough_ganesh_tests",
|
||||
"resultdb": {
|
||||
"enable": true,
|
||||
"has_native_resultdb_integration": true
|
||||
},
|
||||
"swarming": {
|
||||
"containment_type": "AUTO",
|
||||
"dimensions": {
|
||||
"cpu": "arm64",
|
||||
"display_attached": "1",
|
||||
"gpu": "apple:m1",
|
||||
"mac_model": "Macmini9,1",
|
||||
"os": "Mac-14.5",
|
||||
"pool": "chromium.tests"
|
||||
},
|
||||
"hard_timeout": 1800,
|
||||
"idempotent": false,
|
||||
"io_timeout": 1800,
|
||||
"service_account": "chromium-tester@chops-service-accounts.iam.gserviceaccount.com"
|
||||
},
|
||||
"test": "telemetry_gpu_integration_test",
|
||||
"test_id_prefix": "ninja://chrome/test:telemetry_gpu_integration_test/"
|
||||
},
|
||||
{
|
||||
"args": [
|
||||
"webrtc",
|
||||
"--show-stdout",
|
||||
"--browser=release",
|
||||
"--passthrough",
|
||||
"-v",
|
||||
"--stable-jobs",
|
||||
"--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc --use-cmd-decoder=passthrough --use-gl=angle --use-angle=metal --disable-features=SkiaGraphite",
|
||||
"--enforce-browser-version",
|
||||
"--jobs=4"
|
||||
],
|
||||
"merge": {
|
||||
"script": "//testing/merge_scripts/standard_isolated_script_merge.py"
|
||||
},
|
||||
"name": "webrtc_metal_passthrough_ganesh_tests",
|
||||
"resultdb": {
|
||||
"enable": true,
|
||||
"has_native_resultdb_integration": true
|
||||
},
|
||||
"swarming": {
|
||||
"containment_type": "AUTO",
|
||||
"dimensions": {
|
||||
"cpu": "arm64",
|
||||
"display_attached": "1",
|
||||
"gpu": "apple:m1",
|
||||
"mac_model": "Macmini9,1",
|
||||
"os": "Mac-14.5",
|
||||
"pool": "chromium.tests"
|
||||
},
|
||||
"hard_timeout": 1800,
|
||||
"idempotent": false,
|
||||
"io_timeout": 1800,
|
||||
"service_account": "chromium-tester@chops-service-accounts.iam.gserviceaccount.com"
|
||||
},
|
||||
"test": "telemetry_gpu_integration_test",
|
||||
"test_id_prefix": "ninja://chrome/test:telemetry_gpu_integration_test/"
|
||||
},
|
||||
{
|
||||
"args": [
|
||||
"webrtc",
|
||||
|
630
infra/config/generated/builders/ci/Mac FYI Retina Release (Apple M2)/targets/chromium.gpu.fyi.json
630
infra/config/generated/builders/ci/Mac FYI Retina Release (Apple M2)/targets/chromium.gpu.fyi.json
@ -167,84 +167,6 @@
|
||||
}
|
||||
],
|
||||
"isolated_scripts": [
|
||||
{
|
||||
"args": [
|
||||
"context_lost",
|
||||
"--show-stdout",
|
||||
"--browser=release",
|
||||
"--passthrough",
|
||||
"-v",
|
||||
"--stable-jobs",
|
||||
"--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc --use-cmd-decoder=passthrough --use-gl=angle --use-angle=gl --disable-features=SkiaGraphite",
|
||||
"--enforce-browser-version",
|
||||
"--jobs=4"
|
||||
],
|
||||
"merge": {
|
||||
"script": "//testing/merge_scripts/standard_isolated_script_merge.py"
|
||||
},
|
||||
"name": "context_lost_gl_passthrough_ganesh_tests",
|
||||
"resultdb": {
|
||||
"enable": true,
|
||||
"has_native_resultdb_integration": true
|
||||
},
|
||||
"swarming": {
|
||||
"containment_type": "AUTO",
|
||||
"dimensions": {
|
||||
"cpu": "arm64",
|
||||
"display_attached": "1",
|
||||
"gpu": "apple:m2",
|
||||
"hidpi": "1",
|
||||
"mac_model": "Mac14,7",
|
||||
"os": "Mac-14.4.1",
|
||||
"pool": "chromium.tests.gpu"
|
||||
},
|
||||
"hard_timeout": 1800,
|
||||
"idempotent": false,
|
||||
"io_timeout": 1800,
|
||||
"service_account": "chromium-tester@chops-service-accounts.iam.gserviceaccount.com"
|
||||
},
|
||||
"test": "telemetry_gpu_integration_test",
|
||||
"test_id_prefix": "ninja://chrome/test:telemetry_gpu_integration_test/"
|
||||
},
|
||||
{
|
||||
"args": [
|
||||
"context_lost",
|
||||
"--show-stdout",
|
||||
"--browser=release",
|
||||
"--passthrough",
|
||||
"-v",
|
||||
"--stable-jobs",
|
||||
"--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc --use-cmd-decoder=passthrough --use-gl=angle --use-angle=metal --disable-features=SkiaGraphite",
|
||||
"--enforce-browser-version",
|
||||
"--jobs=4"
|
||||
],
|
||||
"merge": {
|
||||
"script": "//testing/merge_scripts/standard_isolated_script_merge.py"
|
||||
},
|
||||
"name": "context_lost_metal_passthrough_ganesh_tests",
|
||||
"resultdb": {
|
||||
"enable": true,
|
||||
"has_native_resultdb_integration": true
|
||||
},
|
||||
"swarming": {
|
||||
"containment_type": "AUTO",
|
||||
"dimensions": {
|
||||
"cpu": "arm64",
|
||||
"display_attached": "1",
|
||||
"gpu": "apple:m2",
|
||||
"hidpi": "1",
|
||||
"mac_model": "Mac14,7",
|
||||
"os": "Mac-14.4.1",
|
||||
"pool": "chromium.tests.gpu"
|
||||
},
|
||||
"hard_timeout": 1800,
|
||||
"idempotent": false,
|
||||
"io_timeout": 1800,
|
||||
"service_account": "chromium-tester@chops-service-accounts.iam.gserviceaccount.com"
|
||||
},
|
||||
"test": "telemetry_gpu_integration_test",
|
||||
"test_id_prefix": "ninja://chrome/test:telemetry_gpu_integration_test/"
|
||||
},
|
||||
{
|
||||
"args": [
|
||||
"context_lost",
|
||||
@ -284,102 +206,6 @@
|
||||
"test": "telemetry_gpu_integration_test",
|
||||
"test_id_prefix": "ninja://chrome/test:telemetry_gpu_integration_test/"
|
||||
},
|
||||
{
|
||||
"args": [
|
||||
"expected_color",
|
||||
"--show-stdout",
|
||||
"--browser=release",
|
||||
"--passthrough",
|
||||
"-v",
|
||||
"--stable-jobs",
|
||||
"--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc --use-cmd-decoder=passthrough --use-gl=angle --use-angle=gl --disable-features=SkiaGraphite",
|
||||
"--enforce-browser-version",
|
||||
"--git-revision=${got_revision}",
|
||||
"--dont-restore-color-profile-after-test",
|
||||
"--test-machine-name",
|
||||
"${buildername}",
|
||||
"--jobs=4"
|
||||
],
|
||||
"merge": {
|
||||
"script": "//testing/merge_scripts/standard_isolated_script_merge.py"
|
||||
},
|
||||
"name": "expected_color_pixel_gl_passthrough_ganesh_test",
|
||||
"precommit_args": [
|
||||
"--gerrit-issue=${patch_issue}",
|
||||
"--gerrit-patchset=${patch_set}",
|
||||
"--buildbucket-id=${buildbucket_build_id}"
|
||||
],
|
||||
"resultdb": {
|
||||
"enable": true,
|
||||
"has_native_resultdb_integration": true
|
||||
},
|
||||
"swarming": {
|
||||
"containment_type": "AUTO",
|
||||
"dimensions": {
|
||||
"cpu": "arm64",
|
||||
"display_attached": "1",
|
||||
"gpu": "apple:m2",
|
||||
"hidpi": "1",
|
||||
"mac_model": "Mac14,7",
|
||||
"os": "Mac-14.4.1",
|
||||
"pool": "chromium.tests.gpu"
|
||||
},
|
||||
"hard_timeout": 1800,
|
||||
"idempotent": false,
|
||||
"io_timeout": 1800,
|
||||
"service_account": "chromium-tester@chops-service-accounts.iam.gserviceaccount.com"
|
||||
},
|
||||
"test": "telemetry_gpu_integration_test",
|
||||
"test_id_prefix": "ninja://chrome/test:telemetry_gpu_integration_test/"
|
||||
},
|
||||
{
|
||||
"args": [
|
||||
"expected_color",
|
||||
"--show-stdout",
|
||||
"--browser=release",
|
||||
"--passthrough",
|
||||
"-v",
|
||||
"--stable-jobs",
|
||||
"--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc --use-cmd-decoder=passthrough --use-gl=angle --use-angle=metal --disable-features=SkiaGraphite",
|
||||
"--enforce-browser-version",
|
||||
"--git-revision=${got_revision}",
|
||||
"--dont-restore-color-profile-after-test",
|
||||
"--test-machine-name",
|
||||
"${buildername}",
|
||||
"--jobs=4"
|
||||
],
|
||||
"merge": {
|
||||
"script": "//testing/merge_scripts/standard_isolated_script_merge.py"
|
||||
},
|
||||
"name": "expected_color_pixel_metal_passthrough_ganesh_test",
|
||||
"precommit_args": [
|
||||
"--gerrit-issue=${patch_issue}",
|
||||
"--gerrit-patchset=${patch_set}",
|
||||
"--buildbucket-id=${buildbucket_build_id}"
|
||||
],
|
||||
"resultdb": {
|
||||
"enable": true,
|
||||
"has_native_resultdb_integration": true
|
||||
},
|
||||
"swarming": {
|
||||
"containment_type": "AUTO",
|
||||
"dimensions": {
|
||||
"cpu": "arm64",
|
||||
"display_attached": "1",
|
||||
"gpu": "apple:m2",
|
||||
"hidpi": "1",
|
||||
"mac_model": "Mac14,7",
|
||||
"os": "Mac-14.4.1",
|
||||
"pool": "chromium.tests.gpu"
|
||||
},
|
||||
"hard_timeout": 1800,
|
||||
"idempotent": false,
|
||||
"io_timeout": 1800,
|
||||
"service_account": "chromium-tester@chops-service-accounts.iam.gserviceaccount.com"
|
||||
},
|
||||
"test": "telemetry_gpu_integration_test",
|
||||
"test_id_prefix": "ninja://chrome/test:telemetry_gpu_integration_test/"
|
||||
},
|
||||
{
|
||||
"args": [
|
||||
"expected_color",
|
||||
@ -549,102 +375,6 @@
|
||||
"test": "telemetry_gpu_integration_test",
|
||||
"test_id_prefix": "ninja://chrome/test:telemetry_gpu_integration_test/"
|
||||
},
|
||||
{
|
||||
"args": [
|
||||
"pixel",
|
||||
"--show-stdout",
|
||||
"--browser=release",
|
||||
"--passthrough",
|
||||
"-v",
|
||||
"--stable-jobs",
|
||||
"--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc --use-cmd-decoder=passthrough --use-gl=angle --use-angle=gl --disable-features=SkiaGraphite",
|
||||
"--enforce-browser-version",
|
||||
"--git-revision=${got_revision}",
|
||||
"--dont-restore-color-profile-after-test",
|
||||
"--test-machine-name",
|
||||
"${buildername}",
|
||||
"--jobs=4"
|
||||
],
|
||||
"merge": {
|
||||
"script": "//testing/merge_scripts/standard_isolated_script_merge.py"
|
||||
},
|
||||
"name": "pixel_skia_gold_gl_passthrough_ganesh_test",
|
||||
"precommit_args": [
|
||||
"--gerrit-issue=${patch_issue}",
|
||||
"--gerrit-patchset=${patch_set}",
|
||||
"--buildbucket-id=${buildbucket_build_id}"
|
||||
],
|
||||
"resultdb": {
|
||||
"enable": true,
|
||||
"has_native_resultdb_integration": true
|
||||
},
|
||||
"swarming": {
|
||||
"containment_type": "AUTO",
|
||||
"dimensions": {
|
||||
"cpu": "arm64",
|
||||
"display_attached": "1",
|
||||
"gpu": "apple:m2",
|
||||
"hidpi": "1",
|
||||
"mac_model": "Mac14,7",
|
||||
"os": "Mac-14.4.1",
|
||||
"pool": "chromium.tests.gpu"
|
||||
},
|
||||
"hard_timeout": 1800,
|
||||
"idempotent": false,
|
||||
"io_timeout": 1800,
|
||||
"service_account": "chromium-tester@chops-service-accounts.iam.gserviceaccount.com"
|
||||
},
|
||||
"test": "telemetry_gpu_integration_test",
|
||||
"test_id_prefix": "ninja://chrome/test:telemetry_gpu_integration_test/"
|
||||
},
|
||||
{
|
||||
"args": [
|
||||
"pixel",
|
||||
"--show-stdout",
|
||||
"--browser=release",
|
||||
"--passthrough",
|
||||
"-v",
|
||||
"--stable-jobs",
|
||||
"--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc --use-cmd-decoder=passthrough --use-gl=angle --use-angle=metal --disable-features=SkiaGraphite",
|
||||
"--enforce-browser-version",
|
||||
"--git-revision=${got_revision}",
|
||||
"--dont-restore-color-profile-after-test",
|
||||
"--test-machine-name",
|
||||
"${buildername}",
|
||||
"--jobs=4"
|
||||
],
|
||||
"merge": {
|
||||
"script": "//testing/merge_scripts/standard_isolated_script_merge.py"
|
||||
},
|
||||
"name": "pixel_skia_gold_metal_passthrough_ganesh_test",
|
||||
"precommit_args": [
|
||||
"--gerrit-issue=${patch_issue}",
|
||||
"--gerrit-patchset=${patch_set}",
|
||||
"--buildbucket-id=${buildbucket_build_id}"
|
||||
],
|
||||
"resultdb": {
|
||||
"enable": true,
|
||||
"has_native_resultdb_integration": true
|
||||
},
|
||||
"swarming": {
|
||||
"containment_type": "AUTO",
|
||||
"dimensions": {
|
||||
"cpu": "arm64",
|
||||
"display_attached": "1",
|
||||
"gpu": "apple:m2",
|
||||
"hidpi": "1",
|
||||
"mac_model": "Mac14,7",
|
||||
"os": "Mac-14.4.1",
|
||||
"pool": "chromium.tests.gpu"
|
||||
},
|
||||
"hard_timeout": 1800,
|
||||
"idempotent": false,
|
||||
"io_timeout": 1800,
|
||||
"service_account": "chromium-tester@chops-service-accounts.iam.gserviceaccount.com"
|
||||
},
|
||||
"test": "telemetry_gpu_integration_test",
|
||||
"test_id_prefix": "ninja://chrome/test:telemetry_gpu_integration_test/"
|
||||
},
|
||||
{
|
||||
"args": [
|
||||
"pixel",
|
||||
@ -693,86 +423,6 @@
|
||||
"test": "telemetry_gpu_integration_test",
|
||||
"test_id_prefix": "ninja://chrome/test:telemetry_gpu_integration_test/"
|
||||
},
|
||||
{
|
||||
"args": [
|
||||
"screenshot_sync",
|
||||
"--show-stdout",
|
||||
"--browser=release",
|
||||
"--passthrough",
|
||||
"-v",
|
||||
"--stable-jobs",
|
||||
"--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc --use-cmd-decoder=passthrough --use-gl=angle --use-angle=gl --disable-features=SkiaGraphite",
|
||||
"--enforce-browser-version",
|
||||
"--dont-restore-color-profile-after-test",
|
||||
"--jobs=4"
|
||||
],
|
||||
"merge": {
|
||||
"script": "//testing/merge_scripts/standard_isolated_script_merge.py"
|
||||
},
|
||||
"name": "screenshot_sync_gl_passthrough_ganesh_tests",
|
||||
"resultdb": {
|
||||
"enable": true,
|
||||
"has_native_resultdb_integration": true
|
||||
},
|
||||
"swarming": {
|
||||
"containment_type": "AUTO",
|
||||
"dimensions": {
|
||||
"cpu": "arm64",
|
||||
"display_attached": "1",
|
||||
"gpu": "apple:m2",
|
||||
"hidpi": "1",
|
||||
"mac_model": "Mac14,7",
|
||||
"os": "Mac-14.4.1",
|
||||
"pool": "chromium.tests.gpu"
|
||||
},
|
||||
"hard_timeout": 1800,
|
||||
"idempotent": false,
|
||||
"io_timeout": 1800,
|
||||
"service_account": "chromium-tester@chops-service-accounts.iam.gserviceaccount.com"
|
||||
},
|
||||
"test": "telemetry_gpu_integration_test",
|
||||
"test_id_prefix": "ninja://chrome/test:telemetry_gpu_integration_test/"
|
||||
},
|
||||
{
|
||||
"args": [
|
||||
"screenshot_sync",
|
||||
"--show-stdout",
|
||||
"--browser=release",
|
||||
"--passthrough",
|
||||
"-v",
|
||||
"--stable-jobs",
|
||||
"--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc --use-cmd-decoder=passthrough --use-gl=angle --use-angle=metal --disable-features=SkiaGraphite",
|
||||
"--enforce-browser-version",
|
||||
"--dont-restore-color-profile-after-test",
|
||||
"--jobs=4"
|
||||
],
|
||||
"merge": {
|
||||
"script": "//testing/merge_scripts/standard_isolated_script_merge.py"
|
||||
},
|
||||
"name": "screenshot_sync_metal_passthrough_ganesh_tests",
|
||||
"resultdb": {
|
||||
"enable": true,
|
||||
"has_native_resultdb_integration": true
|
||||
},
|
||||
"swarming": {
|
||||
"containment_type": "AUTO",
|
||||
"dimensions": {
|
||||
"cpu": "arm64",
|
||||
"display_attached": "1",
|
||||
"gpu": "apple:m2",
|
||||
"hidpi": "1",
|
||||
"mac_model": "Mac14,7",
|
||||
"os": "Mac-14.4.1",
|
||||
"pool": "chromium.tests.gpu"
|
||||
},
|
||||
"hard_timeout": 1800,
|
||||
"idempotent": false,
|
||||
"io_timeout": 1800,
|
||||
"service_account": "chromium-tester@chops-service-accounts.iam.gserviceaccount.com"
|
||||
},
|
||||
"test": "telemetry_gpu_integration_test",
|
||||
"test_id_prefix": "ninja://chrome/test:telemetry_gpu_integration_test/"
|
||||
},
|
||||
{
|
||||
"args": [
|
||||
"screenshot_sync",
|
||||
@ -852,84 +502,6 @@
|
||||
"test": "telemetry_gpu_integration_test",
|
||||
"test_id_prefix": "ninja://chrome/test:telemetry_gpu_integration_test/"
|
||||
},
|
||||
{
|
||||
"args": [
|
||||
"webcodecs",
|
||||
"--show-stdout",
|
||||
"--browser=release",
|
||||
"--passthrough",
|
||||
"-v",
|
||||
"--stable-jobs",
|
||||
"--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc --use-cmd-decoder=passthrough --use-gl=angle --use-angle=gl --disable-features=SkiaGraphite",
|
||||
"--enforce-browser-version",
|
||||
"--jobs=4"
|
||||
],
|
||||
"merge": {
|
||||
"script": "//testing/merge_scripts/standard_isolated_script_merge.py"
|
||||
},
|
||||
"name": "webcodecs_gl_passthrough_ganesh_tests",
|
||||
"resultdb": {
|
||||
"enable": true,
|
||||
"has_native_resultdb_integration": true
|
||||
},
|
||||
"swarming": {
|
||||
"containment_type": "AUTO",
|
||||
"dimensions": {
|
||||
"cpu": "arm64",
|
||||
"display_attached": "1",
|
||||
"gpu": "apple:m2",
|
||||
"hidpi": "1",
|
||||
"mac_model": "Mac14,7",
|
||||
"os": "Mac-14.4.1",
|
||||
"pool": "chromium.tests.gpu"
|
||||
},
|
||||
"hard_timeout": 1800,
|
||||
"idempotent": false,
|
||||
"io_timeout": 1800,
|
||||
"service_account": "chromium-tester@chops-service-accounts.iam.gserviceaccount.com"
|
||||
},
|
||||
"test": "telemetry_gpu_integration_test",
|
||||
"test_id_prefix": "ninja://chrome/test:telemetry_gpu_integration_test/"
|
||||
},
|
||||
{
|
||||
"args": [
|
||||
"webcodecs",
|
||||
"--show-stdout",
|
||||
"--browser=release",
|
||||
"--passthrough",
|
||||
"-v",
|
||||
"--stable-jobs",
|
||||
"--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc --use-cmd-decoder=passthrough --use-gl=angle --use-angle=metal --disable-features=SkiaGraphite",
|
||||
"--enforce-browser-version",
|
||||
"--jobs=4"
|
||||
],
|
||||
"merge": {
|
||||
"script": "//testing/merge_scripts/standard_isolated_script_merge.py"
|
||||
},
|
||||
"name": "webcodecs_metal_passthrough_ganesh_tests",
|
||||
"resultdb": {
|
||||
"enable": true,
|
||||
"has_native_resultdb_integration": true
|
||||
},
|
||||
"swarming": {
|
||||
"containment_type": "AUTO",
|
||||
"dimensions": {
|
||||
"cpu": "arm64",
|
||||
"display_attached": "1",
|
||||
"gpu": "apple:m2",
|
||||
"hidpi": "1",
|
||||
"mac_model": "Mac14,7",
|
||||
"os": "Mac-14.4.1",
|
||||
"pool": "chromium.tests.gpu"
|
||||
},
|
||||
"hard_timeout": 1800,
|
||||
"idempotent": false,
|
||||
"io_timeout": 1800,
|
||||
"service_account": "chromium-tester@chops-service-accounts.iam.gserviceaccount.com"
|
||||
},
|
||||
"test": "telemetry_gpu_integration_test",
|
||||
"test_id_prefix": "ninja://chrome/test:telemetry_gpu_integration_test/"
|
||||
},
|
||||
{
|
||||
"args": [
|
||||
"webcodecs",
|
||||
@ -969,48 +541,6 @@
|
||||
"test": "telemetry_gpu_integration_test",
|
||||
"test_id_prefix": "ninja://chrome/test:telemetry_gpu_integration_test/"
|
||||
},
|
||||
{
|
||||
"args": [
|
||||
"webgl2_conformance",
|
||||
"--show-stdout",
|
||||
"--browser=release",
|
||||
"--passthrough",
|
||||
"-v",
|
||||
"--stable-jobs",
|
||||
"--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc --use-cmd-decoder=passthrough --use-gl=angle --use-angle=gl --disable-features=SkiaGraphite --force_high_performance_gpu",
|
||||
"--enforce-browser-version",
|
||||
"--webgl-conformance-version=2.0.1",
|
||||
"--read-abbreviated-json-results-from=../../content/test/data/gpu/webgl2_conformance_mac_runtimes.json",
|
||||
"--jobs=4"
|
||||
],
|
||||
"merge": {
|
||||
"script": "//testing/merge_scripts/standard_isolated_script_merge.py"
|
||||
},
|
||||
"name": "webgl2_conformance_gl_passthrough_ganesh_tests",
|
||||
"resultdb": {
|
||||
"enable": true,
|
||||
"has_native_resultdb_integration": true
|
||||
},
|
||||
"swarming": {
|
||||
"containment_type": "AUTO",
|
||||
"dimensions": {
|
||||
"cpu": "arm64",
|
||||
"display_attached": "1",
|
||||
"gpu": "apple:m2",
|
||||
"hidpi": "1",
|
||||
"mac_model": "Mac14,7",
|
||||
"os": "Mac-14.4.1",
|
||||
"pool": "chromium.tests.gpu"
|
||||
},
|
||||
"hard_timeout": 1800,
|
||||
"idempotent": false,
|
||||
"io_timeout": 1800,
|
||||
"service_account": "chromium-tester@chops-service-accounts.iam.gserviceaccount.com",
|
||||
"shards": 20
|
||||
},
|
||||
"test": "telemetry_gpu_integration_test",
|
||||
"test_id_prefix": "ninja://chrome/test:telemetry_gpu_integration_test/"
|
||||
},
|
||||
{
|
||||
"args": [
|
||||
"webgl2_conformance",
|
||||
@ -1054,88 +584,6 @@
|
||||
"test": "telemetry_gpu_integration_test",
|
||||
"test_id_prefix": "ninja://chrome/test:telemetry_gpu_integration_test/"
|
||||
},
|
||||
{
|
||||
"args": [
|
||||
"webgl1_conformance",
|
||||
"--show-stdout",
|
||||
"--browser=release",
|
||||
"--passthrough",
|
||||
"-v",
|
||||
"--stable-jobs",
|
||||
"--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc --use-cmd-decoder=passthrough --use-gl=angle --use-angle=gl --disable-features=SkiaGraphite --force_high_performance_gpu",
|
||||
"--enforce-browser-version",
|
||||
"--read-abbreviated-json-results-from=../../content/test/data/gpu/webgl1_conformance_mac_runtimes.json",
|
||||
"--jobs=4"
|
||||
],
|
||||
"merge": {
|
||||
"script": "//testing/merge_scripts/standard_isolated_script_merge.py"
|
||||
},
|
||||
"name": "webgl_conformance_gl_passthrough_ganesh_tests",
|
||||
"resultdb": {
|
||||
"enable": true,
|
||||
"has_native_resultdb_integration": true
|
||||
},
|
||||
"swarming": {
|
||||
"containment_type": "AUTO",
|
||||
"dimensions": {
|
||||
"cpu": "arm64",
|
||||
"display_attached": "1",
|
||||
"gpu": "apple:m2",
|
||||
"hidpi": "1",
|
||||
"mac_model": "Mac14,7",
|
||||
"os": "Mac-14.4.1",
|
||||
"pool": "chromium.tests.gpu"
|
||||
},
|
||||
"hard_timeout": 1800,
|
||||
"idempotent": false,
|
||||
"io_timeout": 1800,
|
||||
"service_account": "chromium-tester@chops-service-accounts.iam.gserviceaccount.com",
|
||||
"shards": 2
|
||||
},
|
||||
"test": "telemetry_gpu_integration_test",
|
||||
"test_id_prefix": "ninja://chrome/test:telemetry_gpu_integration_test/"
|
||||
},
|
||||
{
|
||||
"args": [
|
||||
"webgl1_conformance",
|
||||
"--show-stdout",
|
||||
"--browser=release",
|
||||
"--passthrough",
|
||||
"-v",
|
||||
"--stable-jobs",
|
||||
"--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc --use-cmd-decoder=passthrough --use-gl=angle --use-angle=metal --disable-features=SkiaGraphite --enable-features=EGLDualGPURendering,ForceHighPerformanceGPUForWebGL",
|
||||
"--enforce-browser-version",
|
||||
"--enable-metal-debug-layers",
|
||||
"--read-abbreviated-json-results-from=../../content/test/data/gpu/webgl1_conformance_mac_runtimes.json",
|
||||
"--jobs=4"
|
||||
],
|
||||
"merge": {
|
||||
"script": "//testing/merge_scripts/standard_isolated_script_merge.py"
|
||||
},
|
||||
"name": "webgl_conformance_metal_passthrough_ganesh_tests",
|
||||
"resultdb": {
|
||||
"enable": true,
|
||||
"has_native_resultdb_integration": true
|
||||
},
|
||||
"swarming": {
|
||||
"containment_type": "AUTO",
|
||||
"dimensions": {
|
||||
"cpu": "arm64",
|
||||
"display_attached": "1",
|
||||
"gpu": "apple:m2",
|
||||
"hidpi": "1",
|
||||
"mac_model": "Mac14,7",
|
||||
"os": "Mac-14.4.1",
|
||||
"pool": "chromium.tests.gpu"
|
||||
},
|
||||
"hard_timeout": 1800,
|
||||
"idempotent": false,
|
||||
"io_timeout": 1800,
|
||||
"service_account": "chromium-tester@chops-service-accounts.iam.gserviceaccount.com"
|
||||
},
|
||||
"test": "telemetry_gpu_integration_test",
|
||||
"test_id_prefix": "ninja://chrome/test:telemetry_gpu_integration_test/"
|
||||
},
|
||||
{
|
||||
"args": [
|
||||
"webgl1_conformance",
|
||||
@ -1217,84 +665,6 @@
|
||||
"test": "telemetry_gpu_integration_test",
|
||||
"test_id_prefix": "ninja://chrome/test:telemetry_gpu_integration_test/"
|
||||
},
|
||||
{
|
||||
"args": [
|
||||
"webrtc",
|
||||
"--show-stdout",
|
||||
"--browser=release",
|
||||
"--passthrough",
|
||||
"-v",
|
||||
"--stable-jobs",
|
||||
"--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc --use-cmd-decoder=passthrough --use-gl=angle --use-angle=gl --disable-features=SkiaGraphite",
|
||||
"--enforce-browser-version",
|
||||
"--jobs=4"
|
||||
],
|
||||
"merge": {
|
||||
"script": "//testing/merge_scripts/standard_isolated_script_merge.py"
|
||||
},
|
||||
"name": "webrtc_gl_passthrough_ganesh_tests",
|
||||
"resultdb": {
|
||||
"enable": true,
|
||||
"has_native_resultdb_integration": true
|
||||
},
|
||||
"swarming": {
|
||||
"containment_type": "AUTO",
|
||||
"dimensions": {
|
||||
"cpu": "arm64",
|
||||
"display_attached": "1",
|
||||
"gpu": "apple:m2",
|
||||
"hidpi": "1",
|
||||
"mac_model": "Mac14,7",
|
||||
"os": "Mac-14.4.1",
|
||||
"pool": "chromium.tests.gpu"
|
||||
},
|
||||
"hard_timeout": 1800,
|
||||
"idempotent": false,
|
||||
"io_timeout": 1800,
|
||||
"service_account": "chromium-tester@chops-service-accounts.iam.gserviceaccount.com"
|
||||
},
|
||||
"test": "telemetry_gpu_integration_test",
|
||||
"test_id_prefix": "ninja://chrome/test:telemetry_gpu_integration_test/"
|
||||
},
|
||||
{
|
||||
"args": [
|
||||
"webrtc",
|
||||
"--show-stdout",
|
||||
"--browser=release",
|
||||
"--passthrough",
|
||||
"-v",
|
||||
"--stable-jobs",
|
||||
"--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc --use-cmd-decoder=passthrough --use-gl=angle --use-angle=metal --disable-features=SkiaGraphite",
|
||||
"--enforce-browser-version",
|
||||
"--jobs=4"
|
||||
],
|
||||
"merge": {
|
||||
"script": "//testing/merge_scripts/standard_isolated_script_merge.py"
|
||||
},
|
||||
"name": "webrtc_metal_passthrough_ganesh_tests",
|
||||
"resultdb": {
|
||||
"enable": true,
|
||||
"has_native_resultdb_integration": true
|
||||
},
|
||||
"swarming": {
|
||||
"containment_type": "AUTO",
|
||||
"dimensions": {
|
||||
"cpu": "arm64",
|
||||
"display_attached": "1",
|
||||
"gpu": "apple:m2",
|
||||
"hidpi": "1",
|
||||
"mac_model": "Mac14,7",
|
||||
"os": "Mac-14.4.1",
|
||||
"pool": "chromium.tests.gpu"
|
||||
},
|
||||
"hard_timeout": 1800,
|
||||
"idempotent": false,
|
||||
"io_timeout": 1800,
|
||||
"service_account": "chromium-tester@chops-service-accounts.iam.gserviceaccount.com"
|
||||
},
|
||||
"test": "telemetry_gpu_integration_test",
|
||||
"test_id_prefix": "ninja://chrome/test:telemetry_gpu_integration_test/"
|
||||
},
|
||||
{
|
||||
"args": [
|
||||
"webrtc",
|
||||
|
630
infra/config/generated/builders/ci/Mac FYI Retina Release (Apple M3)/targets/chromium.gpu.fyi.json
630
infra/config/generated/builders/ci/Mac FYI Retina Release (Apple M3)/targets/chromium.gpu.fyi.json
@ -167,84 +167,6 @@
|
||||
}
|
||||
],
|
||||
"isolated_scripts": [
|
||||
{
|
||||
"args": [
|
||||
"context_lost",
|
||||
"--show-stdout",
|
||||
"--browser=release",
|
||||
"--passthrough",
|
||||
"-v",
|
||||
"--stable-jobs",
|
||||
"--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc --use-cmd-decoder=passthrough --use-gl=angle --use-angle=gl --disable-features=SkiaGraphite",
|
||||
"--enforce-browser-version",
|
||||
"--jobs=4"
|
||||
],
|
||||
"merge": {
|
||||
"script": "//testing/merge_scripts/standard_isolated_script_merge.py"
|
||||
},
|
||||
"name": "context_lost_gl_passthrough_ganesh_tests",
|
||||
"resultdb": {
|
||||
"enable": true,
|
||||
"has_native_resultdb_integration": true
|
||||
},
|
||||
"swarming": {
|
||||
"containment_type": "AUTO",
|
||||
"dimensions": {
|
||||
"cpu": "arm64",
|
||||
"display_attached": "1",
|
||||
"gpu": "apple:m3",
|
||||
"hidpi": "1",
|
||||
"mac_model": "Mac15,3",
|
||||
"os": "Mac-15.4.1",
|
||||
"pool": "chromium.tests.gpu"
|
||||
},
|
||||
"hard_timeout": 1800,
|
||||
"idempotent": false,
|
||||
"io_timeout": 1800,
|
||||
"service_account": "chromium-tester@chops-service-accounts.iam.gserviceaccount.com"
|
||||
},
|
||||
"test": "telemetry_gpu_integration_test",
|
||||
"test_id_prefix": "ninja://chrome/test:telemetry_gpu_integration_test/"
|
||||
},
|
||||
{
|
||||
"args": [
|
||||
"context_lost",
|
||||
"--show-stdout",
|
||||
"--browser=release",
|
||||
"--passthrough",
|
||||
"-v",
|
||||
"--stable-jobs",
|
||||
"--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc --use-cmd-decoder=passthrough --use-gl=angle --use-angle=metal --disable-features=SkiaGraphite",
|
||||
"--enforce-browser-version",
|
||||
"--jobs=4"
|
||||
],
|
||||
"merge": {
|
||||
"script": "//testing/merge_scripts/standard_isolated_script_merge.py"
|
||||
},
|
||||
"name": "context_lost_metal_passthrough_ganesh_tests",
|
||||
"resultdb": {
|
||||
"enable": true,
|
||||
"has_native_resultdb_integration": true
|
||||
},
|
||||
"swarming": {
|
||||
"containment_type": "AUTO",
|
||||
"dimensions": {
|
||||
"cpu": "arm64",
|
||||
"display_attached": "1",
|
||||
"gpu": "apple:m3",
|
||||
"hidpi": "1",
|
||||
"mac_model": "Mac15,3",
|
||||
"os": "Mac-15.4.1",
|
||||
"pool": "chromium.tests.gpu"
|
||||
},
|
||||
"hard_timeout": 1800,
|
||||
"idempotent": false,
|
||||
"io_timeout": 1800,
|
||||
"service_account": "chromium-tester@chops-service-accounts.iam.gserviceaccount.com"
|
||||
},
|
||||
"test": "telemetry_gpu_integration_test",
|
||||
"test_id_prefix": "ninja://chrome/test:telemetry_gpu_integration_test/"
|
||||
},
|
||||
{
|
||||
"args": [
|
||||
"context_lost",
|
||||
@ -284,102 +206,6 @@
|
||||
"test": "telemetry_gpu_integration_test",
|
||||
"test_id_prefix": "ninja://chrome/test:telemetry_gpu_integration_test/"
|
||||
},
|
||||
{
|
||||
"args": [
|
||||
"expected_color",
|
||||
"--show-stdout",
|
||||
"--browser=release",
|
||||
"--passthrough",
|
||||
"-v",
|
||||
"--stable-jobs",
|
||||
"--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc --use-cmd-decoder=passthrough --use-gl=angle --use-angle=gl --disable-features=SkiaGraphite",
|
||||
"--enforce-browser-version",
|
||||
"--git-revision=${got_revision}",
|
||||
"--dont-restore-color-profile-after-test",
|
||||
"--test-machine-name",
|
||||
"${buildername}",
|
||||
"--jobs=4"
|
||||
],
|
||||
"merge": {
|
||||
"script": "//testing/merge_scripts/standard_isolated_script_merge.py"
|
||||
},
|
||||
"name": "expected_color_pixel_gl_passthrough_ganesh_test",
|
||||
"precommit_args": [
|
||||
"--gerrit-issue=${patch_issue}",
|
||||
"--gerrit-patchset=${patch_set}",
|
||||
"--buildbucket-id=${buildbucket_build_id}"
|
||||
],
|
||||
"resultdb": {
|
||||
"enable": true,
|
||||
"has_native_resultdb_integration": true
|
||||
},
|
||||
"swarming": {
|
||||
"containment_type": "AUTO",
|
||||
"dimensions": {
|
||||
"cpu": "arm64",
|
||||
"display_attached": "1",
|
||||
"gpu": "apple:m3",
|
||||
"hidpi": "1",
|
||||
"mac_model": "Mac15,3",
|
||||
"os": "Mac-15.4.1",
|
||||
"pool": "chromium.tests.gpu"
|
||||
},
|
||||
"hard_timeout": 1800,
|
||||
"idempotent": false,
|
||||
"io_timeout": 1800,
|
||||
"service_account": "chromium-tester@chops-service-accounts.iam.gserviceaccount.com"
|
||||
},
|
||||
"test": "telemetry_gpu_integration_test",
|
||||
"test_id_prefix": "ninja://chrome/test:telemetry_gpu_integration_test/"
|
||||
},
|
||||
{
|
||||
"args": [
|
||||
"expected_color",
|
||||
"--show-stdout",
|
||||
"--browser=release",
|
||||
"--passthrough",
|
||||
"-v",
|
||||
"--stable-jobs",
|
||||
"--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc --use-cmd-decoder=passthrough --use-gl=angle --use-angle=metal --disable-features=SkiaGraphite",
|
||||
"--enforce-browser-version",
|
||||
"--git-revision=${got_revision}",
|
||||
"--dont-restore-color-profile-after-test",
|
||||
"--test-machine-name",
|
||||
"${buildername}",
|
||||
"--jobs=4"
|
||||
],
|
||||
"merge": {
|
||||
"script": "//testing/merge_scripts/standard_isolated_script_merge.py"
|
||||
},
|
||||
"name": "expected_color_pixel_metal_passthrough_ganesh_test",
|
||||
"precommit_args": [
|
||||
"--gerrit-issue=${patch_issue}",
|
||||
"--gerrit-patchset=${patch_set}",
|
||||
"--buildbucket-id=${buildbucket_build_id}"
|
||||
],
|
||||
"resultdb": {
|
||||
"enable": true,
|
||||
"has_native_resultdb_integration": true
|
||||
},
|
||||
"swarming": {
|
||||
"containment_type": "AUTO",
|
||||
"dimensions": {
|
||||
"cpu": "arm64",
|
||||
"display_attached": "1",
|
||||
"gpu": "apple:m3",
|
||||
"hidpi": "1",
|
||||
"mac_model": "Mac15,3",
|
||||
"os": "Mac-15.4.1",
|
||||
"pool": "chromium.tests.gpu"
|
||||
},
|
||||
"hard_timeout": 1800,
|
||||
"idempotent": false,
|
||||
"io_timeout": 1800,
|
||||
"service_account": "chromium-tester@chops-service-accounts.iam.gserviceaccount.com"
|
||||
},
|
||||
"test": "telemetry_gpu_integration_test",
|
||||
"test_id_prefix": "ninja://chrome/test:telemetry_gpu_integration_test/"
|
||||
},
|
||||
{
|
||||
"args": [
|
||||
"expected_color",
|
||||
@ -549,102 +375,6 @@
|
||||
"test": "telemetry_gpu_integration_test",
|
||||
"test_id_prefix": "ninja://chrome/test:telemetry_gpu_integration_test/"
|
||||
},
|
||||
{
|
||||
"args": [
|
||||
"pixel",
|
||||
"--show-stdout",
|
||||
"--browser=release",
|
||||
"--passthrough",
|
||||
"-v",
|
||||
"--stable-jobs",
|
||||
"--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc --use-cmd-decoder=passthrough --use-gl=angle --use-angle=gl --disable-features=SkiaGraphite",
|
||||
"--enforce-browser-version",
|
||||
"--git-revision=${got_revision}",
|
||||
"--dont-restore-color-profile-after-test",
|
||||
"--test-machine-name",
|
||||
"${buildername}",
|
||||
"--jobs=4"
|
||||
],
|
||||
"merge": {
|
||||
"script": "//testing/merge_scripts/standard_isolated_script_merge.py"
|
||||
},
|
||||
"name": "pixel_skia_gold_gl_passthrough_ganesh_test",
|
||||
"precommit_args": [
|
||||
"--gerrit-issue=${patch_issue}",
|
||||
"--gerrit-patchset=${patch_set}",
|
||||
"--buildbucket-id=${buildbucket_build_id}"
|
||||
],
|
||||
"resultdb": {
|
||||
"enable": true,
|
||||
"has_native_resultdb_integration": true
|
||||
},
|
||||
"swarming": {
|
||||
"containment_type": "AUTO",
|
||||
"dimensions": {
|
||||
"cpu": "arm64",
|
||||
"display_attached": "1",
|
||||
"gpu": "apple:m3",
|
||||
"hidpi": "1",
|
||||
"mac_model": "Mac15,3",
|
||||
"os": "Mac-15.4.1",
|
||||
"pool": "chromium.tests.gpu"
|
||||
},
|
||||
"hard_timeout": 1800,
|
||||
"idempotent": false,
|
||||
"io_timeout": 1800,
|
||||
"service_account": "chromium-tester@chops-service-accounts.iam.gserviceaccount.com"
|
||||
},
|
||||
"test": "telemetry_gpu_integration_test",
|
||||
"test_id_prefix": "ninja://chrome/test:telemetry_gpu_integration_test/"
|
||||
},
|
||||
{
|
||||
"args": [
|
||||
"pixel",
|
||||
"--show-stdout",
|
||||
"--browser=release",
|
||||
"--passthrough",
|
||||
"-v",
|
||||
"--stable-jobs",
|
||||
"--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc --use-cmd-decoder=passthrough --use-gl=angle --use-angle=metal --disable-features=SkiaGraphite",
|
||||
"--enforce-browser-version",
|
||||
"--git-revision=${got_revision}",
|
||||
"--dont-restore-color-profile-after-test",
|
||||
"--test-machine-name",
|
||||
"${buildername}",
|
||||
"--jobs=4"
|
||||
],
|
||||
"merge": {
|
||||
"script": "//testing/merge_scripts/standard_isolated_script_merge.py"
|
||||
},
|
||||
"name": "pixel_skia_gold_metal_passthrough_ganesh_test",
|
||||
"precommit_args": [
|
||||
"--gerrit-issue=${patch_issue}",
|
||||
"--gerrit-patchset=${patch_set}",
|
||||
"--buildbucket-id=${buildbucket_build_id}"
|
||||
],
|
||||
"resultdb": {
|
||||
"enable": true,
|
||||
"has_native_resultdb_integration": true
|
||||
},
|
||||
"swarming": {
|
||||
"containment_type": "AUTO",
|
||||
"dimensions": {
|
||||
"cpu": "arm64",
|
||||
"display_attached": "1",
|
||||
"gpu": "apple:m3",
|
||||
"hidpi": "1",
|
||||
"mac_model": "Mac15,3",
|
||||
"os": "Mac-15.4.1",
|
||||
"pool": "chromium.tests.gpu"
|
||||
},
|
||||
"hard_timeout": 1800,
|
||||
"idempotent": false,
|
||||
"io_timeout": 1800,
|
||||
"service_account": "chromium-tester@chops-service-accounts.iam.gserviceaccount.com"
|
||||
},
|
||||
"test": "telemetry_gpu_integration_test",
|
||||
"test_id_prefix": "ninja://chrome/test:telemetry_gpu_integration_test/"
|
||||
},
|
||||
{
|
||||
"args": [
|
||||
"pixel",
|
||||
@ -693,86 +423,6 @@
|
||||
"test": "telemetry_gpu_integration_test",
|
||||
"test_id_prefix": "ninja://chrome/test:telemetry_gpu_integration_test/"
|
||||
},
|
||||
{
|
||||
"args": [
|
||||
"screenshot_sync",
|
||||
"--show-stdout",
|
||||
"--browser=release",
|
||||
"--passthrough",
|
||||
"-v",
|
||||
"--stable-jobs",
|
||||
"--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc --use-cmd-decoder=passthrough --use-gl=angle --use-angle=gl --disable-features=SkiaGraphite",
|
||||
"--enforce-browser-version",
|
||||
"--dont-restore-color-profile-after-test",
|
||||
"--jobs=4"
|
||||
],
|
||||
"merge": {
|
||||
"script": "//testing/merge_scripts/standard_isolated_script_merge.py"
|
||||
},
|
||||
"name": "screenshot_sync_gl_passthrough_ganesh_tests",
|
||||
"resultdb": {
|
||||
"enable": true,
|
||||
"has_native_resultdb_integration": true
|
||||
},
|
||||
"swarming": {
|
||||
"containment_type": "AUTO",
|
||||
"dimensions": {
|
||||
"cpu": "arm64",
|
||||
"display_attached": "1",
|
||||
"gpu": "apple:m3",
|
||||
"hidpi": "1",
|
||||
"mac_model": "Mac15,3",
|
||||
"os": "Mac-15.4.1",
|
||||
"pool": "chromium.tests.gpu"
|
||||
},
|
||||
"hard_timeout": 1800,
|
||||
"idempotent": false,
|
||||
"io_timeout": 1800,
|
||||
"service_account": "chromium-tester@chops-service-accounts.iam.gserviceaccount.com"
|
||||
},
|
||||
"test": "telemetry_gpu_integration_test",
|
||||
"test_id_prefix": "ninja://chrome/test:telemetry_gpu_integration_test/"
|
||||
},
|
||||
{
|
||||
"args": [
|
||||
"screenshot_sync",
|
||||
"--show-stdout",
|
||||
"--browser=release",
|
||||
"--passthrough",
|
||||
"-v",
|
||||
"--stable-jobs",
|
||||
"--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc --use-cmd-decoder=passthrough --use-gl=angle --use-angle=metal --disable-features=SkiaGraphite",
|
||||
"--enforce-browser-version",
|
||||
"--dont-restore-color-profile-after-test",
|
||||
"--jobs=4"
|
||||
],
|
||||
"merge": {
|
||||
"script": "//testing/merge_scripts/standard_isolated_script_merge.py"
|
||||
},
|
||||
"name": "screenshot_sync_metal_passthrough_ganesh_tests",
|
||||
"resultdb": {
|
||||
"enable": true,
|
||||
"has_native_resultdb_integration": true
|
||||
},
|
||||
"swarming": {
|
||||
"containment_type": "AUTO",
|
||||
"dimensions": {
|
||||
"cpu": "arm64",
|
||||
"display_attached": "1",
|
||||
"gpu": "apple:m3",
|
||||
"hidpi": "1",
|
||||
"mac_model": "Mac15,3",
|
||||
"os": "Mac-15.4.1",
|
||||
"pool": "chromium.tests.gpu"
|
||||
},
|
||||
"hard_timeout": 1800,
|
||||
"idempotent": false,
|
||||
"io_timeout": 1800,
|
||||
"service_account": "chromium-tester@chops-service-accounts.iam.gserviceaccount.com"
|
||||
},
|
||||
"test": "telemetry_gpu_integration_test",
|
||||
"test_id_prefix": "ninja://chrome/test:telemetry_gpu_integration_test/"
|
||||
},
|
||||
{
|
||||
"args": [
|
||||
"screenshot_sync",
|
||||
@ -852,84 +502,6 @@
|
||||
"test": "telemetry_gpu_integration_test",
|
||||
"test_id_prefix": "ninja://chrome/test:telemetry_gpu_integration_test/"
|
||||
},
|
||||
{
|
||||
"args": [
|
||||
"webcodecs",
|
||||
"--show-stdout",
|
||||
"--browser=release",
|
||||
"--passthrough",
|
||||
"-v",
|
||||
"--stable-jobs",
|
||||
"--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc --use-cmd-decoder=passthrough --use-gl=angle --use-angle=gl --disable-features=SkiaGraphite",
|
||||
"--enforce-browser-version",
|
||||
"--jobs=4"
|
||||
],
|
||||
"merge": {
|
||||
"script": "//testing/merge_scripts/standard_isolated_script_merge.py"
|
||||
},
|
||||
"name": "webcodecs_gl_passthrough_ganesh_tests",
|
||||
"resultdb": {
|
||||
"enable": true,
|
||||
"has_native_resultdb_integration": true
|
||||
},
|
||||
"swarming": {
|
||||
"containment_type": "AUTO",
|
||||
"dimensions": {
|
||||
"cpu": "arm64",
|
||||
"display_attached": "1",
|
||||
"gpu": "apple:m3",
|
||||
"hidpi": "1",
|
||||
"mac_model": "Mac15,3",
|
||||
"os": "Mac-15.4.1",
|
||||
"pool": "chromium.tests.gpu"
|
||||
},
|
||||
"hard_timeout": 1800,
|
||||
"idempotent": false,
|
||||
"io_timeout": 1800,
|
||||
"service_account": "chromium-tester@chops-service-accounts.iam.gserviceaccount.com"
|
||||
},
|
||||
"test": "telemetry_gpu_integration_test",
|
||||
"test_id_prefix": "ninja://chrome/test:telemetry_gpu_integration_test/"
|
||||
},
|
||||
{
|
||||
"args": [
|
||||
"webcodecs",
|
||||
"--show-stdout",
|
||||
"--browser=release",
|
||||
"--passthrough",
|
||||
"-v",
|
||||
"--stable-jobs",
|
||||
"--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc --use-cmd-decoder=passthrough --use-gl=angle --use-angle=metal --disable-features=SkiaGraphite",
|
||||
"--enforce-browser-version",
|
||||
"--jobs=4"
|
||||
],
|
||||
"merge": {
|
||||
"script": "//testing/merge_scripts/standard_isolated_script_merge.py"
|
||||
},
|
||||
"name": "webcodecs_metal_passthrough_ganesh_tests",
|
||||
"resultdb": {
|
||||
"enable": true,
|
||||
"has_native_resultdb_integration": true
|
||||
},
|
||||
"swarming": {
|
||||
"containment_type": "AUTO",
|
||||
"dimensions": {
|
||||
"cpu": "arm64",
|
||||
"display_attached": "1",
|
||||
"gpu": "apple:m3",
|
||||
"hidpi": "1",
|
||||
"mac_model": "Mac15,3",
|
||||
"os": "Mac-15.4.1",
|
||||
"pool": "chromium.tests.gpu"
|
||||
},
|
||||
"hard_timeout": 1800,
|
||||
"idempotent": false,
|
||||
"io_timeout": 1800,
|
||||
"service_account": "chromium-tester@chops-service-accounts.iam.gserviceaccount.com"
|
||||
},
|
||||
"test": "telemetry_gpu_integration_test",
|
||||
"test_id_prefix": "ninja://chrome/test:telemetry_gpu_integration_test/"
|
||||
},
|
||||
{
|
||||
"args": [
|
||||
"webcodecs",
|
||||
@ -969,48 +541,6 @@
|
||||
"test": "telemetry_gpu_integration_test",
|
||||
"test_id_prefix": "ninja://chrome/test:telemetry_gpu_integration_test/"
|
||||
},
|
||||
{
|
||||
"args": [
|
||||
"webgl2_conformance",
|
||||
"--show-stdout",
|
||||
"--browser=release",
|
||||
"--passthrough",
|
||||
"-v",
|
||||
"--stable-jobs",
|
||||
"--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc --use-cmd-decoder=passthrough --use-gl=angle --use-angle=gl --disable-features=SkiaGraphite --force_high_performance_gpu",
|
||||
"--enforce-browser-version",
|
||||
"--webgl-conformance-version=2.0.1",
|
||||
"--read-abbreviated-json-results-from=../../content/test/data/gpu/webgl2_conformance_mac_runtimes.json",
|
||||
"--jobs=4"
|
||||
],
|
||||
"merge": {
|
||||
"script": "//testing/merge_scripts/standard_isolated_script_merge.py"
|
||||
},
|
||||
"name": "webgl2_conformance_gl_passthrough_ganesh_tests",
|
||||
"resultdb": {
|
||||
"enable": true,
|
||||
"has_native_resultdb_integration": true
|
||||
},
|
||||
"swarming": {
|
||||
"containment_type": "AUTO",
|
||||
"dimensions": {
|
||||
"cpu": "arm64",
|
||||
"display_attached": "1",
|
||||
"gpu": "apple:m3",
|
||||
"hidpi": "1",
|
||||
"mac_model": "Mac15,3",
|
||||
"os": "Mac-15.4.1",
|
||||
"pool": "chromium.tests.gpu"
|
||||
},
|
||||
"hard_timeout": 1800,
|
||||
"idempotent": false,
|
||||
"io_timeout": 1800,
|
||||
"service_account": "chromium-tester@chops-service-accounts.iam.gserviceaccount.com",
|
||||
"shards": 20
|
||||
},
|
||||
"test": "telemetry_gpu_integration_test",
|
||||
"test_id_prefix": "ninja://chrome/test:telemetry_gpu_integration_test/"
|
||||
},
|
||||
{
|
||||
"args": [
|
||||
"webgl2_conformance",
|
||||
@ -1054,88 +584,6 @@
|
||||
"test": "telemetry_gpu_integration_test",
|
||||
"test_id_prefix": "ninja://chrome/test:telemetry_gpu_integration_test/"
|
||||
},
|
||||
{
|
||||
"args": [
|
||||
"webgl1_conformance",
|
||||
"--show-stdout",
|
||||
"--browser=release",
|
||||
"--passthrough",
|
||||
"-v",
|
||||
"--stable-jobs",
|
||||
"--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc --use-cmd-decoder=passthrough --use-gl=angle --use-angle=gl --disable-features=SkiaGraphite --force_high_performance_gpu",
|
||||
"--enforce-browser-version",
|
||||
"--read-abbreviated-json-results-from=../../content/test/data/gpu/webgl1_conformance_mac_runtimes.json",
|
||||
"--jobs=4"
|
||||
],
|
||||
"merge": {
|
||||
"script": "//testing/merge_scripts/standard_isolated_script_merge.py"
|
||||
},
|
||||
"name": "webgl_conformance_gl_passthrough_ganesh_tests",
|
||||
"resultdb": {
|
||||
"enable": true,
|
||||
"has_native_resultdb_integration": true
|
||||
},
|
||||
"swarming": {
|
||||
"containment_type": "AUTO",
|
||||
"dimensions": {
|
||||
"cpu": "arm64",
|
||||
"display_attached": "1",
|
||||
"gpu": "apple:m3",
|
||||
"hidpi": "1",
|
||||
"mac_model": "Mac15,3",
|
||||
"os": "Mac-15.4.1",
|
||||
"pool": "chromium.tests.gpu"
|
||||
},
|
||||
"hard_timeout": 1800,
|
||||
"idempotent": false,
|
||||
"io_timeout": 1800,
|
||||
"service_account": "chromium-tester@chops-service-accounts.iam.gserviceaccount.com",
|
||||
"shards": 2
|
||||
},
|
||||
"test": "telemetry_gpu_integration_test",
|
||||
"test_id_prefix": "ninja://chrome/test:telemetry_gpu_integration_test/"
|
||||
},
|
||||
{
|
||||
"args": [
|
||||
"webgl1_conformance",
|
||||
"--show-stdout",
|
||||
"--browser=release",
|
||||
"--passthrough",
|
||||
"-v",
|
||||
"--stable-jobs",
|
||||
"--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc --use-cmd-decoder=passthrough --use-gl=angle --use-angle=metal --disable-features=SkiaGraphite --enable-features=EGLDualGPURendering,ForceHighPerformanceGPUForWebGL",
|
||||
"--enforce-browser-version",
|
||||
"--enable-metal-debug-layers",
|
||||
"--read-abbreviated-json-results-from=../../content/test/data/gpu/webgl1_conformance_mac_runtimes.json",
|
||||
"--jobs=4"
|
||||
],
|
||||
"merge": {
|
||||
"script": "//testing/merge_scripts/standard_isolated_script_merge.py"
|
||||
},
|
||||
"name": "webgl_conformance_metal_passthrough_ganesh_tests",
|
||||
"resultdb": {
|
||||
"enable": true,
|
||||
"has_native_resultdb_integration": true
|
||||
},
|
||||
"swarming": {
|
||||
"containment_type": "AUTO",
|
||||
"dimensions": {
|
||||
"cpu": "arm64",
|
||||
"display_attached": "1",
|
||||
"gpu": "apple:m3",
|
||||
"hidpi": "1",
|
||||
"mac_model": "Mac15,3",
|
||||
"os": "Mac-15.4.1",
|
||||
"pool": "chromium.tests.gpu"
|
||||
},
|
||||
"hard_timeout": 1800,
|
||||
"idempotent": false,
|
||||
"io_timeout": 1800,
|
||||
"service_account": "chromium-tester@chops-service-accounts.iam.gserviceaccount.com"
|
||||
},
|
||||
"test": "telemetry_gpu_integration_test",
|
||||
"test_id_prefix": "ninja://chrome/test:telemetry_gpu_integration_test/"
|
||||
},
|
||||
{
|
||||
"args": [
|
||||
"webgl1_conformance",
|
||||
@ -1217,84 +665,6 @@
|
||||
"test": "telemetry_gpu_integration_test",
|
||||
"test_id_prefix": "ninja://chrome/test:telemetry_gpu_integration_test/"
|
||||
},
|
||||
{
|
||||
"args": [
|
||||
"webrtc",
|
||||
"--show-stdout",
|
||||
"--browser=release",
|
||||
"--passthrough",
|
||||
"-v",
|
||||
"--stable-jobs",
|
||||
"--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc --use-cmd-decoder=passthrough --use-gl=angle --use-angle=gl --disable-features=SkiaGraphite",
|
||||
"--enforce-browser-version",
|
||||
"--jobs=4"
|
||||
],
|
||||
"merge": {
|
||||
"script": "//testing/merge_scripts/standard_isolated_script_merge.py"
|
||||
},
|
||||
"name": "webrtc_gl_passthrough_ganesh_tests",
|
||||
"resultdb": {
|
||||
"enable": true,
|
||||
"has_native_resultdb_integration": true
|
||||
},
|
||||
"swarming": {
|
||||
"containment_type": "AUTO",
|
||||
"dimensions": {
|
||||
"cpu": "arm64",
|
||||
"display_attached": "1",
|
||||
"gpu": "apple:m3",
|
||||
"hidpi": "1",
|
||||
"mac_model": "Mac15,3",
|
||||
"os": "Mac-15.4.1",
|
||||
"pool": "chromium.tests.gpu"
|
||||
},
|
||||
"hard_timeout": 1800,
|
||||
"idempotent": false,
|
||||
"io_timeout": 1800,
|
||||
"service_account": "chromium-tester@chops-service-accounts.iam.gserviceaccount.com"
|
||||
},
|
||||
"test": "telemetry_gpu_integration_test",
|
||||
"test_id_prefix": "ninja://chrome/test:telemetry_gpu_integration_test/"
|
||||
},
|
||||
{
|
||||
"args": [
|
||||
"webrtc",
|
||||
"--show-stdout",
|
||||
"--browser=release",
|
||||
"--passthrough",
|
||||
"-v",
|
||||
"--stable-jobs",
|
||||
"--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc --use-cmd-decoder=passthrough --use-gl=angle --use-angle=metal --disable-features=SkiaGraphite",
|
||||
"--enforce-browser-version",
|
||||
"--jobs=4"
|
||||
],
|
||||
"merge": {
|
||||
"script": "//testing/merge_scripts/standard_isolated_script_merge.py"
|
||||
},
|
||||
"name": "webrtc_metal_passthrough_ganesh_tests",
|
||||
"resultdb": {
|
||||
"enable": true,
|
||||
"has_native_resultdb_integration": true
|
||||
},
|
||||
"swarming": {
|
||||
"containment_type": "AUTO",
|
||||
"dimensions": {
|
||||
"cpu": "arm64",
|
||||
"display_attached": "1",
|
||||
"gpu": "apple:m3",
|
||||
"hidpi": "1",
|
||||
"mac_model": "Mac15,3",
|
||||
"os": "Mac-15.4.1",
|
||||
"pool": "chromium.tests.gpu"
|
||||
},
|
||||
"hard_timeout": 1800,
|
||||
"idempotent": false,
|
||||
"io_timeout": 1800,
|
||||
"service_account": "chromium-tester@chops-service-accounts.iam.gserviceaccount.com"
|
||||
},
|
||||
"test": "telemetry_gpu_integration_test",
|
||||
"test_id_prefix": "ninja://chrome/test:telemetry_gpu_integration_test/"
|
||||
},
|
||||
{
|
||||
"args": [
|
||||
"webrtc",
|
||||
|
615
infra/config/generated/builders/try/gpu-fyi-try-mac-arm64-apple-m1-exp/targets/chromium.gpu.fyi.json
615
infra/config/generated/builders/try/gpu-fyi-try-mac-arm64-apple-m1-exp/targets/chromium.gpu.fyi.json
@ -161,82 +161,6 @@
|
||||
}
|
||||
],
|
||||
"isolated_scripts": [
|
||||
{
|
||||
"args": [
|
||||
"context_lost",
|
||||
"--show-stdout",
|
||||
"--browser=release",
|
||||
"--passthrough",
|
||||
"-v",
|
||||
"--stable-jobs",
|
||||
"--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc --use-cmd-decoder=passthrough --use-gl=angle --use-angle=gl --disable-features=SkiaGraphite",
|
||||
"--enforce-browser-version",
|
||||
"--jobs=4"
|
||||
],
|
||||
"merge": {
|
||||
"script": "//testing/merge_scripts/standard_isolated_script_merge.py"
|
||||
},
|
||||
"name": "context_lost_gl_passthrough_ganesh_tests",
|
||||
"resultdb": {
|
||||
"enable": true,
|
||||
"has_native_resultdb_integration": true
|
||||
},
|
||||
"swarming": {
|
||||
"containment_type": "AUTO",
|
||||
"dimensions": {
|
||||
"cpu": "arm64",
|
||||
"display_attached": "1",
|
||||
"gpu": "apple:m1",
|
||||
"mac_model": "Macmini9,1",
|
||||
"os": "Mac-15.4",
|
||||
"pool": "chromium.tests"
|
||||
},
|
||||
"hard_timeout": 1800,
|
||||
"idempotent": false,
|
||||
"io_timeout": 1800,
|
||||
"service_account": "chromium-tester@chops-service-accounts.iam.gserviceaccount.com"
|
||||
},
|
||||
"test": "telemetry_gpu_integration_test",
|
||||
"test_id_prefix": "ninja://chrome/test:telemetry_gpu_integration_test/"
|
||||
},
|
||||
{
|
||||
"args": [
|
||||
"context_lost",
|
||||
"--show-stdout",
|
||||
"--browser=release",
|
||||
"--passthrough",
|
||||
"-v",
|
||||
"--stable-jobs",
|
||||
"--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc --use-cmd-decoder=passthrough --use-gl=angle --use-angle=metal --disable-features=SkiaGraphite",
|
||||
"--enforce-browser-version",
|
||||
"--jobs=4"
|
||||
],
|
||||
"merge": {
|
||||
"script": "//testing/merge_scripts/standard_isolated_script_merge.py"
|
||||
},
|
||||
"name": "context_lost_metal_passthrough_ganesh_tests",
|
||||
"resultdb": {
|
||||
"enable": true,
|
||||
"has_native_resultdb_integration": true
|
||||
},
|
||||
"swarming": {
|
||||
"containment_type": "AUTO",
|
||||
"dimensions": {
|
||||
"cpu": "arm64",
|
||||
"display_attached": "1",
|
||||
"gpu": "apple:m1",
|
||||
"mac_model": "Macmini9,1",
|
||||
"os": "Mac-15.4",
|
||||
"pool": "chromium.tests"
|
||||
},
|
||||
"hard_timeout": 1800,
|
||||
"idempotent": false,
|
||||
"io_timeout": 1800,
|
||||
"service_account": "chromium-tester@chops-service-accounts.iam.gserviceaccount.com"
|
||||
},
|
||||
"test": "telemetry_gpu_integration_test",
|
||||
"test_id_prefix": "ninja://chrome/test:telemetry_gpu_integration_test/"
|
||||
},
|
||||
{
|
||||
"args": [
|
||||
"context_lost",
|
||||
@ -275,100 +199,6 @@
|
||||
"test": "telemetry_gpu_integration_test",
|
||||
"test_id_prefix": "ninja://chrome/test:telemetry_gpu_integration_test/"
|
||||
},
|
||||
{
|
||||
"args": [
|
||||
"expected_color",
|
||||
"--show-stdout",
|
||||
"--browser=release",
|
||||
"--passthrough",
|
||||
"-v",
|
||||
"--stable-jobs",
|
||||
"--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc --use-cmd-decoder=passthrough --use-gl=angle --use-angle=gl --disable-features=SkiaGraphite",
|
||||
"--enforce-browser-version",
|
||||
"--git-revision=${got_revision}",
|
||||
"--dont-restore-color-profile-after-test",
|
||||
"--test-machine-name",
|
||||
"${buildername}",
|
||||
"--jobs=4"
|
||||
],
|
||||
"merge": {
|
||||
"script": "//testing/merge_scripts/standard_isolated_script_merge.py"
|
||||
},
|
||||
"name": "expected_color_pixel_gl_passthrough_ganesh_test",
|
||||
"precommit_args": [
|
||||
"--gerrit-issue=${patch_issue}",
|
||||
"--gerrit-patchset=${patch_set}",
|
||||
"--buildbucket-id=${buildbucket_build_id}"
|
||||
],
|
||||
"resultdb": {
|
||||
"enable": true,
|
||||
"has_native_resultdb_integration": true
|
||||
},
|
||||
"swarming": {
|
||||
"containment_type": "AUTO",
|
||||
"dimensions": {
|
||||
"cpu": "arm64",
|
||||
"display_attached": "1",
|
||||
"gpu": "apple:m1",
|
||||
"mac_model": "Macmini9,1",
|
||||
"os": "Mac-15.4",
|
||||
"pool": "chromium.tests"
|
||||
},
|
||||
"hard_timeout": 1800,
|
||||
"idempotent": false,
|
||||
"io_timeout": 1800,
|
||||
"service_account": "chromium-tester@chops-service-accounts.iam.gserviceaccount.com"
|
||||
},
|
||||
"test": "telemetry_gpu_integration_test",
|
||||
"test_id_prefix": "ninja://chrome/test:telemetry_gpu_integration_test/"
|
||||
},
|
||||
{
|
||||
"args": [
|
||||
"expected_color",
|
||||
"--show-stdout",
|
||||
"--browser=release",
|
||||
"--passthrough",
|
||||
"-v",
|
||||
"--stable-jobs",
|
||||
"--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc --use-cmd-decoder=passthrough --use-gl=angle --use-angle=metal --disable-features=SkiaGraphite",
|
||||
"--enforce-browser-version",
|
||||
"--git-revision=${got_revision}",
|
||||
"--dont-restore-color-profile-after-test",
|
||||
"--test-machine-name",
|
||||
"${buildername}",
|
||||
"--jobs=4"
|
||||
],
|
||||
"merge": {
|
||||
"script": "//testing/merge_scripts/standard_isolated_script_merge.py"
|
||||
},
|
||||
"name": "expected_color_pixel_metal_passthrough_ganesh_test",
|
||||
"precommit_args": [
|
||||
"--gerrit-issue=${patch_issue}",
|
||||
"--gerrit-patchset=${patch_set}",
|
||||
"--buildbucket-id=${buildbucket_build_id}"
|
||||
],
|
||||
"resultdb": {
|
||||
"enable": true,
|
||||
"has_native_resultdb_integration": true
|
||||
},
|
||||
"swarming": {
|
||||
"containment_type": "AUTO",
|
||||
"dimensions": {
|
||||
"cpu": "arm64",
|
||||
"display_attached": "1",
|
||||
"gpu": "apple:m1",
|
||||
"mac_model": "Macmini9,1",
|
||||
"os": "Mac-15.4",
|
||||
"pool": "chromium.tests"
|
||||
},
|
||||
"hard_timeout": 1800,
|
||||
"idempotent": false,
|
||||
"io_timeout": 1800,
|
||||
"service_account": "chromium-tester@chops-service-accounts.iam.gserviceaccount.com"
|
||||
},
|
||||
"test": "telemetry_gpu_integration_test",
|
||||
"test_id_prefix": "ninja://chrome/test:telemetry_gpu_integration_test/"
|
||||
},
|
||||
{
|
||||
"args": [
|
||||
"expected_color",
|
||||
@ -534,100 +364,6 @@
|
||||
"test": "telemetry_gpu_integration_test",
|
||||
"test_id_prefix": "ninja://chrome/test:telemetry_gpu_integration_test/"
|
||||
},
|
||||
{
|
||||
"args": [
|
||||
"pixel",
|
||||
"--show-stdout",
|
||||
"--browser=release",
|
||||
"--passthrough",
|
||||
"-v",
|
||||
"--stable-jobs",
|
||||
"--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc --use-cmd-decoder=passthrough --use-gl=angle --use-angle=gl --disable-features=SkiaGraphite",
|
||||
"--enforce-browser-version",
|
||||
"--git-revision=${got_revision}",
|
||||
"--dont-restore-color-profile-after-test",
|
||||
"--test-machine-name",
|
||||
"${buildername}",
|
||||
"--jobs=4"
|
||||
],
|
||||
"merge": {
|
||||
"script": "//testing/merge_scripts/standard_isolated_script_merge.py"
|
||||
},
|
||||
"name": "pixel_skia_gold_gl_passthrough_ganesh_test",
|
||||
"precommit_args": [
|
||||
"--gerrit-issue=${patch_issue}",
|
||||
"--gerrit-patchset=${patch_set}",
|
||||
"--buildbucket-id=${buildbucket_build_id}"
|
||||
],
|
||||
"resultdb": {
|
||||
"enable": true,
|
||||
"has_native_resultdb_integration": true
|
||||
},
|
||||
"swarming": {
|
||||
"containment_type": "AUTO",
|
||||
"dimensions": {
|
||||
"cpu": "arm64",
|
||||
"display_attached": "1",
|
||||
"gpu": "apple:m1",
|
||||
"mac_model": "Macmini9,1",
|
||||
"os": "Mac-15.4",
|
||||
"pool": "chromium.tests"
|
||||
},
|
||||
"hard_timeout": 1800,
|
||||
"idempotent": false,
|
||||
"io_timeout": 1800,
|
||||
"service_account": "chromium-tester@chops-service-accounts.iam.gserviceaccount.com"
|
||||
},
|
||||
"test": "telemetry_gpu_integration_test",
|
||||
"test_id_prefix": "ninja://chrome/test:telemetry_gpu_integration_test/"
|
||||
},
|
||||
{
|
||||
"args": [
|
||||
"pixel",
|
||||
"--show-stdout",
|
||||
"--browser=release",
|
||||
"--passthrough",
|
||||
"-v",
|
||||
"--stable-jobs",
|
||||
"--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc --use-cmd-decoder=passthrough --use-gl=angle --use-angle=metal --disable-features=SkiaGraphite",
|
||||
"--enforce-browser-version",
|
||||
"--git-revision=${got_revision}",
|
||||
"--dont-restore-color-profile-after-test",
|
||||
"--test-machine-name",
|
||||
"${buildername}",
|
||||
"--jobs=4"
|
||||
],
|
||||
"merge": {
|
||||
"script": "//testing/merge_scripts/standard_isolated_script_merge.py"
|
||||
},
|
||||
"name": "pixel_skia_gold_metal_passthrough_ganesh_test",
|
||||
"precommit_args": [
|
||||
"--gerrit-issue=${patch_issue}",
|
||||
"--gerrit-patchset=${patch_set}",
|
||||
"--buildbucket-id=${buildbucket_build_id}"
|
||||
],
|
||||
"resultdb": {
|
||||
"enable": true,
|
||||
"has_native_resultdb_integration": true
|
||||
},
|
||||
"swarming": {
|
||||
"containment_type": "AUTO",
|
||||
"dimensions": {
|
||||
"cpu": "arm64",
|
||||
"display_attached": "1",
|
||||
"gpu": "apple:m1",
|
||||
"mac_model": "Macmini9,1",
|
||||
"os": "Mac-15.4",
|
||||
"pool": "chromium.tests"
|
||||
},
|
||||
"hard_timeout": 1800,
|
||||
"idempotent": false,
|
||||
"io_timeout": 1800,
|
||||
"service_account": "chromium-tester@chops-service-accounts.iam.gserviceaccount.com"
|
||||
},
|
||||
"test": "telemetry_gpu_integration_test",
|
||||
"test_id_prefix": "ninja://chrome/test:telemetry_gpu_integration_test/"
|
||||
},
|
||||
{
|
||||
"args": [
|
||||
"pixel",
|
||||
@ -675,84 +411,6 @@
|
||||
"test": "telemetry_gpu_integration_test",
|
||||
"test_id_prefix": "ninja://chrome/test:telemetry_gpu_integration_test/"
|
||||
},
|
||||
{
|
||||
"args": [
|
||||
"screenshot_sync",
|
||||
"--show-stdout",
|
||||
"--browser=release",
|
||||
"--passthrough",
|
||||
"-v",
|
||||
"--stable-jobs",
|
||||
"--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc --use-cmd-decoder=passthrough --use-gl=angle --use-angle=gl --disable-features=SkiaGraphite",
|
||||
"--enforce-browser-version",
|
||||
"--dont-restore-color-profile-after-test",
|
||||
"--jobs=4"
|
||||
],
|
||||
"merge": {
|
||||
"script": "//testing/merge_scripts/standard_isolated_script_merge.py"
|
||||
},
|
||||
"name": "screenshot_sync_gl_passthrough_ganesh_tests",
|
||||
"resultdb": {
|
||||
"enable": true,
|
||||
"has_native_resultdb_integration": true
|
||||
},
|
||||
"swarming": {
|
||||
"containment_type": "AUTO",
|
||||
"dimensions": {
|
||||
"cpu": "arm64",
|
||||
"display_attached": "1",
|
||||
"gpu": "apple:m1",
|
||||
"mac_model": "Macmini9,1",
|
||||
"os": "Mac-15.4",
|
||||
"pool": "chromium.tests"
|
||||
},
|
||||
"hard_timeout": 1800,
|
||||
"idempotent": false,
|
||||
"io_timeout": 1800,
|
||||
"service_account": "chromium-tester@chops-service-accounts.iam.gserviceaccount.com"
|
||||
},
|
||||
"test": "telemetry_gpu_integration_test",
|
||||
"test_id_prefix": "ninja://chrome/test:telemetry_gpu_integration_test/"
|
||||
},
|
||||
{
|
||||
"args": [
|
||||
"screenshot_sync",
|
||||
"--show-stdout",
|
||||
"--browser=release",
|
||||
"--passthrough",
|
||||
"-v",
|
||||
"--stable-jobs",
|
||||
"--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc --use-cmd-decoder=passthrough --use-gl=angle --use-angle=metal --disable-features=SkiaGraphite",
|
||||
"--enforce-browser-version",
|
||||
"--dont-restore-color-profile-after-test",
|
||||
"--jobs=4"
|
||||
],
|
||||
"merge": {
|
||||
"script": "//testing/merge_scripts/standard_isolated_script_merge.py"
|
||||
},
|
||||
"name": "screenshot_sync_metal_passthrough_ganesh_tests",
|
||||
"resultdb": {
|
||||
"enable": true,
|
||||
"has_native_resultdb_integration": true
|
||||
},
|
||||
"swarming": {
|
||||
"containment_type": "AUTO",
|
||||
"dimensions": {
|
||||
"cpu": "arm64",
|
||||
"display_attached": "1",
|
||||
"gpu": "apple:m1",
|
||||
"mac_model": "Macmini9,1",
|
||||
"os": "Mac-15.4",
|
||||
"pool": "chromium.tests"
|
||||
},
|
||||
"hard_timeout": 1800,
|
||||
"idempotent": false,
|
||||
"io_timeout": 1800,
|
||||
"service_account": "chromium-tester@chops-service-accounts.iam.gserviceaccount.com"
|
||||
},
|
||||
"test": "telemetry_gpu_integration_test",
|
||||
"test_id_prefix": "ninja://chrome/test:telemetry_gpu_integration_test/"
|
||||
},
|
||||
{
|
||||
"args": [
|
||||
"screenshot_sync",
|
||||
@ -830,82 +488,6 @@
|
||||
"test": "telemetry_gpu_integration_test",
|
||||
"test_id_prefix": "ninja://chrome/test:telemetry_gpu_integration_test/"
|
||||
},
|
||||
{
|
||||
"args": [
|
||||
"webcodecs",
|
||||
"--show-stdout",
|
||||
"--browser=release",
|
||||
"--passthrough",
|
||||
"-v",
|
||||
"--stable-jobs",
|
||||
"--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc --use-cmd-decoder=passthrough --use-gl=angle --use-angle=gl --disable-features=SkiaGraphite",
|
||||
"--enforce-browser-version",
|
||||
"--jobs=4"
|
||||
],
|
||||
"merge": {
|
||||
"script": "//testing/merge_scripts/standard_isolated_script_merge.py"
|
||||
},
|
||||
"name": "webcodecs_gl_passthrough_ganesh_tests",
|
||||
"resultdb": {
|
||||
"enable": true,
|
||||
"has_native_resultdb_integration": true
|
||||
},
|
||||
"swarming": {
|
||||
"containment_type": "AUTO",
|
||||
"dimensions": {
|
||||
"cpu": "arm64",
|
||||
"display_attached": "1",
|
||||
"gpu": "apple:m1",
|
||||
"mac_model": "Macmini9,1",
|
||||
"os": "Mac-15.4",
|
||||
"pool": "chromium.tests"
|
||||
},
|
||||
"hard_timeout": 1800,
|
||||
"idempotent": false,
|
||||
"io_timeout": 1800,
|
||||
"service_account": "chromium-tester@chops-service-accounts.iam.gserviceaccount.com"
|
||||
},
|
||||
"test": "telemetry_gpu_integration_test",
|
||||
"test_id_prefix": "ninja://chrome/test:telemetry_gpu_integration_test/"
|
||||
},
|
||||
{
|
||||
"args": [
|
||||
"webcodecs",
|
||||
"--show-stdout",
|
||||
"--browser=release",
|
||||
"--passthrough",
|
||||
"-v",
|
||||
"--stable-jobs",
|
||||
"--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc --use-cmd-decoder=passthrough --use-gl=angle --use-angle=metal --disable-features=SkiaGraphite",
|
||||
"--enforce-browser-version",
|
||||
"--jobs=4"
|
||||
],
|
||||
"merge": {
|
||||
"script": "//testing/merge_scripts/standard_isolated_script_merge.py"
|
||||
},
|
||||
"name": "webcodecs_metal_passthrough_ganesh_tests",
|
||||
"resultdb": {
|
||||
"enable": true,
|
||||
"has_native_resultdb_integration": true
|
||||
},
|
||||
"swarming": {
|
||||
"containment_type": "AUTO",
|
||||
"dimensions": {
|
||||
"cpu": "arm64",
|
||||
"display_attached": "1",
|
||||
"gpu": "apple:m1",
|
||||
"mac_model": "Macmini9,1",
|
||||
"os": "Mac-15.4",
|
||||
"pool": "chromium.tests"
|
||||
},
|
||||
"hard_timeout": 1800,
|
||||
"idempotent": false,
|
||||
"io_timeout": 1800,
|
||||
"service_account": "chromium-tester@chops-service-accounts.iam.gserviceaccount.com"
|
||||
},
|
||||
"test": "telemetry_gpu_integration_test",
|
||||
"test_id_prefix": "ninja://chrome/test:telemetry_gpu_integration_test/"
|
||||
},
|
||||
{
|
||||
"args": [
|
||||
"webcodecs",
|
||||
@ -944,47 +526,6 @@
|
||||
"test": "telemetry_gpu_integration_test",
|
||||
"test_id_prefix": "ninja://chrome/test:telemetry_gpu_integration_test/"
|
||||
},
|
||||
{
|
||||
"args": [
|
||||
"webgl2_conformance",
|
||||
"--show-stdout",
|
||||
"--browser=release",
|
||||
"--passthrough",
|
||||
"-v",
|
||||
"--stable-jobs",
|
||||
"--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc --use-cmd-decoder=passthrough --use-gl=angle --use-angle=gl --disable-features=SkiaGraphite --force_high_performance_gpu",
|
||||
"--enforce-browser-version",
|
||||
"--webgl-conformance-version=2.0.1",
|
||||
"--read-abbreviated-json-results-from=../../content/test/data/gpu/webgl2_conformance_mac_runtimes.json",
|
||||
"--jobs=4"
|
||||
],
|
||||
"merge": {
|
||||
"script": "//testing/merge_scripts/standard_isolated_script_merge.py"
|
||||
},
|
||||
"name": "webgl2_conformance_gl_passthrough_ganesh_tests",
|
||||
"resultdb": {
|
||||
"enable": true,
|
||||
"has_native_resultdb_integration": true
|
||||
},
|
||||
"swarming": {
|
||||
"containment_type": "AUTO",
|
||||
"dimensions": {
|
||||
"cpu": "arm64",
|
||||
"display_attached": "1",
|
||||
"gpu": "apple:m1",
|
||||
"mac_model": "Macmini9,1",
|
||||
"os": "Mac-15.4",
|
||||
"pool": "chromium.tests"
|
||||
},
|
||||
"hard_timeout": 1800,
|
||||
"idempotent": false,
|
||||
"io_timeout": 1800,
|
||||
"service_account": "chromium-tester@chops-service-accounts.iam.gserviceaccount.com",
|
||||
"shards": 20
|
||||
},
|
||||
"test": "telemetry_gpu_integration_test",
|
||||
"test_id_prefix": "ninja://chrome/test:telemetry_gpu_integration_test/"
|
||||
},
|
||||
{
|
||||
"args": [
|
||||
"webgl2_conformance",
|
||||
@ -1027,86 +568,6 @@
|
||||
"test": "telemetry_gpu_integration_test",
|
||||
"test_id_prefix": "ninja://chrome/test:telemetry_gpu_integration_test/"
|
||||
},
|
||||
{
|
||||
"args": [
|
||||
"webgl1_conformance",
|
||||
"--show-stdout",
|
||||
"--browser=release",
|
||||
"--passthrough",
|
||||
"-v",
|
||||
"--stable-jobs",
|
||||
"--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc --use-cmd-decoder=passthrough --use-gl=angle --use-angle=gl --disable-features=SkiaGraphite --force_high_performance_gpu",
|
||||
"--enforce-browser-version",
|
||||
"--read-abbreviated-json-results-from=../../content/test/data/gpu/webgl1_conformance_mac_runtimes.json",
|
||||
"--jobs=4"
|
||||
],
|
||||
"merge": {
|
||||
"script": "//testing/merge_scripts/standard_isolated_script_merge.py"
|
||||
},
|
||||
"name": "webgl_conformance_gl_passthrough_ganesh_tests",
|
||||
"resultdb": {
|
||||
"enable": true,
|
||||
"has_native_resultdb_integration": true
|
||||
},
|
||||
"swarming": {
|
||||
"containment_type": "AUTO",
|
||||
"dimensions": {
|
||||
"cpu": "arm64",
|
||||
"display_attached": "1",
|
||||
"gpu": "apple:m1",
|
||||
"mac_model": "Macmini9,1",
|
||||
"os": "Mac-15.4",
|
||||
"pool": "chromium.tests"
|
||||
},
|
||||
"hard_timeout": 1800,
|
||||
"idempotent": false,
|
||||
"io_timeout": 1800,
|
||||
"service_account": "chromium-tester@chops-service-accounts.iam.gserviceaccount.com",
|
||||
"shards": 2
|
||||
},
|
||||
"test": "telemetry_gpu_integration_test",
|
||||
"test_id_prefix": "ninja://chrome/test:telemetry_gpu_integration_test/"
|
||||
},
|
||||
{
|
||||
"args": [
|
||||
"webgl1_conformance",
|
||||
"--show-stdout",
|
||||
"--browser=release",
|
||||
"--passthrough",
|
||||
"-v",
|
||||
"--stable-jobs",
|
||||
"--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc --use-cmd-decoder=passthrough --use-gl=angle --use-angle=metal --disable-features=SkiaGraphite --enable-features=EGLDualGPURendering,ForceHighPerformanceGPUForWebGL",
|
||||
"--enforce-browser-version",
|
||||
"--enable-metal-debug-layers",
|
||||
"--read-abbreviated-json-results-from=../../content/test/data/gpu/webgl1_conformance_mac_runtimes.json",
|
||||
"--jobs=4"
|
||||
],
|
||||
"merge": {
|
||||
"script": "//testing/merge_scripts/standard_isolated_script_merge.py"
|
||||
},
|
||||
"name": "webgl_conformance_metal_passthrough_ganesh_tests",
|
||||
"resultdb": {
|
||||
"enable": true,
|
||||
"has_native_resultdb_integration": true
|
||||
},
|
||||
"swarming": {
|
||||
"containment_type": "AUTO",
|
||||
"dimensions": {
|
||||
"cpu": "arm64",
|
||||
"display_attached": "1",
|
||||
"gpu": "apple:m1",
|
||||
"mac_model": "Macmini9,1",
|
||||
"os": "Mac-15.4",
|
||||
"pool": "chromium.tests"
|
||||
},
|
||||
"hard_timeout": 1800,
|
||||
"idempotent": false,
|
||||
"io_timeout": 1800,
|
||||
"service_account": "chromium-tester@chops-service-accounts.iam.gserviceaccount.com"
|
||||
},
|
||||
"test": "telemetry_gpu_integration_test",
|
||||
"test_id_prefix": "ninja://chrome/test:telemetry_gpu_integration_test/"
|
||||
},
|
||||
{
|
||||
"args": [
|
||||
"webgl1_conformance",
|
||||
@ -1186,82 +647,6 @@
|
||||
"test": "telemetry_gpu_integration_test",
|
||||
"test_id_prefix": "ninja://chrome/test:telemetry_gpu_integration_test/"
|
||||
},
|
||||
{
|
||||
"args": [
|
||||
"webrtc",
|
||||
"--show-stdout",
|
||||
"--browser=release",
|
||||
"--passthrough",
|
||||
"-v",
|
||||
"--stable-jobs",
|
||||
"--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc --use-cmd-decoder=passthrough --use-gl=angle --use-angle=gl --disable-features=SkiaGraphite",
|
||||
"--enforce-browser-version",
|
||||
"--jobs=4"
|
||||
],
|
||||
"merge": {
|
||||
"script": "//testing/merge_scripts/standard_isolated_script_merge.py"
|
||||
},
|
||||
"name": "webrtc_gl_passthrough_ganesh_tests",
|
||||
"resultdb": {
|
||||
"enable": true,
|
||||
"has_native_resultdb_integration": true
|
||||
},
|
||||
"swarming": {
|
||||
"containment_type": "AUTO",
|
||||
"dimensions": {
|
||||
"cpu": "arm64",
|
||||
"display_attached": "1",
|
||||
"gpu": "apple:m1",
|
||||
"mac_model": "Macmini9,1",
|
||||
"os": "Mac-15.4",
|
||||
"pool": "chromium.tests"
|
||||
},
|
||||
"hard_timeout": 1800,
|
||||
"idempotent": false,
|
||||
"io_timeout": 1800,
|
||||
"service_account": "chromium-tester@chops-service-accounts.iam.gserviceaccount.com"
|
||||
},
|
||||
"test": "telemetry_gpu_integration_test",
|
||||
"test_id_prefix": "ninja://chrome/test:telemetry_gpu_integration_test/"
|
||||
},
|
||||
{
|
||||
"args": [
|
||||
"webrtc",
|
||||
"--show-stdout",
|
||||
"--browser=release",
|
||||
"--passthrough",
|
||||
"-v",
|
||||
"--stable-jobs",
|
||||
"--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc --use-cmd-decoder=passthrough --use-gl=angle --use-angle=metal --disable-features=SkiaGraphite",
|
||||
"--enforce-browser-version",
|
||||
"--jobs=4"
|
||||
],
|
||||
"merge": {
|
||||
"script": "//testing/merge_scripts/standard_isolated_script_merge.py"
|
||||
},
|
||||
"name": "webrtc_metal_passthrough_ganesh_tests",
|
||||
"resultdb": {
|
||||
"enable": true,
|
||||
"has_native_resultdb_integration": true
|
||||
},
|
||||
"swarming": {
|
||||
"containment_type": "AUTO",
|
||||
"dimensions": {
|
||||
"cpu": "arm64",
|
||||
"display_attached": "1",
|
||||
"gpu": "apple:m1",
|
||||
"mac_model": "Macmini9,1",
|
||||
"os": "Mac-15.4",
|
||||
"pool": "chromium.tests"
|
||||
},
|
||||
"hard_timeout": 1800,
|
||||
"idempotent": false,
|
||||
"io_timeout": 1800,
|
||||
"service_account": "chromium-tester@chops-service-accounts.iam.gserviceaccount.com"
|
||||
},
|
||||
"test": "telemetry_gpu_integration_test",
|
||||
"test_id_prefix": "ninja://chrome/test:telemetry_gpu_integration_test/"
|
||||
},
|
||||
{
|
||||
"args": [
|
||||
"webrtc",
|
||||
|
615
infra/config/generated/builders/try/gpu-fyi-try-mac-arm64-apple-m1-rel/targets/chromium.gpu.fyi.json
615
infra/config/generated/builders/try/gpu-fyi-try-mac-arm64-apple-m1-rel/targets/chromium.gpu.fyi.json
@ -161,82 +161,6 @@
|
||||
}
|
||||
],
|
||||
"isolated_scripts": [
|
||||
{
|
||||
"args": [
|
||||
"context_lost",
|
||||
"--show-stdout",
|
||||
"--browser=release",
|
||||
"--passthrough",
|
||||
"-v",
|
||||
"--stable-jobs",
|
||||
"--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc --use-cmd-decoder=passthrough --use-gl=angle --use-angle=gl --disable-features=SkiaGraphite",
|
||||
"--enforce-browser-version",
|
||||
"--jobs=4"
|
||||
],
|
||||
"merge": {
|
||||
"script": "//testing/merge_scripts/standard_isolated_script_merge.py"
|
||||
},
|
||||
"name": "context_lost_gl_passthrough_ganesh_tests",
|
||||
"resultdb": {
|
||||
"enable": true,
|
||||
"has_native_resultdb_integration": true
|
||||
},
|
||||
"swarming": {
|
||||
"containment_type": "AUTO",
|
||||
"dimensions": {
|
||||
"cpu": "arm64",
|
||||
"display_attached": "1",
|
||||
"gpu": "apple:m1",
|
||||
"mac_model": "Macmini9,1",
|
||||
"os": "Mac-14.5",
|
||||
"pool": "chromium.tests"
|
||||
},
|
||||
"hard_timeout": 1800,
|
||||
"idempotent": false,
|
||||
"io_timeout": 1800,
|
||||
"service_account": "chromium-tester@chops-service-accounts.iam.gserviceaccount.com"
|
||||
},
|
||||
"test": "telemetry_gpu_integration_test",
|
||||
"test_id_prefix": "ninja://chrome/test:telemetry_gpu_integration_test/"
|
||||
},
|
||||
{
|
||||
"args": [
|
||||
"context_lost",
|
||||
"--show-stdout",
|
||||
"--browser=release",
|
||||
"--passthrough",
|
||||
"-v",
|
||||
"--stable-jobs",
|
||||
"--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc --use-cmd-decoder=passthrough --use-gl=angle --use-angle=metal --disable-features=SkiaGraphite",
|
||||
"--enforce-browser-version",
|
||||
"--jobs=4"
|
||||
],
|
||||
"merge": {
|
||||
"script": "//testing/merge_scripts/standard_isolated_script_merge.py"
|
||||
},
|
||||
"name": "context_lost_metal_passthrough_ganesh_tests",
|
||||
"resultdb": {
|
||||
"enable": true,
|
||||
"has_native_resultdb_integration": true
|
||||
},
|
||||
"swarming": {
|
||||
"containment_type": "AUTO",
|
||||
"dimensions": {
|
||||
"cpu": "arm64",
|
||||
"display_attached": "1",
|
||||
"gpu": "apple:m1",
|
||||
"mac_model": "Macmini9,1",
|
||||
"os": "Mac-14.5",
|
||||
"pool": "chromium.tests"
|
||||
},
|
||||
"hard_timeout": 1800,
|
||||
"idempotent": false,
|
||||
"io_timeout": 1800,
|
||||
"service_account": "chromium-tester@chops-service-accounts.iam.gserviceaccount.com"
|
||||
},
|
||||
"test": "telemetry_gpu_integration_test",
|
||||
"test_id_prefix": "ninja://chrome/test:telemetry_gpu_integration_test/"
|
||||
},
|
||||
{
|
||||
"args": [
|
||||
"context_lost",
|
||||
@ -275,100 +199,6 @@
|
||||
"test": "telemetry_gpu_integration_test",
|
||||
"test_id_prefix": "ninja://chrome/test:telemetry_gpu_integration_test/"
|
||||
},
|
||||
{
|
||||
"args": [
|
||||
"expected_color",
|
||||
"--show-stdout",
|
||||
"--browser=release",
|
||||
"--passthrough",
|
||||
"-v",
|
||||
"--stable-jobs",
|
||||
"--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc --use-cmd-decoder=passthrough --use-gl=angle --use-angle=gl --disable-features=SkiaGraphite",
|
||||
"--enforce-browser-version",
|
||||
"--git-revision=${got_revision}",
|
||||
"--dont-restore-color-profile-after-test",
|
||||
"--test-machine-name",
|
||||
"${buildername}",
|
||||
"--jobs=4"
|
||||
],
|
||||
"merge": {
|
||||
"script": "//testing/merge_scripts/standard_isolated_script_merge.py"
|
||||
},
|
||||
"name": "expected_color_pixel_gl_passthrough_ganesh_test",
|
||||
"precommit_args": [
|
||||
"--gerrit-issue=${patch_issue}",
|
||||
"--gerrit-patchset=${patch_set}",
|
||||
"--buildbucket-id=${buildbucket_build_id}"
|
||||
],
|
||||
"resultdb": {
|
||||
"enable": true,
|
||||
"has_native_resultdb_integration": true
|
||||
},
|
||||
"swarming": {
|
||||
"containment_type": "AUTO",
|
||||
"dimensions": {
|
||||
"cpu": "arm64",
|
||||
"display_attached": "1",
|
||||
"gpu": "apple:m1",
|
||||
"mac_model": "Macmini9,1",
|
||||
"os": "Mac-14.5",
|
||||
"pool": "chromium.tests"
|
||||
},
|
||||
"hard_timeout": 1800,
|
||||
"idempotent": false,
|
||||
"io_timeout": 1800,
|
||||
"service_account": "chromium-tester@chops-service-accounts.iam.gserviceaccount.com"
|
||||
},
|
||||
"test": "telemetry_gpu_integration_test",
|
||||
"test_id_prefix": "ninja://chrome/test:telemetry_gpu_integration_test/"
|
||||
},
|
||||
{
|
||||
"args": [
|
||||
"expected_color",
|
||||
"--show-stdout",
|
||||
"--browser=release",
|
||||
"--passthrough",
|
||||
"-v",
|
||||
"--stable-jobs",
|
||||
"--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc --use-cmd-decoder=passthrough --use-gl=angle --use-angle=metal --disable-features=SkiaGraphite",
|
||||
"--enforce-browser-version",
|
||||
"--git-revision=${got_revision}",
|
||||
"--dont-restore-color-profile-after-test",
|
||||
"--test-machine-name",
|
||||
"${buildername}",
|
||||
"--jobs=4"
|
||||
],
|
||||
"merge": {
|
||||
"script": "//testing/merge_scripts/standard_isolated_script_merge.py"
|
||||
},
|
||||
"name": "expected_color_pixel_metal_passthrough_ganesh_test",
|
||||
"precommit_args": [
|
||||
"--gerrit-issue=${patch_issue}",
|
||||
"--gerrit-patchset=${patch_set}",
|
||||
"--buildbucket-id=${buildbucket_build_id}"
|
||||
],
|
||||
"resultdb": {
|
||||
"enable": true,
|
||||
"has_native_resultdb_integration": true
|
||||
},
|
||||
"swarming": {
|
||||
"containment_type": "AUTO",
|
||||
"dimensions": {
|
||||
"cpu": "arm64",
|
||||
"display_attached": "1",
|
||||
"gpu": "apple:m1",
|
||||
"mac_model": "Macmini9,1",
|
||||
"os": "Mac-14.5",
|
||||
"pool": "chromium.tests"
|
||||
},
|
||||
"hard_timeout": 1800,
|
||||
"idempotent": false,
|
||||
"io_timeout": 1800,
|
||||
"service_account": "chromium-tester@chops-service-accounts.iam.gserviceaccount.com"
|
||||
},
|
||||
"test": "telemetry_gpu_integration_test",
|
||||
"test_id_prefix": "ninja://chrome/test:telemetry_gpu_integration_test/"
|
||||
},
|
||||
{
|
||||
"args": [
|
||||
"expected_color",
|
||||
@ -534,100 +364,6 @@
|
||||
"test": "telemetry_gpu_integration_test",
|
||||
"test_id_prefix": "ninja://chrome/test:telemetry_gpu_integration_test/"
|
||||
},
|
||||
{
|
||||
"args": [
|
||||
"pixel",
|
||||
"--show-stdout",
|
||||
"--browser=release",
|
||||
"--passthrough",
|
||||
"-v",
|
||||
"--stable-jobs",
|
||||
"--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc --use-cmd-decoder=passthrough --use-gl=angle --use-angle=gl --disable-features=SkiaGraphite",
|
||||
"--enforce-browser-version",
|
||||
"--git-revision=${got_revision}",
|
||||
"--dont-restore-color-profile-after-test",
|
||||
"--test-machine-name",
|
||||
"${buildername}",
|
||||
"--jobs=4"
|
||||
],
|
||||
"merge": {
|
||||
"script": "//testing/merge_scripts/standard_isolated_script_merge.py"
|
||||
},
|
||||
"name": "pixel_skia_gold_gl_passthrough_ganesh_test",
|
||||
"precommit_args": [
|
||||
"--gerrit-issue=${patch_issue}",
|
||||
"--gerrit-patchset=${patch_set}",
|
||||
"--buildbucket-id=${buildbucket_build_id}"
|
||||
],
|
||||
"resultdb": {
|
||||
"enable": true,
|
||||
"has_native_resultdb_integration": true
|
||||
},
|
||||
"swarming": {
|
||||
"containment_type": "AUTO",
|
||||
"dimensions": {
|
||||
"cpu": "arm64",
|
||||
"display_attached": "1",
|
||||
"gpu": "apple:m1",
|
||||
"mac_model": "Macmini9,1",
|
||||
"os": "Mac-14.5",
|
||||
"pool": "chromium.tests"
|
||||
},
|
||||
"hard_timeout": 1800,
|
||||
"idempotent": false,
|
||||
"io_timeout": 1800,
|
||||
"service_account": "chromium-tester@chops-service-accounts.iam.gserviceaccount.com"
|
||||
},
|
||||
"test": "telemetry_gpu_integration_test",
|
||||
"test_id_prefix": "ninja://chrome/test:telemetry_gpu_integration_test/"
|
||||
},
|
||||
{
|
||||
"args": [
|
||||
"pixel",
|
||||
"--show-stdout",
|
||||
"--browser=release",
|
||||
"--passthrough",
|
||||
"-v",
|
||||
"--stable-jobs",
|
||||
"--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc --use-cmd-decoder=passthrough --use-gl=angle --use-angle=metal --disable-features=SkiaGraphite",
|
||||
"--enforce-browser-version",
|
||||
"--git-revision=${got_revision}",
|
||||
"--dont-restore-color-profile-after-test",
|
||||
"--test-machine-name",
|
||||
"${buildername}",
|
||||
"--jobs=4"
|
||||
],
|
||||
"merge": {
|
||||
"script": "//testing/merge_scripts/standard_isolated_script_merge.py"
|
||||
},
|
||||
"name": "pixel_skia_gold_metal_passthrough_ganesh_test",
|
||||
"precommit_args": [
|
||||
"--gerrit-issue=${patch_issue}",
|
||||
"--gerrit-patchset=${patch_set}",
|
||||
"--buildbucket-id=${buildbucket_build_id}"
|
||||
],
|
||||
"resultdb": {
|
||||
"enable": true,
|
||||
"has_native_resultdb_integration": true
|
||||
},
|
||||
"swarming": {
|
||||
"containment_type": "AUTO",
|
||||
"dimensions": {
|
||||
"cpu": "arm64",
|
||||
"display_attached": "1",
|
||||
"gpu": "apple:m1",
|
||||
"mac_model": "Macmini9,1",
|
||||
"os": "Mac-14.5",
|
||||
"pool": "chromium.tests"
|
||||
},
|
||||
"hard_timeout": 1800,
|
||||
"idempotent": false,
|
||||
"io_timeout": 1800,
|
||||
"service_account": "chromium-tester@chops-service-accounts.iam.gserviceaccount.com"
|
||||
},
|
||||
"test": "telemetry_gpu_integration_test",
|
||||
"test_id_prefix": "ninja://chrome/test:telemetry_gpu_integration_test/"
|
||||
},
|
||||
{
|
||||
"args": [
|
||||
"pixel",
|
||||
@ -675,84 +411,6 @@
|
||||
"test": "telemetry_gpu_integration_test",
|
||||
"test_id_prefix": "ninja://chrome/test:telemetry_gpu_integration_test/"
|
||||
},
|
||||
{
|
||||
"args": [
|
||||
"screenshot_sync",
|
||||
"--show-stdout",
|
||||
"--browser=release",
|
||||
"--passthrough",
|
||||
"-v",
|
||||
"--stable-jobs",
|
||||
"--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc --use-cmd-decoder=passthrough --use-gl=angle --use-angle=gl --disable-features=SkiaGraphite",
|
||||
"--enforce-browser-version",
|
||||
"--dont-restore-color-profile-after-test",
|
||||
"--jobs=4"
|
||||
],
|
||||
"merge": {
|
||||
"script": "//testing/merge_scripts/standard_isolated_script_merge.py"
|
||||
},
|
||||
"name": "screenshot_sync_gl_passthrough_ganesh_tests",
|
||||
"resultdb": {
|
||||
"enable": true,
|
||||
"has_native_resultdb_integration": true
|
||||
},
|
||||
"swarming": {
|
||||
"containment_type": "AUTO",
|
||||
"dimensions": {
|
||||
"cpu": "arm64",
|
||||
"display_attached": "1",
|
||||
"gpu": "apple:m1",
|
||||
"mac_model": "Macmini9,1",
|
||||
"os": "Mac-14.5",
|
||||
"pool": "chromium.tests"
|
||||
},
|
||||
"hard_timeout": 1800,
|
||||
"idempotent": false,
|
||||
"io_timeout": 1800,
|
||||
"service_account": "chromium-tester@chops-service-accounts.iam.gserviceaccount.com"
|
||||
},
|
||||
"test": "telemetry_gpu_integration_test",
|
||||
"test_id_prefix": "ninja://chrome/test:telemetry_gpu_integration_test/"
|
||||
},
|
||||
{
|
||||
"args": [
|
||||
"screenshot_sync",
|
||||
"--show-stdout",
|
||||
"--browser=release",
|
||||
"--passthrough",
|
||||
"-v",
|
||||
"--stable-jobs",
|
||||
"--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc --use-cmd-decoder=passthrough --use-gl=angle --use-angle=metal --disable-features=SkiaGraphite",
|
||||
"--enforce-browser-version",
|
||||
"--dont-restore-color-profile-after-test",
|
||||
"--jobs=4"
|
||||
],
|
||||
"merge": {
|
||||
"script": "//testing/merge_scripts/standard_isolated_script_merge.py"
|
||||
},
|
||||
"name": "screenshot_sync_metal_passthrough_ganesh_tests",
|
||||
"resultdb": {
|
||||
"enable": true,
|
||||
"has_native_resultdb_integration": true
|
||||
},
|
||||
"swarming": {
|
||||
"containment_type": "AUTO",
|
||||
"dimensions": {
|
||||
"cpu": "arm64",
|
||||
"display_attached": "1",
|
||||
"gpu": "apple:m1",
|
||||
"mac_model": "Macmini9,1",
|
||||
"os": "Mac-14.5",
|
||||
"pool": "chromium.tests"
|
||||
},
|
||||
"hard_timeout": 1800,
|
||||
"idempotent": false,
|
||||
"io_timeout": 1800,
|
||||
"service_account": "chromium-tester@chops-service-accounts.iam.gserviceaccount.com"
|
||||
},
|
||||
"test": "telemetry_gpu_integration_test",
|
||||
"test_id_prefix": "ninja://chrome/test:telemetry_gpu_integration_test/"
|
||||
},
|
||||
{
|
||||
"args": [
|
||||
"screenshot_sync",
|
||||
@ -830,82 +488,6 @@
|
||||
"test": "telemetry_gpu_integration_test",
|
||||
"test_id_prefix": "ninja://chrome/test:telemetry_gpu_integration_test/"
|
||||
},
|
||||
{
|
||||
"args": [
|
||||
"webcodecs",
|
||||
"--show-stdout",
|
||||
"--browser=release",
|
||||
"--passthrough",
|
||||
"-v",
|
||||
"--stable-jobs",
|
||||
"--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc --use-cmd-decoder=passthrough --use-gl=angle --use-angle=gl --disable-features=SkiaGraphite",
|
||||
"--enforce-browser-version",
|
||||
"--jobs=4"
|
||||
],
|
||||
"merge": {
|
||||
"script": "//testing/merge_scripts/standard_isolated_script_merge.py"
|
||||
},
|
||||
"name": "webcodecs_gl_passthrough_ganesh_tests",
|
||||
"resultdb": {
|
||||
"enable": true,
|
||||
"has_native_resultdb_integration": true
|
||||
},
|
||||
"swarming": {
|
||||
"containment_type": "AUTO",
|
||||
"dimensions": {
|
||||
"cpu": "arm64",
|
||||
"display_attached": "1",
|
||||
"gpu": "apple:m1",
|
||||
"mac_model": "Macmini9,1",
|
||||
"os": "Mac-14.5",
|
||||
"pool": "chromium.tests"
|
||||
},
|
||||
"hard_timeout": 1800,
|
||||
"idempotent": false,
|
||||
"io_timeout": 1800,
|
||||
"service_account": "chromium-tester@chops-service-accounts.iam.gserviceaccount.com"
|
||||
},
|
||||
"test": "telemetry_gpu_integration_test",
|
||||
"test_id_prefix": "ninja://chrome/test:telemetry_gpu_integration_test/"
|
||||
},
|
||||
{
|
||||
"args": [
|
||||
"webcodecs",
|
||||
"--show-stdout",
|
||||
"--browser=release",
|
||||
"--passthrough",
|
||||
"-v",
|
||||
"--stable-jobs",
|
||||
"--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc --use-cmd-decoder=passthrough --use-gl=angle --use-angle=metal --disable-features=SkiaGraphite",
|
||||
"--enforce-browser-version",
|
||||
"--jobs=4"
|
||||
],
|
||||
"merge": {
|
||||
"script": "//testing/merge_scripts/standard_isolated_script_merge.py"
|
||||
},
|
||||
"name": "webcodecs_metal_passthrough_ganesh_tests",
|
||||
"resultdb": {
|
||||
"enable": true,
|
||||
"has_native_resultdb_integration": true
|
||||
},
|
||||
"swarming": {
|
||||
"containment_type": "AUTO",
|
||||
"dimensions": {
|
||||
"cpu": "arm64",
|
||||
"display_attached": "1",
|
||||
"gpu": "apple:m1",
|
||||
"mac_model": "Macmini9,1",
|
||||
"os": "Mac-14.5",
|
||||
"pool": "chromium.tests"
|
||||
},
|
||||
"hard_timeout": 1800,
|
||||
"idempotent": false,
|
||||
"io_timeout": 1800,
|
||||
"service_account": "chromium-tester@chops-service-accounts.iam.gserviceaccount.com"
|
||||
},
|
||||
"test": "telemetry_gpu_integration_test",
|
||||
"test_id_prefix": "ninja://chrome/test:telemetry_gpu_integration_test/"
|
||||
},
|
||||
{
|
||||
"args": [
|
||||
"webcodecs",
|
||||
@ -944,47 +526,6 @@
|
||||
"test": "telemetry_gpu_integration_test",
|
||||
"test_id_prefix": "ninja://chrome/test:telemetry_gpu_integration_test/"
|
||||
},
|
||||
{
|
||||
"args": [
|
||||
"webgl2_conformance",
|
||||
"--show-stdout",
|
||||
"--browser=release",
|
||||
"--passthrough",
|
||||
"-v",
|
||||
"--stable-jobs",
|
||||
"--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc --use-cmd-decoder=passthrough --use-gl=angle --use-angle=gl --disable-features=SkiaGraphite --force_high_performance_gpu",
|
||||
"--enforce-browser-version",
|
||||
"--webgl-conformance-version=2.0.1",
|
||||
"--read-abbreviated-json-results-from=../../content/test/data/gpu/webgl2_conformance_mac_runtimes.json",
|
||||
"--jobs=4"
|
||||
],
|
||||
"merge": {
|
||||
"script": "//testing/merge_scripts/standard_isolated_script_merge.py"
|
||||
},
|
||||
"name": "webgl2_conformance_gl_passthrough_ganesh_tests",
|
||||
"resultdb": {
|
||||
"enable": true,
|
||||
"has_native_resultdb_integration": true
|
||||
},
|
||||
"swarming": {
|
||||
"containment_type": "AUTO",
|
||||
"dimensions": {
|
||||
"cpu": "arm64",
|
||||
"display_attached": "1",
|
||||
"gpu": "apple:m1",
|
||||
"mac_model": "Macmini9,1",
|
||||
"os": "Mac-14.5",
|
||||
"pool": "chromium.tests"
|
||||
},
|
||||
"hard_timeout": 1800,
|
||||
"idempotent": false,
|
||||
"io_timeout": 1800,
|
||||
"service_account": "chromium-tester@chops-service-accounts.iam.gserviceaccount.com",
|
||||
"shards": 20
|
||||
},
|
||||
"test": "telemetry_gpu_integration_test",
|
||||
"test_id_prefix": "ninja://chrome/test:telemetry_gpu_integration_test/"
|
||||
},
|
||||
{
|
||||
"args": [
|
||||
"webgl2_conformance",
|
||||
@ -1027,86 +568,6 @@
|
||||
"test": "telemetry_gpu_integration_test",
|
||||
"test_id_prefix": "ninja://chrome/test:telemetry_gpu_integration_test/"
|
||||
},
|
||||
{
|
||||
"args": [
|
||||
"webgl1_conformance",
|
||||
"--show-stdout",
|
||||
"--browser=release",
|
||||
"--passthrough",
|
||||
"-v",
|
||||
"--stable-jobs",
|
||||
"--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc --use-cmd-decoder=passthrough --use-gl=angle --use-angle=gl --disable-features=SkiaGraphite --force_high_performance_gpu",
|
||||
"--enforce-browser-version",
|
||||
"--read-abbreviated-json-results-from=../../content/test/data/gpu/webgl1_conformance_mac_runtimes.json",
|
||||
"--jobs=4"
|
||||
],
|
||||
"merge": {
|
||||
"script": "//testing/merge_scripts/standard_isolated_script_merge.py"
|
||||
},
|
||||
"name": "webgl_conformance_gl_passthrough_ganesh_tests",
|
||||
"resultdb": {
|
||||
"enable": true,
|
||||
"has_native_resultdb_integration": true
|
||||
},
|
||||
"swarming": {
|
||||
"containment_type": "AUTO",
|
||||
"dimensions": {
|
||||
"cpu": "arm64",
|
||||
"display_attached": "1",
|
||||
"gpu": "apple:m1",
|
||||
"mac_model": "Macmini9,1",
|
||||
"os": "Mac-14.5",
|
||||
"pool": "chromium.tests"
|
||||
},
|
||||
"hard_timeout": 1800,
|
||||
"idempotent": false,
|
||||
"io_timeout": 1800,
|
||||
"service_account": "chromium-tester@chops-service-accounts.iam.gserviceaccount.com",
|
||||
"shards": 2
|
||||
},
|
||||
"test": "telemetry_gpu_integration_test",
|
||||
"test_id_prefix": "ninja://chrome/test:telemetry_gpu_integration_test/"
|
||||
},
|
||||
{
|
||||
"args": [
|
||||
"webgl1_conformance",
|
||||
"--show-stdout",
|
||||
"--browser=release",
|
||||
"--passthrough",
|
||||
"-v",
|
||||
"--stable-jobs",
|
||||
"--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc --use-cmd-decoder=passthrough --use-gl=angle --use-angle=metal --disable-features=SkiaGraphite --enable-features=EGLDualGPURendering,ForceHighPerformanceGPUForWebGL",
|
||||
"--enforce-browser-version",
|
||||
"--enable-metal-debug-layers",
|
||||
"--read-abbreviated-json-results-from=../../content/test/data/gpu/webgl1_conformance_mac_runtimes.json",
|
||||
"--jobs=4"
|
||||
],
|
||||
"merge": {
|
||||
"script": "//testing/merge_scripts/standard_isolated_script_merge.py"
|
||||
},
|
||||
"name": "webgl_conformance_metal_passthrough_ganesh_tests",
|
||||
"resultdb": {
|
||||
"enable": true,
|
||||
"has_native_resultdb_integration": true
|
||||
},
|
||||
"swarming": {
|
||||
"containment_type": "AUTO",
|
||||
"dimensions": {
|
||||
"cpu": "arm64",
|
||||
"display_attached": "1",
|
||||
"gpu": "apple:m1",
|
||||
"mac_model": "Macmini9,1",
|
||||
"os": "Mac-14.5",
|
||||
"pool": "chromium.tests"
|
||||
},
|
||||
"hard_timeout": 1800,
|
||||
"idempotent": false,
|
||||
"io_timeout": 1800,
|
||||
"service_account": "chromium-tester@chops-service-accounts.iam.gserviceaccount.com"
|
||||
},
|
||||
"test": "telemetry_gpu_integration_test",
|
||||
"test_id_prefix": "ninja://chrome/test:telemetry_gpu_integration_test/"
|
||||
},
|
||||
{
|
||||
"args": [
|
||||
"webgl1_conformance",
|
||||
@ -1186,82 +647,6 @@
|
||||
"test": "telemetry_gpu_integration_test",
|
||||
"test_id_prefix": "ninja://chrome/test:telemetry_gpu_integration_test/"
|
||||
},
|
||||
{
|
||||
"args": [
|
||||
"webrtc",
|
||||
"--show-stdout",
|
||||
"--browser=release",
|
||||
"--passthrough",
|
||||
"-v",
|
||||
"--stable-jobs",
|
||||
"--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc --use-cmd-decoder=passthrough --use-gl=angle --use-angle=gl --disable-features=SkiaGraphite",
|
||||
"--enforce-browser-version",
|
||||
"--jobs=4"
|
||||
],
|
||||
"merge": {
|
||||
"script": "//testing/merge_scripts/standard_isolated_script_merge.py"
|
||||
},
|
||||
"name": "webrtc_gl_passthrough_ganesh_tests",
|
||||
"resultdb": {
|
||||
"enable": true,
|
||||
"has_native_resultdb_integration": true
|
||||
},
|
||||
"swarming": {
|
||||
"containment_type": "AUTO",
|
||||
"dimensions": {
|
||||
"cpu": "arm64",
|
||||
"display_attached": "1",
|
||||
"gpu": "apple:m1",
|
||||
"mac_model": "Macmini9,1",
|
||||
"os": "Mac-14.5",
|
||||
"pool": "chromium.tests"
|
||||
},
|
||||
"hard_timeout": 1800,
|
||||
"idempotent": false,
|
||||
"io_timeout": 1800,
|
||||
"service_account": "chromium-tester@chops-service-accounts.iam.gserviceaccount.com"
|
||||
},
|
||||
"test": "telemetry_gpu_integration_test",
|
||||
"test_id_prefix": "ninja://chrome/test:telemetry_gpu_integration_test/"
|
||||
},
|
||||
{
|
||||
"args": [
|
||||
"webrtc",
|
||||
"--show-stdout",
|
||||
"--browser=release",
|
||||
"--passthrough",
|
||||
"-v",
|
||||
"--stable-jobs",
|
||||
"--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc --use-cmd-decoder=passthrough --use-gl=angle --use-angle=metal --disable-features=SkiaGraphite",
|
||||
"--enforce-browser-version",
|
||||
"--jobs=4"
|
||||
],
|
||||
"merge": {
|
||||
"script": "//testing/merge_scripts/standard_isolated_script_merge.py"
|
||||
},
|
||||
"name": "webrtc_metal_passthrough_ganesh_tests",
|
||||
"resultdb": {
|
||||
"enable": true,
|
||||
"has_native_resultdb_integration": true
|
||||
},
|
||||
"swarming": {
|
||||
"containment_type": "AUTO",
|
||||
"dimensions": {
|
||||
"cpu": "arm64",
|
||||
"display_attached": "1",
|
||||
"gpu": "apple:m1",
|
||||
"mac_model": "Macmini9,1",
|
||||
"os": "Mac-14.5",
|
||||
"pool": "chromium.tests"
|
||||
},
|
||||
"hard_timeout": 1800,
|
||||
"idempotent": false,
|
||||
"io_timeout": 1800,
|
||||
"service_account": "chromium-tester@chops-service-accounts.iam.gserviceaccount.com"
|
||||
},
|
||||
"test": "telemetry_gpu_integration_test",
|
||||
"test_id_prefix": "ninja://chrome/test:telemetry_gpu_integration_test/"
|
||||
},
|
||||
{
|
||||
"args": [
|
||||
"webrtc",
|
||||
|
@ -167,84 +167,6 @@
|
||||
}
|
||||
],
|
||||
"isolated_scripts": [
|
||||
{
|
||||
"args": [
|
||||
"context_lost",
|
||||
"--show-stdout",
|
||||
"--browser=release",
|
||||
"--passthrough",
|
||||
"-v",
|
||||
"--stable-jobs",
|
||||
"--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc --use-cmd-decoder=passthrough --use-gl=angle --use-angle=gl --disable-features=SkiaGraphite",
|
||||
"--enforce-browser-version",
|
||||
"--jobs=4"
|
||||
],
|
||||
"merge": {
|
||||
"script": "//testing/merge_scripts/standard_isolated_script_merge.py"
|
||||
},
|
||||
"name": "context_lost_gl_passthrough_ganesh_tests",
|
||||
"resultdb": {
|
||||
"enable": true,
|
||||
"has_native_resultdb_integration": true
|
||||
},
|
||||
"swarming": {
|
||||
"containment_type": "AUTO",
|
||||
"dimensions": {
|
||||
"cpu": "arm64",
|
||||
"display_attached": "1",
|
||||
"gpu": "apple:m2",
|
||||
"hidpi": "1",
|
||||
"mac_model": "Mac14,7",
|
||||
"os": "Mac-14.4.1",
|
||||
"pool": "chromium.tests.gpu"
|
||||
},
|
||||
"hard_timeout": 1800,
|
||||
"idempotent": false,
|
||||
"io_timeout": 1800,
|
||||
"service_account": "chromium-tester@chops-service-accounts.iam.gserviceaccount.com"
|
||||
},
|
||||
"test": "telemetry_gpu_integration_test",
|
||||
"test_id_prefix": "ninja://chrome/test:telemetry_gpu_integration_test/"
|
||||
},
|
||||
{
|
||||
"args": [
|
||||
"context_lost",
|
||||
"--show-stdout",
|
||||
"--browser=release",
|
||||
"--passthrough",
|
||||
"-v",
|
||||
"--stable-jobs",
|
||||
"--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc --use-cmd-decoder=passthrough --use-gl=angle --use-angle=metal --disable-features=SkiaGraphite",
|
||||
"--enforce-browser-version",
|
||||
"--jobs=4"
|
||||
],
|
||||
"merge": {
|
||||
"script": "//testing/merge_scripts/standard_isolated_script_merge.py"
|
||||
},
|
||||
"name": "context_lost_metal_passthrough_ganesh_tests",
|
||||
"resultdb": {
|
||||
"enable": true,
|
||||
"has_native_resultdb_integration": true
|
||||
},
|
||||
"swarming": {
|
||||
"containment_type": "AUTO",
|
||||
"dimensions": {
|
||||
"cpu": "arm64",
|
||||
"display_attached": "1",
|
||||
"gpu": "apple:m2",
|
||||
"hidpi": "1",
|
||||
"mac_model": "Mac14,7",
|
||||
"os": "Mac-14.4.1",
|
||||
"pool": "chromium.tests.gpu"
|
||||
},
|
||||
"hard_timeout": 1800,
|
||||
"idempotent": false,
|
||||
"io_timeout": 1800,
|
||||
"service_account": "chromium-tester@chops-service-accounts.iam.gserviceaccount.com"
|
||||
},
|
||||
"test": "telemetry_gpu_integration_test",
|
||||
"test_id_prefix": "ninja://chrome/test:telemetry_gpu_integration_test/"
|
||||
},
|
||||
{
|
||||
"args": [
|
||||
"context_lost",
|
||||
@ -284,102 +206,6 @@
|
||||
"test": "telemetry_gpu_integration_test",
|
||||
"test_id_prefix": "ninja://chrome/test:telemetry_gpu_integration_test/"
|
||||
},
|
||||
{
|
||||
"args": [
|
||||
"expected_color",
|
||||
"--show-stdout",
|
||||
"--browser=release",
|
||||
"--passthrough",
|
||||
"-v",
|
||||
"--stable-jobs",
|
||||
"--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc --use-cmd-decoder=passthrough --use-gl=angle --use-angle=gl --disable-features=SkiaGraphite",
|
||||
"--enforce-browser-version",
|
||||
"--git-revision=${got_revision}",
|
||||
"--dont-restore-color-profile-after-test",
|
||||
"--test-machine-name",
|
||||
"${buildername}",
|
||||
"--jobs=4"
|
||||
],
|
||||
"merge": {
|
||||
"script": "//testing/merge_scripts/standard_isolated_script_merge.py"
|
||||
},
|
||||
"name": "expected_color_pixel_gl_passthrough_ganesh_test",
|
||||
"precommit_args": [
|
||||
"--gerrit-issue=${patch_issue}",
|
||||
"--gerrit-patchset=${patch_set}",
|
||||
"--buildbucket-id=${buildbucket_build_id}"
|
||||
],
|
||||
"resultdb": {
|
||||
"enable": true,
|
||||
"has_native_resultdb_integration": true
|
||||
},
|
||||
"swarming": {
|
||||
"containment_type": "AUTO",
|
||||
"dimensions": {
|
||||
"cpu": "arm64",
|
||||
"display_attached": "1",
|
||||
"gpu": "apple:m2",
|
||||
"hidpi": "1",
|
||||
"mac_model": "Mac14,7",
|
||||
"os": "Mac-14.4.1",
|
||||
"pool": "chromium.tests.gpu"
|
||||
},
|
||||
"hard_timeout": 1800,
|
||||
"idempotent": false,
|
||||
"io_timeout": 1800,
|
||||
"service_account": "chromium-tester@chops-service-accounts.iam.gserviceaccount.com"
|
||||
},
|
||||
"test": "telemetry_gpu_integration_test",
|
||||
"test_id_prefix": "ninja://chrome/test:telemetry_gpu_integration_test/"
|
||||
},
|
||||
{
|
||||
"args": [
|
||||
"expected_color",
|
||||
"--show-stdout",
|
||||
"--browser=release",
|
||||
"--passthrough",
|
||||
"-v",
|
||||
"--stable-jobs",
|
||||
"--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc --use-cmd-decoder=passthrough --use-gl=angle --use-angle=metal --disable-features=SkiaGraphite",
|
||||
"--enforce-browser-version",
|
||||
"--git-revision=${got_revision}",
|
||||
"--dont-restore-color-profile-after-test",
|
||||
"--test-machine-name",
|
||||
"${buildername}",
|
||||
"--jobs=4"
|
||||
],
|
||||
"merge": {
|
||||
"script": "//testing/merge_scripts/standard_isolated_script_merge.py"
|
||||
},
|
||||
"name": "expected_color_pixel_metal_passthrough_ganesh_test",
|
||||
"precommit_args": [
|
||||
"--gerrit-issue=${patch_issue}",
|
||||
"--gerrit-patchset=${patch_set}",
|
||||
"--buildbucket-id=${buildbucket_build_id}"
|
||||
],
|
||||
"resultdb": {
|
||||
"enable": true,
|
||||
"has_native_resultdb_integration": true
|
||||
},
|
||||
"swarming": {
|
||||
"containment_type": "AUTO",
|
||||
"dimensions": {
|
||||
"cpu": "arm64",
|
||||
"display_attached": "1",
|
||||
"gpu": "apple:m2",
|
||||
"hidpi": "1",
|
||||
"mac_model": "Mac14,7",
|
||||
"os": "Mac-14.4.1",
|
||||
"pool": "chromium.tests.gpu"
|
||||
},
|
||||
"hard_timeout": 1800,
|
||||
"idempotent": false,
|
||||
"io_timeout": 1800,
|
||||
"service_account": "chromium-tester@chops-service-accounts.iam.gserviceaccount.com"
|
||||
},
|
||||
"test": "telemetry_gpu_integration_test",
|
||||
"test_id_prefix": "ninja://chrome/test:telemetry_gpu_integration_test/"
|
||||
},
|
||||
{
|
||||
"args": [
|
||||
"expected_color",
|
||||
@ -549,102 +375,6 @@
|
||||
"test": "telemetry_gpu_integration_test",
|
||||
"test_id_prefix": "ninja://chrome/test:telemetry_gpu_integration_test/"
|
||||
},
|
||||
{
|
||||
"args": [
|
||||
"pixel",
|
||||
"--show-stdout",
|
||||
"--browser=release",
|
||||
"--passthrough",
|
||||
"-v",
|
||||
"--stable-jobs",
|
||||
"--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc --use-cmd-decoder=passthrough --use-gl=angle --use-angle=gl --disable-features=SkiaGraphite",
|
||||
"--enforce-browser-version",
|
||||
"--git-revision=${got_revision}",
|
||||
"--dont-restore-color-profile-after-test",
|
||||
"--test-machine-name",
|
||||
"${buildername}",
|
||||
"--jobs=4"
|
||||
],
|
||||
"merge": {
|
||||
"script": "//testing/merge_scripts/standard_isolated_script_merge.py"
|
||||
},
|
||||
"name": "pixel_skia_gold_gl_passthrough_ganesh_test",
|
||||
"precommit_args": [
|
||||
"--gerrit-issue=${patch_issue}",
|
||||
"--gerrit-patchset=${patch_set}",
|
||||
"--buildbucket-id=${buildbucket_build_id}"
|
||||
],
|
||||
"resultdb": {
|
||||
"enable": true,
|
||||
"has_native_resultdb_integration": true
|
||||
},
|
||||
"swarming": {
|
||||
"containment_type": "AUTO",
|
||||
"dimensions": {
|
||||
"cpu": "arm64",
|
||||
"display_attached": "1",
|
||||
"gpu": "apple:m2",
|
||||
"hidpi": "1",
|
||||
"mac_model": "Mac14,7",
|
||||
"os": "Mac-14.4.1",
|
||||
"pool": "chromium.tests.gpu"
|
||||
},
|
||||
"hard_timeout": 1800,
|
||||
"idempotent": false,
|
||||
"io_timeout": 1800,
|
||||
"service_account": "chromium-tester@chops-service-accounts.iam.gserviceaccount.com"
|
||||
},
|
||||
"test": "telemetry_gpu_integration_test",
|
||||
"test_id_prefix": "ninja://chrome/test:telemetry_gpu_integration_test/"
|
||||
},
|
||||
{
|
||||
"args": [
|
||||
"pixel",
|
||||
"--show-stdout",
|
||||
"--browser=release",
|
||||
"--passthrough",
|
||||
"-v",
|
||||
"--stable-jobs",
|
||||
"--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc --use-cmd-decoder=passthrough --use-gl=angle --use-angle=metal --disable-features=SkiaGraphite",
|
||||
"--enforce-browser-version",
|
||||
"--git-revision=${got_revision}",
|
||||
"--dont-restore-color-profile-after-test",
|
||||
"--test-machine-name",
|
||||
"${buildername}",
|
||||
"--jobs=4"
|
||||
],
|
||||
"merge": {
|
||||
"script": "//testing/merge_scripts/standard_isolated_script_merge.py"
|
||||
},
|
||||
"name": "pixel_skia_gold_metal_passthrough_ganesh_test",
|
||||
"precommit_args": [
|
||||
"--gerrit-issue=${patch_issue}",
|
||||
"--gerrit-patchset=${patch_set}",
|
||||
"--buildbucket-id=${buildbucket_build_id}"
|
||||
],
|
||||
"resultdb": {
|
||||
"enable": true,
|
||||
"has_native_resultdb_integration": true
|
||||
},
|
||||
"swarming": {
|
||||
"containment_type": "AUTO",
|
||||
"dimensions": {
|
||||
"cpu": "arm64",
|
||||
"display_attached": "1",
|
||||
"gpu": "apple:m2",
|
||||
"hidpi": "1",
|
||||
"mac_model": "Mac14,7",
|
||||
"os": "Mac-14.4.1",
|
||||
"pool": "chromium.tests.gpu"
|
||||
},
|
||||
"hard_timeout": 1800,
|
||||
"idempotent": false,
|
||||
"io_timeout": 1800,
|
||||
"service_account": "chromium-tester@chops-service-accounts.iam.gserviceaccount.com"
|
||||
},
|
||||
"test": "telemetry_gpu_integration_test",
|
||||
"test_id_prefix": "ninja://chrome/test:telemetry_gpu_integration_test/"
|
||||
},
|
||||
{
|
||||
"args": [
|
||||
"pixel",
|
||||
@ -693,86 +423,6 @@
|
||||
"test": "telemetry_gpu_integration_test",
|
||||
"test_id_prefix": "ninja://chrome/test:telemetry_gpu_integration_test/"
|
||||
},
|
||||
{
|
||||
"args": [
|
||||
"screenshot_sync",
|
||||
"--show-stdout",
|
||||
"--browser=release",
|
||||
"--passthrough",
|
||||
"-v",
|
||||
"--stable-jobs",
|
||||
"--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc --use-cmd-decoder=passthrough --use-gl=angle --use-angle=gl --disable-features=SkiaGraphite",
|
||||
"--enforce-browser-version",
|
||||
"--dont-restore-color-profile-after-test",
|
||||
"--jobs=4"
|
||||
],
|
||||
"merge": {
|
||||
"script": "//testing/merge_scripts/standard_isolated_script_merge.py"
|
||||
},
|
||||
"name": "screenshot_sync_gl_passthrough_ganesh_tests",
|
||||
"resultdb": {
|
||||
"enable": true,
|
||||
"has_native_resultdb_integration": true
|
||||
},
|
||||
"swarming": {
|
||||
"containment_type": "AUTO",
|
||||
"dimensions": {
|
||||
"cpu": "arm64",
|
||||
"display_attached": "1",
|
||||
"gpu": "apple:m2",
|
||||
"hidpi": "1",
|
||||
"mac_model": "Mac14,7",
|
||||
"os": "Mac-14.4.1",
|
||||
"pool": "chromium.tests.gpu"
|
||||
},
|
||||
"hard_timeout": 1800,
|
||||
"idempotent": false,
|
||||
"io_timeout": 1800,
|
||||
"service_account": "chromium-tester@chops-service-accounts.iam.gserviceaccount.com"
|
||||
},
|
||||
"test": "telemetry_gpu_integration_test",
|
||||
"test_id_prefix": "ninja://chrome/test:telemetry_gpu_integration_test/"
|
||||
},
|
||||
{
|
||||
"args": [
|
||||
"screenshot_sync",
|
||||
"--show-stdout",
|
||||
"--browser=release",
|
||||
"--passthrough",
|
||||
"-v",
|
||||
"--stable-jobs",
|
||||
"--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc --use-cmd-decoder=passthrough --use-gl=angle --use-angle=metal --disable-features=SkiaGraphite",
|
||||
"--enforce-browser-version",
|
||||
"--dont-restore-color-profile-after-test",
|
||||
"--jobs=4"
|
||||
],
|
||||
"merge": {
|
||||
"script": "//testing/merge_scripts/standard_isolated_script_merge.py"
|
||||
},
|
||||
"name": "screenshot_sync_metal_passthrough_ganesh_tests",
|
||||
"resultdb": {
|
||||
"enable": true,
|
||||
"has_native_resultdb_integration": true
|
||||
},
|
||||
"swarming": {
|
||||
"containment_type": "AUTO",
|
||||
"dimensions": {
|
||||
"cpu": "arm64",
|
||||
"display_attached": "1",
|
||||
"gpu": "apple:m2",
|
||||
"hidpi": "1",
|
||||
"mac_model": "Mac14,7",
|
||||
"os": "Mac-14.4.1",
|
||||
"pool": "chromium.tests.gpu"
|
||||
},
|
||||
"hard_timeout": 1800,
|
||||
"idempotent": false,
|
||||
"io_timeout": 1800,
|
||||
"service_account": "chromium-tester@chops-service-accounts.iam.gserviceaccount.com"
|
||||
},
|
||||
"test": "telemetry_gpu_integration_test",
|
||||
"test_id_prefix": "ninja://chrome/test:telemetry_gpu_integration_test/"
|
||||
},
|
||||
{
|
||||
"args": [
|
||||
"screenshot_sync",
|
||||
@ -852,84 +502,6 @@
|
||||
"test": "telemetry_gpu_integration_test",
|
||||
"test_id_prefix": "ninja://chrome/test:telemetry_gpu_integration_test/"
|
||||
},
|
||||
{
|
||||
"args": [
|
||||
"webcodecs",
|
||||
"--show-stdout",
|
||||
"--browser=release",
|
||||
"--passthrough",
|
||||
"-v",
|
||||
"--stable-jobs",
|
||||
"--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc --use-cmd-decoder=passthrough --use-gl=angle --use-angle=gl --disable-features=SkiaGraphite",
|
||||
"--enforce-browser-version",
|
||||
"--jobs=4"
|
||||
],
|
||||
"merge": {
|
||||
"script": "//testing/merge_scripts/standard_isolated_script_merge.py"
|
||||
},
|
||||
"name": "webcodecs_gl_passthrough_ganesh_tests",
|
||||
"resultdb": {
|
||||
"enable": true,
|
||||
"has_native_resultdb_integration": true
|
||||
},
|
||||
"swarming": {
|
||||
"containment_type": "AUTO",
|
||||
"dimensions": {
|
||||
"cpu": "arm64",
|
||||
"display_attached": "1",
|
||||
"gpu": "apple:m2",
|
||||
"hidpi": "1",
|
||||
"mac_model": "Mac14,7",
|
||||
"os": "Mac-14.4.1",
|
||||
"pool": "chromium.tests.gpu"
|
||||
},
|
||||
"hard_timeout": 1800,
|
||||
"idempotent": false,
|
||||
"io_timeout": 1800,
|
||||
"service_account": "chromium-tester@chops-service-accounts.iam.gserviceaccount.com"
|
||||
},
|
||||
"test": "telemetry_gpu_integration_test",
|
||||
"test_id_prefix": "ninja://chrome/test:telemetry_gpu_integration_test/"
|
||||
},
|
||||
{
|
||||
"args": [
|
||||
"webcodecs",
|
||||
"--show-stdout",
|
||||
"--browser=release",
|
||||
"--passthrough",
|
||||
"-v",
|
||||
"--stable-jobs",
|
||||
"--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc --use-cmd-decoder=passthrough --use-gl=angle --use-angle=metal --disable-features=SkiaGraphite",
|
||||
"--enforce-browser-version",
|
||||
"--jobs=4"
|
||||
],
|
||||
"merge": {
|
||||
"script": "//testing/merge_scripts/standard_isolated_script_merge.py"
|
||||
},
|
||||
"name": "webcodecs_metal_passthrough_ganesh_tests",
|
||||
"resultdb": {
|
||||
"enable": true,
|
||||
"has_native_resultdb_integration": true
|
||||
},
|
||||
"swarming": {
|
||||
"containment_type": "AUTO",
|
||||
"dimensions": {
|
||||
"cpu": "arm64",
|
||||
"display_attached": "1",
|
||||
"gpu": "apple:m2",
|
||||
"hidpi": "1",
|
||||
"mac_model": "Mac14,7",
|
||||
"os": "Mac-14.4.1",
|
||||
"pool": "chromium.tests.gpu"
|
||||
},
|
||||
"hard_timeout": 1800,
|
||||
"idempotent": false,
|
||||
"io_timeout": 1800,
|
||||
"service_account": "chromium-tester@chops-service-accounts.iam.gserviceaccount.com"
|
||||
},
|
||||
"test": "telemetry_gpu_integration_test",
|
||||
"test_id_prefix": "ninja://chrome/test:telemetry_gpu_integration_test/"
|
||||
},
|
||||
{
|
||||
"args": [
|
||||
"webcodecs",
|
||||
@ -969,48 +541,6 @@
|
||||
"test": "telemetry_gpu_integration_test",
|
||||
"test_id_prefix": "ninja://chrome/test:telemetry_gpu_integration_test/"
|
||||
},
|
||||
{
|
||||
"args": [
|
||||
"webgl2_conformance",
|
||||
"--show-stdout",
|
||||
"--browser=release",
|
||||
"--passthrough",
|
||||
"-v",
|
||||
"--stable-jobs",
|
||||
"--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc --use-cmd-decoder=passthrough --use-gl=angle --use-angle=gl --disable-features=SkiaGraphite --force_high_performance_gpu",
|
||||
"--enforce-browser-version",
|
||||
"--webgl-conformance-version=2.0.1",
|
||||
"--read-abbreviated-json-results-from=../../content/test/data/gpu/webgl2_conformance_mac_runtimes.json",
|
||||
"--jobs=4"
|
||||
],
|
||||
"merge": {
|
||||
"script": "//testing/merge_scripts/standard_isolated_script_merge.py"
|
||||
},
|
||||
"name": "webgl2_conformance_gl_passthrough_ganesh_tests",
|
||||
"resultdb": {
|
||||
"enable": true,
|
||||
"has_native_resultdb_integration": true
|
||||
},
|
||||
"swarming": {
|
||||
"containment_type": "AUTO",
|
||||
"dimensions": {
|
||||
"cpu": "arm64",
|
||||
"display_attached": "1",
|
||||
"gpu": "apple:m2",
|
||||
"hidpi": "1",
|
||||
"mac_model": "Mac14,7",
|
||||
"os": "Mac-14.4.1",
|
||||
"pool": "chromium.tests.gpu"
|
||||
},
|
||||
"hard_timeout": 1800,
|
||||
"idempotent": false,
|
||||
"io_timeout": 1800,
|
||||
"service_account": "chromium-tester@chops-service-accounts.iam.gserviceaccount.com",
|
||||
"shards": 20
|
||||
},
|
||||
"test": "telemetry_gpu_integration_test",
|
||||
"test_id_prefix": "ninja://chrome/test:telemetry_gpu_integration_test/"
|
||||
},
|
||||
{
|
||||
"args": [
|
||||
"webgl2_conformance",
|
||||
@ -1054,88 +584,6 @@
|
||||
"test": "telemetry_gpu_integration_test",
|
||||
"test_id_prefix": "ninja://chrome/test:telemetry_gpu_integration_test/"
|
||||
},
|
||||
{
|
||||
"args": [
|
||||
"webgl1_conformance",
|
||||
"--show-stdout",
|
||||
"--browser=release",
|
||||
"--passthrough",
|
||||
"-v",
|
||||
"--stable-jobs",
|
||||
"--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc --use-cmd-decoder=passthrough --use-gl=angle --use-angle=gl --disable-features=SkiaGraphite --force_high_performance_gpu",
|
||||
"--enforce-browser-version",
|
||||
"--read-abbreviated-json-results-from=../../content/test/data/gpu/webgl1_conformance_mac_runtimes.json",
|
||||
"--jobs=4"
|
||||
],
|
||||
"merge": {
|
||||
"script": "//testing/merge_scripts/standard_isolated_script_merge.py"
|
||||
},
|
||||
"name": "webgl_conformance_gl_passthrough_ganesh_tests",
|
||||
"resultdb": {
|
||||
"enable": true,
|
||||
"has_native_resultdb_integration": true
|
||||
},
|
||||
"swarming": {
|
||||
"containment_type": "AUTO",
|
||||
"dimensions": {
|
||||
"cpu": "arm64",
|
||||
"display_attached": "1",
|
||||
"gpu": "apple:m2",
|
||||
"hidpi": "1",
|
||||
"mac_model": "Mac14,7",
|
||||
"os": "Mac-14.4.1",
|
||||
"pool": "chromium.tests.gpu"
|
||||
},
|
||||
"hard_timeout": 1800,
|
||||
"idempotent": false,
|
||||
"io_timeout": 1800,
|
||||
"service_account": "chromium-tester@chops-service-accounts.iam.gserviceaccount.com",
|
||||
"shards": 2
|
||||
},
|
||||
"test": "telemetry_gpu_integration_test",
|
||||
"test_id_prefix": "ninja://chrome/test:telemetry_gpu_integration_test/"
|
||||
},
|
||||
{
|
||||
"args": [
|
||||
"webgl1_conformance",
|
||||
"--show-stdout",
|
||||
"--browser=release",
|
||||
"--passthrough",
|
||||
"-v",
|
||||
"--stable-jobs",
|
||||
"--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc --use-cmd-decoder=passthrough --use-gl=angle --use-angle=metal --disable-features=SkiaGraphite --enable-features=EGLDualGPURendering,ForceHighPerformanceGPUForWebGL",
|
||||
"--enforce-browser-version",
|
||||
"--enable-metal-debug-layers",
|
||||
"--read-abbreviated-json-results-from=../../content/test/data/gpu/webgl1_conformance_mac_runtimes.json",
|
||||
"--jobs=4"
|
||||
],
|
||||
"merge": {
|
||||
"script": "//testing/merge_scripts/standard_isolated_script_merge.py"
|
||||
},
|
||||
"name": "webgl_conformance_metal_passthrough_ganesh_tests",
|
||||
"resultdb": {
|
||||
"enable": true,
|
||||
"has_native_resultdb_integration": true
|
||||
},
|
||||
"swarming": {
|
||||
"containment_type": "AUTO",
|
||||
"dimensions": {
|
||||
"cpu": "arm64",
|
||||
"display_attached": "1",
|
||||
"gpu": "apple:m2",
|
||||
"hidpi": "1",
|
||||
"mac_model": "Mac14,7",
|
||||
"os": "Mac-14.4.1",
|
||||
"pool": "chromium.tests.gpu"
|
||||
},
|
||||
"hard_timeout": 1800,
|
||||
"idempotent": false,
|
||||
"io_timeout": 1800,
|
||||
"service_account": "chromium-tester@chops-service-accounts.iam.gserviceaccount.com"
|
||||
},
|
||||
"test": "telemetry_gpu_integration_test",
|
||||
"test_id_prefix": "ninja://chrome/test:telemetry_gpu_integration_test/"
|
||||
},
|
||||
{
|
||||
"args": [
|
||||
"webgl1_conformance",
|
||||
@ -1217,84 +665,6 @@
|
||||
"test": "telemetry_gpu_integration_test",
|
||||
"test_id_prefix": "ninja://chrome/test:telemetry_gpu_integration_test/"
|
||||
},
|
||||
{
|
||||
"args": [
|
||||
"webrtc",
|
||||
"--show-stdout",
|
||||
"--browser=release",
|
||||
"--passthrough",
|
||||
"-v",
|
||||
"--stable-jobs",
|
||||
"--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc --use-cmd-decoder=passthrough --use-gl=angle --use-angle=gl --disable-features=SkiaGraphite",
|
||||
"--enforce-browser-version",
|
||||
"--jobs=4"
|
||||
],
|
||||
"merge": {
|
||||
"script": "//testing/merge_scripts/standard_isolated_script_merge.py"
|
||||
},
|
||||
"name": "webrtc_gl_passthrough_ganesh_tests",
|
||||
"resultdb": {
|
||||
"enable": true,
|
||||
"has_native_resultdb_integration": true
|
||||
},
|
||||
"swarming": {
|
||||
"containment_type": "AUTO",
|
||||
"dimensions": {
|
||||
"cpu": "arm64",
|
||||
"display_attached": "1",
|
||||
"gpu": "apple:m2",
|
||||
"hidpi": "1",
|
||||
"mac_model": "Mac14,7",
|
||||
"os": "Mac-14.4.1",
|
||||
"pool": "chromium.tests.gpu"
|
||||
},
|
||||
"hard_timeout": 1800,
|
||||
"idempotent": false,
|
||||
"io_timeout": 1800,
|
||||
"service_account": "chromium-tester@chops-service-accounts.iam.gserviceaccount.com"
|
||||
},
|
||||
"test": "telemetry_gpu_integration_test",
|
||||
"test_id_prefix": "ninja://chrome/test:telemetry_gpu_integration_test/"
|
||||
},
|
||||
{
|
||||
"args": [
|
||||
"webrtc",
|
||||
"--show-stdout",
|
||||
"--browser=release",
|
||||
"--passthrough",
|
||||
"-v",
|
||||
"--stable-jobs",
|
||||
"--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc --use-cmd-decoder=passthrough --use-gl=angle --use-angle=metal --disable-features=SkiaGraphite",
|
||||
"--enforce-browser-version",
|
||||
"--jobs=4"
|
||||
],
|
||||
"merge": {
|
||||
"script": "//testing/merge_scripts/standard_isolated_script_merge.py"
|
||||
},
|
||||
"name": "webrtc_metal_passthrough_ganesh_tests",
|
||||
"resultdb": {
|
||||
"enable": true,
|
||||
"has_native_resultdb_integration": true
|
||||
},
|
||||
"swarming": {
|
||||
"containment_type": "AUTO",
|
||||
"dimensions": {
|
||||
"cpu": "arm64",
|
||||
"display_attached": "1",
|
||||
"gpu": "apple:m2",
|
||||
"hidpi": "1",
|
||||
"mac_model": "Mac14,7",
|
||||
"os": "Mac-14.4.1",
|
||||
"pool": "chromium.tests.gpu"
|
||||
},
|
||||
"hard_timeout": 1800,
|
||||
"idempotent": false,
|
||||
"io_timeout": 1800,
|
||||
"service_account": "chromium-tester@chops-service-accounts.iam.gserviceaccount.com"
|
||||
},
|
||||
"test": "telemetry_gpu_integration_test",
|
||||
"test_id_prefix": "ninja://chrome/test:telemetry_gpu_integration_test/"
|
||||
},
|
||||
{
|
||||
"args": [
|
||||
"webrtc",
|
||||
|
@ -167,84 +167,6 @@
|
||||
}
|
||||
],
|
||||
"isolated_scripts": [
|
||||
{
|
||||
"args": [
|
||||
"context_lost",
|
||||
"--show-stdout",
|
||||
"--browser=release",
|
||||
"--passthrough",
|
||||
"-v",
|
||||
"--stable-jobs",
|
||||
"--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc --use-cmd-decoder=passthrough --use-gl=angle --use-angle=gl --disable-features=SkiaGraphite",
|
||||
"--enforce-browser-version",
|
||||
"--jobs=4"
|
||||
],
|
||||
"merge": {
|
||||
"script": "//testing/merge_scripts/standard_isolated_script_merge.py"
|
||||
},
|
||||
"name": "context_lost_gl_passthrough_ganesh_tests",
|
||||
"resultdb": {
|
||||
"enable": true,
|
||||
"has_native_resultdb_integration": true
|
||||
},
|
||||
"swarming": {
|
||||
"containment_type": "AUTO",
|
||||
"dimensions": {
|
||||
"cpu": "arm64",
|
||||
"display_attached": "1",
|
||||
"gpu": "apple:m3",
|
||||
"hidpi": "1",
|
||||
"mac_model": "Mac15,3",
|
||||
"os": "Mac-15.4.1",
|
||||
"pool": "chromium.tests.gpu"
|
||||
},
|
||||
"hard_timeout": 1800,
|
||||
"idempotent": false,
|
||||
"io_timeout": 1800,
|
||||
"service_account": "chromium-tester@chops-service-accounts.iam.gserviceaccount.com"
|
||||
},
|
||||
"test": "telemetry_gpu_integration_test",
|
||||
"test_id_prefix": "ninja://chrome/test:telemetry_gpu_integration_test/"
|
||||
},
|
||||
{
|
||||
"args": [
|
||||
"context_lost",
|
||||
"--show-stdout",
|
||||
"--browser=release",
|
||||
"--passthrough",
|
||||
"-v",
|
||||
"--stable-jobs",
|
||||
"--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc --use-cmd-decoder=passthrough --use-gl=angle --use-angle=metal --disable-features=SkiaGraphite",
|
||||
"--enforce-browser-version",
|
||||
"--jobs=4"
|
||||
],
|
||||
"merge": {
|
||||
"script": "//testing/merge_scripts/standard_isolated_script_merge.py"
|
||||
},
|
||||
"name": "context_lost_metal_passthrough_ganesh_tests",
|
||||
"resultdb": {
|
||||
"enable": true,
|
||||
"has_native_resultdb_integration": true
|
||||
},
|
||||
"swarming": {
|
||||
"containment_type": "AUTO",
|
||||
"dimensions": {
|
||||
"cpu": "arm64",
|
||||
"display_attached": "1",
|
||||
"gpu": "apple:m3",
|
||||
"hidpi": "1",
|
||||
"mac_model": "Mac15,3",
|
||||
"os": "Mac-15.4.1",
|
||||
"pool": "chromium.tests.gpu"
|
||||
},
|
||||
"hard_timeout": 1800,
|
||||
"idempotent": false,
|
||||
"io_timeout": 1800,
|
||||
"service_account": "chromium-tester@chops-service-accounts.iam.gserviceaccount.com"
|
||||
},
|
||||
"test": "telemetry_gpu_integration_test",
|
||||
"test_id_prefix": "ninja://chrome/test:telemetry_gpu_integration_test/"
|
||||
},
|
||||
{
|
||||
"args": [
|
||||
"context_lost",
|
||||
@ -284,102 +206,6 @@
|
||||
"test": "telemetry_gpu_integration_test",
|
||||
"test_id_prefix": "ninja://chrome/test:telemetry_gpu_integration_test/"
|
||||
},
|
||||
{
|
||||
"args": [
|
||||
"expected_color",
|
||||
"--show-stdout",
|
||||
"--browser=release",
|
||||
"--passthrough",
|
||||
"-v",
|
||||
"--stable-jobs",
|
||||
"--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc --use-cmd-decoder=passthrough --use-gl=angle --use-angle=gl --disable-features=SkiaGraphite",
|
||||
"--enforce-browser-version",
|
||||
"--git-revision=${got_revision}",
|
||||
"--dont-restore-color-profile-after-test",
|
||||
"--test-machine-name",
|
||||
"${buildername}",
|
||||
"--jobs=4"
|
||||
],
|
||||
"merge": {
|
||||
"script": "//testing/merge_scripts/standard_isolated_script_merge.py"
|
||||
},
|
||||
"name": "expected_color_pixel_gl_passthrough_ganesh_test",
|
||||
"precommit_args": [
|
||||
"--gerrit-issue=${patch_issue}",
|
||||
"--gerrit-patchset=${patch_set}",
|
||||
"--buildbucket-id=${buildbucket_build_id}"
|
||||
],
|
||||
"resultdb": {
|
||||
"enable": true,
|
||||
"has_native_resultdb_integration": true
|
||||
},
|
||||
"swarming": {
|
||||
"containment_type": "AUTO",
|
||||
"dimensions": {
|
||||
"cpu": "arm64",
|
||||
"display_attached": "1",
|
||||
"gpu": "apple:m3",
|
||||
"hidpi": "1",
|
||||
"mac_model": "Mac15,3",
|
||||
"os": "Mac-15.4.1",
|
||||
"pool": "chromium.tests.gpu"
|
||||
},
|
||||
"hard_timeout": 1800,
|
||||
"idempotent": false,
|
||||
"io_timeout": 1800,
|
||||
"service_account": "chromium-tester@chops-service-accounts.iam.gserviceaccount.com"
|
||||
},
|
||||
"test": "telemetry_gpu_integration_test",
|
||||
"test_id_prefix": "ninja://chrome/test:telemetry_gpu_integration_test/"
|
||||
},
|
||||
{
|
||||
"args": [
|
||||
"expected_color",
|
||||
"--show-stdout",
|
||||
"--browser=release",
|
||||
"--passthrough",
|
||||
"-v",
|
||||
"--stable-jobs",
|
||||
"--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc --use-cmd-decoder=passthrough --use-gl=angle --use-angle=metal --disable-features=SkiaGraphite",
|
||||
"--enforce-browser-version",
|
||||
"--git-revision=${got_revision}",
|
||||
"--dont-restore-color-profile-after-test",
|
||||
"--test-machine-name",
|
||||
"${buildername}",
|
||||
"--jobs=4"
|
||||
],
|
||||
"merge": {
|
||||
"script": "//testing/merge_scripts/standard_isolated_script_merge.py"
|
||||
},
|
||||
"name": "expected_color_pixel_metal_passthrough_ganesh_test",
|
||||
"precommit_args": [
|
||||
"--gerrit-issue=${patch_issue}",
|
||||
"--gerrit-patchset=${patch_set}",
|
||||
"--buildbucket-id=${buildbucket_build_id}"
|
||||
],
|
||||
"resultdb": {
|
||||
"enable": true,
|
||||
"has_native_resultdb_integration": true
|
||||
},
|
||||
"swarming": {
|
||||
"containment_type": "AUTO",
|
||||
"dimensions": {
|
||||
"cpu": "arm64",
|
||||
"display_attached": "1",
|
||||
"gpu": "apple:m3",
|
||||
"hidpi": "1",
|
||||
"mac_model": "Mac15,3",
|
||||
"os": "Mac-15.4.1",
|
||||
"pool": "chromium.tests.gpu"
|
||||
},
|
||||
"hard_timeout": 1800,
|
||||
"idempotent": false,
|
||||
"io_timeout": 1800,
|
||||
"service_account": "chromium-tester@chops-service-accounts.iam.gserviceaccount.com"
|
||||
},
|
||||
"test": "telemetry_gpu_integration_test",
|
||||
"test_id_prefix": "ninja://chrome/test:telemetry_gpu_integration_test/"
|
||||
},
|
||||
{
|
||||
"args": [
|
||||
"expected_color",
|
||||
@ -549,102 +375,6 @@
|
||||
"test": "telemetry_gpu_integration_test",
|
||||
"test_id_prefix": "ninja://chrome/test:telemetry_gpu_integration_test/"
|
||||
},
|
||||
{
|
||||
"args": [
|
||||
"pixel",
|
||||
"--show-stdout",
|
||||
"--browser=release",
|
||||
"--passthrough",
|
||||
"-v",
|
||||
"--stable-jobs",
|
||||
"--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc --use-cmd-decoder=passthrough --use-gl=angle --use-angle=gl --disable-features=SkiaGraphite",
|
||||
"--enforce-browser-version",
|
||||
"--git-revision=${got_revision}",
|
||||
"--dont-restore-color-profile-after-test",
|
||||
"--test-machine-name",
|
||||
"${buildername}",
|
||||
"--jobs=4"
|
||||
],
|
||||
"merge": {
|
||||
"script": "//testing/merge_scripts/standard_isolated_script_merge.py"
|
||||
},
|
||||
"name": "pixel_skia_gold_gl_passthrough_ganesh_test",
|
||||
"precommit_args": [
|
||||
"--gerrit-issue=${patch_issue}",
|
||||
"--gerrit-patchset=${patch_set}",
|
||||
"--buildbucket-id=${buildbucket_build_id}"
|
||||
],
|
||||
"resultdb": {
|
||||
"enable": true,
|
||||
"has_native_resultdb_integration": true
|
||||
},
|
||||
"swarming": {
|
||||
"containment_type": "AUTO",
|
||||
"dimensions": {
|
||||
"cpu": "arm64",
|
||||
"display_attached": "1",
|
||||
"gpu": "apple:m3",
|
||||
"hidpi": "1",
|
||||
"mac_model": "Mac15,3",
|
||||
"os": "Mac-15.4.1",
|
||||
"pool": "chromium.tests.gpu"
|
||||
},
|
||||
"hard_timeout": 1800,
|
||||
"idempotent": false,
|
||||
"io_timeout": 1800,
|
||||
"service_account": "chromium-tester@chops-service-accounts.iam.gserviceaccount.com"
|
||||
},
|
||||
"test": "telemetry_gpu_integration_test",
|
||||
"test_id_prefix": "ninja://chrome/test:telemetry_gpu_integration_test/"
|
||||
},
|
||||
{
|
||||
"args": [
|
||||
"pixel",
|
||||
"--show-stdout",
|
||||
"--browser=release",
|
||||
"--passthrough",
|
||||
"-v",
|
||||
"--stable-jobs",
|
||||
"--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc --use-cmd-decoder=passthrough --use-gl=angle --use-angle=metal --disable-features=SkiaGraphite",
|
||||
"--enforce-browser-version",
|
||||
"--git-revision=${got_revision}",
|
||||
"--dont-restore-color-profile-after-test",
|
||||
"--test-machine-name",
|
||||
"${buildername}",
|
||||
"--jobs=4"
|
||||
],
|
||||
"merge": {
|
||||
"script": "//testing/merge_scripts/standard_isolated_script_merge.py"
|
||||
},
|
||||
"name": "pixel_skia_gold_metal_passthrough_ganesh_test",
|
||||
"precommit_args": [
|
||||
"--gerrit-issue=${patch_issue}",
|
||||
"--gerrit-patchset=${patch_set}",
|
||||
"--buildbucket-id=${buildbucket_build_id}"
|
||||
],
|
||||
"resultdb": {
|
||||
"enable": true,
|
||||
"has_native_resultdb_integration": true
|
||||
},
|
||||
"swarming": {
|
||||
"containment_type": "AUTO",
|
||||
"dimensions": {
|
||||
"cpu": "arm64",
|
||||
"display_attached": "1",
|
||||
"gpu": "apple:m3",
|
||||
"hidpi": "1",
|
||||
"mac_model": "Mac15,3",
|
||||
"os": "Mac-15.4.1",
|
||||
"pool": "chromium.tests.gpu"
|
||||
},
|
||||
"hard_timeout": 1800,
|
||||
"idempotent": false,
|
||||
"io_timeout": 1800,
|
||||
"service_account": "chromium-tester@chops-service-accounts.iam.gserviceaccount.com"
|
||||
},
|
||||
"test": "telemetry_gpu_integration_test",
|
||||
"test_id_prefix": "ninja://chrome/test:telemetry_gpu_integration_test/"
|
||||
},
|
||||
{
|
||||
"args": [
|
||||
"pixel",
|
||||
@ -693,86 +423,6 @@
|
||||
"test": "telemetry_gpu_integration_test",
|
||||
"test_id_prefix": "ninja://chrome/test:telemetry_gpu_integration_test/"
|
||||
},
|
||||
{
|
||||
"args": [
|
||||
"screenshot_sync",
|
||||
"--show-stdout",
|
||||
"--browser=release",
|
||||
"--passthrough",
|
||||
"-v",
|
||||
"--stable-jobs",
|
||||
"--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc --use-cmd-decoder=passthrough --use-gl=angle --use-angle=gl --disable-features=SkiaGraphite",
|
||||
"--enforce-browser-version",
|
||||
"--dont-restore-color-profile-after-test",
|
||||
"--jobs=4"
|
||||
],
|
||||
"merge": {
|
||||
"script": "//testing/merge_scripts/standard_isolated_script_merge.py"
|
||||
},
|
||||
"name": "screenshot_sync_gl_passthrough_ganesh_tests",
|
||||
"resultdb": {
|
||||
"enable": true,
|
||||
"has_native_resultdb_integration": true
|
||||
},
|
||||
"swarming": {
|
||||
"containment_type": "AUTO",
|
||||
"dimensions": {
|
||||
"cpu": "arm64",
|
||||
"display_attached": "1",
|
||||
"gpu": "apple:m3",
|
||||
"hidpi": "1",
|
||||
"mac_model": "Mac15,3",
|
||||
"os": "Mac-15.4.1",
|
||||
"pool": "chromium.tests.gpu"
|
||||
},
|
||||
"hard_timeout": 1800,
|
||||
"idempotent": false,
|
||||
"io_timeout": 1800,
|
||||
"service_account": "chromium-tester@chops-service-accounts.iam.gserviceaccount.com"
|
||||
},
|
||||
"test": "telemetry_gpu_integration_test",
|
||||
"test_id_prefix": "ninja://chrome/test:telemetry_gpu_integration_test/"
|
||||
},
|
||||
{
|
||||
"args": [
|
||||
"screenshot_sync",
|
||||
"--show-stdout",
|
||||
"--browser=release",
|
||||
"--passthrough",
|
||||
"-v",
|
||||
"--stable-jobs",
|
||||
"--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc --use-cmd-decoder=passthrough --use-gl=angle --use-angle=metal --disable-features=SkiaGraphite",
|
||||
"--enforce-browser-version",
|
||||
"--dont-restore-color-profile-after-test",
|
||||
"--jobs=4"
|
||||
],
|
||||
"merge": {
|
||||
"script": "//testing/merge_scripts/standard_isolated_script_merge.py"
|
||||
},
|
||||
"name": "screenshot_sync_metal_passthrough_ganesh_tests",
|
||||
"resultdb": {
|
||||
"enable": true,
|
||||
"has_native_resultdb_integration": true
|
||||
},
|
||||
"swarming": {
|
||||
"containment_type": "AUTO",
|
||||
"dimensions": {
|
||||
"cpu": "arm64",
|
||||
"display_attached": "1",
|
||||
"gpu": "apple:m3",
|
||||
"hidpi": "1",
|
||||
"mac_model": "Mac15,3",
|
||||
"os": "Mac-15.4.1",
|
||||
"pool": "chromium.tests.gpu"
|
||||
},
|
||||
"hard_timeout": 1800,
|
||||
"idempotent": false,
|
||||
"io_timeout": 1800,
|
||||
"service_account": "chromium-tester@chops-service-accounts.iam.gserviceaccount.com"
|
||||
},
|
||||
"test": "telemetry_gpu_integration_test",
|
||||
"test_id_prefix": "ninja://chrome/test:telemetry_gpu_integration_test/"
|
||||
},
|
||||
{
|
||||
"args": [
|
||||
"screenshot_sync",
|
||||
@ -852,84 +502,6 @@
|
||||
"test": "telemetry_gpu_integration_test",
|
||||
"test_id_prefix": "ninja://chrome/test:telemetry_gpu_integration_test/"
|
||||
},
|
||||
{
|
||||
"args": [
|
||||
"webcodecs",
|
||||
"--show-stdout",
|
||||
"--browser=release",
|
||||
"--passthrough",
|
||||
"-v",
|
||||
"--stable-jobs",
|
||||
"--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc --use-cmd-decoder=passthrough --use-gl=angle --use-angle=gl --disable-features=SkiaGraphite",
|
||||
"--enforce-browser-version",
|
||||
"--jobs=4"
|
||||
],
|
||||
"merge": {
|
||||
"script": "//testing/merge_scripts/standard_isolated_script_merge.py"
|
||||
},
|
||||
"name": "webcodecs_gl_passthrough_ganesh_tests",
|
||||
"resultdb": {
|
||||
"enable": true,
|
||||
"has_native_resultdb_integration": true
|
||||
},
|
||||
"swarming": {
|
||||
"containment_type": "AUTO",
|
||||
"dimensions": {
|
||||
"cpu": "arm64",
|
||||
"display_attached": "1",
|
||||
"gpu": "apple:m3",
|
||||
"hidpi": "1",
|
||||
"mac_model": "Mac15,3",
|
||||
"os": "Mac-15.4.1",
|
||||
"pool": "chromium.tests.gpu"
|
||||
},
|
||||
"hard_timeout": 1800,
|
||||
"idempotent": false,
|
||||
"io_timeout": 1800,
|
||||
"service_account": "chromium-tester@chops-service-accounts.iam.gserviceaccount.com"
|
||||
},
|
||||
"test": "telemetry_gpu_integration_test",
|
||||
"test_id_prefix": "ninja://chrome/test:telemetry_gpu_integration_test/"
|
||||
},
|
||||
{
|
||||
"args": [
|
||||
"webcodecs",
|
||||
"--show-stdout",
|
||||
"--browser=release",
|
||||
"--passthrough",
|
||||
"-v",
|
||||
"--stable-jobs",
|
||||
"--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc --use-cmd-decoder=passthrough --use-gl=angle --use-angle=metal --disable-features=SkiaGraphite",
|
||||
"--enforce-browser-version",
|
||||
"--jobs=4"
|
||||
],
|
||||
"merge": {
|
||||
"script": "//testing/merge_scripts/standard_isolated_script_merge.py"
|
||||
},
|
||||
"name": "webcodecs_metal_passthrough_ganesh_tests",
|
||||
"resultdb": {
|
||||
"enable": true,
|
||||
"has_native_resultdb_integration": true
|
||||
},
|
||||
"swarming": {
|
||||
"containment_type": "AUTO",
|
||||
"dimensions": {
|
||||
"cpu": "arm64",
|
||||
"display_attached": "1",
|
||||
"gpu": "apple:m3",
|
||||
"hidpi": "1",
|
||||
"mac_model": "Mac15,3",
|
||||
"os": "Mac-15.4.1",
|
||||
"pool": "chromium.tests.gpu"
|
||||
},
|
||||
"hard_timeout": 1800,
|
||||
"idempotent": false,
|
||||
"io_timeout": 1800,
|
||||
"service_account": "chromium-tester@chops-service-accounts.iam.gserviceaccount.com"
|
||||
},
|
||||
"test": "telemetry_gpu_integration_test",
|
||||
"test_id_prefix": "ninja://chrome/test:telemetry_gpu_integration_test/"
|
||||
},
|
||||
{
|
||||
"args": [
|
||||
"webcodecs",
|
||||
@ -969,48 +541,6 @@
|
||||
"test": "telemetry_gpu_integration_test",
|
||||
"test_id_prefix": "ninja://chrome/test:telemetry_gpu_integration_test/"
|
||||
},
|
||||
{
|
||||
"args": [
|
||||
"webgl2_conformance",
|
||||
"--show-stdout",
|
||||
"--browser=release",
|
||||
"--passthrough",
|
||||
"-v",
|
||||
"--stable-jobs",
|
||||
"--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc --use-cmd-decoder=passthrough --use-gl=angle --use-angle=gl --disable-features=SkiaGraphite --force_high_performance_gpu",
|
||||
"--enforce-browser-version",
|
||||
"--webgl-conformance-version=2.0.1",
|
||||
"--read-abbreviated-json-results-from=../../content/test/data/gpu/webgl2_conformance_mac_runtimes.json",
|
||||
"--jobs=4"
|
||||
],
|
||||
"merge": {
|
||||
"script": "//testing/merge_scripts/standard_isolated_script_merge.py"
|
||||
},
|
||||
"name": "webgl2_conformance_gl_passthrough_ganesh_tests",
|
||||
"resultdb": {
|
||||
"enable": true,
|
||||
"has_native_resultdb_integration": true
|
||||
},
|
||||
"swarming": {
|
||||
"containment_type": "AUTO",
|
||||
"dimensions": {
|
||||
"cpu": "arm64",
|
||||
"display_attached": "1",
|
||||
"gpu": "apple:m3",
|
||||
"hidpi": "1",
|
||||
"mac_model": "Mac15,3",
|
||||
"os": "Mac-15.4.1",
|
||||
"pool": "chromium.tests.gpu"
|
||||
},
|
||||
"hard_timeout": 1800,
|
||||
"idempotent": false,
|
||||
"io_timeout": 1800,
|
||||
"service_account": "chromium-tester@chops-service-accounts.iam.gserviceaccount.com",
|
||||
"shards": 20
|
||||
},
|
||||
"test": "telemetry_gpu_integration_test",
|
||||
"test_id_prefix": "ninja://chrome/test:telemetry_gpu_integration_test/"
|
||||
},
|
||||
{
|
||||
"args": [
|
||||
"webgl2_conformance",
|
||||
@ -1054,88 +584,6 @@
|
||||
"test": "telemetry_gpu_integration_test",
|
||||
"test_id_prefix": "ninja://chrome/test:telemetry_gpu_integration_test/"
|
||||
},
|
||||
{
|
||||
"args": [
|
||||
"webgl1_conformance",
|
||||
"--show-stdout",
|
||||
"--browser=release",
|
||||
"--passthrough",
|
||||
"-v",
|
||||
"--stable-jobs",
|
||||
"--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc --use-cmd-decoder=passthrough --use-gl=angle --use-angle=gl --disable-features=SkiaGraphite --force_high_performance_gpu",
|
||||
"--enforce-browser-version",
|
||||
"--read-abbreviated-json-results-from=../../content/test/data/gpu/webgl1_conformance_mac_runtimes.json",
|
||||
"--jobs=4"
|
||||
],
|
||||
"merge": {
|
||||
"script": "//testing/merge_scripts/standard_isolated_script_merge.py"
|
||||
},
|
||||
"name": "webgl_conformance_gl_passthrough_ganesh_tests",
|
||||
"resultdb": {
|
||||
"enable": true,
|
||||
"has_native_resultdb_integration": true
|
||||
},
|
||||
"swarming": {
|
||||
"containment_type": "AUTO",
|
||||
"dimensions": {
|
||||
"cpu": "arm64",
|
||||
"display_attached": "1",
|
||||
"gpu": "apple:m3",
|
||||
"hidpi": "1",
|
||||
"mac_model": "Mac15,3",
|
||||
"os": "Mac-15.4.1",
|
||||
"pool": "chromium.tests.gpu"
|
||||
},
|
||||
"hard_timeout": 1800,
|
||||
"idempotent": false,
|
||||
"io_timeout": 1800,
|
||||
"service_account": "chromium-tester@chops-service-accounts.iam.gserviceaccount.com",
|
||||
"shards": 2
|
||||
},
|
||||
"test": "telemetry_gpu_integration_test",
|
||||
"test_id_prefix": "ninja://chrome/test:telemetry_gpu_integration_test/"
|
||||
},
|
||||
{
|
||||
"args": [
|
||||
"webgl1_conformance",
|
||||
"--show-stdout",
|
||||
"--browser=release",
|
||||
"--passthrough",
|
||||
"-v",
|
||||
"--stable-jobs",
|
||||
"--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc --use-cmd-decoder=passthrough --use-gl=angle --use-angle=metal --disable-features=SkiaGraphite --enable-features=EGLDualGPURendering,ForceHighPerformanceGPUForWebGL",
|
||||
"--enforce-browser-version",
|
||||
"--enable-metal-debug-layers",
|
||||
"--read-abbreviated-json-results-from=../../content/test/data/gpu/webgl1_conformance_mac_runtimes.json",
|
||||
"--jobs=4"
|
||||
],
|
||||
"merge": {
|
||||
"script": "//testing/merge_scripts/standard_isolated_script_merge.py"
|
||||
},
|
||||
"name": "webgl_conformance_metal_passthrough_ganesh_tests",
|
||||
"resultdb": {
|
||||
"enable": true,
|
||||
"has_native_resultdb_integration": true
|
||||
},
|
||||
"swarming": {
|
||||
"containment_type": "AUTO",
|
||||
"dimensions": {
|
||||
"cpu": "arm64",
|
||||
"display_attached": "1",
|
||||
"gpu": "apple:m3",
|
||||
"hidpi": "1",
|
||||
"mac_model": "Mac15,3",
|
||||
"os": "Mac-15.4.1",
|
||||
"pool": "chromium.tests.gpu"
|
||||
},
|
||||
"hard_timeout": 1800,
|
||||
"idempotent": false,
|
||||
"io_timeout": 1800,
|
||||
"service_account": "chromium-tester@chops-service-accounts.iam.gserviceaccount.com"
|
||||
},
|
||||
"test": "telemetry_gpu_integration_test",
|
||||
"test_id_prefix": "ninja://chrome/test:telemetry_gpu_integration_test/"
|
||||
},
|
||||
{
|
||||
"args": [
|
||||
"webgl1_conformance",
|
||||
@ -1217,84 +665,6 @@
|
||||
"test": "telemetry_gpu_integration_test",
|
||||
"test_id_prefix": "ninja://chrome/test:telemetry_gpu_integration_test/"
|
||||
},
|
||||
{
|
||||
"args": [
|
||||
"webrtc",
|
||||
"--show-stdout",
|
||||
"--browser=release",
|
||||
"--passthrough",
|
||||
"-v",
|
||||
"--stable-jobs",
|
||||
"--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc --use-cmd-decoder=passthrough --use-gl=angle --use-angle=gl --disable-features=SkiaGraphite",
|
||||
"--enforce-browser-version",
|
||||
"--jobs=4"
|
||||
],
|
||||
"merge": {
|
||||
"script": "//testing/merge_scripts/standard_isolated_script_merge.py"
|
||||
},
|
||||
"name": "webrtc_gl_passthrough_ganesh_tests",
|
||||
"resultdb": {
|
||||
"enable": true,
|
||||
"has_native_resultdb_integration": true
|
||||
},
|
||||
"swarming": {
|
||||
"containment_type": "AUTO",
|
||||
"dimensions": {
|
||||
"cpu": "arm64",
|
||||
"display_attached": "1",
|
||||
"gpu": "apple:m3",
|
||||
"hidpi": "1",
|
||||
"mac_model": "Mac15,3",
|
||||
"os": "Mac-15.4.1",
|
||||
"pool": "chromium.tests.gpu"
|
||||
},
|
||||
"hard_timeout": 1800,
|
||||
"idempotent": false,
|
||||
"io_timeout": 1800,
|
||||
"service_account": "chromium-tester@chops-service-accounts.iam.gserviceaccount.com"
|
||||
},
|
||||
"test": "telemetry_gpu_integration_test",
|
||||
"test_id_prefix": "ninja://chrome/test:telemetry_gpu_integration_test/"
|
||||
},
|
||||
{
|
||||
"args": [
|
||||
"webrtc",
|
||||
"--show-stdout",
|
||||
"--browser=release",
|
||||
"--passthrough",
|
||||
"-v",
|
||||
"--stable-jobs",
|
||||
"--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc --use-cmd-decoder=passthrough --use-gl=angle --use-angle=metal --disable-features=SkiaGraphite",
|
||||
"--enforce-browser-version",
|
||||
"--jobs=4"
|
||||
],
|
||||
"merge": {
|
||||
"script": "//testing/merge_scripts/standard_isolated_script_merge.py"
|
||||
},
|
||||
"name": "webrtc_metal_passthrough_ganesh_tests",
|
||||
"resultdb": {
|
||||
"enable": true,
|
||||
"has_native_resultdb_integration": true
|
||||
},
|
||||
"swarming": {
|
||||
"containment_type": "AUTO",
|
||||
"dimensions": {
|
||||
"cpu": "arm64",
|
||||
"display_attached": "1",
|
||||
"gpu": "apple:m3",
|
||||
"hidpi": "1",
|
||||
"mac_model": "Mac15,3",
|
||||
"os": "Mac-15.4.1",
|
||||
"pool": "chromium.tests.gpu"
|
||||
},
|
||||
"hard_timeout": 1800,
|
||||
"idempotent": false,
|
||||
"io_timeout": 1800,
|
||||
"service_account": "chromium-tester@chops-service-accounts.iam.gserviceaccount.com"
|
||||
},
|
||||
"test": "telemetry_gpu_integration_test",
|
||||
"test_id_prefix": "ninja://chrome/test:telemetry_gpu_integration_test/"
|
||||
},
|
||||
{
|
||||
"args": [
|
||||
"webrtc",
|
||||
|
@ -1734,7 +1734,7 @@ ci.thin_tester(
|
||||
# should have the same test_suites as 'Mac FYI Release (Apple M1)'.
|
||||
targets = [
|
||||
"gpu_fyi_mac_release_gtests",
|
||||
"gpu_fyi_only_mac_release_telemetry_tests",
|
||||
"gpu_fyi_only_mac_release_graphite_telemetry_tests",
|
||||
],
|
||||
mixins = [
|
||||
"mac_arm64_apple_m1_gpu_experimental",
|
||||
@ -1971,7 +1971,7 @@ ci.thin_tester(
|
||||
targets = targets.bundle(
|
||||
targets = [
|
||||
"gpu_fyi_mac_release_gtests",
|
||||
"gpu_fyi_only_mac_release_telemetry_tests",
|
||||
"gpu_fyi_only_mac_release_graphite_telemetry_tests",
|
||||
],
|
||||
mixins = [
|
||||
"mac_arm64_apple_m1_gpu_stable",
|
||||
@ -2011,7 +2011,7 @@ ci.thin_tester(
|
||||
targets = targets.bundle(
|
||||
targets = [
|
||||
"gpu_fyi_mac_release_gtests",
|
||||
"gpu_fyi_only_mac_release_telemetry_tests",
|
||||
"gpu_fyi_only_mac_release_graphite_telemetry_tests",
|
||||
],
|
||||
mixins = [
|
||||
"mac_arm64_apple_m2_retina_gpu_stable",
|
||||
@ -2051,7 +2051,7 @@ ci.thin_tester(
|
||||
targets = targets.bundle(
|
||||
targets = [
|
||||
"gpu_fyi_mac_release_gtests",
|
||||
"gpu_fyi_only_mac_release_telemetry_tests",
|
||||
"gpu_fyi_only_mac_release_graphite_telemetry_tests",
|
||||
],
|
||||
mixins = [
|
||||
"mac_arm64_apple_m3_retina_gpu_stable",
|
||||
|
@ -4399,6 +4399,19 @@ targets.bundle(
|
||||
},
|
||||
)
|
||||
|
||||
targets.bundle(
|
||||
name = "gpu_fyi_only_mac_release_graphite_telemetry_tests",
|
||||
targets = [
|
||||
"gpu_common_and_optional_telemetry_tests",
|
||||
"gpu_metal_passthrough_graphite_telemetry_tests",
|
||||
"gpu_webcodecs_metal_passthrough_graphite_telemetry_test",
|
||||
"gpu_webrtc_metal_passthrough_graphite_telemetry_test",
|
||||
"gpu_webgl2_conformance_metal_passthrough_graphite_telemetry_tests",
|
||||
"gpu_webgl_conformance_metal_passthrough_graphite_telemetry_tests",
|
||||
"gpu_webgl_conformance_swangle_passthrough_representative_telemetry_tests",
|
||||
],
|
||||
)
|
||||
|
||||
targets.bundle(
|
||||
name = "gpu_fyi_vulkan_swiftshader_gtests",
|
||||
targets = [
|
||||
|
Reference in New Issue
Block a user