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

Side by Side Diff: scripts/slave/recipes/chromium_trybot.expected/swarming_basic_try_job.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 245 matching lines...) Expand 10 before | Expand all | Expand 10 after
256 "python", 256 "python",
257 "-u", 257 "-u",
258 "[BUILD]/scripts/slave/cleanup_temp.py" 258 "[BUILD]/scripts/slave/cleanup_temp.py"
259 ], 259 ],
260 "name": "cleanup_temp" 260 "name": "cleanup_temp"
261 }, 261 },
262 { 262 {
263 "cmd": [ 263 "cmd": [
264 "python", 264 "python",
265 "-u", 265 "-u",
266 "[BUILD]/scripts/slave/recipe_modules/isolate/resources/find_isolated_test s.py", 266 "RECIPE_MODULE[isolate]/resources/find_isolated_tests.py",
267 "--build-dir", 267 "--build-dir",
268 "[SLAVE_BUILD]/src/out/Release", 268 "[SLAVE_BUILD]/src/out/Release",
269 "--clean-isolated-files" 269 "--clean-isolated-files"
270 ], 270 ],
271 "name": "clean isolated files" 271 "name": "clean isolated files"
272 }, 272 },
273 { 273 {
274 "cmd": [ 274 "cmd": [
275 "python", 275 "python",
276 "-u", 276 "-u",
(...skipping 19 matching lines...) Expand all
296 "content_gl_tests_run", 296 "content_gl_tests_run",
297 "gl_tests_run", 297 "gl_tests_run",
298 "chromium_swarm_tests" 298 "chromium_swarm_tests"
299 ], 299 ],
300 "name": "compile (with patch)" 300 "name": "compile (with patch)"
301 }, 301 },
302 { 302 {
303 "cmd": [ 303 "cmd": [
304 "python", 304 "python",
305 "-u", 305 "-u",
306 "[BUILD]/scripts/slave/recipe_modules/isolate/resources/remove_build_metad ata.py", 306 "RECIPE_MODULE[isolate]/resources/remove_build_metadata.py",
307 "--build-dir", 307 "--build-dir",
308 "[SLAVE_BUILD]/src/out/Release", 308 "[SLAVE_BUILD]/src/out/Release",
309 "--src-dir", 309 "--src-dir",
310 "[SLAVE_BUILD]/src" 310 "[SLAVE_BUILD]/src"
311 ], 311 ],
312 "cwd": "[SLAVE_BUILD]", 312 "cwd": "[SLAVE_BUILD]",
313 "name": "remove_build_metadata" 313 "name": "remove_build_metadata"
314 }, 314 },
315 { 315 {
316 "cmd": [ 316 "cmd": [
(...skipping 1284 matching lines...) Expand 10 before | Expand all | Expand 10 after
1601 "@@@STEP_LOG_LINE@json.output@}@@@", 1601 "@@@STEP_LOG_LINE@json.output@}@@@",
1602 "@@@STEP_LOG_END@json.output@@@", 1602 "@@@STEP_LOG_END@json.output@@@",
1603 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@ @@" 1603 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@ @@"
1604 ] 1604 ]
1605 }, 1605 },
1606 { 1606 {
1607 "allow_subannotations": true, 1607 "allow_subannotations": true,
1608 "cmd": [ 1608 "cmd": [
1609 "python", 1609 "python",
1610 "-u", 1610 "-u",
1611 "[BUILD]/scripts/slave/recipe_modules/swarming/resources/collect_gtest_tas k.py", 1611 "RECIPE_MODULE[swarming]/resources/collect_gtest_task.py",
1612 "--swarming-client-dir", 1612 "--swarming-client-dir",
1613 "[SLAVE_BUILD]/src/tools/swarming_client", 1613 "[SLAVE_BUILD]/src/tools/swarming_client",
1614 "--temp-root-dir", 1614 "--temp-root-dir",
1615 "[TMP_BASE]", 1615 "[TMP_BASE]",
1616 "--merged-test-output", 1616 "--merged-test-output",
1617 "/path/to/tmp/json", 1617 "/path/to/tmp/json",
1618 "--", 1618 "--",
1619 "collect", 1619 "collect",
1620 "--swarming", 1620 "--swarming",
1621 "https://chromium-swarm.appspot.com", 1621 "https://chromium-swarm.appspot.com",
1622 "--decorate", 1622 "--decorate",
1623 "--print-status-updates", 1623 "--print-status-updates",
1624 "--shards", 1624 "--shards",
1625 "1", 1625 "1",
1626 "content_gl_tests on NVIDIA GPU on Linux (with patch)/Linux/[dummy has/lin ux_chromium_rel_ng/571" 1626 "content_gl_tests on NVIDIA GPU on Linux (with patch)/Linux/[dummy has/lin ux_chromium_rel_ng/571"
1627 ], 1627 ],
1628 "name": "content_gl_tests on NVIDIA GPU on Linux (with patch) on Linux" 1628 "name": "content_gl_tests on NVIDIA GPU on Linux (with patch) on Linux"
1629 }, 1629 },
1630 { 1630 {
1631 "allow_subannotations": true, 1631 "allow_subannotations": true,
1632 "cmd": [ 1632 "cmd": [
1633 "python", 1633 "python",
1634 "-u", 1634 "-u",
1635 "[BUILD]/scripts/slave/recipe_modules/swarming/resources/collect_gtest_tas k.py", 1635 "RECIPE_MODULE[swarming]/resources/collect_gtest_task.py",
1636 "--swarming-client-dir", 1636 "--swarming-client-dir",
1637 "[SLAVE_BUILD]/src/tools/swarming_client", 1637 "[SLAVE_BUILD]/src/tools/swarming_client",
1638 "--temp-root-dir", 1638 "--temp-root-dir",
1639 "[TMP_BASE]", 1639 "[TMP_BASE]",
1640 "--merged-test-output", 1640 "--merged-test-output",
1641 "/path/to/tmp/json", 1641 "/path/to/tmp/json",
1642 "--", 1642 "--",
1643 "collect", 1643 "collect",
1644 "--swarming", 1644 "--swarming",
1645 "https://chromium-swarm.appspot.com", 1645 "https://chromium-swarm.appspot.com",
1646 "--decorate", 1646 "--decorate",
1647 "--print-status-updates", 1647 "--print-status-updates",
1648 "--shards", 1648 "--shards",
1649 "1", 1649 "1",
1650 "gl_tests on NVIDIA GPU on Linux (with patch)/Linux/[dummy has/linux_chrom ium_rel_ng/571" 1650 "gl_tests on NVIDIA GPU on Linux (with patch)/Linux/[dummy has/linux_chrom ium_rel_ng/571"
1651 ], 1651 ],
1652 "name": "gl_tests on NVIDIA GPU on Linux (with patch) on Linux" 1652 "name": "gl_tests on NVIDIA GPU on Linux (with patch) on Linux"
1653 }, 1653 },
1654 { 1654 {
1655 "allow_subannotations": true, 1655 "allow_subannotations": true,
1656 "cmd": [ 1656 "cmd": [
1657 "python", 1657 "python",
1658 "-u", 1658 "-u",
1659 "[BUILD]/scripts/slave/recipe_modules/swarming/resources/collect_gtest_tas k.py", 1659 "RECIPE_MODULE[swarming]/resources/collect_gtest_task.py",
1660 "--swarming-client-dir", 1660 "--swarming-client-dir",
1661 "[SLAVE_BUILD]/src/tools/swarming_client", 1661 "[SLAVE_BUILD]/src/tools/swarming_client",
1662 "--temp-root-dir", 1662 "--temp-root-dir",
1663 "[TMP_BASE]", 1663 "[TMP_BASE]",
1664 "--merged-test-output", 1664 "--merged-test-output",
1665 "/path/to/tmp/json", 1665 "/path/to/tmp/json",
1666 "--", 1666 "--",
1667 "collect", 1667 "collect",
1668 "--swarming", 1668 "--swarming",
1669 "https://chromium-swarm.appspot.com", 1669 "https://chromium-swarm.appspot.com",
(...skipping 183 matching lines...) Expand 10 before | Expand all | Expand 10 after
1853 "--task-output-dir", 1853 "--task-output-dir",
1854 "/path/to/tmp/" 1854 "/path/to/tmp/"
1855 ], 1855 ],
1856 "name": "gpu_rasterization on NVIDIA GPU on Linux (with patch) on Linux" 1856 "name": "gpu_rasterization on NVIDIA GPU on Linux (with patch) on Linux"
1857 }, 1857 },
1858 { 1858 {
1859 "allow_subannotations": true, 1859 "allow_subannotations": true,
1860 "cmd": [ 1860 "cmd": [
1861 "python", 1861 "python",
1862 "-u", 1862 "-u",
1863 "[BUILD]/scripts/slave/recipe_modules/swarming/resources/collect_gtest_tas k.py", 1863 "RECIPE_MODULE[swarming]/resources/collect_gtest_task.py",
1864 "--swarming-client-dir", 1864 "--swarming-client-dir",
1865 "[SLAVE_BUILD]/src/tools/swarming_client", 1865 "[SLAVE_BUILD]/src/tools/swarming_client",
1866 "--temp-root-dir", 1866 "--temp-root-dir",
1867 "[TMP_BASE]", 1867 "[TMP_BASE]",
1868 "--merged-test-output", 1868 "--merged-test-output",
1869 "/path/to/tmp/json", 1869 "/path/to/tmp/json",
1870 "--", 1870 "--",
1871 "collect", 1871 "collect",
1872 "--swarming", 1872 "--swarming",
1873 "https://chromium-swarm.appspot.com", 1873 "https://chromium-swarm.appspot.com",
1874 "--decorate", 1874 "--decorate",
1875 "--print-status-updates", 1875 "--print-status-updates",
1876 "--shards", 1876 "--shards",
1877 "1", 1877 "1",
1878 "tab_capture_end2end_tests on NVIDIA GPU on Linux (with patch)/Linux/[dumm y has/linux_chromium_rel_ng/571" 1878 "tab_capture_end2end_tests on NVIDIA GPU on Linux (with patch)/Linux/[dumm y has/linux_chromium_rel_ng/571"
1879 ], 1879 ],
1880 "name": "tab_capture_end2end_tests on NVIDIA GPU on Linux (with patch) on Li nux" 1880 "name": "tab_capture_end2end_tests on NVIDIA GPU on Linux (with patch) on Li nux"
1881 } 1881 }
1882 ] 1882 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698