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

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

Issue 1372133003: Revert of chromium_tests: raise infra failure when no compile targets are specified (patchset #1 id: (Closed) Base URL: http://src.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
« no previous file with comments | « scripts/slave/recipes/chromium.expected/full_client_v8_fyi_Linux_Debug_Builder.json ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: scripts/slave/recipes/chromium.expected/full_client_v8_fyi_Linux_Snapshot_Builder.json
===================================================================
--- scripts/slave/recipes/chromium.expected/full_client_v8_fyi_Linux_Snapshot_Builder.json (revision 296915)
+++ scripts/slave/recipes/chromium.expected/full_client_v8_fyi_Linux_Snapshot_Builder.json (working copy)
@@ -123,19 +123,37 @@
"cmd": [
"python",
"-u",
- "import sys; sys.exit(1)"
+ "[BUILD]/scripts/slave/compile.py",
+ "--target",
+ "Release",
+ "--src-dir",
+ "[SLAVE_BUILD]/src",
+ "--build-tool",
+ "ninja",
+ "--compiler",
+ "goma",
+ "--goma-dir",
+ "[BUILD]/goma",
+ "--",
+ "All",
+ "chromium_builder_tests"
],
"cwd": "[SLAVE_BUILD]",
- "name": "compile",
- "~followup_annotations": [
- "step returned non-zero exit code: 1",
- "@@@STEP_TEXT@Misconfigured bot: no compile targets@@@",
- "@@@STEP_FAILURE@@@"
- ]
+ "name": "compile"
},
{
- "name": "$final_result",
- "reason": "Step('compile') failed with return_code 1",
- "status_code": 1
+ "cmd": [
+ "python",
+ "-u",
+ "[BUILD]/scripts/slave/chromium/archive_build.py",
+ "--target",
+ "Release",
+ "--factory-properties",
+ "{\"gclient_env\": {\"GYP_DEFINES\": \"component=static_library gomadir='[BUILD]/goma' target_arch=x64 use_goma=1\"}, \"gs_acl\": \"public-read\", \"gs_bucket\": \"gs://chromium-v8-snapshots\"}",
+ "--build-properties",
+ "{\"got_cr_revision\": \"f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9\", \"got_cr_revision_cp\": \"refs/heads/master@{#170242}\", \"got_nacl_revision\": \"d998e125e8253980d76e269b7982aeeefc1b9b50\", \"got_nacl_revision_cp\": \"refs/heads/master@{#274981}\", \"got_revision\": \"801ada225ddc271c132c3a35f03975671d43e399\", \"got_revision_cp\": \"refs/heads/master@{#43426}\", \"got_swarming_client_revision\": \"a0ee5d99f1d4b38ddaa4c759c837980b63b99566\", \"got_swarming_client_revision_cp\": \"refs/heads/master@{#276089}\", \"got_webrtc_revision\": \"0f90628433546e61d9268596da93418c623137f4\", \"got_webrtc_revision_cp\": \"refs/heads/master@{#120644}\"}"
+ ],
+ "cwd": "[SLAVE_BUILD]",
+ "name": "archive build"
}
]
« no previous file with comments | « scripts/slave/recipes/chromium.expected/full_client_v8_fyi_Linux_Debug_Builder.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698