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

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

Issue 1486883002: Convert CFI Linux buildbot to MB (recipes part) (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Created 5 years, 1 month 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.expected/full_chromium_fyi_CFI_Linux.json
diff --git a/scripts/slave/recipes/chromium.expected/full_chromium_fyi_CFI_Linux.json b/scripts/slave/recipes/chromium.expected/full_chromium_fyi_CFI_Linux.json
index 18251b3da9f544a8e0058049f5c00b496ca08ad0..e3523f7bd24004e4034b065d9e98e3b60cc56e0d 100644
--- a/scripts/slave/recipes/chromium.expected/full_chromium_fyi_CFI_Linux.json
+++ b/scripts/slave/recipes/chromium.expected/full_chromium_fyi_CFI_Linux.json
@@ -97,6 +97,7 @@
],
"cwd": "[SLAVE_BUILD]",
"env": {
+ "GYP_CHROMIUM_NO_ACTION": "1",
"GYP_DEFINES": "cfi_vptr=1 clang=1 component=static_library target_arch=x64",
"GYP_LINK_CONCURRENCY": "8"
},
@@ -159,6 +160,25 @@
"name": "cleanup_temp"
},
{
+ "cmd": [
+ "python",
+ "-u",
+ "[SLAVE_BUILD]/src/tools/mb/mb.py",
+ "gen",
+ "-m",
+ "chromium.fyi",
+ "-b",
+ "CFI Linux",
+ "--config-file",
+ "[SLAVE_BUILD]/src/tools/mb/mb_config.pyl",
+ "--goma-dir",
+ "[BUILD]/goma",
+ "//out/Release"
+ ],
+ "cwd": "[SLAVE_BUILD]",
+ "name": "generate_build_files"
+ },
+ {
"allow_subannotations": true,
"cmd": [
"python",
@@ -203,4 +223,4 @@
"recipe_result": null,
"status_code": 0
}
-]
+]

Powered by Google App Engine
This is Rietveld 408576698