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

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

Issue 1414053007: add receipes for goma staging (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Created 5 years, 2 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_goma_Chromium_Mac_Goma_Staging.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_goma_Chromium_Win_Goma_Staging.json
diff --git a/scripts/slave/recipes/chromium.expected/full_chromium_fyi_CrWinGoma.json b/scripts/slave/recipes/chromium.expected/full_goma_Chromium_Win_Goma_Staging.json
similarity index 85%
copy from scripts/slave/recipes/chromium.expected/full_chromium_fyi_CrWinGoma.json
copy to scripts/slave/recipes/chromium.expected/full_goma_Chromium_Win_Goma_Staging.json
index 6e617fb89a62e0b783f0bcf4043cf5aec74e035f..7a268dd7a90dfe9693a3a5c40d62cc671585db18 100644
--- a/scripts/slave/recipes/chromium.expected/full_chromium_fyi_CrWinGoma.json
+++ b/scripts/slave/recipes/chromium.expected/full_goma_Chromium_Win_Goma_Staging.json
@@ -3,20 +3,6 @@
"cmd": [
"python",
"-u",
- "[DEPOT_TOOLS]\\gclient.py",
- "sync",
- "--verbose",
- "--force",
- "--revision",
- "build/goma@refs/heads/master"
- ],
- "cwd": "[BUILD]",
- "name": "gclient update goma canary"
- },
- {
- "cmd": [
- "python",
- "-u",
"[BUILD]\\scripts\\slave\\kill_processes.py"
],
"cwd": "[SLAVE_BUILD]",
@@ -28,9 +14,9 @@
"-u",
"[BUILD]\\scripts\\slave\\bot_update.py",
"--master",
- "chromium.fyi",
+ "goma",
"--builder",
- "CrWinGoma",
+ "Chromium Win Goma Staging",
"--slave",
"TestSlavename",
"--spec",
@@ -120,7 +106,8 @@
],
"cwd": "[SLAVE_BUILD]",
"env": {
- "GYP_DEFINES": "chromium_win_pch=0 component=static_library fastbuild=1 gomadir='[BUILD]\\goma' target_arch=ia32 use_goma=1"
+ "GOMA_STUBBY_PROXY_IP_ADDRESS": "sandbox.google.com",
+ "GYP_DEFINES": "chromium_win_pch=0 component=static_library fastbuild=1 gomadir='[BUILD]\\goma' target_arch=x64 use_goma=1"
},
"name": "gclient runhooks"
},
@@ -129,13 +116,13 @@
"python",
"-u",
"\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
- "[SLAVE_BUILD]\\src\\testing\\buildbot\\chromium.fyi.json",
+ "[SLAVE_BUILD]\\src\\testing\\buildbot\\goma.json",
"/path/to/tmp/json"
],
"cwd": "[SLAVE_BUILD]",
"name": "read test spec",
"~followup_annotations": [
- "@@@STEP_TEXT@path: [SLAVE_BUILD]\\src\\testing\\buildbot\\chromium.fyi.json@@@",
+ "@@@STEP_TEXT@path: [SLAVE_BUILD]\\src\\testing\\buildbot\\goma.json@@@",
"@@@STEP_LOG_LINE@json.output@{}@@@",
"@@@STEP_LOG_END@json.output@@@"
]
@@ -149,11 +136,11 @@
"/path/to/tmp/json",
"--",
"--build-config-fs",
- "Release",
+ "Release_x64",
"--paths",
"{\"build\": \"[BUILD]\", \"checkout\": \"[SLAVE_BUILD]\\\\src\"}",
"--properties",
- "{\"buildername\": \"CrWinGoma\", \"buildnumber\": 571, \"mastername\": \"chromium.fyi\", \"slavename\": \"TestSlavename\", \"target_platform\": \"win\"}"
+ "{\"buildername\": \"Chromium Win Goma Staging\", \"buildnumber\": 571, \"mastername\": \"goma\", \"slavename\": \"TestSlavename\", \"target_platform\": \"win\"}"
],
"cwd": "[SLAVE_BUILD]",
"name": "get compile targets for scripts",
@@ -177,7 +164,7 @@
"-u",
"[BUILD]\\scripts\\slave\\compile.py",
"--target",
- "Release",
+ "Release_x64",
"--src-dir",
"[SLAVE_BUILD]\\src",
"--build-tool",
@@ -188,8 +175,7 @@
"/path/to/tmp/json",
"--goma-dir",
"[BUILD]\\goma",
- "--goma-hermetic",
- "error",
+ "--clobber",
"--",
"base_unittests",
"chromium_builder_tests",
@@ -197,6 +183,9 @@
"crash_service"
],
"cwd": "[SLAVE_BUILD]",
+ "env": {
+ "GOMA_STUBBY_PROXY_IP_ADDRESS": "sandbox.google.com"
+ },
"name": "compile",
"~followup_annotations": [
"@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
@@ -209,7 +198,7 @@
"-u",
"[BUILD]\\scripts\\slave\\chromium\\run_crash_handler.py",
"--target",
- "Release"
+ "Release_x64"
],
"cwd": "[SLAVE_BUILD]",
"name": "start_crash_service"
@@ -230,17 +219,17 @@
"-u",
"[BUILD]\\scripts\\slave\\runtest.py",
"--target",
- "Release",
+ "Release_x64",
"--factory-properties",
- "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"buildername\": \"CrWinGoma\", \"buildnumber\": 571, \"mastername\": \"chromium.fyi\", \"parent_buildername\": null, \"recipe\": \"chromium\", \"slavename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}",
+ "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"buildername\": \"Chromium Win Goma Staging\", \"buildnumber\": 571, \"mastername\": \"goma\", \"parent_buildername\": null, \"recipe\": \"chromium\", \"slavename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}",
"--build-properties",
- "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"buildername\": \"CrWinGoma\", \"buildnumber\": 571, \"mastername\": \"chromium.fyi\", \"parent_buildername\": null, \"recipe\": \"chromium\", \"slavename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}",
+ "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"buildername\": \"Chromium Win Goma Staging\", \"buildnumber\": 571, \"mastername\": \"goma\", \"parent_buildername\": null, \"recipe\": \"chromium\", \"slavename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}",
"--annotate=gtest",
"--test-type=base_unittests",
"--step-name=base_unittests",
"--test-launcher-summary-output",
"/path/to/tmp/json",
- "--builder-name=CrWinGoma",
+ "--builder-name=Chromium Win Goma Staging",
"--slave-name=TestSlavename",
"--build-number=571",
"base_unittests.exe"
@@ -255,17 +244,17 @@
"-u",
"[BUILD]\\scripts\\slave\\runtest.py",
"--target",
- "Release",
+ "Release_x64",
"--factory-properties",
- "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"buildername\": \"CrWinGoma\", \"buildnumber\": 571, \"mastername\": \"chromium.fyi\", \"parent_buildername\": null, \"recipe\": \"chromium\", \"slavename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}",
+ "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"buildername\": \"Chromium Win Goma Staging\", \"buildnumber\": 571, \"mastername\": \"goma\", \"parent_buildername\": null, \"recipe\": \"chromium\", \"slavename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}",
"--build-properties",
- "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"buildername\": \"CrWinGoma\", \"buildnumber\": 571, \"mastername\": \"chromium.fyi\", \"parent_buildername\": null, \"recipe\": \"chromium\", \"slavename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}",
+ "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"buildername\": \"Chromium Win Goma Staging\", \"buildnumber\": 571, \"mastername\": \"goma\", \"parent_buildername\": null, \"recipe\": \"chromium\", \"slavename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}",
"--annotate=gtest",
"--test-type=content_unittests",
"--step-name=content_unittests",
"--test-launcher-summary-output",
"/path/to/tmp/json",
- "--builder-name=CrWinGoma",
+ "--builder-name=Chromium Win Goma Staging",
"--slave-name=TestSlavename",
"--build-number=571",
"content_unittests.exe"
@@ -279,7 +268,7 @@
"-u",
"[BUILD]\\scripts\\slave\\process_dumps.py",
"--target",
- "Release"
+ "Release_x64"
],
"cwd": "[SLAVE_BUILD]",
"name": "process_dumps"
« no previous file with comments | « scripts/slave/recipes/chromium.expected/full_goma_Chromium_Mac_Goma_Staging.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698