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

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

Issue 1409753006: Add CFI Linux ToT builder. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Change category to clang tot 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
« no previous file with comments | « scripts/slave/recipe_modules/chromium_tests/chromium_fyi.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.expected/full_chromium_fyi_CFI_Linux_ToT.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_ToT.json
similarity index 94%
copy from scripts/slave/recipes/chromium.expected/full_chromium_fyi_CFI_Linux.json
copy to scripts/slave/recipes/chromium.expected/full_chromium_fyi_CFI_Linux_ToT.json
index 18251b3da9f544a8e0058049f5c00b496ca08ad0..334fba1a97f855c9b3a19c744576326b947dc041 100644
--- a/scripts/slave/recipes/chromium.expected/full_chromium_fyi_CFI_Linux.json
+++ b/scripts/slave/recipes/chromium.expected/full_chromium_fyi_CFI_Linux_ToT.json
@@ -7,7 +7,7 @@
"--master",
"chromium.fyi",
"--builder",
- "CFI Linux",
+ "CFI Linux ToT",
"--slave",
"TestSlavename",
"--spec",
@@ -97,8 +97,9 @@
],
"cwd": "[SLAVE_BUILD]",
"env": {
- "GYP_DEFINES": "cfi_vptr=1 clang=1 component=static_library target_arch=x64",
- "GYP_LINK_CONCURRENCY": "8"
+ "GYP_DEFINES": "cfi_vptr=1 clang=1 clang_use_chrome_plugins=0 component=static_library target_arch=x64",
+ "GYP_LINK_CONCURRENCY": "8",
+ "LLVM_FORCE_HEAD_REVISION": "YES"
},
"name": "gclient runhooks"
},
@@ -131,7 +132,7 @@
"--paths",
"{\"build\": \"[BUILD]\", \"checkout\": \"[SLAVE_BUILD]/src\"}",
"--properties",
- "{\"buildername\": \"CFI Linux\", \"buildnumber\": 571, \"mastername\": \"chromium.fyi\", \"slavename\": \"TestSlavename\", \"target_platform\": \"linux\"}"
+ "{\"buildername\": \"CFI Linux ToT\", \"buildnumber\": 571, \"mastername\": \"chromium.fyi\", \"slavename\": \"TestSlavename\", \"target_platform\": \"linux\"}"
],
"cwd": "[SLAVE_BUILD]",
"name": "get compile targets for scripts",
@@ -170,6 +171,9 @@
"/path/to/tmp/json"
],
"cwd": "[SLAVE_BUILD]",
+ "env": {
+ "LLVM_FORCE_HEAD_REVISION": "YES"
+ },
"name": "clang_revision",
"~followup_annotations": [
"@@@STEP_LOG_LINE@json.output@{@@@",
@@ -196,6 +200,9 @@
"chromium_builder_tests"
],
"cwd": "[SLAVE_BUILD]",
+ "env": {
+ "LLVM_FORCE_HEAD_REVISION": "YES"
+ },
"name": "compile"
},
{
« no previous file with comments | « scripts/slave/recipe_modules/chromium_tests/chromium_fyi.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698