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

Side by Side Diff: scripts/slave/recipe_modules/chromium_android/example.expected/webview_cts_basic.json

Issue 2355483004: Add CIPD GAE SDK recipe module and packager. (Closed)
Patch Set: pylint Created 4 years, 2 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 unified diff | Download patch
OLDNEW
1 [ 1 [
2 { 2 {
3 "cmd": [ 3 "cmd": [
4 "python", 4 "python",
5 "-u", 5 "-u",
6 "\nimport os, sys\n\nbuild_path = sys.argv[1]\nif os.path.exists(build_pat h):\n for (path, dir, files) in os.walk(build_path):\n for cur_file in files :\n if cur_file.endswith('index.lock'):\n path_to_file = os.path.joi n(path, cur_file)\n print 'deleting %s' % path_to_file\n os.remove (path_to_file)\n", 6 "\nimport os, sys\n\nbuild_path = sys.argv[1]\nif os.path.exists(build_pat h):\n for (path, dir, files) in os.walk(build_path):\n for cur_file in files :\n if cur_file.endswith('index.lock'):\n path_to_file = os.path.joi n(path, cur_file)\n print 'deleting %s' % path_to_file\n os.remove (path_to_file)\n",
7 "[SLAVE_BUILD]" 7 "[SLAVE_BUILD]"
8 ], 8 ],
9 "name": "cleanup index.lock", 9 "name": "cleanup index.lock",
10 "~followup_annotations": [ 10 "~followup_annotations": [
(...skipping 993 matching lines...) Expand 10 before | Expand all | Expand 10 after
1004 "@@@STEP_NEST_LEVEL@1@@@" 1004 "@@@STEP_NEST_LEVEL@1@@@"
1005 ] 1005 ]
1006 }, 1006 },
1007 { 1007 {
1008 "cmd": [ 1008 "cmd": [
1009 "python", 1009 "python",
1010 "-u", 1010 "-u",
1011 "RECIPE_MODULE[build::zip]/resources/unzip.py" 1011 "RECIPE_MODULE[build::zip]/resources/unzip.py"
1012 ], 1012 ],
1013 "name": "Update CTS.Extract new CTS", 1013 "name": "Update CTS.Extract new CTS",
1014 "stdin": "{\"output\": \"[CACHE]/android_cts/unzipped\", \"zip_file\": \"[CA CHE]/android_cts/cts_arm64_L.zip\"}", 1014 "stdin": "{\"output\": \"[CACHE]/android_cts/unzipped\", \"quiet\": false, \ "zip_file\": \"[CACHE]/android_cts/cts_arm64_L.zip\"}",
1015 "~followup_annotations": [ 1015 "~followup_annotations": [
1016 "@@@STEP_NEST_LEVEL@1@@@" 1016 "@@@STEP_NEST_LEVEL@1@@@"
1017 ] 1017 ]
1018 }, 1018 },
1019 { 1019 {
1020 "cmd": [ 1020 "cmd": [
1021 "[CACHE]/android_cts/unzipped/android-cts/tools/cts-tradefed", 1021 "[CACHE]/android_cts/unzipped/android-cts/tools/cts-tradefed",
1022 "run", 1022 "run",
1023 "cts", 1023 "cts",
1024 "-p", 1024 "-p",
(...skipping 19 matching lines...) Expand all
1044 "@@@STEP_LOG_END@disabled_tests@@@" 1044 "@@@STEP_LOG_END@disabled_tests@@@"
1045 ] 1045 ]
1046 }, 1046 },
1047 { 1047 {
1048 "name": "$result", 1048 "name": "$result",
1049 "reason": "Failed to parse the CTS output for the xml report file location", 1049 "reason": "Failed to parse the CTS output for the xml report file location",
1050 "recipe_result": null, 1050 "recipe_result": null,
1051 "status_code": 1 1051 "status_code": 1
1052 } 1052 }
1053 ] 1053 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698