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

Unified Diff: scripts/slave/recipes/webrtc/ios.expected/trybot.json

Issue 1659163003: WebRTC: Add iOS bots running tests with the simulator (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Updated more expectations Created 4 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 | « scripts/slave/recipes/webrtc/ios.expected/test_failure.json ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: scripts/slave/recipes/webrtc/ios.expected/trybot.json
diff --git a/scripts/slave/recipes/webrtc/ios.expected/trybot.json b/scripts/slave/recipes/webrtc/ios.expected/trybot.json
new file mode 100644
index 0000000000000000000000000000000000000000..cfe02fb78c40d1d362551e568d332a3fe9e2fa0b
--- /dev/null
+++ b/scripts/slave/recipes/webrtc/ios.expected/trybot.json
@@ -0,0 +1,180 @@
+[
+ {
+ "cmd": [
+ "[BUILD]/scripts/slave/ios/host_info.py",
+ "--json-file",
+ "/path/to/tmp/json"
+ ],
+ "cwd": "[SLAVE_BUILD]",
+ "name": "host and tools info",
+ "~followup_annotations": [
+ "@@@STEP_TEXT@<br />OS X 1.2.3, Xcode 6.7.8 (5D342509a)@@@",
+ "@@@STEP_LOG_LINE@json.output@{@@@",
+ "@@@STEP_LOG_LINE@json.output@ \"Mac OS X Version\": \"1.2.3\", @@@",
+ "@@@STEP_LOG_LINE@json.output@ \"Xcode Build Version\": \"5D342509a\", @@@",
+ "@@@STEP_LOG_LINE@json.output@ \"Xcode SDKs\": [@@@",
+ "@@@STEP_LOG_LINE@json.output@ \"fake sdk 1.0\", @@@",
+ "@@@STEP_LOG_LINE@json.output@ \"fake sdk 1.1\", @@@",
+ "@@@STEP_LOG_LINE@json.output@ \"fake sdk 2.0\"@@@",
+ "@@@STEP_LOG_LINE@json.output@ ], @@@",
+ "@@@STEP_LOG_LINE@json.output@ \"Xcode Version\": \"6.7.8\"@@@",
+ "@@@STEP_LOG_LINE@json.output@}@@@",
+ "@@@STEP_LOG_END@json.output@@@"
+ ]
+ },
+ {
+ "cmd": [
+ "python",
+ "-u",
+ "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py",
+ "--master",
+ "chromium.fake",
+ "--builder",
+ "ios",
+ "--slave",
+ "fake-vm",
+ "--spec",
+ "cache_dir = None\nsolutions = [{'deps_file': 'DEPS', 'managed': True, 'name': 'src', 'url': 'https://chromium.googlesource.com/external/webrtc'}, {'deps_file': 'DEPS', 'managed': True, 'name': 'webrtc-limited', 'url': 'https://chrome-internal.googlesource.com/chrome/deps/webrtc-limited'}]\ntarget_os = ['ios', 'mac']",
+ "--root",
+ "src",
+ "--revision_mapping_file",
+ "{\"src\": \"got_revision\"}",
+ "--output_json",
+ "/path/to/tmp/json",
+ "--revision",
+ "src@HEAD",
+ "--output_manifest"
+ ],
+ "cwd": "[SLAVE_BUILD]",
+ "name": "bot_update",
+ "~followup_annotations": [
+ "@@@STEP_LOG_LINE@json.output@{@@@",
+ "@@@STEP_LOG_LINE@json.output@ \"did_run\": false, @@@",
+ "@@@STEP_LOG_LINE@json.output@ \"patch_failure\": false@@@",
+ "@@@STEP_LOG_LINE@json.output@}@@@",
+ "@@@STEP_LOG_END@json.output@@@"
+ ]
+ },
+ {
+ "cmd": [
+ "python",
+ "-u",
+ "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
+ "[SLAVE_BUILD]/src/webrtc/build/ios/chromium.fake/ios.json",
+ "/path/to/tmp/json"
+ ],
+ "cwd": "[SLAVE_BUILD]",
+ "name": "read build config",
+ "~followup_annotations": [
+ "@@@STEP_LOG_LINE@json.output@{@@@",
+ "@@@STEP_LOG_LINE@json.output@ \"GYP_DEFINES\": {@@@",
+ "@@@STEP_LOG_LINE@json.output@ \"fake gyp define 1\": \"fake value 1\", @@@",
+ "@@@STEP_LOG_LINE@json.output@ \"fake gyp define 2\": \"fake value 2\", @@@",
+ "@@@STEP_LOG_LINE@json.output@ \"use_goma\": \"1\"@@@",
+ "@@@STEP_LOG_LINE@json.output@ }, @@@",
+ "@@@STEP_LOG_LINE@json.output@ \"compiler\": \"ninja\", @@@",
+ "@@@STEP_LOG_LINE@json.output@ \"configuration\": \"Release\", @@@",
+ "@@@STEP_LOG_LINE@json.output@ \"sdk\": \"iphoneos8.0\", @@@",
+ "@@@STEP_LOG_LINE@json.output@ \"tests\": [], @@@",
+ "@@@STEP_LOG_LINE@json.output@ \"use_analyze\": \"false\", @@@",
+ "@@@STEP_LOG_LINE@json.output@ \"xcode version\": \"fake xcode version\"@@@",
+ "@@@STEP_LOG_LINE@json.output@}@@@",
+ "@@@STEP_LOG_END@json.output@@@"
+ ]
+ },
+ {
+ "cmd": [
+ "echo",
+ "-e",
+ "{\n \"GYP_DEFINES\": {\n \"OS\": \"ios\", \n \"component\": \"static_library\", \n \"fake gyp define 1\": \"fake value 1\", \n \"fake gyp define 2\": \"fake value 2\", \n \"use_goma\": \"1\"\n }, \n \"additional_compile_targets\": [\n \"All\"\n ], \n \"compiler\": \"ninja\", \n \"configuration\": \"Release\", \n \"env\": {}, \n \"gn_args\": [], \n \"mb_type\": null, \n \"sdk\": \"iphoneos8.0\", \n \"tests\": [], \n \"triggered bots\": {}, \n \"use_analyze\": \"false\", \n \"xcode version\": \"fake xcode version\"\n}"
+ ],
+ "cwd": "[SLAVE_BUILD]",
+ "name": "finalize build config"
+ },
+ {
+ "cmd": [
+ "[BUILD]/scripts/slave/ios/find_xcode.py",
+ "--json-file",
+ "/path/to/tmp/json",
+ "--version",
+ "fake xcode version"
+ ],
+ "cwd": "[SLAVE_BUILD]",
+ "name": "find xcode",
+ "~followup_annotations": [
+ "@@@STEP_LOG_LINE@json.output@{}@@@",
+ "@@@STEP_LOG_END@json.output@@@"
+ ]
+ },
+ {
+ "cmd": [
+ "python",
+ "-u",
+ "[DEPOT_TOOLS]/gclient.py",
+ "runhooks"
+ ],
+ "cwd": "[SLAVE_BUILD]",
+ "env": {
+ "GYP_CROSSCOMPILE": "1",
+ "GYP_DEFINES": "use_goma=1 fake gyp define 1=fake value 1 fake gyp define 2=fake value 2 component=static_library OS=ios",
+ "GYP_GENERATORS": "ninja",
+ "LANDMINES_VERBOSE": "1"
+ },
+ "name": "gclient runhooks",
+ "~followup_annotations": [
+ "@@@STEP_TEXT@<br />GYP_DEFINES:<br />use_goma=1<br />fake gyp define 1=fake value 1<br />fake gyp define 2=fake value 2<br />component=static_library<br />OS=ios@@@"
+ ]
+ },
+ {
+ "allow_subannotations": true,
+ "cmd": [
+ "python",
+ "-u",
+ "[BUILD]/scripts/slave/clang_revision.py",
+ "--src-dir",
+ "[SLAVE_BUILD]/src",
+ "--output-json",
+ "/path/to/tmp/json"
+ ],
+ "cwd": "[SLAVE_BUILD]",
+ "name": "clang_revision",
+ "~followup_annotations": [
+ "@@@STEP_LOG_LINE@json.output@{@@@",
+ "@@@STEP_LOG_LINE@json.output@ \"clang_revision\": \"123456-7\"@@@",
+ "@@@STEP_LOG_LINE@json.output@}@@@",
+ "@@@STEP_LOG_END@json.output@@@"
+ ]
+ },
+ {
+ "cmd": [
+ "python",
+ "-u",
+ "[BUILD]/scripts/slave/compile.py",
+ "--target",
+ "Release-iphoneos",
+ "--src-dir",
+ "[SLAVE_BUILD]/src",
+ "--build-tool",
+ "ninja",
+ "--compiler",
+ "goma-clang",
+ "--goma-jsonstatus",
+ "/path/to/tmp/json",
+ "--goma-dir",
+ "[BUILD]/goma",
+ "--",
+ "All"
+ ],
+ "cwd": "[SLAVE_BUILD]/src/out/Release-iphoneos",
+ "name": "compile",
+ "~followup_annotations": [
+ "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
+ "@@@STEP_LOG_END@json.output (invalid)@@@"
+ ]
+ },
+ {
+ "name": "$result",
+ "recipe_result": null,
+ "status_code": 0
+ }
+]
« no previous file with comments | « scripts/slave/recipes/webrtc/ios.expected/test_failure.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698