Commit 0c93ce0c authored by Jamie Madill's avatar Jamie Madill Committed by Commit Bot

Add Linux GPU FYI NV Experimental config.

This config will be used to stage Linux Nvidia driver upgrades.

Bug: 887241
Change-Id: I05a5d7ec3109c4892faf8453ba4733d03dc8242c
Reviewed-on: https://chromium-review.googlesource.com/c/1286986Reviewed-by: default avatarAndrii Shyshkalov <tandrii@chromium.org>
Reviewed-by: default avatarKenneth Russell <kbr@chromium.org>
Commit-Queue: Jamie Madill <jmadill@chromium.org>
Cr-Commit-Position: refs/heads/master@{#604150}
parent 4b3142c7
...@@ -1259,6 +1259,11 @@ buckets { ...@@ -1259,6 +1259,11 @@ buckets {
mixins: "linux-gpu-fyi-ci" mixins: "linux-gpu-fyi-ci"
} }
builders {
name: "Linux FYI Experimental Release (NVIDIA)"
mixins: "linux-gpu-fyi-ci"
}
builders { builders {
name: "Linux FYI Debug (NVIDIA)" name: "Linux FYI Debug (NVIDIA)"
mixins: "linux-gpu-fyi-ci" mixins: "linux-gpu-fyi-ci"
......
...@@ -3607,6 +3607,11 @@ consoles { ...@@ -3607,6 +3607,11 @@ consoles {
category: "Linux|Nvidia" category: "Linux|Nvidia"
short_name: "rel" short_name: "rel"
} }
builders {
name: "buildbucket/luci.chromium.ci/Linux FYI Experimental Release (NVIDIA)"
category: "Linux|Nvidia"
short_name: "exp"
}
builders { builders {
name: "buildbucket/luci.chromium.ci/Linux FYI Debug (NVIDIA)" name: "buildbucket/luci.chromium.ci/Linux FYI Debug (NVIDIA)"
category: "Linux|Nvidia" category: "Linux|Nvidia"
......
...@@ -1346,6 +1346,17 @@ job { ...@@ -1346,6 +1346,17 @@ job {
} }
} }
job {
id: "Linux FYI Experimental Release (NVIDIA)"
# Triggered by "GPU FYI Linux Builder".
acl_sets: "triggered-by-parent-builders"
buildbucket: {
server: "cr-buildbucket.appspot.com"
bucket: "luci.chromium.ci"
builder: "Linux FYI Experimental Release (NVIDIA)"
}
}
job { job {
id: "Optional Linux Release (Intel HD 630)" id: "Optional Linux Release (Intel HD 630)"
# Triggered by "GPU FYI Linux Builder". # Triggered by "GPU FYI Linux Builder".
......
...@@ -3962,6 +3962,33 @@ ...@@ -3962,6 +3962,33 @@
} }
] ]
}, },
"Linux FYI Experimental Release (NVIDIA)": {
"isolated_scripts": [
{
"args": [
"noop_sleep",
"--show-stdout",
"--browser=release",
"--passthrough",
"-v",
"--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc"
],
"isolate_name": "telemetry_gpu_integration_test",
"name": "noop_sleep_tests",
"swarming": {
"can_use_on_swarming_builders": true,
"dimension_sets": [
{
"gpu": "10de:1cb3-384.90",
"os": "Ubuntu",
"pool": "Chrome-GPU"
}
],
"idempotent": false
}
}
]
},
"Linux FYI GPU TSAN Release": { "Linux FYI GPU TSAN Release": {
"gtest_tests": [ "gtest_tests": [
{ {
......
...@@ -2004,6 +2004,28 @@ ...@@ -2004,6 +2004,28 @@
'gpu_telemetry_tests': 'gpu_fyi_win_and_linux_telemetry_tests', 'gpu_telemetry_tests': 'gpu_fyi_win_and_linux_telemetry_tests',
}, },
}, },
'Linux FYI Experimental Release (NVIDIA)': {
'os_type': 'linux',
'browser_config': 'release',
'swarming': {
'dimension_sets': [
{
# LINUX_QUADRO_P400_EXPERIMENTAL_DRIVER
# TODO(jmadill): Update this with new driver. http://crbug.com/887241
'gpu': '10de:1cb3-384.90',
'os': 'Ubuntu',
'pool': 'Chrome-GPU',
},
],
},
# Currently the experimental driver is identical to the stable
# driver. If it's upgraded, change these test_suites to be the same as
# 'Linux FYI Release (NVIDIA)'.
# TODO(jmadill): Update this to add tests. http://crbug.com/887241
'test_suites': {
'gpu_telemetry_tests': 'gpu_noop_sleep_telemetry_test',
},
},
'Linux FYI GPU TSAN Release': { 'Linux FYI GPU TSAN Release': {
# This bot doesn't run any Telemetry-based tests so doesn't # This bot doesn't run any Telemetry-based tests so doesn't
# need the browser_config parameter. # need the browser_config parameter.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment