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

Side by Side Diff: scripts/slave/recipes/chromedriver.expected/Android_ChromeDriver_Tests__dbg__test_failure.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
« no previous file with comments | « scripts/slave/recipes/chromedriver.expected/Android_ChromeDriver_Tests__dbg__basic.json ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 912 matching lines...) Expand 10 before | Expand all | Expand 10 after
923 }, 923 },
924 { 924 {
925 "cmd": [], 925 "cmd": [],
926 "name": "Upload Test Results Log" 926 "name": "Upload Test Results Log"
927 }, 927 },
928 { 928 {
929 "cmd": [ 929 "cmd": [
930 "python", 930 "python",
931 "-u", 931 "-u",
932 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", 932 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
933 "{\"333333\": false}", 933 "{\"170242\": false}",
934 "[TMP_BASE]/results_log_tmp_11/android_log.json" 934 "[TMP_BASE]/results_log_tmp_11/android_log.json"
935 ], 935 ],
936 "name": "Upload Test Results Log.write results log to file android_log.json" , 936 "name": "Upload Test Results Log.write results log to file android_log.json" ,
937 "~followup_annotations": [ 937 "~followup_annotations": [
938 "@@@STEP_NEST_LEVEL@1@@@" 938 "@@@STEP_NEST_LEVEL@1@@@"
939 ] 939 ]
940 }, 940 },
941 { 941 {
942 "cmd": [ 942 "cmd": [
943 "python", 943 "python",
(...skipping 133 matching lines...) Expand 10 before | Expand all | Expand 10 after
1077 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", 1077 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@",
1078 "@@@STEP_LOG_END@python.inline@@@" 1078 "@@@STEP_LOG_END@python.inline@@@"
1079 ] 1079 ]
1080 }, 1080 },
1081 { 1081 {
1082 "name": "$result", 1082 "name": "$result",
1083 "recipe_result": null, 1083 "recipe_result": null,
1084 "status_code": 0 1084 "status_code": 0
1085 } 1085 }
1086 ] 1086 ]
OLDNEW
« no previous file with comments | « scripts/slave/recipes/chromedriver.expected/Android_ChromeDriver_Tests__dbg__basic.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698