Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(276)

Unified Diff: testing/buildbot/chromium.gpu.fyi.json

Issue 1547383002: Added src-side JSON file for GPU FYI bots running Chromium recipe. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: testing/buildbot/chromium.gpu.fyi.json
diff --git a/testing/buildbot/chromium.gpu.fyi.json b/testing/buildbot/chromium.gpu.fyi.json
new file mode 100644
index 0000000000000000000000000000000000000000..4351eb5388006524f8ca8e0e7515027d1e61a5e1
--- /dev/null
+++ b/testing/buildbot/chromium.gpu.fyi.json
@@ -0,0 +1,116 @@
+{
+ "GPU NextGen Linux Builder": {},
+ "GPU NextGen Linux Builder (dbg)": {},
+ "GPU NextGen Mac Builder": {},
+ "GPU NextGen Mac Builder (dbg)": {},
+ "Linux NextGen Debug (NVIDIA)": {
+ "isolated_scripts": [
+ {
+ "args": [
+ "webgl_conformance",
+ "--show-stdout",
+ "--browser=debug",
+ "-v",
+ "--extra-browser-args=\"--enable-logging=stderr --js-flags=--expose-gc\""
+ ],
+ "isolate_name": "telemetry_gpu_test",
+ "name": "webgl_conformance",
+ "override_compile_targets": [
+ "telemetry_gpu_test_run"
+ ],
+ "swarming": {
+ "can_use_on_swarming_builders": true,
+ "dimension_sets": [
+ {
+ "gpu": "10de:104a",
+ "os": "Linux"
+ }
+ ]
+ }
+ }
+ ]
+ },
+ "Linux NextGen Release (NVIDIA)": {
+ "isolated_scripts": [
+ {
+ "args": [
+ "webgl_conformance",
+ "--show-stdout",
+ "--browser=release",
+ "-v",
+ "--extra-browser-args=\"--enable-logging=stderr --js-flags=--expose-gc\""
+ ],
+ "isolate_name": "telemetry_gpu_test",
+ "name": "webgl_conformance",
+ "override_compile_targets": [
+ "telemetry_gpu_test_run"
+ ],
+ "swarming": {
+ "can_use_on_swarming_builders": true,
+ "dimension_sets": [
+ {
+ "gpu": "10de:104a",
+ "os": "Linux"
+ }
+ ]
+ }
+ }
+ ]
+ },
+ "Mac NextGen 10.10 Retina Debug (AMD)": {
+ "isolated_scripts": [
+ {
+ "args": [
+ "webgl_conformance",
+ "--show-stdout",
+ "--browser=debug",
+ "-v",
+ "--extra-browser-args=\"--enable-logging=stderr --js-flags=--expose-gc\""
+ ],
+ "isolate_name": "telemetry_gpu_test",
+ "name": "webgl_conformance",
+ "override_compile_targets": [
+ "telemetry_gpu_test_run"
+ ],
+ "swarming": {
+ "can_use_on_swarming_builders": true,
+ "dimension_sets": [
+ {
+ "gpu": "1002:6821",
+ "hidpi": "1",
+ "os": "Mac-10.10"
+ }
+ ]
+ }
+ }
+ ]
+ },
+ "Mac NextGen 10.10 Retina Release (AMD)": {
+ "isolated_scripts": [
+ {
+ "args": [
+ "webgl_conformance",
+ "--show-stdout",
+ "--browser=release",
+ "-v",
+ "--extra-browser-args=\"--enable-logging=stderr --js-flags=--expose-gc\""
+ ],
+ "isolate_name": "telemetry_gpu_test",
+ "name": "webgl_conformance",
+ "override_compile_targets": [
+ "telemetry_gpu_test_run"
+ ],
+ "swarming": {
+ "can_use_on_swarming_builders": true,
+ "dimension_sets": [
+ {
+ "gpu": "1002:6821",
+ "hidpi": "1",
+ "os": "Mac-10.10"
+ }
+ ]
+ }
+ }
+ ]
+ }
+}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698