aboutsummaryrefslogtreecommitdiffhomepage
path: root/infra/bots/recipe_modules/flavor/examples
diff options
context:
space:
mode:
authorGravatar Eric Boren <borenet@google.com>2018-05-04 08:59:16 -0400
committerGravatar Skia Commit-Bot <skia-commit-bot@chromium.org>2018-05-04 14:59:32 +0000
commit44a68b3b3b16a745582f7df8a667f30752db0ebf (patch)
tree83c1831da0413aebebc98a2b4909f116106905f1 /infra/bots/recipe_modules/flavor/examples
parent4824ed05ac126a4de5322f93e5af821d611b974d (diff)
[infra] Remove PDFium bot and associated recipe code
Bug: skia:7890 Change-Id: I8322b145800dc41ac59322e89804ff9356d8e767 Reviewed-on: https://skia-review.googlesource.com/125864 Reviewed-by: Ben Wagner <benjaminwagner@google.com> Commit-Queue: Eric Boren <borenet@google.com>
Diffstat (limited to 'infra/bots/recipe_modules/flavor/examples')
-rw-r--r--infra/bots/recipe_modules/flavor/examples/full.expected/Build-Debian9-GCC-x86_64-Release-PDFium.json73
-rw-r--r--infra/bots/recipe_modules/flavor/examples/full.expected/Build-Debian9-GCC-x86_64-Release-PDFium_SkiaPaths.json73
-rw-r--r--infra/bots/recipe_modules/flavor/examples/full.py2
3 files changed, 0 insertions, 148 deletions
diff --git a/infra/bots/recipe_modules/flavor/examples/full.expected/Build-Debian9-GCC-x86_64-Release-PDFium.json b/infra/bots/recipe_modules/flavor/examples/full.expected/Build-Debian9-GCC-x86_64-Release-PDFium.json
deleted file mode 100644
index 0df8515dda..0000000000
--- a/infra/bots/recipe_modules/flavor/examples/full.expected/Build-Debian9-GCC-x86_64-Release-PDFium.json
+++ /dev/null
@@ -1,73 +0,0 @@
-[
- {
- "cmd": [
- "python",
- "-u",
- "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py",
- "runhooks"
- ],
- "cwd": "[START_DIR]/cache/work/pdfium",
- "env": {
- "DEPOT_TOOLS_UPDATE": "0",
- "PATH": "<PATH>:RECIPE_PACKAGE_REPO[depot_tools]"
- },
- "name": "gclient runhooks"
- },
- {
- "cmd": [
- "python",
- "build/linux/sysroot_scripts/install-sysroot.py",
- "--arch=amd64"
- ],
- "cwd": "[START_DIR]/cache/work/pdfium",
- "env": {
- "BUILDTYPE": "Release",
- "CHROME_HEADLESS": "1",
- "DEPOT_TOOLS_UPDATE": "0",
- "PATH": "<PATH>:RECIPE_PACKAGE_REPO[depot_tools]",
- "SKIA_OUT": "[START_DIR]/cache/work/pdfium/third_party/skia/out/Build-Debian9-GCC-x86_64-Release-PDFium"
- },
- "name": "sysroot"
- },
- {
- "cmd": [
- "gn",
- "gen",
- "out/skia",
- "--args=pdf_is_standalone=true clang_use_chrome_plugins=false is_component_build=false is_debug=false pdf_use_skia=true"
- ],
- "cwd": "[START_DIR]/cache/work/pdfium",
- "env": {
- "BUILDTYPE": "Release",
- "CHROME_HEADLESS": "1",
- "CHROMIUM_BUILDTOOLS_PATH": "[START_DIR]/cache/work/pdfium/buildtools",
- "DEPOT_TOOLS_UPDATE": "0",
- "PATH": "<PATH>:RECIPE_PACKAGE_REPO[depot_tools]",
- "SKIA_OUT": "[START_DIR]/cache/work/pdfium/third_party/skia/out/Build-Debian9-GCC-x86_64-Release-PDFium"
- },
- "name": "gn_gen"
- },
- {
- "cmd": [
- "ninja",
- "-C",
- "out/skia",
- "-j100"
- ],
- "cwd": "[START_DIR]/cache/work/pdfium",
- "env": {
- "BUILDTYPE": "Release",
- "CHROME_HEADLESS": "1",
- "CHROMIUM_BUILDTOOLS_PATH": "[START_DIR]/cache/work/pdfium/buildtools",
- "DEPOT_TOOLS_UPDATE": "0",
- "PATH": "<PATH>:RECIPE_PACKAGE_REPO[depot_tools]",
- "SKIA_OUT": "[START_DIR]/cache/work/pdfium/third_party/skia/out/Build-Debian9-GCC-x86_64-Release-PDFium"
- },
- "name": "build_pdfium"
- },
- {
- "name": "$result",
- "recipe_result": null,
- "status_code": 0
- }
-] \ No newline at end of file
diff --git a/infra/bots/recipe_modules/flavor/examples/full.expected/Build-Debian9-GCC-x86_64-Release-PDFium_SkiaPaths.json b/infra/bots/recipe_modules/flavor/examples/full.expected/Build-Debian9-GCC-x86_64-Release-PDFium_SkiaPaths.json
deleted file mode 100644
index b8bedc2f26..0000000000
--- a/infra/bots/recipe_modules/flavor/examples/full.expected/Build-Debian9-GCC-x86_64-Release-PDFium_SkiaPaths.json
+++ /dev/null
@@ -1,73 +0,0 @@
-[
- {
- "cmd": [
- "python",
- "-u",
- "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py",
- "runhooks"
- ],
- "cwd": "[START_DIR]/cache/work/pdfium",
- "env": {
- "DEPOT_TOOLS_UPDATE": "0",
- "PATH": "<PATH>:RECIPE_PACKAGE_REPO[depot_tools]"
- },
- "name": "gclient runhooks"
- },
- {
- "cmd": [
- "python",
- "build/linux/sysroot_scripts/install-sysroot.py",
- "--arch=amd64"
- ],
- "cwd": "[START_DIR]/cache/work/pdfium",
- "env": {
- "BUILDTYPE": "Release",
- "CHROME_HEADLESS": "1",
- "DEPOT_TOOLS_UPDATE": "0",
- "PATH": "<PATH>:RECIPE_PACKAGE_REPO[depot_tools]",
- "SKIA_OUT": "[START_DIR]/cache/work/pdfium/third_party/skia/out/Build-Debian9-GCC-x86_64-Release-PDFium_SkiaPaths"
- },
- "name": "sysroot"
- },
- {
- "cmd": [
- "gn",
- "gen",
- "out/skia",
- "--args=pdf_is_standalone=true clang_use_chrome_plugins=false is_component_build=false is_debug=false pdf_use_skia_paths=true"
- ],
- "cwd": "[START_DIR]/cache/work/pdfium",
- "env": {
- "BUILDTYPE": "Release",
- "CHROME_HEADLESS": "1",
- "CHROMIUM_BUILDTOOLS_PATH": "[START_DIR]/cache/work/pdfium/buildtools",
- "DEPOT_TOOLS_UPDATE": "0",
- "PATH": "<PATH>:RECIPE_PACKAGE_REPO[depot_tools]",
- "SKIA_OUT": "[START_DIR]/cache/work/pdfium/third_party/skia/out/Build-Debian9-GCC-x86_64-Release-PDFium_SkiaPaths"
- },
- "name": "gn_gen"
- },
- {
- "cmd": [
- "ninja",
- "-C",
- "out/skia",
- "-j100"
- ],
- "cwd": "[START_DIR]/cache/work/pdfium",
- "env": {
- "BUILDTYPE": "Release",
- "CHROME_HEADLESS": "1",
- "CHROMIUM_BUILDTOOLS_PATH": "[START_DIR]/cache/work/pdfium/buildtools",
- "DEPOT_TOOLS_UPDATE": "0",
- "PATH": "<PATH>:RECIPE_PACKAGE_REPO[depot_tools]",
- "SKIA_OUT": "[START_DIR]/cache/work/pdfium/third_party/skia/out/Build-Debian9-GCC-x86_64-Release-PDFium_SkiaPaths"
- },
- "name": "build_pdfium"
- },
- {
- "name": "$result",
- "recipe_result": null,
- "status_code": 0
- }
-] \ No newline at end of file
diff --git a/infra/bots/recipe_modules/flavor/examples/full.py b/infra/bots/recipe_modules/flavor/examples/full.py
index 39ae10c58c..59e3223d14 100644
--- a/infra/bots/recipe_modules/flavor/examples/full.py
+++ b/infra/bots/recipe_modules/flavor/examples/full.py
@@ -76,8 +76,6 @@ TEST_BUILDERS = [
'Build-Debian9-GCC-x86_64-Release-ANGLE',
'Build-Debian9-GCC-x86_64-Release-Flutter_Android',
'Build-Debian9-GCC-x86_64-Release-NoGPU',
- 'Build-Debian9-GCC-x86_64-Release-PDFium',
- 'Build-Debian9-GCC-x86_64-Release-PDFium_SkiaPaths',
'Build-Debian9-GCC-x86_64-Release-Shared',
'Build-Mac-Clang-arm64-Debug-Android_Vulkan',
'Build-Mac-Clang-arm64-Debug-iOS',