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

Unified Diff: scripts/slave/recipes/infra/recipe_simulation.expected/normal.json

Issue 1575833003: Add recipe for testing recipe simulation. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Created 4 years, 11 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/recipe_simulation.expected/normal.json
diff --git a/scripts/slave/recipes/infra/cipd_test.expected/cipd-latest-ok-outer.json b/scripts/slave/recipes/infra/recipe_simulation.expected/normal.json
similarity index 80%
copy from scripts/slave/recipes/infra/cipd_test.expected/cipd-latest-ok-outer.json
copy to scripts/slave/recipes/infra/recipe_simulation.expected/normal.json
index 59f93e383a9048743dc697835f13c1d4db1f687b..c4481c6f8a66729addba265b682200a02bc353b8 100644
--- a/scripts/slave/recipes/infra/cipd_test.expected/cipd-latest-ok-outer.json
+++ b/scripts/slave/recipes/infra/recipe_simulation.expected/normal.json
@@ -5,9 +5,9 @@
"-u",
"[BUILD]/scripts/slave/bot_update.py",
"--master",
- "chromium.infra",
+ "chromium.tools.build",
"--builder",
- "cipd-module-tester",
+ "recipe simulation tester",
"--slave",
"TestSlavename",
"--spec",
@@ -51,16 +51,19 @@
},
{
"cmd": [
- "python",
- "-u",
- "[SLAVE_BUILD]/build/scripts/tools/run_recipe.py",
- "infra/cipd_test",
- "--master-overrides-slave",
- "--properties-file",
- "{\"buildername\": \"cipd-module-tester\", \"buildnumber\": 571, \"dir_to_package\": \"[SLAVE_BUILD]/build/scripts/slave/recipe_modules/cipd\", \"mastername\": \"chromium.infra\", \"revision_tag\": \"80754af91bfb6d1073585b046fe0a474ce868509\", \"slavename\": \"TestSlavename\"}"
+ "[SLAVE_BUILD]/build/scripts/slave/recipes.py",
+ "fetch"
+ ],
+ "cwd": "[SLAVE_BUILD]",
+ "name": "recipe fetch deps"
+ },
+ {
+ "cmd": [
+ "[SLAVE_BUILD]/build/scripts/slave/recipes.py",
+ "simulation_test"
],
"cwd": "[SLAVE_BUILD]",
- "name": "actual run"
+ "name": "recipe simulation test"
},
{
"name": "$result",

Powered by Google App Engine
This is Rietveld 408576698