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

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

Issue 1377453003: Revert of 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
« 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
diff --git a/scripts/slave/recipes/chromium.expected/full_client_v8_fyi_Linux_Snapshot_Builder.json b/scripts/slave/recipes/chromium.expected/full_client_v8_fyi_Linux_Snapshot_Builder.json
index d29de88fe647515cd71a3acb7a3f27bde404a867..e09389eea6a8f9265f8dc34e7b2b04a2fe0f6b88 100644
--- a/scripts/slave/recipes/chromium.expected/full_client_v8_fyi_Linux_Snapshot_Builder.json
+++ b/scripts/slave/recipes/chromium.expected/full_client_v8_fyi_Linux_Snapshot_Builder.json
@@ -120,8 +120,40 @@
"name": "cleanup_temp"
},
{
- "name": "$final_result",
- "reason": "Misconfigured bot: no compile targets",
- "status_code": 1
+ "cmd": [
+ "python",
+ "-u",
+ "[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"
+ },
+ {
+ "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