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

Unified Diff: scripts/slave/recipe_modules/step/example.expected/invalid_access.json

Issue 1241323004: Cross-repo recipe package system. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Roll to latest recipes-py Created 5 years, 3 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/recipe_modules/step/example.expected/invalid_access.json
diff --git a/scripts/slave/recipe_modules/step/example.expected/invalid_access.json b/scripts/slave/recipe_modules/step/example.expected/invalid_access.json
deleted file mode 100644
index 0da8d29868ecf66ed59afb7ec0fb6f46906dc3d0..0000000000000000000000000000000000000000
--- a/scripts/slave/recipe_modules/step/example.expected/invalid_access.json
+++ /dev/null
@@ -1,124 +0,0 @@
-[
- {
- "cmd": [
- "echo",
- "Hello World"
- ],
- "cwd": "[SLAVE_BUILD]",
- "name": "hello"
- },
- {
- "cmd": [
- "echo",
- "Why hello, there."
- ],
- "cwd": "[SLAVE_BUILD]",
- "name": "hello (2)"
- },
- {
- "cmd": [
- "bash",
- "-c",
- "echo Good bye, $friend."
- ],
- "cwd": "[SLAVE_BUILD]",
- "env": {
- "friend": "Darth Vader"
- },
- "name": "goodbye"
- },
- {
- "cmd": [
- "bash",
- "-c",
- "exit 3"
- ],
- "cwd": "[SLAVE_BUILD]",
- "name": "anything is cool"
- },
- {
- "cmd": [
- "echo",
- "hello"
- ],
- "cwd": "[SLAVE_BUILD]",
- "name": "hello (3)",
- "~followup_annotations": [
- "@@@STEP_LOG_LINE@the reason@The reason@@@",
- "@@@STEP_LOG_LINE@the reason@it failed@@@",
- "@@@STEP_LOG_END@the reason@@@",
- "@@@STEP_EXCEPTION@@@"
- ]
- },
- {
- "cmd": [],
- "cwd": "[SLAVE_BUILD]",
- "name": "Just print stuff",
- "~followup_annotations": [
- "@@@STEP_LOG_LINE@more@More stuff@@@",
- "@@@STEP_LOG_END@more@@@"
- ]
- },
- {
- "cmd": [
- "echo",
- "goodbye"
- ],
- "cwd": "[SLAVE_BUILD]",
- "name": "goodbye (2)"
- },
- {
- "cmd": [
- "echo",
- "testa"
- ],
- "cwd": "[SLAVE_BUILD]",
- "name": "testa"
- },
- {
- "cmd": [
- "echo",
- "testb"
- ],
- "cwd": "[SLAVE_BUILD]",
- "name": "testb"
- },
- {
- "cmd": [
- "echo",
- "cleaning",
- "up",
- "build"
- ],
- "cwd": "[SLAVE_BUILD]",
- "name": "cleanup"
- },
- {
- "cmd": [
- "python",
- "test-wrapper.py",
- "-v",
- "--",
- "echo",
- "main",
- "application"
- ],
- "cwd": "[SLAVE_BUILD]",
- "name": "application"
- },
- {
- "cmd": [
- "echo",
- "I",
- "do",
- "nothing"
- ],
- "cwd": "[SLAVE_BUILD]",
- "name": "no-op"
- },
- {
- "name": "$final_result",
- "reason": "Invalid Step Data Access: StepDataAttributeError('The recipe attempted to access missing step data \"json\" for step \"no-op\". Please examine that step for errors.',)",
- "status_code": -1
- }
-]
« no previous file with comments | « scripts/slave/recipe_modules/step/example.expected/infra_failure.json ('k') | scripts/slave/recipe_modules/swarming/api.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698