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

Side by Side Diff: scripts/slave/recipes/chromedriver.expected/Android_ChromeDriver_Tests__dbg__basic.json

Issue 2143893003: Fix how revision_cp is obtained in chromedriver recipe. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Created 4 years, 5 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 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", 6 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py",
7 "--master", 7 "--master",
8 "chromium.fyi", 8 "chromium.fyi",
9 "--builder", 9 "--builder",
10 "Android ChromeDriver Tests (dbg)", 10 "Android ChromeDriver Tests (dbg)",
(...skipping 925 matching lines...) Expand 10 before | Expand all | Expand 10 after
936 }, 936 },
937 { 937 {
938 "cmd": [], 938 "cmd": [],
939 "name": "Upload Test Results Log" 939 "name": "Upload Test Results Log"
940 }, 940 },
941 { 941 {
942 "cmd": [ 942 "cmd": [
943 "python", 943 "python",
944 "-u", 944 "-u",
945 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", 945 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
946 "{\"333333\": true}", 946 "{\"170242\": true}",
947 "[TMP_BASE]/results_log_tmp_11/android_log.json" 947 "[TMP_BASE]/results_log_tmp_11/android_log.json"
948 ], 948 ],
949 "name": "Upload Test Results Log.write results log to file android_log.json" , 949 "name": "Upload Test Results Log.write results log to file android_log.json" ,
950 "~followup_annotations": [ 950 "~followup_annotations": [
951 "@@@STEP_NEST_LEVEL@1@@@" 951 "@@@STEP_NEST_LEVEL@1@@@"
952 ] 952 ]
953 }, 953 },
954 { 954 {
955 "cmd": [ 955 "cmd": [
956 "python", 956 "python",
(...skipping 133 matching lines...) Expand 10 before | Expand all | Expand 10 after
1090 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", 1090 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@",
1091 "@@@STEP_LOG_END@python.inline@@@" 1091 "@@@STEP_LOG_END@python.inline@@@"
1092 ] 1092 ]
1093 }, 1093 },
1094 { 1094 {
1095 "name": "$result", 1095 "name": "$result",
1096 "recipe_result": null, 1096 "recipe_result": null,
1097 "status_code": 0 1097 "status_code": 0
1098 } 1098 }
1099 ] 1099 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698