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

Unified Diff: scripts/slave/recipes/chromium.expected/full_client_v8_fyi_Linux_Debug_Builder.json

Issue 1376453002: chromium_tests: raise infra failure when no compile targets are specified (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: 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/recipes/chromium.expected/full_client_v8_fyi_Linux_Debug_Builder.json
diff --git a/scripts/slave/recipes/chromium.expected/full_client_v8_fyi_Linux_Debug_Builder.json b/scripts/slave/recipes/chromium.expected/full_client_v8_fyi_Linux_Debug_Builder.json
index 210fd4821aa139e7582c9c41dc0ee6f126efd7e6..9b9de6462ce863dde07719a76fcae23379691376 100644
--- a/scripts/slave/recipes/chromium.expected/full_client_v8_fyi_Linux_Debug_Builder.json
+++ b/scripts/slave/recipes/chromium.expected/full_client_v8_fyi_Linux_Debug_Builder.json
@@ -120,58 +120,8 @@
"name": "cleanup_temp"
},
{
- "cmd": [
- "python",
- "-u",
- "[BUILD]/scripts/slave/compile.py",
- "--target",
- "Debug",
- "--src-dir",
- "[SLAVE_BUILD]/src",
- "--build-tool",
- "ninja",
- "--compiler",
- "goma",
- "--goma-dir",
- "[BUILD]/goma",
- "--",
- "All",
- "chromium_builder_tests"
- ],
- "cwd": "[SLAVE_BUILD]",
- "name": "compile"
- },
- {
- "allow_subannotations": true,
- "cmd": [
- "python",
- "-u",
- "[BUILD]/scripts/slave/zip_build.py",
- "--target",
- "Debug",
- "--build-url",
- "gs://chromium-v8/client.v8.fyi/Linux Debug Builder",
- "--build_revision",
- "801ada225ddc271c132c3a35f03975671d43e399",
- "--factory-properties",
- "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"buildername\": \"Linux Debug Builder\", \"buildnumber\": 571, \"mastername\": \"client.v8.fyi\", \"parent_buildername\": null, \"recipe\": \"chromium\", \"revision\": \"22135\", \"slavename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}",
- "--build-properties",
- "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"buildername\": \"Linux Debug Builder\", \"buildnumber\": 571, \"mastername\": \"client.v8.fyi\", \"parent_buildername\": null, \"recipe\": \"chromium\", \"revision\": \"22135\", \"slavename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}"
- ],
- "cwd": "[SLAVE_BUILD]",
- "name": "package build"
- },
- {
- "cmd": [],
- "cwd": "[SLAVE_BUILD]",
- "name": "trigger",
- "trigger_specs": [
- {
- "builder_name": "Linux Tests (dbg)(1)"
- }
- ],
- "~followup_annotations": [
- "@@@STEP_TEXT@Linux Tests (dbg)(1)@@@"
- ]
+ "name": "$final_result",
+ "reason": "Misconfigured bot: no compile targets",
+ "status_code": 1
}
]

Powered by Google App Engine
This is Rietveld 408576698