aboutsummaryrefslogtreecommitdiffhomepage
path: root/infra/bots/recipes/compile.expected/pdfium_trybot.json
diff options
context:
space:
mode:
authorGravatar Eric Boren <borenet@google.com>2018-04-16 12:44:18 -0400
committerGravatar Skia Commit-Bot <skia-commit-bot@chromium.org>2018-04-17 11:13:53 +0000
commitf39bbe5a31542396a8aabf8066ee46862312d7d8 (patch)
tree482a66c0681659900ee3fdd2b2c6024617da6a9f /infra/bots/recipes/compile.expected/pdfium_trybot.json
parenteedecc6046b29f71dfe21f13ec65b973e7fd5381 (diff)
Reland "[infra] Run recipes through Kitchen"
Bug: skia:7050 Change-Id: I331014c408dd5b6f7baafd78ffd12f1235c5bfe7 Reviewed-on: https://skia-review.googlesource.com/121481 Commit-Queue: Eric Boren <borenet@google.com> Reviewed-by: Ben Wagner <benjaminwagner@google.com> Reviewed-by: Ravi Mistry <rmistry@google.com>
Diffstat (limited to 'infra/bots/recipes/compile.expected/pdfium_trybot.json')
-rw-r--r--infra/bots/recipes/compile.expected/pdfium_trybot.json25
1 files changed, 24 insertions, 1 deletions
diff --git a/infra/bots/recipes/compile.expected/pdfium_trybot.json b/infra/bots/recipes/compile.expected/pdfium_trybot.json
index 5816e4a574..4da343c388 100644
--- a/infra/bots/recipes/compile.expected/pdfium_trybot.json
+++ b/infra/bots/recipes/compile.expected/pdfium_trybot.json
@@ -125,6 +125,9 @@
"https://chromium.googlesource.com/chromium/tools/depot_tools.git"
],
"cwd": "[CUSTOM_/_B_WORK]/pdfium",
+ "env": {
+ "DEPOT_TOOLS_UPDATE": "0"
+ },
"name": "git setup"
},
{
@@ -137,6 +140,7 @@
],
"cwd": "[CUSTOM_/_B_WORK]/depot_tools",
"env": {
+ "DEPOT_TOOLS_UPDATE": "0",
"PATH": "RECIPE_PACKAGE_REPO[depot_tools]:<PATH>"
},
"infra_step": true,
@@ -150,6 +154,9 @@
"06493714339009216197d59c5413da2a1efdf4a2"
],
"cwd": "[CUSTOM_/_B_WORK]/depot_tools",
+ "env": {
+ "DEPOT_TOOLS_UPDATE": "0"
+ },
"infra_step": true,
"name": "git checkout"
},
@@ -160,6 +167,9 @@
"HEAD"
],
"cwd": "[CUSTOM_/_B_WORK]/depot_tools",
+ "env": {
+ "DEPOT_TOOLS_UPDATE": "0"
+ },
"infra_step": true,
"name": "read revision",
"stdout": "/path/to/tmp/",
@@ -176,6 +186,9 @@
"-x"
],
"cwd": "[CUSTOM_/_B_WORK]/depot_tools",
+ "env": {
+ "DEPOT_TOOLS_UPDATE": "0"
+ },
"infra_step": true,
"name": "git clean"
},
@@ -186,6 +199,9 @@
"sync"
],
"cwd": "[CUSTOM_/_B_WORK]/depot_tools",
+ "env": {
+ "DEPOT_TOOLS_UPDATE": "0"
+ },
"infra_step": true,
"name": "submodule sync"
},
@@ -198,6 +214,9 @@
"--recursive"
],
"cwd": "[CUSTOM_/_B_WORK]/depot_tools",
+ "env": {
+ "DEPOT_TOOLS_UPDATE": "0"
+ },
"infra_step": true,
"name": "submodule update"
},
@@ -211,6 +230,7 @@
"env": {
"BUILDTYPE": "Release",
"CHROME_HEADLESS": "1",
+ "DEPOT_TOOLS_UPDATE": "0",
"PATH": "<PATH>:RECIPE_PACKAGE_REPO[depot_tools]",
"SKIA_OUT": "[CUSTOM_/_B_WORK]/pdfium/third_party/skia/out/Build-Debian9-GCC-x86_64-Release-PDFium"
},
@@ -226,6 +246,7 @@
"env": {
"BUILDTYPE": "Release",
"CHROME_HEADLESS": "1",
+ "DEPOT_TOOLS_UPDATE": "0",
"PATH": "<PATH>:RECIPE_PACKAGE_REPO[depot_tools]",
"SKIA_OUT": "[CUSTOM_/_B_WORK]/pdfium/third_party/skia/out/Build-Debian9-GCC-x86_64-Release-PDFium"
},
@@ -243,6 +264,7 @@
"BUILDTYPE": "Release",
"CHROME_HEADLESS": "1",
"CHROMIUM_BUILDTOOLS_PATH": "[CUSTOM_/_B_WORK]/pdfium/buildtools",
+ "DEPOT_TOOLS_UPDATE": "0",
"PATH": "<PATH>:RECIPE_PACKAGE_REPO[depot_tools]",
"SKIA_OUT": "[CUSTOM_/_B_WORK]/pdfium/third_party/skia/out/Build-Debian9-GCC-x86_64-Release-PDFium"
},
@@ -260,6 +282,7 @@
"BUILDTYPE": "Release",
"CHROME_HEADLESS": "1",
"CHROMIUM_BUILDTOOLS_PATH": "[CUSTOM_/_B_WORK]/pdfium/buildtools",
+ "DEPOT_TOOLS_UPDATE": "0",
"PATH": "<PATH>:RECIPE_PACKAGE_REPO[depot_tools]",
"SKIA_OUT": "[CUSTOM_/_B_WORK]/pdfium/third_party/skia/out/Build-Debian9-GCC-x86_64-Release-PDFium"
},
@@ -271,7 +294,7 @@
"-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",
"[CUSTOM_/_B_WORK]/pdfium/third_party/skia/out/Build-Debian9-GCC-x86_64-Release-PDFium/Release",
- "[CUSTOM_[SWARM_OUT_DIR]]/out/Release"
+ "[START_DIR]/[SWARM_OUT_DIR]/out/Release"
],
"infra_step": true,
"name": "copy build products",