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

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

Issue 2264223002: Enable swarming for iOS try bots (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build@master
Patch Set: Fix 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/icu_patch.json
diff --git a/scripts/slave/recipes/ios/try.expected/icu_patch.json b/scripts/slave/recipes/ios/try.expected/icu_patch.json
index 8e9d896bcdb9ccb5db9b3f20e56019afe2c7847c..9715c7b6a07bf419cf0d44f8383a8a18c50aa6d2 100644
--- a/scripts/slave/recipes/ios/try.expected/icu_patch.json
+++ b/scripts/slave/recipes/ios/try.expected/icu_patch.json
@@ -256,7 +256,9 @@
"@@@STEP_TEXT@path: 'testing/buildbot/trybot_analyze_config.json'@@@",
"@@@STEP_LOG_LINE@json.output@{@@@",
"@@@STEP_LOG_LINE@json.output@ \"base\": {@@@",
- "@@@STEP_LOG_LINE@json.output@ \"exclusions\": []@@@",
+ "@@@STEP_LOG_LINE@json.output@ \"exclusions\": [@@@",
+ "@@@STEP_LOG_LINE@json.output@ \"f.*\"@@@",
+ "@@@STEP_LOG_LINE@json.output@ ]@@@",
"@@@STEP_LOG_LINE@json.output@ }, @@@",
"@@@STEP_LOG_LINE@json.output@ \"chromium\": {@@@",
"@@@STEP_LOG_LINE@json.output@ \"exclusions\": []@@@",
@@ -308,12 +310,187 @@
},
{
"cmd": [],
- "name": "[skipped] fake tests (fake device iOS 8.1)",
+ "name": "bootstrap swarming"
+ },
+ {
+ "cmd": [
+ "python",
+ "-u",
+ "RECIPE_MODULE[depot_tools::git]/resources/git_setup.py",
+ "--path",
+ "[SLAVE_BUILD]/swarming.client",
+ "--url",
+ "https://chromium.googlesource.com/external/swarming.client.git"
+ ],
+ "name": "bootstrap swarming.git setup (swarming_client)",
+ "~followup_annotations": [
+ "@@@STEP_NEST_LEVEL@1@@@"
+ ]
+ },
+ {
+ "cmd": [
+ "git",
+ "retry",
+ "fetch",
+ "origin",
+ "stable"
+ ],
+ "cwd": "[SLAVE_BUILD]/swarming.client",
+ "env": {
+ "PATH": "RECIPE_PACKAGE_REPO[depot_tools]:%(PATH)s"
+ },
+ "name": "bootstrap swarming.git fetch (swarming_client)",
+ "~followup_annotations": [
+ "@@@STEP_NEST_LEVEL@1@@@"
+ ]
+ },
+ {
+ "cmd": [
+ "git",
+ "checkout",
+ "-f",
+ "FETCH_HEAD"
+ ],
+ "cwd": "[SLAVE_BUILD]/swarming.client",
+ "name": "bootstrap swarming.git checkout (swarming_client)",
+ "~followup_annotations": [
+ "@@@STEP_NEST_LEVEL@1@@@"
+ ]
+ },
+ {
+ "cmd": [
+ "git",
+ "rev-parse",
+ "HEAD"
+ ],
+ "cwd": "[SLAVE_BUILD]/swarming.client",
+ "name": "bootstrap swarming.read revision",
+ "stdout": "/path/to/tmp/",
+ "~followup_annotations": [
+ "@@@STEP_NEST_LEVEL@1@@@",
+ "@@@STEP_TEXT@<br/>checked out 'deadbeef'<br/>@@@"
+ ]
+ },
+ {
+ "cmd": [
+ "git",
+ "clean",
+ "-f",
+ "-d",
+ "-x"
+ ],
+ "cwd": "[SLAVE_BUILD]/swarming.client",
+ "name": "bootstrap swarming.git clean (swarming_client)",
+ "~followup_annotations": [
+ "@@@STEP_NEST_LEVEL@1@@@"
+ ]
+ },
+ {
+ "cmd": [
+ "git",
+ "submodule",
+ "sync"
+ ],
+ "cwd": "[SLAVE_BUILD]/swarming.client",
+ "name": "bootstrap swarming.submodule sync (swarming_client)",
+ "~followup_annotations": [
+ "@@@STEP_NEST_LEVEL@1@@@"
+ ]
+ },
+ {
+ "cmd": [
+ "git",
+ "submodule",
+ "update",
+ "--init",
+ "--recursive"
+ ],
+ "cwd": "[SLAVE_BUILD]/swarming.client",
+ "name": "bootstrap swarming.submodule update (swarming_client)",
+ "~followup_annotations": [
+ "@@@STEP_NEST_LEVEL@1@@@"
+ ]
+ },
+ {
+ "cmd": [
+ "python",
+ "-u",
+ "[SLAVE_BUILD]/swarming.client/swarming.py",
+ "--version"
+ ],
+ "name": "bootstrap swarming.swarming.py --version",
+ "stdout": "/path/to/tmp/",
+ "~followup_annotations": [
+ "@@@STEP_NEST_LEVEL@1@@@",
+ "@@@STEP_TEXT@1.2.3@@@"
+ ]
+ },
+ {
+ "cmd": [],
+ "name": "isolate"
+ },
+ {
+ "cmd": [
+ "python",
+ "-u",
+ "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
+ "{\n \"conditions\": [\n [\n \"OS == \\\"ios\\\"\", \n {\n \"variables\": {\n \"command\": [\n \"src/ios/build/bots/scripts/run.py\", \n \"--app\", \n \"<(app_path)\", \n \"--out-dir\", \n \"${ISOLATED_OUTDIR}\", \n \"--xcode-version\", \n \"<(xcode_version)\", \n \"--iossim\", \n \"src/out/Debug-iphonesimulator/iossim\", \n \"--platform\", \n \"<(platform)\", \n \"--version\", \n \"<(version)\"\n ], \n \"files\": [\n \"<(app_path)/\", \n \"src/ios/build/bots/scripts/\", \n \"src/out/Debug-iphonesimulator/iossim\"\n ]\n }\n }\n ]\n ]\n}",
+ "[SLAVE_BUILD]/template.isolate"
+ ],
+ "name": "isolate.generate template.isolate",
"~followup_annotations": [
+ "@@@STEP_NEST_LEVEL@1@@@",
+ "@@@STEP_LOG_LINE@template.isolate@{@@@",
+ "@@@STEP_LOG_LINE@template.isolate@ \"conditions\": [@@@",
+ "@@@STEP_LOG_LINE@template.isolate@ [@@@",
+ "@@@STEP_LOG_LINE@template.isolate@ \"OS == \\\"ios\\\"\", @@@",
+ "@@@STEP_LOG_LINE@template.isolate@ {@@@",
+ "@@@STEP_LOG_LINE@template.isolate@ \"variables\": {@@@",
+ "@@@STEP_LOG_LINE@template.isolate@ \"command\": [@@@",
+ "@@@STEP_LOG_LINE@template.isolate@ \"src/ios/build/bots/scripts/run.py\", @@@",
+ "@@@STEP_LOG_LINE@template.isolate@ \"--app\", @@@",
+ "@@@STEP_LOG_LINE@template.isolate@ \"<(app_path)\", @@@",
+ "@@@STEP_LOG_LINE@template.isolate@ \"--out-dir\", @@@",
+ "@@@STEP_LOG_LINE@template.isolate@ \"${ISOLATED_OUTDIR}\", @@@",
+ "@@@STEP_LOG_LINE@template.isolate@ \"--xcode-version\", @@@",
+ "@@@STEP_LOG_LINE@template.isolate@ \"<(xcode_version)\", @@@",
+ "@@@STEP_LOG_LINE@template.isolate@ \"--iossim\", @@@",
+ "@@@STEP_LOG_LINE@template.isolate@ \"src/out/Debug-iphonesimulator/iossim\", @@@",
+ "@@@STEP_LOG_LINE@template.isolate@ \"--platform\", @@@",
+ "@@@STEP_LOG_LINE@template.isolate@ \"<(platform)\", @@@",
+ "@@@STEP_LOG_LINE@template.isolate@ \"--version\", @@@",
+ "@@@STEP_LOG_LINE@template.isolate@ \"<(version)\"@@@",
+ "@@@STEP_LOG_LINE@template.isolate@ ], @@@",
+ "@@@STEP_LOG_LINE@template.isolate@ \"files\": [@@@",
+ "@@@STEP_LOG_LINE@template.isolate@ \"<(app_path)/\", @@@",
+ "@@@STEP_LOG_LINE@template.isolate@ \"src/ios/build/bots/scripts/\", @@@",
+ "@@@STEP_LOG_LINE@template.isolate@ \"src/out/Debug-iphonesimulator/iossim\"@@@",
+ "@@@STEP_LOG_LINE@template.isolate@ ]@@@",
+ "@@@STEP_LOG_LINE@template.isolate@ }@@@",
+ "@@@STEP_LOG_LINE@template.isolate@ }@@@",
+ "@@@STEP_LOG_LINE@template.isolate@ ]@@@",
+ "@@@STEP_LOG_LINE@template.isolate@ ]@@@",
+ "@@@STEP_LOG_LINE@template.isolate@}@@@",
+ "@@@STEP_LOG_END@template.isolate@@@"
+ ]
+ },
+ {
+ "cmd": [],
+ "name": "skipped"
+ },
+ {
+ "cmd": [],
+ "name": "skipped.[skipped] fake tests (fake device iOS 8.1)",
+ "~followup_annotations": [
+ "@@@STEP_NEST_LEVEL@1@@@",
"@@@STEP_TEXT@This test was skipped because it was not affected.@@@"
]
},
{
+ "cmd": [],
+ "name": "trigger"
+ },
+ {
"name": "$result",
"recipe_result": null,
"status_code": 0
« no previous file with comments | « scripts/slave/recipes/ios/try.expected/gyp_goma.json ('k') | scripts/slave/recipes/ios/try.expected/no_tests.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698