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

Unified Diff: content/test/gpu/generate_buildbot_json.py

Issue 2849163004: Deploy "Mac Experimental Release (Intel)". (Closed)
Patch Set: Created 3 years, 8 months 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 | testing/buildbot/chromium.gpu.fyi.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/test/gpu/generate_buildbot_json.py
diff --git a/content/test/gpu/generate_buildbot_json.py b/content/test/gpu/generate_buildbot_json.py
index 2fae5bba62aee7203afb816b56df42ddea6a5665..f90f9a1d73ddff056e0b50a61fdb363581e3eafd 100755
--- a/content/test/gpu/generate_buildbot_json.py
+++ b/content/test/gpu/generate_buildbot_json.py
@@ -422,6 +422,18 @@ FYI_WATERFALL = {
'swarming': True,
'os_type': 'mac',
},
+ 'Mac Experimental Release (Intel)': {
+ 'swarming_dimensions': [
+ {
+ 'gpu': '8086:0a2e',
+ 'os': 'Mac'
+ },
+ ],
+ 'build_config': 'Release',
+ # This bot is a one-off for testing purposes.
+ 'swarming': False,
+ 'os_type': 'mac',
+ },
'Mac Experimental Retina Release (AMD)': {
'swarming_dimensions': [
{
@@ -1447,6 +1459,7 @@ COMMON_GTESTS = {
{
'names': [
'Linux ChromiumOS Ozone (Intel)',
+ 'Mac Experimental Release (Intel)',
'Mac Experimental Retina Release (AMD)',
'Mac Experimental Retina Release (NVIDIA)',
'Mac Pro Release (AMD)',
« no previous file with comments | « no previous file | testing/buildbot/chromium.gpu.fyi.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698