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

Unified Diff: scripts/slave/recipes/findit/chromium/compile.expected/failed_compile_upon_infra_failure.json

Issue 1781003002: chromium_tests: pass paths to runit.py and runtest.py for src/testing/scripts (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Created 4 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 side-by-side diff with in-line comments
Download patch
Index: scripts/slave/recipes/findit/chromium/compile.expected/failed_compile_upon_infra_failure.json
diff --git a/scripts/slave/recipes/findit/chromium/compile.expected/failed_compile_upon_infra_failure.json b/scripts/slave/recipes/findit/chromium/compile.expected/failed_compile_upon_infra_failure.json
index 9c310ebf93e24fba2638a0df3e429108ea87a3dd..d16ece766c70e9471d264a247790b2e2c7fdcfe4 100644
--- a/scripts/slave/recipes/findit/chromium/compile.expected/failed_compile_upon_infra_failure.json
+++ b/scripts/slave/recipes/findit/chromium/compile.expected/failed_compile_upon_infra_failure.json
@@ -150,7 +150,7 @@
"Release",
"--use-src-side-runtest-py",
"--paths",
- "{\"build\": \"[BUILD]\", \"checkout\": \"[SLAVE_BUILD]/src\"}",
+ "{\"build\": \"[BUILD]\", \"checkout\": \"[SLAVE_BUILD]/src\", \"runit.py\": \"RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py\", \"runtest.py\": \"RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py\"}",
"--properties",
"{\"buildername\": \"linux_variable\", \"buildnumber\": \"1\", \"mastername\": \"tryserver.chromium.linux\", \"slavename\": \"build1-a1\", \"target_platform\": \"linux\"}"
],
@@ -341,7 +341,7 @@
"Release",
"--use-src-side-runtest-py",
"--paths",
- "{\"build\": \"[BUILD]\", \"checkout\": \"[SLAVE_BUILD]/src\"}",
+ "{\"build\": \"[BUILD]\", \"checkout\": \"[SLAVE_BUILD]/src\", \"runit.py\": \"RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py\", \"runtest.py\": \"RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py\"}",
"--properties",
"{\"buildername\": \"linux_variable\", \"buildnumber\": \"1\", \"mastername\": \"tryserver.chromium.linux\", \"slavename\": \"build1-a1\", \"target_platform\": \"linux\"}"
],

Powered by Google App Engine
This is Rietveld 408576698