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

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

Issue 2627553002: Switch Mac Intel GPU jobs to target 10.12 bots instead of 10.10. (Closed)
Patch Set: Added suppressions for RGB9_E5 failures. Created 3 years, 11 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 | content/test/gpu/gpu_tests/test_expectations.py » ('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 9399235c9d95e2cac96b035047d968f58b408fb1..fca37658adadc8e750ec402cf0c7d993ec184de6 100755
--- a/content/test/gpu/generate_buildbot_json.py
+++ b/content/test/gpu/generate_buildbot_json.py
@@ -54,7 +54,7 @@ WATERFALL = {
'swarming_dimensions': [
{
'gpu': '8086:0a2e',
- 'os': 'Mac-10.10'
+ 'os': 'Mac-10.12'
},
],
'build_config': 'Release',
@@ -65,7 +65,7 @@ WATERFALL = {
'swarming_dimensions': [
{
'gpu': '8086:0a2e',
- 'os': 'Mac-10.10'
+ 'os': 'Mac-10.12'
},
],
'build_config': 'Debug',
@@ -323,7 +323,7 @@ FYI_WATERFALL = {
'swarming_dimensions': [
{
'gpu': '8086:0a2e',
- 'os': 'Mac-10.10'
+ 'os': 'Mac-10.12'
},
],
'build_config': 'Release',
@@ -334,7 +334,7 @@ FYI_WATERFALL = {
'swarming_dimensions': [
{
'gpu': '8086:0a2e',
- 'os': 'Mac-10.10'
+ 'os': 'Mac-10.12'
},
],
'build_config': 'Debug',
@@ -433,7 +433,7 @@ FYI_WATERFALL = {
'swarming_dimensions': [
{
'gpu': '8086:0a2e',
- 'os': 'Mac-10.10'
+ 'os': 'Mac-10.12'
},
{
'gpu': '1002:6821',
@@ -690,7 +690,7 @@ FYI_WATERFALL = {
'swarming_dimensions': [
{
'gpu': '8086:0a2e',
- 'os': 'Mac-10.10'
+ 'os': 'Mac-10.12'
},
],
'build_config': 'Release',
« no previous file with comments | « no previous file | content/test/gpu/gpu_tests/test_expectations.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698