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

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: argh 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
« no previous file with comments | « scripts/slave/recipes/infra/recipe_simulation.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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..bdee57d991c712049ba7e7b689b6b38de2527fdb 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",
@@ -19,7 +19,7 @@
"--output_json",
"/path/to/tmp/json",
"--revision",
- "build@HEAD",
+ "build@deadbeaf",
"--force",
"--output_manifest"
],
@@ -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",
« no previous file with comments | « scripts/slave/recipes/infra/recipe_simulation.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698