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

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

Issue 1840063002: Recipe for Headless Linux bot (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: remove compile_targets Created 4 years, 9 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/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_Headless_Linux__dbg_.json
diff --git a/scripts/slave/recipes/chromium.expected/full_chromium_mojo_Chromium_Mojo_Linux.json b/scripts/slave/recipes/chromium.expected/full_chromium_fyi_Headless_Linux__dbg_.json
similarity index 95%
copy from scripts/slave/recipes/chromium.expected/full_chromium_mojo_Chromium_Mojo_Linux.json
copy to scripts/slave/recipes/chromium.expected/full_chromium_fyi_Headless_Linux__dbg_.json
index 083c5bf783df1239cb2968912701938f3137bc94..04f5cd08aafcb7fb88f57235e9c6111bfc019ea7 100644
--- a/scripts/slave/recipes/chromium.expected/full_chromium_mojo_Chromium_Mojo_Linux.json
+++ b/scripts/slave/recipes/chromium.expected/full_chromium_fyi_Headless_Linux__dbg_.json
@@ -5,9 +5,9 @@
"-u",
"RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py",
"--master",
- "chromium.mojo",
+ "chromium.fyi",
"--builder",
- "Chromium Mojo Linux",
+ "Headless Linux (dbg)",
"--slave",
"TestSlavename",
"--spec",
@@ -120,7 +120,7 @@
"cwd": "[SLAVE_BUILD]",
"env": {
"GYP_CHROMIUM_NO_ACTION": "1",
- "GYP_DEFINES": "component=static_library gomadir='[SLAVE_BUILD]/src/build/goma/client' target_arch=x64 use_goma=1",
+ "GYP_DEFINES": "component=shared_library gomadir='[SLAVE_BUILD]/src/build/goma/client' target_arch=x64 use_goma=1",
"PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]"
},
"name": "gclient runhooks"
@@ -134,11 +134,11 @@
"/path/to/tmp/json",
"--",
"--build-config-fs",
- "Release",
+ "Debug",
"--paths",
"{\"checkout\": \"[SLAVE_BUILD]/src\", \"runit.py\": \"RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py\", \"runtest.py\": \"RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py\"}",
"--properties",
- "{\"buildername\": \"Chromium Mojo Linux\", \"buildnumber\": 571, \"mastername\": \"chromium.mojo\", \"slavename\": \"TestSlavename\", \"target_platform\": \"linux\"}"
+ "{\"buildername\": \"Headless Linux (dbg)\", \"buildnumber\": 571, \"mastername\": \"chromium.fyi\", \"slavename\": \"TestSlavename\", \"target_platform\": \"linux\"}"
],
"cwd": "[SLAVE_BUILD]",
"name": "get compile targets for scripts",
@@ -152,13 +152,13 @@
"python",
"-u",
"\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
- "[SLAVE_BUILD]/src/testing/buildbot/chromium.mojo.json",
+ "[SLAVE_BUILD]/src/testing/buildbot/chromium.fyi.json",
"/path/to/tmp/json"
],
"cwd": "[SLAVE_BUILD]",
"name": "read test spec",
"~followup_annotations": [
- "@@@STEP_TEXT@path: [SLAVE_BUILD]/src/testing/buildbot/chromium.mojo.json@@@",
+ "@@@STEP_TEXT@path: [SLAVE_BUILD]/src/testing/buildbot/chromium.fyi.json@@@",
"@@@STEP_LOG_LINE@json.output@{}@@@",
"@@@STEP_LOG_END@json.output@@@"
]
@@ -182,14 +182,14 @@
"[SLAVE_BUILD]/src/tools/mb/mb.py",
"gen",
"-m",
- "chromium.mojo",
+ "chromium.fyi",
"-b",
- "Chromium Mojo Linux",
+ "Headless Linux (dbg)",
"--config-file",
"[SLAVE_BUILD]/src/tools/mb/mb_config.pyl",
"--goma-dir",
"[SLAVE_BUILD]/src/build/goma/client",
- "//out/Release"
+ "//out/Debug"
],
"cwd": "[SLAVE_BUILD]",
"name": "generate_build_files"
@@ -205,7 +205,7 @@
"--ninja-path",
"RECIPE_PACKAGE_REPO[depot_tools]/ninja",
"--target",
- "Release",
+ "Debug",
"--src-dir",
"[SLAVE_BUILD]/src",
"--goma-cache-dir",
« 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