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

Unified Diff: scripts/slave/recipes/deterministic_build.expected/full_chromium_swarm_Windows_Clang_deterministic_build.json

Issue 1147043007: Promote deterministic build CI to real CI (tree closer, except for the Clang builder) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Update the test expectations. Created 5 years, 6 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/deterministic_build.expected/full_chromium_swarm_Windows_Clang_deterministic_build.json
diff --git a/scripts/slave/recipes/deterministic_build.expected/full_chromium_swarm_Windows_Clang_deterministic_build.json b/scripts/slave/recipes/deterministic_build.expected/full_chromium_swarm_Windows_Clang_deterministic_build.json
index 94d94c976c9dd2ce2e8ef7da9ced0f1b1d911a08..edcc728777339fbd6581ac120c728b95bac0650c 100644
--- a/scripts/slave/recipes/deterministic_build.expected/full_chromium_swarm_Windows_Clang_deterministic_build.json
+++ b/scripts/slave/recipes/deterministic_build.expected/full_chromium_swarm_Windows_Clang_deterministic_build.json
@@ -80,7 +80,8 @@
],
"cwd": "[SLAVE_BUILD]",
"env": {
- "GYP_DEFINES": "clang=1 component=static_library dont_embed_build_metadata=1 fastbuild=1 target_arch=ia32 test_isolation_mode=prepare"
+ "GYP_DEFINES": "clang=1 component=static_library dont_embed_build_metadata=1 fastbuild=1 target_arch=ia32 test_isolation_mode=prepare",
+ "LLVM_FORCE_HEAD_REVISION": "YES"
},
"name": "gclient runhooks"
},
@@ -96,6 +97,9 @@
"/path/to/tmp/json"
],
"cwd": "[SLAVE_BUILD]",
+ "env": {
+ "LLVM_FORCE_HEAD_REVISION": "YES"
+ },
"name": "clang_revision",
"~followup_annotations": [
"@@@STEP_LOG_LINE@json.output@{@@@",
@@ -122,6 +126,9 @@
"chromium_swarm_tests"
],
"cwd": "[SLAVE_BUILD]",
+ "env": {
+ "LLVM_FORCE_HEAD_REVISION": "YES"
+ },
"name": "First build"
},
{
@@ -207,7 +214,8 @@
],
"cwd": "[SLAVE_BUILD]",
"env": {
- "GYP_DEFINES": "clang=1 component=static_library dont_embed_build_metadata=1 fastbuild=1 target_arch=ia32 test_isolation_mode=prepare"
+ "GYP_DEFINES": "clang=1 component=static_library dont_embed_build_metadata=1 fastbuild=1 target_arch=ia32 test_isolation_mode=prepare",
+ "LLVM_FORCE_HEAD_REVISION": "YES"
},
"name": "gclient runhooks (2)"
},
@@ -223,6 +231,9 @@
"/path/to/tmp/json"
],
"cwd": "[SLAVE_BUILD]",
+ "env": {
+ "LLVM_FORCE_HEAD_REVISION": "YES"
+ },
"name": "clang_revision (2)",
"~followup_annotations": [
"@@@STEP_LOG_LINE@json.output@{@@@",
@@ -249,6 +260,9 @@
"chromium_swarm_tests"
],
"cwd": "[SLAVE_BUILD]",
+ "env": {
+ "LLVM_FORCE_HEAD_REVISION": "YES"
+ },
"name": "Second build"
},
{

Powered by Google App Engine
This is Rietveld 408576698