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

Unified Diff: scripts/slave/recipes/chromium_libfuzzer.expected/full_chromium_fyi_Libfuzzer_Upload_Linux_ASan_Debug.json

Issue 1962693002: [libfuzzer] Adding and registering ASan Debug build. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build@master
Patch Set: Re-run recipe_simulation_test. Created 4 years, 7 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 | « scripts/slave/recipes/chromium_libfuzzer.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_libfuzzer.expected/full_chromium_fyi_Libfuzzer_Upload_Linux_ASan_Debug.json
diff --git a/scripts/slave/recipes/chromium_libfuzzer.expected/full_chromium_fyi_Libfuzzer_Upload_Linux_ASan.json b/scripts/slave/recipes/chromium_libfuzzer.expected/full_chromium_fyi_Libfuzzer_Upload_Linux_ASan_Debug.json
similarity index 94%
copy from scripts/slave/recipes/chromium_libfuzzer.expected/full_chromium_fyi_Libfuzzer_Upload_Linux_ASan.json
copy to scripts/slave/recipes/chromium_libfuzzer.expected/full_chromium_fyi_Libfuzzer_Upload_Linux_ASan_Debug.json
index ce3c207acee4cbc3dc4bc45221a4a2fda3e0b166..49251bb3bf50642883a05ccbbaaaf219bbdff26d 100644
--- a/scripts/slave/recipes/chromium_libfuzzer.expected/full_chromium_fyi_Libfuzzer_Upload_Linux_ASan.json
+++ b/scripts/slave/recipes/chromium_libfuzzer.expected/full_chromium_fyi_Libfuzzer_Upload_Linux_ASan_Debug.json
@@ -7,7 +7,7 @@
"--master",
"chromium.fyi",
"--builder",
- "Libfuzzer Upload Linux ASan",
+ "Libfuzzer Upload Linux ASan Debug",
"--slave",
"TestSlavename",
"--spec",
@@ -115,7 +115,7 @@
"env": {
"GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account-goma-client.json",
"GYP_CHROMIUM_NO_ACTION": "1",
- "GYP_DEFINES": "clang=1 component=static_library gomadir='[BUILD]/goma' proprietary_codecs=1 target_arch=x64 use_goma=1",
+ "GYP_DEFINES": "clang=1 component=shared_library gomadir='[BUILD]/goma' proprietary_codecs=1 target_arch=x64 use_goma=1",
"PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]"
},
"name": "gclient runhooks"
@@ -129,10 +129,10 @@
"-m",
"chromium.fyi",
"-b",
- "Libfuzzer Upload Linux ASan",
+ "Libfuzzer Upload Linux ASan Debug",
"--config-file",
"[SLAVE_BUILD]/src/tools/mb/mb_config.pyl",
- "//out/Release"
+ "//out/Debug"
],
"env": {
"GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account-goma-client.json"
@@ -146,7 +146,7 @@
"[DEPOT_TOOLS]/gn.py",
"--root=[SLAVE_BUILD]/src",
"refs",
- "[SLAVE_BUILD]/src/out/Release",
+ "[SLAVE_BUILD]/src/out/Debug",
"--all",
"--type=executable",
"--as=output",
@@ -162,7 +162,7 @@
"[DEPOT_TOOLS]/gn.py",
"--root=[SLAVE_BUILD]/src",
"refs",
- "[SLAVE_BUILD]/src/out/Release",
+ "[SLAVE_BUILD]/src/out/Debug",
"--all",
"--type=executable",
"--as=output",
@@ -217,7 +217,7 @@
"--ninja-path",
"RECIPE_PACKAGE_REPO[depot_tools]/ninja",
"--target",
- "Release",
+ "Debug",
"--src-dir",
"[SLAVE_BUILD]/src",
"--goma-cache-dir",
@@ -250,7 +250,7 @@
"python",
"-u",
"\nimport json, os, sys\nif os.path.exists(sys.argv[1]) and os.path.isdir(sys.argv[1]):\n with open(sys.argv[2], 'w') as f:\n json.dump(os.listdir(sys.argv[1]), f)\n",
- "[SLAVE_BUILD]/src/out/Release",
+ "[SLAVE_BUILD]/src/out/Debug",
"/path/to/tmp/json"
],
"name": "listdir build_dir",
@@ -274,9 +274,9 @@
"-u",
"RECIPE_MODULE[build::archive]/resources/zip_archive.py",
"[TMP_BASE]/chrome_staging_tmp_1",
- "libfuzzer-linux-release-170242",
+ "libfuzzer-linux-debug-170242",
"[\"file 1\", \"file 2\"]",
- "[SLAVE_BUILD]/src/out/Release"
+ "[SLAVE_BUILD]/src/out/Debug"
],
"name": "zipping"
},
@@ -295,12 +295,12 @@
"cp",
"-a",
"public-read",
- "[TMP_BASE]/chrome_staging_tmp_1/libfuzzer-linux-release-170242.zip",
- "gs://chromium-browser-libfuzzer/linux-release-asan/libfuzzer-linux-release-170242.zip"
+ "[TMP_BASE]/chrome_staging_tmp_1/libfuzzer-linux-debug-170242.zip",
+ "gs://chromium-browser-libfuzzer/linux-debug-asan/libfuzzer-linux-debug-170242.zip"
],
"name": "gsutil upload",
"~followup_annotations": [
- "@@@STEP_LINK@gsutil.upload@https://storage.cloud.google.com/chromium-browser-libfuzzer/linux-release-asan/libfuzzer-linux-release-170242.zip@@@"
+ "@@@STEP_LINK@gsutil.upload@https://storage.cloud.google.com/chromium-browser-libfuzzer/linux-debug-asan/libfuzzer-linux-debug-170242.zip@@@"
]
},
{
@@ -308,9 +308,9 @@
"python",
"-u",
"\nimport os\nimport sys\nos.remove(sys.argv[1])\n",
- "[TMP_BASE]/chrome_staging_tmp_1/libfuzzer-linux-release-170242.zip"
+ "[TMP_BASE]/chrome_staging_tmp_1/libfuzzer-linux-debug-170242.zip"
],
- "name": "libfuzzer-linux-release-170242.zip",
+ "name": "libfuzzer-linux-debug-170242.zip",
"~followup_annotations": [
"@@@STEP_LOG_LINE@python.inline@@@@",
"@@@STEP_LOG_LINE@python.inline@import os@@@",
« no previous file with comments | « scripts/slave/recipes/chromium_libfuzzer.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698