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

Unified Diff: scripts/slave/recipes/infra/infra_repo_trybot.expected/infra_internal_gerrit.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/infra_internal_gerrit.json
diff --git a/scripts/slave/recipes/infra/infra_repo_trybot.expected/infra_internal_gerrit.json b/scripts/slave/recipes/infra/infra_repo_trybot.expected/infra_internal_gerrit.json
index b9630720a86321c44e5dcb6befba86abf3c8890b..b07e3818f31ff8a0dcf2e00d5e1af48c24c55f17 100644
--- a/scripts/slave/recipes/infra/infra_repo_trybot.expected/infra_internal_gerrit.json
+++ b/scripts/slave/recipes/infra/infra_repo_trybot.expected/infra_internal_gerrit.json
@@ -123,6 +123,25 @@
"cmd": [
"python",
"-u",
+ "[SLAVE_BUILD]/infra_internal/recipes/recipes.py",
+ "simulation_test",
+ "test"
+ ],
+ "name": "recipe tests"
+ },
+ {
+ "cmd": [
+ "python",
+ "-u",
+ "[SLAVE_BUILD]/infra_internal/recipes/recipes.py",
+ "lint"
+ ],
+ "name": "recipe lint"
+ },
+ {
+ "cmd": [
+ "python",
+ "-u",
"[SLAVE_BUILD]/infra_internal/go/env.py"
],
"name": "go bootstrap"

Powered by Google App Engine
This is Rietveld 408576698