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

Unified Diff: scripts/slave/recipes/chromium_clang_upload.expected/full_tryserver_chromium_linux_linux_chromium_clang_upload.json

Issue 1776893002: Clang upload bots: don't run hooks or mb. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: remove unused vars to make presubmit happy Created 4 years, 9 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_clang_upload.expected/full_tryserver_chromium_linux_linux_chromium_clang_upload.json
diff --git a/scripts/slave/recipes/chromium_clang_upload.expected/full_tryserver_chromium_linux_linux_chromium_clang_upload.json b/scripts/slave/recipes/chromium_clang_upload.expected/full_tryserver_chromium_linux_linux_chromium_clang_upload.json
index dfb1473891a0798808afd4b38edaa36543400799..92f093c7c0e3bb8eda84fa0cd13c6be8e9366acb 100644
--- a/scripts/slave/recipes/chromium_clang_upload.expected/full_tryserver_chromium_linux_linux_chromium_clang_upload.json
+++ b/scripts/slave/recipes/chromium_clang_upload.expected/full_tryserver_chromium_linux_linux_chromium_clang_upload.json
@@ -107,35 +107,10 @@
"cmd": [
"python",
"-u",
- "RECIPE_PACKAGE[depot_tools]/gclient.py",
- "runhooks"
+ "[SLAVE_BUILD]/src/third_party/binutils/download.py"
],
"cwd": "[SLAVE_BUILD]",
- "env": {
- "GYP_CHROMIUM_NO_ACTION": "1",
- "GYP_DEFINES": "component=static_library gomadir='[BUILD]/goma' target_arch=x64 use_goma=1",
- "PATH": "%(PATH)s:RECIPE_PACKAGE[depot_tools]"
- },
- "name": "gclient runhooks"
- },
- {
- "cmd": [
- "python",
- "-u",
- "[SLAVE_BUILD]/src/tools/mb/mb.py",
- "gen",
- "-m",
- "tryserver.chromium.linux",
- "-b",
- "linux_chromium_clang_upload",
- "--config-file",
- "[SLAVE_BUILD]/src/tools/mb/mb_config.pyl",
- "--goma-dir",
- "[BUILD]/goma",
- "//out/Release"
- ],
- "cwd": "[SLAVE_BUILD]",
- "name": "generate_build_files"
+ "name": "download binutils"
},
{
"cmd": [

Powered by Google App Engine
This is Rietveld 408576698