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

Unified Diff: ios/build/bots/chromium.fyi/EarlGreyiOS.json

Issue 2659123003: Remove compiler field from iOS bot configs, ensure gn_args match configuration (Closed)
Patch Set: 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 | « ios/build/bots/chromium.fyi/ClangToTiOS.json ('k') | ios/build/bots/chromium.fyi/GomaCanaryiOS.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/build/bots/chromium.fyi/EarlGreyiOS.json
diff --git a/ios/build/bots/chromium.fyi/EarlGreyiOS.json b/ios/build/bots/chromium.fyi/EarlGreyiOS.json
index 68157475b6b9fb5ad13954ec56636892ddc4bc9f..0bbb15748af260d3b6917dbcfa3ea08fe717d5e8 100644
--- a/ios/build/bots/chromium.fyi/EarlGreyiOS.json
+++ b/ios/build/bots/chromium.fyi/EarlGreyiOS.json
@@ -1,7 +1,4 @@
{
- "owners": [
- "huangml"
- ],
"comments": [
"Tests for 64-bit iOS 10.0 simulators."
],
@@ -9,11 +6,11 @@
"gn_args": [
"goma_dir=\"$(goma_dir)\"",
"is_component_build=false",
+ "is_debug=true",
"target_cpu=\"x64\"",
"target_os=\"ios\"",
"use_goma=true"
],
- "compiler": "ninja",
"configuration": "Debug",
"sdk": "iphonesimulator10.0",
"tests": [
« no previous file with comments | « ios/build/bots/chromium.fyi/ClangToTiOS.json ('k') | ios/build/bots/chromium.fyi/GomaCanaryiOS.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698