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

Unified Diff: scripts/slave/recipes/infra/infra_repo_trybot.expected/only_python.json

Issue 2042243002: build: add recipe tests to infra/infra_repo_trybot (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Created 4 years, 6 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/infra/infra_repo_trybot.expected/only_python.json
diff --git a/scripts/slave/recipes/infra/infra_repo_trybot.expected/only_python.json b/scripts/slave/recipes/infra/infra_repo_trybot.expected/only_python.json
index 7042b5839c1024722760bffb1cbbc301ac77b9b2..b732e932058fce354885637a1158a7788a4a9810 100644
--- a/scripts/slave/recipes/infra/infra_repo_trybot.expected/only_python.json
+++ b/scripts/slave/recipes/infra/infra_repo_trybot.expected/only_python.json
@@ -120,6 +120,25 @@
"cmd": [
"python",
"-u",
+ "[SLAVE_BUILD]/infra/recipes/recipes.py",
+ "simulation_test",
+ "test"
+ ],
+ "name": "recipe tests"
+ },
+ {
+ "cmd": [
+ "python",
+ "-u",
+ "[SLAVE_BUILD]/infra/recipes/recipes.py",
+ "lint"
+ ],
+ "name": "recipe lint"
+ },
+ {
+ "cmd": [
+ "python",
+ "-u",
"[SLAVE_BUILD]/infra/go/env.py"
],
"name": "go bootstrap"

Powered by Google App Engine
This is Rietveld 408576698