aboutsummaryrefslogtreecommitdiffhomepage
path: root/infra/bots/recipes/compile.expected/flutter_trybot.json
diff options
context:
space:
mode:
Diffstat (limited to 'infra/bots/recipes/compile.expected/flutter_trybot.json')
-rw-r--r--infra/bots/recipes/compile.expected/flutter_trybot.json28
1 files changed, 14 insertions, 14 deletions
diff --git a/infra/bots/recipes/compile.expected/flutter_trybot.json b/infra/bots/recipes/compile.expected/flutter_trybot.json
index 69c2d1c35e..5f8cc36499 100644
--- a/infra/bots/recipes/compile.expected/flutter_trybot.json
+++ b/infra/bots/recipes/compile.expected/flutter_trybot.json
@@ -9,7 +9,7 @@
"ensure-directory",
"--mode",
"0777",
- "[START_DIR]/cache/work/flutter"
+ "[CUSTOM_/_B_WORK]/flutter"
],
"infra_step": true,
"name": "makedirs checkout_path"
@@ -22,10 +22,10 @@
"--json-output",
"/path/to/tmp/json",
"remove",
- "[START_DIR]/cache/work/flutter/.gclient_entries"
+ "[CUSTOM_/_B_WORK]/flutter/.gclient_entries"
],
"infra_step": true,
- "name": "remove [START_DIR]/cache/work/flutter/.gclient_entries"
+ "name": "remove [CUSTOM_/_B_WORK]/flutter/.gclient_entries"
},
{
"cmd": [
@@ -33,13 +33,13 @@
"-u",
"RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py",
"--spec-path",
- "cache_dir = '[START_DIR]/cache/git'\nsolutions = [{'deps_file': '.DEPS.git', 'managed': True, 'name': 'src/flutter', 'url': 'https://github.com/flutter/engine.git'}]\ntarget_os = ['android']",
+ "cache_dir = '[CUSTOM_/_B_CACHE]'\nsolutions = [{'deps_file': '.DEPS.git', 'managed': True, 'name': 'src/flutter', 'url': 'https://github.com/flutter/engine.git'}]\ntarget_os = ['android']",
"--patch_root",
"src/third_party/skia",
"--revision_mapping_file",
"{\"got_flutter_revision\": \"src/flutter\", \"got_revision\": \"src/third_party/skia\"}",
"--git-cache-dir",
- "[START_DIR]/cache/git",
+ "[CUSTOM_/_B_CACHE]",
"--cleanup-dir",
"[CLEANUP]/bot_update",
"--gerrit_repo",
@@ -53,7 +53,7 @@
"--revision",
"src/third_party/skia@abc123"
],
- "cwd": "[START_DIR]/cache/work/flutter",
+ "cwd": "[CUSTOM_/_B_WORK]/flutter",
"env_prefixes": {
"PATH": [
"RECIPE_PACKAGE_REPO[depot_tools]"
@@ -121,7 +121,7 @@
"RECIPE_PACKAGE_REPO[depot_tools]/gclient.py",
"runhooks"
],
- "cwd": "[START_DIR]/cache/work/flutter/src",
+ "cwd": "[CUSTOM_/_B_WORK]/flutter/src",
"env": {
"PATH": "<PATH>:RECIPE_PACKAGE_REPO[depot_tools]"
},
@@ -135,9 +135,9 @@
"--json-output",
"/path/to/tmp/json",
"rmtree",
- "[START_DIR]/cache/work/flutter/src/out/android_release"
+ "[CUSTOM_/_B_WORK]/flutter/src/out/android_release"
],
- "cwd": "[START_DIR]/cache/work/flutter/src",
+ "cwd": "[CUSTOM_/_B_WORK]/flutter/src",
"infra_step": true,
"name": "rmtree android_release"
},
@@ -147,12 +147,12 @@
"--runtime-mode=release",
"--android"
],
- "cwd": "[START_DIR]/cache/work/flutter/src",
+ "cwd": "[CUSTOM_/_B_WORK]/flutter/src",
"env": {
"BUILDTYPE": "Release",
"CHROME_HEADLESS": "1",
"PATH": "<PATH>:RECIPE_PACKAGE_REPO[depot_tools]",
- "SKIA_OUT": "[START_DIR]/cache/work/flutter/src/third_party/skia/out/Build-Debian9-GCC-x86_64-Release-Flutter_Android"
+ "SKIA_OUT": "[CUSTOM_/_B_WORK]/flutter/src/third_party/skia/out/Build-Debian9-GCC-x86_64-Release-Flutter_Android"
},
"name": "gn_gen"
},
@@ -163,12 +163,12 @@
"out/android_release",
"-j100"
],
- "cwd": "[START_DIR]/cache/work/flutter/src",
+ "cwd": "[CUSTOM_/_B_WORK]/flutter/src",
"env": {
"BUILDTYPE": "Release",
"CHROME_HEADLESS": "1",
"PATH": "<PATH>:RECIPE_PACKAGE_REPO[depot_tools]",
- "SKIA_OUT": "[START_DIR]/cache/work/flutter/src/third_party/skia/out/Build-Debian9-GCC-x86_64-Release-Flutter_Android"
+ "SKIA_OUT": "[CUSTOM_/_B_WORK]/flutter/src/third_party/skia/out/Build-Debian9-GCC-x86_64-Release-Flutter_Android"
},
"name": "build_flutter"
},
@@ -177,7 +177,7 @@
"python",
"-u",
"import errno\nimport glob\nimport os\nimport shutil\nimport sys\n\nsrc = sys.argv[1]\ndst = sys.argv[2]\nbuild_products_whitelist = ['bookmaker', 'dm', 'dm.exe', 'dm.app', 'nanobench.app', 'get_images_from_skps', 'get_images_from_skps.exe', 'nanobench', 'nanobench.exe', 'skpbench', '*.so', '*.dll', '*.dylib', 'skia_launcher', 'skiaserve', 'lib/*.so', 'run_testlab', 'skqp-universal-debug.apk', 'whitelist_devices.json']\n\ntry:\n os.makedirs(dst)\nexcept OSError as e:\n if e.errno != errno.EEXIST:\n raise\n\nfor pattern in build_products_whitelist:\n path = os.path.join(src, pattern)\n for f in glob.glob(path):\n dst_path = os.path.join(dst, os.path.relpath(f, src))\n if not os.path.isdir(os.path.dirname(dst_path)):\n os.makedirs(os.path.dirname(dst_path))\n print 'Copying build product %s to %s' % (f, dst_path)\n shutil.move(f, dst_path)\n",
- "[START_DIR]/cache/work/flutter/src/third_party/skia/out/Build-Debian9-GCC-x86_64-Release-Flutter_Android/Release",
+ "[CUSTOM_/_B_WORK]/flutter/src/third_party/skia/out/Build-Debian9-GCC-x86_64-Release-Flutter_Android/Release",
"[START_DIR]/[SWARM_OUT_DIR]/out/Release"
],
"infra_step": true,