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

Unified Diff: scripts/slave/recipes/chromium_libfuzzer_clang_tot.py

Issue 2299273003: chromium_libfuzzer_clang_tot: Set LLVM_FORCE_HEAD_REVISION during runhooks. (Closed)
Patch Set: Created 4 years, 3 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 | « no previous file | scripts/slave/recipes/chromium_libfuzzer_clang_tot.expected/full_chromium_fyi_ClangToTLinuxASanLibfuzzer.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: scripts/slave/recipes/chromium_libfuzzer_clang_tot.py
diff --git a/scripts/slave/recipes/chromium_libfuzzer_clang_tot.py b/scripts/slave/recipes/chromium_libfuzzer_clang_tot.py
index 0daff5de097b6f0cbe917c5f5430953a1f7cde07..1a165339ba0520a7f151bdd3b43b4d19d381121b 100644
--- a/scripts/slave/recipes/chromium_libfuzzer_clang_tot.py
+++ b/scripts/slave/recipes/chromium_libfuzzer_clang_tot.py
@@ -44,7 +44,7 @@ def RunSteps(api):
api.bot_update.ensure_checkout(
force=True, patch_root=bot_config.get('root_override'))
- api.chromium.runhooks()
+ api.chromium.runhooks(env={'LLVM_FORCE_HEAD_REVISION': 'YES'})
api.chromium.run_mb(mastername, buildername, use_goma=False)
api.chromium.compile(targets=['empty_fuzzer'])
« no previous file with comments | « no previous file | scripts/slave/recipes/chromium_libfuzzer_clang_tot.expected/full_chromium_fyi_ClangToTLinuxASanLibfuzzer.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698