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

Unified Diff: scripts/slave/recipes/ios/try.expected/swarming.json

Issue 2221923002: ios: fix path to the test app (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Created 4 years, 4 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
Index: scripts/slave/recipes/ios/try.expected/swarming.json
diff --git a/scripts/slave/recipes/ios/try.expected/swarming.json b/scripts/slave/recipes/ios/try.expected/swarming.json
index 4fbd84b76e846f4db5605abd2662ef3051a0aad3..6b31e0fa3f8fd50a4c80c3cd3a3c0fb6e6a285fa 100644
--- a/scripts/slave/recipes/ios/try.expected/swarming.json
+++ b/scripts/slave/recipes/ios/try.expected/swarming.json
@@ -483,7 +483,7 @@
"python",
"-u",
"\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
- "{\n \"args\": [\n \"--config-variable\", \n \"OS\", \n \"ios\", \n \"--config-variable\", \n \"app_path\", \n \"src/out/Debug-iphonesimulator/fake test.app\", \n \"--config-variable\", \n \"xcode_version\", \n \"fake xcode version\", \n \"--isolate\", \n \"[SLAVE_BUILD]/template.isolate\", \n \"--isolated\", \n \"[TMP_BASE]/isolate_tmp_1/0.isolated\", \n \"--path-variable\", \n \"app_path\", \n \"src/out/Debug-iphonesimulator/fake test.app\", \n \"--config-variable\", \n \"platform\", \n \"fake device\", \n \"--config-variable\", \n \"version\", \n \"8.1\"\n ], \n \"dir\": \"[SLAVE_BUILD]\", \n \"version\": 1\n}",
+ "{\n \"args\": [\n \"--config-variable\", \n \"OS\", \n \"ios\", \n \"--config-variable\", \n \"app_path\", \n \"[BUILDER_CACHE]/ios_simulator_swarming/src/out/Debug-iphonesimulator/fake test.app\", \n \"--config-variable\", \n \"xcode_version\", \n \"fake xcode version\", \n \"--isolate\", \n \"[SLAVE_BUILD]/template.isolate\", \n \"--isolated\", \n \"[TMP_BASE]/isolate_tmp_1/0.isolated\", \n \"--path-variable\", \n \"app_path\", \n \"[BUILDER_CACHE]/ios_simulator_swarming/src/out/Debug-iphonesimulator/fake test.app\", \n \"--config-variable\", \n \"platform\", \n \"fake device\", \n \"--config-variable\", \n \"version\", \n \"8.1\"\n ], \n \"dir\": \"[SLAVE_BUILD]\", \n \"version\": 1\n}",
"[TMP_BASE]/isolate_tmp_1/0.isolate.gen.json"
],
"name": "isolate.generate 0.isolate.gen.json",
@@ -497,7 +497,7 @@
"@@@STEP_LOG_LINE@0.isolate.gen.json@ \"ios\", @@@",
"@@@STEP_LOG_LINE@0.isolate.gen.json@ \"--config-variable\", @@@",
"@@@STEP_LOG_LINE@0.isolate.gen.json@ \"app_path\", @@@",
- "@@@STEP_LOG_LINE@0.isolate.gen.json@ \"src/out/Debug-iphonesimulator/fake test.app\", @@@",
+ "@@@STEP_LOG_LINE@0.isolate.gen.json@ \"[BUILDER_CACHE]/ios_simulator_swarming/src/out/Debug-iphonesimulator/fake test.app\", @@@",
smut 2016/08/10 23:53:39 This is wrong. This command needs to use relative
"@@@STEP_LOG_LINE@0.isolate.gen.json@ \"--config-variable\", @@@",
"@@@STEP_LOG_LINE@0.isolate.gen.json@ \"xcode_version\", @@@",
"@@@STEP_LOG_LINE@0.isolate.gen.json@ \"fake xcode version\", @@@",
@@ -507,7 +507,7 @@
"@@@STEP_LOG_LINE@0.isolate.gen.json@ \"[TMP_BASE]/isolate_tmp_1/0.isolated\", @@@",
"@@@STEP_LOG_LINE@0.isolate.gen.json@ \"--path-variable\", @@@",
"@@@STEP_LOG_LINE@0.isolate.gen.json@ \"app_path\", @@@",
- "@@@STEP_LOG_LINE@0.isolate.gen.json@ \"src/out/Debug-iphonesimulator/fake test.app\", @@@",
+ "@@@STEP_LOG_LINE@0.isolate.gen.json@ \"[BUILDER_CACHE]/ios_simulator_swarming/src/out/Debug-iphonesimulator/fake test.app\", @@@",
"@@@STEP_LOG_LINE@0.isolate.gen.json@ \"--config-variable\", @@@",
"@@@STEP_LOG_LINE@0.isolate.gen.json@ \"platform\", @@@",
"@@@STEP_LOG_LINE@0.isolate.gen.json@ \"fake device\", @@@",

Powered by Google App Engine
This is Rietveld 408576698