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

Side by Side Diff: scripts/slave/recipes/libvpx/unittests.expected/basic_linux_64.json

Issue 1693713005: Downstream impact from https://codereview.chromium.org/1693993002/ (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Roll dep Created 4 years, 10 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, shutil\nroot = sys.argv[1]\nnuke_dirs = sys.argv[2:]\nf or fname in os.listdir(root):\n path = os.path.join(root, fname)\n if os.path. isfile(path):\n os.unlink(path)\n elif fname in nuke_dirs:\n shutil.rmtre e(path)\n", 6 "\nimport os, sys, shutil\nroot = sys.argv[1]\nnuke_dirs = sys.argv[2:]\nf or fname in os.listdir(root):\n path = os.path.join(root, fname)\n if os.path. isfile(path):\n os.unlink(path)\n elif fname in nuke_dirs:\n shutil.rmtre e(path)\n",
7 "[SLAVE_BUILD]", 7 "[SLAVE_BUILD]",
8 "libs", 8 "libs",
9 "obj", 9 "obj",
10 "vp8", 10 "vp8",
(...skipping 51 matching lines...) Expand 10 before | Expand all | Expand 10 after
62 "checkout", 62 "checkout",
63 "-f", 63 "-f",
64 "FETCH_HEAD" 64 "FETCH_HEAD"
65 ], 65 ],
66 "cwd": "[SLAVE_BUILD]/libvpx", 66 "cwd": "[SLAVE_BUILD]/libvpx",
67 "name": "git checkout" 67 "name": "git checkout"
68 }, 68 },
69 { 69 {
70 "cmd": [ 70 "cmd": [
71 "git", 71 "git",
72 "rev-parse",
73 "HEAD"
74 ],
75 "cwd": "[SLAVE_BUILD]/libvpx",
76 "name": "read revision",
77 "stdout": "/path/to/tmp/",
78 "~followup_annotations": [
79 "@@@STEP_TEXT@<br/>checked out 'deadbeef'<br/>@@@"
80 ]
81 },
82 {
83 "cmd": [
84 "git",
72 "clean", 85 "clean",
73 "-f", 86 "-f",
74 "-d", 87 "-d",
75 "-x" 88 "-x"
76 ], 89 ],
77 "cwd": "[SLAVE_BUILD]/libvpx", 90 "cwd": "[SLAVE_BUILD]/libvpx",
78 "name": "git clean" 91 "name": "git clean"
79 }, 92 },
80 { 93 {
81 "cmd": [ 94 "cmd": [
(...skipping 30 matching lines...) Expand all
112 ], 125 ],
113 "cwd": "[SLAVE_BUILD]", 126 "cwd": "[SLAVE_BUILD]",
114 "name": "run tests" 127 "name": "run tests"
115 }, 128 },
116 { 129 {
117 "name": "$result", 130 "name": "$result",
118 "recipe_result": null, 131 "recipe_result": null,
119 "status_code": 0 132 "status_code": 0
120 } 133 }
121 ] 134 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698