aboutsummaryrefslogtreecommitdiffhomepage
path: root/infra
diff options
context:
space:
mode:
authorGravatar Stephan Altmueller <stephana@google.com>2017-05-19 16:29:05 -0400
committerGravatar Skia Commit-Bot <skia-commit-bot@chromium.org>2017-05-19 20:56:47 +0000
commitc7f98bc1fd399045d4357e18666560c559639535 (patch)
tree72bb7404f9c5443de449bfe8244b03fdc669745e /infra
parenta40d9c89b7661b8f9997d582ceb44553b95e9671 (diff)
Remove debug flag for ios bots
TBR=borenet Bug: skia: Change-Id: I791ad92203ca8cdd6da8abe7c9f45fde528cb7b9 Reviewed-on: https://skia-review.googlesource.com/17409 Reviewed-by: Stephan Altmueller <stephana@google.com> Commit-Queue: Stephan Altmueller <stephana@google.com>
Diffstat (limited to 'infra')
-rw-r--r--infra/bots/recipe_modules/flavor/example.expected/Test-iOS-Clang-iPadMini4-GPU-GX6450-arm64-Debug.json1
-rw-r--r--infra/bots/recipe_modules/flavor/ios_flavor.py2
-rw-r--r--infra/bots/recipes/perf.expected/Perf-iOS-Clang-iPadMini4-GPU-GX6450-arm-Release.json1
-rw-r--r--infra/bots/recipes/test.expected/Test-iOS-Clang-iPadMini4-GPU-GX6450-arm-Release.json1
4 files changed, 1 insertions, 4 deletions
diff --git a/infra/bots/recipe_modules/flavor/example.expected/Test-iOS-Clang-iPadMini4-GPU-GX6450-arm64-Debug.json b/infra/bots/recipe_modules/flavor/example.expected/Test-iOS-Clang-iPadMini4-GPU-GX6450-arm64-Debug.json
index 2ae915b8a7..3c7b431b50 100644
--- a/infra/bots/recipe_modules/flavor/example.expected/Test-iOS-Clang-iPadMini4-GPU-GX6450-arm64-Debug.json
+++ b/infra/bots/recipe_modules/flavor/example.expected/Test-iOS-Clang-iPadMini4-GPU-GX6450-arm64-Debug.json
@@ -546,7 +546,6 @@
{
"cmd": [
"idevice-app-runner",
- "-d",
"-s",
"com.google.dm",
"--args",
diff --git a/infra/bots/recipe_modules/flavor/ios_flavor.py b/infra/bots/recipe_modules/flavor/ios_flavor.py
index e951b75c57..cc6143ac41 100644
--- a/infra/bots/recipe_modules/flavor/ios_flavor.py
+++ b/infra/bots/recipe_modules/flavor/ios_flavor.py
@@ -47,7 +47,7 @@ class iOSFlavorUtils(gn_flavor.GNFlavorUtils):
def step(self, name, cmd, env=None, **kwargs):
bundle_id = 'com.google.%s' % cmd[0]
self.m.run(self.m.step, name,
- cmd=['idevice-app-runner', '-d', '-s', bundle_id, '--args'] +
+ cmd=['idevice-app-runner', '-s', bundle_id, '--args'] +
map(str, cmd[1:]))
def _run_ios_script(self, script, first, *rest):
diff --git a/infra/bots/recipes/perf.expected/Perf-iOS-Clang-iPadMini4-GPU-GX6450-arm-Release.json b/infra/bots/recipes/perf.expected/Perf-iOS-Clang-iPadMini4-GPU-GX6450-arm-Release.json
index a3055413f8..deb62a1bdb 100644
--- a/infra/bots/recipes/perf.expected/Perf-iOS-Clang-iPadMini4-GPU-GX6450-arm-Release.json
+++ b/infra/bots/recipes/perf.expected/Perf-iOS-Clang-iPadMini4-GPU-GX6450-arm-Release.json
@@ -523,7 +523,6 @@
{
"cmd": [
"idevice-app-runner",
- "-d",
"-s",
"com.google.nanobench",
"--args",
diff --git a/infra/bots/recipes/test.expected/Test-iOS-Clang-iPadMini4-GPU-GX6450-arm-Release.json b/infra/bots/recipes/test.expected/Test-iOS-Clang-iPadMini4-GPU-GX6450-arm-Release.json
index b697083529..126ea2489a 100644
--- a/infra/bots/recipes/test.expected/Test-iOS-Clang-iPadMini4-GPU-GX6450-arm-Release.json
+++ b/infra/bots/recipes/test.expected/Test-iOS-Clang-iPadMini4-GPU-GX6450-arm-Release.json
@@ -661,7 +661,6 @@
{
"cmd": [
"idevice-app-runner",
- "-d",
"-s",
"com.google.dm",
"--args",