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

Unified Diff: scripts/slave/recipes/chromium_trybot.expected/compile.json

Issue 169053007: Add a compile-only config to chromium_trybot (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build/
Patch Set: Created 6 years, 10 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_trybot.py ('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_trybot.expected/compile.json
===================================================================
--- scripts/slave/recipes/chromium_trybot.expected/compile.json (revision 0)
+++ scripts/slave/recipes/chromium_trybot.expected/compile.json (revision 0)
@@ -0,0 +1,177 @@
+[
+ {
+ "cmd": [
+ "python",
+ "-u",
+ "[DEPOT_TOOLS]/gclient.py",
+ "config",
+ "--spec",
+ "cache_dir = None\nsolutions = [{'custom_deps': {'src/third_party/WebKit/LayoutTests': None, 'src/webkit/data/layout_tests/LayoutTests': None}, 'custom_vars': {'googlecode_url': 'svn://svn-mirror.golo.chromium.org/%s', 'nacl_trunk': 'svn://svn-mirror.golo.chromium.org/native_client/trunk', 'sourceforge_url': 'svn://svn-mirror.golo.chromium.org/%(repo)s', 'webkit_trunk': 'svn://svn-mirror.golo.chromium.org/blink/trunk'}, 'deps_file': 'DEPS', 'managed': True, 'name': 'src', 'url': 'svn://svn-mirror.golo.chromium.org/chrome/trunk/src'}]"
+ ],
+ "name": "gclient setup",
+ "seed_steps": [
+ "gclient setup",
+ "gclient revert",
+ "gclient sync",
+ "apply_issue"
+ ]
+ },
+ {
+ "abort_on_failure": true,
+ "cmd": [
+ "python",
+ "-u",
+ "[BUILD]/scripts/slave/gclient_safe_revert.py",
+ ".",
+ "[DEPOT_TOOLS]/gclient"
+ ],
+ "name": "gclient revert"
+ },
+ {
+ "abort_on_failure": true,
+ "cmd": [
+ "python",
+ "-u",
+ "[DEPOT_TOOLS]/gclient.py",
+ "sync",
+ "--nohooks",
+ "--delete_unversioned_trees",
+ "--output-json",
+ "/path/to/tmp/json"
+ ],
+ "name": "gclient sync",
+ "~followup_annotations": [
+ "@@@STEP_LOG_LINE@json.output@{@@@",
+ "@@@STEP_LOG_LINE@json.output@ \"solutions\": {@@@",
+ "@@@STEP_LOG_LINE@json.output@ \"src/\": {@@@",
+ "@@@STEP_LOG_LINE@json.output@ \"revision\": 170242@@@",
+ "@@@STEP_LOG_LINE@json.output@ }, @@@",
+ "@@@STEP_LOG_LINE@json.output@ \"src/native_client/\": {@@@",
+ "@@@STEP_LOG_LINE@json.output@ \"revision\": 274981@@@",
+ "@@@STEP_LOG_LINE@json.output@ }, @@@",
+ "@@@STEP_LOG_LINE@json.output@ \"src/third_party/WebKit/\": {@@@",
+ "@@@STEP_LOG_LINE@json.output@ \"revision\": 124383@@@",
+ "@@@STEP_LOG_LINE@json.output@ }, @@@",
+ "@@@STEP_LOG_LINE@json.output@ \"src/third_party/webrtc/\": {@@@",
+ "@@@STEP_LOG_LINE@json.output@ \"revision\": 120644@@@",
+ "@@@STEP_LOG_LINE@json.output@ }, @@@",
+ "@@@STEP_LOG_LINE@json.output@ \"src/tools/swarm_client/\": {@@@",
+ "@@@STEP_LOG_LINE@json.output@ \"revision\": 200767@@@",
+ "@@@STEP_LOG_LINE@json.output@ }, @@@",
+ "@@@STEP_LOG_LINE@json.output@ \"src/tools/swarming_client/\": {@@@",
+ "@@@STEP_LOG_LINE@json.output@ \"revision\": 276089@@@",
+ "@@@STEP_LOG_LINE@json.output@ }@@@",
+ "@@@STEP_LOG_LINE@json.output@ }@@@",
+ "@@@STEP_LOG_LINE@json.output@}@@@",
+ "@@@STEP_LOG_END@json.output@@@",
+ "@@@SET_BUILD_PROPERTY@got_nacl_revision@274981@@@",
+ "@@@SET_BUILD_PROPERTY@got_webkit_revision@124383@@@",
+ "@@@SET_BUILD_PROPERTY@got_swarming_client_revision@276089@@@",
+ "@@@SET_BUILD_PROPERTY@got_webrtc_revision@120644@@@",
+ "@@@SET_BUILD_PROPERTY@got_revision@170242@@@",
+ "@@@SET_BUILD_PROPERTY@got_swarm_client_revision@200767@@@"
+ ]
+ },
+ {
+ "abort_on_failure": true,
+ "cmd": [
+ "python",
+ "-u",
+ "[DEPOT_TOOLS]/apply_issue.py",
+ "-r",
+ "[SLAVE_BUILD]/src",
+ "-i",
+ "12853011",
+ "-p",
+ "1",
+ "-s",
+ "https://codereview.chromium.org",
+ "--no-auth"
+ ],
+ "name": "apply_issue"
+ },
+ {
+ "cmd": [
+ "[DEPOT_TOOLS]/presubmit_support.py",
+ "--root",
+ "[SLAVE_BUILD]/src",
+ "--commit",
+ "--verbose",
+ "--verbose",
+ "--issue",
+ "12853011",
+ "--patchset",
+ "1",
+ "--skip_canned",
+ "CheckRietveldTryJobExecution",
+ "--skip_canned",
+ "CheckTreeIsOpen",
+ "--skip_canned",
+ "CheckBuildbotPendingBuilds",
+ "--rietveld_url",
+ "https://codereview.chromium.org",
+ "--rietveld_email",
+ "",
+ "--rietveld_fetch"
+ ],
+ "name": "presubmit"
+ },
+ {
+ "cmd": [
+ "python",
+ "-u",
+ "[DEPOT_TOOLS]/gclient.py",
+ "runhooks"
+ ],
+ "env": {
+ "GYP_DEFINES": "component=static_library dcheck_always_on=1 fastbuild=1 gomadir=[BUILD]/goma target_arch=x64 use_goma=1"
+ },
+ "name": "gclient runhooks"
+ },
+ {
+ "abort_on_failure": false,
+ "can_fail_build": false,
+ "cmd": [
+ "python",
+ "-u",
+ "[BUILD]/scripts/slave/compile.py",
+ "--target",
+ "Release",
+ "--src-dir",
+ "[SLAVE_BUILD]/src",
+ "--build-tool",
+ "ninja",
+ "--compiler",
+ "goma",
+ "--goma-dir",
+ "[BUILD]/goma",
+ "--",
+ "base_unittests",
+ "cacheinvalidation_unittests",
+ "cc_unittests",
+ "chromedriver_unittests",
+ "components_unittests",
+ "content_unittests",
+ "crypto_unittests",
+ "google_apis_unittests",
+ "gpu_unittests",
+ "ipc_tests",
+ "jingle_unittests",
+ "media_unittests",
+ "net_unittests",
+ "ppapi_unittests",
+ "printing_unittests",
+ "remoting_unittests",
+ "sql_unittests",
+ "sync_unit_tests",
+ "ui_unittests",
+ "unit_tests",
+ "browser_tests",
+ "content_browsertests",
+ "interactive_ui_tests",
+ "sync_integration_tests",
+ "chrome"
+ ],
+ "name": "compile (with patch)"
+ }
+]
Property changes on: scripts/slave/recipes/chromium_trybot.expected/compile.json
___________________________________________________________________
Added: svn:eol-style
+ LF
« no previous file with comments | « scripts/slave/recipes/chromium_trybot.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698