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

Unified Diff: scripts/slave/recipes/gpu/build_and_upload.py

Issue 1408863011: infra: Remove all references to the OSX 10.10 SDK. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Remove another newly added 10_10 sdk reference. Created 5 years, 1 month 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
Index: scripts/slave/recipes/gpu/build_and_upload.py
diff --git a/scripts/slave/recipes/gpu/build_and_upload.py b/scripts/slave/recipes/gpu/build_and_upload.py
index 2e922bb347c07f762d58b1f0c72f15f5099ea416..4a8447c181c1dde5de3d9a739681d6f8e035fbb0 100644
--- a/scripts/slave/recipes/gpu/build_and_upload.py
+++ b/scripts/slave/recipes/gpu/build_and_upload.py
@@ -52,17 +52,6 @@ def GenTests(api):
api.platform.name('win')
)
- # Test that Mac builds on fyi bots link against the OSX 10.10 SDK.
- yield (
- api.test('mac_fyi_link_against_10_10') +
- api.properties.scheduled(
- build_config='Release',
- mastername='chromium.gpu.fyi',
- buildername='mac release builder',
- buildnumber=572) +
- api.platform.name('mac')
- )
-
yield (
api.test('compile_with_patch_fail') +
api.properties.tryserver(

Powered by Google App Engine
This is Rietveld 408576698