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

Side by Side Diff: scripts/slave/recipes/chromium_trybot.expected/swarming_missing_isolated.json

Issue 985273002: Changed recipe_modules base paths to be abstract entities in their own right. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Rebase Created 5 years, 9 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 | Annotate | Revision Log
OLDNEW
1 [ 1 [
2 { 2 {
3 "cmd": [ 3 "cmd": [
4 "python", 4 "python",
5 "-u", 5 "-u",
6 "[BUILD]/scripts/slave/bot_update.py", 6 "[BUILD]/scripts/slave/bot_update.py",
7 "--master", 7 "--master",
8 "tryserver.chromium.linux", 8 "tryserver.chromium.linux",
9 "--builder", 9 "--builder",
10 "linux_chromium_rel_ng", 10 "linux_chromium_rel_ng",
(...skipping 241 matching lines...) Expand 10 before | Expand all | Expand 10 after
252 "python", 252 "python",
253 "-u", 253 "-u",
254 "[BUILD]/scripts/slave/cleanup_temp.py" 254 "[BUILD]/scripts/slave/cleanup_temp.py"
255 ], 255 ],
256 "name": "cleanup_temp" 256 "name": "cleanup_temp"
257 }, 257 },
258 { 258 {
259 "cmd": [ 259 "cmd": [
260 "python", 260 "python",
261 "-u", 261 "-u",
262 "[BUILD]/scripts/slave/recipe_modules/isolate/resources/find_isolated_test s.py", 262 "RECIPE_MODULE[isolate]/resources/find_isolated_tests.py",
263 "--build-dir", 263 "--build-dir",
264 "[SLAVE_BUILD]/src/out/Release", 264 "[SLAVE_BUILD]/src/out/Release",
265 "--clean-isolated-files" 265 "--clean-isolated-files"
266 ], 266 ],
267 "name": "clean isolated files" 267 "name": "clean isolated files"
268 }, 268 },
269 { 269 {
270 "cmd": [ 270 "cmd": [
271 "python", 271 "python",
272 "-u", 272 "-u",
(...skipping 19 matching lines...) Expand all
292 "content_gl_tests_run", 292 "content_gl_tests_run",
293 "gl_tests_run", 293 "gl_tests_run",
294 "chromium_swarm_tests" 294 "chromium_swarm_tests"
295 ], 295 ],
296 "name": "compile (with patch)" 296 "name": "compile (with patch)"
297 }, 297 },
298 { 298 {
299 "cmd": [ 299 "cmd": [
300 "python", 300 "python",
301 "-u", 301 "-u",
302 "[BUILD]/scripts/slave/recipe_modules/isolate/resources/remove_build_metad ata.py", 302 "RECIPE_MODULE[isolate]/resources/remove_build_metadata.py",
303 "--build-dir", 303 "--build-dir",
304 "[SLAVE_BUILD]/src/out/Release", 304 "[SLAVE_BUILD]/src/out/Release",
305 "--src-dir", 305 "--src-dir",
306 "[SLAVE_BUILD]/src" 306 "[SLAVE_BUILD]/src"
307 ], 307 ],
308 "cwd": "[SLAVE_BUILD]", 308 "cwd": "[SLAVE_BUILD]",
309 "name": "remove_build_metadata" 309 "name": "remove_build_metadata"
310 }, 310 },
311 { 311 {
312 "cmd": [ 312 "cmd": [
(...skipping 1284 matching lines...) Expand 10 before | Expand all | Expand 10 after
1597 "@@@STEP_LOG_LINE@json.output@}@@@", 1597 "@@@STEP_LOG_LINE@json.output@}@@@",
1598 "@@@STEP_LOG_END@json.output@@@", 1598 "@@@STEP_LOG_END@json.output@@@",
1599 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@ @@" 1599 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@ @@"
1600 ] 1600 ]
1601 }, 1601 },
1602 { 1602 {
1603 "allow_subannotations": true, 1603 "allow_subannotations": true,
1604 "cmd": [ 1604 "cmd": [
1605 "python", 1605 "python",
1606 "-u", 1606 "-u",
1607 "[BUILD]/scripts/slave/recipe_modules/swarming/resources/collect_gtest_tas k.py", 1607 "RECIPE_MODULE[swarming]/resources/collect_gtest_task.py",
1608 "--swarming-client-dir", 1608 "--swarming-client-dir",
1609 "[SLAVE_BUILD]/src/tools/swarming_client", 1609 "[SLAVE_BUILD]/src/tools/swarming_client",
1610 "--temp-root-dir", 1610 "--temp-root-dir",
1611 "[TMP_BASE]", 1611 "[TMP_BASE]",
1612 "--merged-test-output", 1612 "--merged-test-output",
1613 "/path/to/tmp/json", 1613 "/path/to/tmp/json",
1614 "--", 1614 "--",
1615 "collect", 1615 "collect",
1616 "--swarming", 1616 "--swarming",
1617 "https://chromium-swarm.appspot.com", 1617 "https://chromium-swarm.appspot.com",
1618 "--decorate", 1618 "--decorate",
1619 "--print-status-updates", 1619 "--print-status-updates",
1620 "--shards", 1620 "--shards",
1621 "1", 1621 "1",
1622 "content_gl_tests on NVIDIA GPU on Linux (with patch)/Linux/[dummy has/lin ux_chromium_rel_ng/571" 1622 "content_gl_tests on NVIDIA GPU on Linux (with patch)/Linux/[dummy has/lin ux_chromium_rel_ng/571"
1623 ], 1623 ],
1624 "name": "content_gl_tests on NVIDIA GPU on Linux (with patch) on Linux" 1624 "name": "content_gl_tests on NVIDIA GPU on Linux (with patch) on Linux"
1625 }, 1625 },
1626 { 1626 {
1627 "allow_subannotations": true, 1627 "allow_subannotations": true,
1628 "cmd": [ 1628 "cmd": [
1629 "python", 1629 "python",
1630 "-u", 1630 "-u",
1631 "[BUILD]/scripts/slave/recipe_modules/swarming/resources/collect_gtest_tas k.py", 1631 "RECIPE_MODULE[swarming]/resources/collect_gtest_task.py",
1632 "--swarming-client-dir", 1632 "--swarming-client-dir",
1633 "[SLAVE_BUILD]/src/tools/swarming_client", 1633 "[SLAVE_BUILD]/src/tools/swarming_client",
1634 "--temp-root-dir", 1634 "--temp-root-dir",
1635 "[TMP_BASE]", 1635 "[TMP_BASE]",
1636 "--merged-test-output", 1636 "--merged-test-output",
1637 "/path/to/tmp/json", 1637 "/path/to/tmp/json",
1638 "--", 1638 "--",
1639 "collect", 1639 "collect",
1640 "--swarming", 1640 "--swarming",
1641 "https://chromium-swarm.appspot.com", 1641 "https://chromium-swarm.appspot.com",
1642 "--decorate", 1642 "--decorate",
1643 "--print-status-updates", 1643 "--print-status-updates",
1644 "--shards", 1644 "--shards",
1645 "1", 1645 "1",
1646 "gl_tests on NVIDIA GPU on Linux (with patch)/Linux/[dummy has/linux_chrom ium_rel_ng/571" 1646 "gl_tests on NVIDIA GPU on Linux (with patch)/Linux/[dummy has/linux_chrom ium_rel_ng/571"
1647 ], 1647 ],
1648 "name": "gl_tests on NVIDIA GPU on Linux (with patch) on Linux" 1648 "name": "gl_tests on NVIDIA GPU on Linux (with patch) on Linux"
1649 }, 1649 },
1650 { 1650 {
1651 "allow_subannotations": true, 1651 "allow_subannotations": true,
1652 "cmd": [ 1652 "cmd": [
1653 "python", 1653 "python",
1654 "-u", 1654 "-u",
1655 "[BUILD]/scripts/slave/recipe_modules/swarming/resources/collect_gtest_tas k.py", 1655 "RECIPE_MODULE[swarming]/resources/collect_gtest_task.py",
1656 "--swarming-client-dir", 1656 "--swarming-client-dir",
1657 "[SLAVE_BUILD]/src/tools/swarming_client", 1657 "[SLAVE_BUILD]/src/tools/swarming_client",
1658 "--temp-root-dir", 1658 "--temp-root-dir",
1659 "[TMP_BASE]", 1659 "[TMP_BASE]",
1660 "--merged-test-output", 1660 "--merged-test-output",
1661 "/path/to/tmp/json", 1661 "/path/to/tmp/json",
1662 "--", 1662 "--",
1663 "collect", 1663 "collect",
1664 "--swarming", 1664 "--swarming",
1665 "https://chromium-swarm.appspot.com", 1665 "https://chromium-swarm.appspot.com",
(...skipping 183 matching lines...) Expand 10 before | Expand all | Expand 10 after
1849 "--task-output-dir", 1849 "--task-output-dir",
1850 "/path/to/tmp/" 1850 "/path/to/tmp/"
1851 ], 1851 ],
1852 "name": "gpu_rasterization on NVIDIA GPU on Linux (with patch) on Linux" 1852 "name": "gpu_rasterization on NVIDIA GPU on Linux (with patch) on Linux"
1853 }, 1853 },
1854 { 1854 {
1855 "allow_subannotations": true, 1855 "allow_subannotations": true,
1856 "cmd": [ 1856 "cmd": [
1857 "python", 1857 "python",
1858 "-u", 1858 "-u",
1859 "[BUILD]/scripts/slave/recipe_modules/swarming/resources/collect_gtest_tas k.py", 1859 "RECIPE_MODULE[swarming]/resources/collect_gtest_task.py",
1860 "--swarming-client-dir", 1860 "--swarming-client-dir",
1861 "[SLAVE_BUILD]/src/tools/swarming_client", 1861 "[SLAVE_BUILD]/src/tools/swarming_client",
1862 "--temp-root-dir", 1862 "--temp-root-dir",
1863 "[TMP_BASE]", 1863 "[TMP_BASE]",
1864 "--merged-test-output", 1864 "--merged-test-output",
1865 "/path/to/tmp/json", 1865 "/path/to/tmp/json",
1866 "--", 1866 "--",
1867 "collect", 1867 "collect",
1868 "--swarming", 1868 "--swarming",
1869 "https://chromium-swarm.appspot.com", 1869 "https://chromium-swarm.appspot.com",
1870 "--decorate", 1870 "--decorate",
1871 "--print-status-updates", 1871 "--print-status-updates",
1872 "--shards", 1872 "--shards",
1873 "1", 1873 "1",
1874 "tab_capture_end2end_tests on NVIDIA GPU on Linux (with patch)/Linux/[dumm y has/linux_chromium_rel_ng/571" 1874 "tab_capture_end2end_tests on NVIDIA GPU on Linux (with patch)/Linux/[dumm y has/linux_chromium_rel_ng/571"
1875 ], 1875 ],
1876 "name": "tab_capture_end2end_tests on NVIDIA GPU on Linux (with patch) on Li nux" 1876 "name": "tab_capture_end2end_tests on NVIDIA GPU on Linux (with patch) on Li nux"
1877 } 1877 }
1878 ] 1878 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698