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

Unified Diff: recipe_modules/context/examples/full.expected/basic.json

Issue 2985323002: Add support for LUCI_CONTEXT.
Patch Set: Created 3 years, 5 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: recipe_modules/context/examples/full.expected/basic.json
diff --git a/recipe_modules/context/examples/full.expected/basic.json b/recipe_modules/context/examples/full.expected/basic.json
index f1bb9e1ba325d93f5d003412c0d69dfd9ea021ef..0b1e0b9d72eb786d82a7e4e796204bb3fbbfd34f 100644
--- a/recipe_modules/context/examples/full.expected/basic.json
+++ b/recipe_modules/context/examples/full.expected/basic.json
@@ -113,6 +113,20 @@
]
},
{
+ "cmd": [
+ "echo",
+ "val"
+ ],
+ "name": "value in the context"
+ },
+ {
+ "cmd": [
+ "echo",
+ "zzz"
+ ],
+ "name": "value in the context (2)"
+ },
iannucci 2017/08/04 18:55:51 the blacklist prevents the luci_config stuff from
+ {
"name": "$result",
"recipe_result": null,
"status_code": 0

Powered by Google App Engine
This is Rietveld 408576698