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

Unified Diff: scripts/slave/recipe_modules/archive/example.expected/cf_archiving_component.json

Issue 2400143002: Revert of Make clusterfuzz_archive include llvm-symbolizer and sancov. (Closed)
Patch Set: Created 4 years, 2 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/recipe_modules/archive/example.expected/cf_archiving_component.json
diff --git a/scripts/slave/recipe_modules/archive/example.expected/cf_archiving_component.json b/scripts/slave/recipe_modules/archive/example.expected/cf_archiving_component.json
index 24e4a2619e065264db3e9a69ac8621cc847f14fd..5cdfd6be7811306e48abeefca46ad04596cf9dd1 100644
--- a/scripts/slave/recipe_modules/archive/example.expected/cf_archiving_component.json
+++ b/scripts/slave/recipe_modules/archive/example.expected/cf_archiving_component.json
@@ -1,24 +1,4 @@
[
- {
- "cmd": [
- "python",
- "-u",
- "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
- "None/third_party/llvm-build/Release+Asserts/bin/llvm-symbolizer",
- "[SLAVE_BUILD]/src/out/Release"
- ],
- "name": "Copy llvm-symbolizer"
- },
- {
- "cmd": [
- "python",
- "-u",
- "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
- "None/third_party/llvm-build/Release+Asserts/bin/sancov",
- "[SLAVE_BUILD]/src/out/Release"
- ],
- "name": "Copy sancov"
- },
{
"cmd": [
"python",

Powered by Google App Engine
This is Rietveld 408576698