Commit 4dd98439 authored by Brian Sheedy's avatar Brian Sheedy Committed by Commit Bot

Add Linux FYI Release (Intel UHD 630)

Adds "Linux FYI Release (Intel UHD 630)" to chromium.gpu.fyi, which
is identical to "Linux FYI Release (Intel HD 630)" except that it has
longer timeouts and triggers tests on a machine with a newer GPU.

Bug: 986939
Change-Id: I58a569330390310d9224be3fed86b87a53d2ebed
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1752291Reviewed-by: default avatarKenneth Russell <kbr@chromium.org>
Commit-Queue: Brian Sheedy <bsheedy@chromium.org>
Cr-Commit-Position: refs/heads/master@{#686612}
parent f2624318
......@@ -1814,6 +1814,14 @@ buckets {
mixins: "linux-gpu-fyi-ci-tester"
}
builders {
name: "Linux FYI Release (Intel UHD 630)"
mixins: "linux-gpu-fyi-ci-tester"
# TODO(https://crbug.com/986939): Remove this increased timeout once more
# devices are added.
execution_timeout_secs: 64800 # 18h.
}
builders {
name: "Linux FYI dEQP Release (Intel HD 630)"
mixins: "linux-gpu-fyi-ci-tester"
......
......@@ -3424,6 +3424,11 @@ consoles {
category: "Linux|Intel"
short_name: "rel"
}
builders {
name: "buildbucket/luci.chromium.ci/Linux FYI Release (Intel UHD 630)"
category: "Linux|Intel"
short_name: "uhd"
}
builders {
name: "buildbucket/luci.chromium.ci/Linux FYI dEQP Release (Intel HD 630)"
category: "Linux|Intel"
......
......@@ -1529,6 +1529,17 @@ job {
}
}
job {
id: "Linux FYI Release (Intel UHD 630)"
# 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 Release (Intel UHD 630)"
}
}
job {
id: "Linux FYI dEQP Release (Intel HD 630)"
# Triggered by "GPU FYI Linux dEQP Builder".
......
This diff is collapsed.
......@@ -295,6 +295,20 @@
},
},
},
'linux_intel_uhd_630': {
'swarming': {
'dimensions': {
# Defined in bot_config.py in internal infradata/config workspace
'gpu': 'intel-uhd-630-ubuntu-stable',
'os': 'Ubuntu-19.04',
'pool': 'Chrome-GPU',
},
# Same long expiration as win10_intel_uhd_630_stable due to capacity.
# TODO(https://crbug.com/986939): Remove this when more devices
# are added.
'expiration': 14400,
}
},
'linux_nvidia_quadro_p400': {
'swarming': {
'dimensions': {
......
......@@ -1452,6 +1452,7 @@
'Win7 FYI Debug (AMD)',
# Disabled due to dbus crashes crbug.com/927465
'Linux FYI Release (Intel HD 630)',
'Linux FYI Release (Intel UHD 630)',
'Linux FYI Release (NVIDIA)',
'Linux FYI SkiaRenderer Vulkan (Intel HD 630)',
'Linux FYI SkiaRenderer Vulkan (NVIDIA)',
......
......@@ -2643,6 +2643,17 @@
'gpu_telemetry_tests': 'gpu_fyi_linux_intel_and_nvidia_release_telemetry_tests',
},
},
'Linux FYI Release (Intel UHD 630)': {
'os_type': 'linux',
'browser_config': 'release',
'mixins': [
'linux_intel_uhd_630',
],
'test_suites': {
'gtest_tests': 'gpu_fyi_linux_release_gtests',
'gpu_telemetry_tests': 'gpu_fyi_linux_intel_and_nvidia_release_telemetry_tests',
},
},
'Linux FYI Release (NVIDIA)': {
'os_type': 'linux',
'browser_config': 'release',
......
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