From 5c2ed720ec807aa7a79e8f5ee5be107a877015a8 Mon Sep 17 00:00:00 2001 From: Eric Boren Date: Mon, 23 Apr 2018 09:16:23 -0400 Subject: [infra] Fast-forward recipes, re-enable roller Bug: skia: Change-Id: I3dfda2b49917079350b89d739ba6e00fd12c20f1 Reviewed-on: https://skia-review.googlesource.com/122300 Auto-Submit: Eric Boren Commit-Queue: Ravi Mistry Reviewed-by: Ravi Mistry --- ...Debian9-GCC-x86_64-Release-Flutter_Android.json | 94 +---------------- .../Build-Debian9-GCC-x86_64-Release-PDFium.json | 116 +-------------------- ...ebian9-GCC-x86_64-Release-PDFium_SkiaPaths.json | 116 +-------------------- 3 files changed, 11 insertions(+), 315 deletions(-) (limited to 'infra/bots/recipe_modules/flavor/examples') diff --git a/infra/bots/recipe_modules/flavor/examples/full.expected/Build-Debian9-GCC-x86_64-Release-Flutter_Android.json b/infra/bots/recipe_modules/flavor/examples/full.expected/Build-Debian9-GCC-x86_64-Release-Flutter_Android.json index e1e335f08a..df0b1af034 100644 --- a/infra/bots/recipe_modules/flavor/examples/full.expected/Build-Debian9-GCC-x86_64-Release-Flutter_Android.json +++ b/infra/bots/recipe_modules/flavor/examples/full.expected/Build-Debian9-GCC-x86_64-Release-Flutter_Android.json @@ -3,102 +3,14 @@ "cmd": [ "python", "-u", - "RECIPE_MODULE[depot_tools::git]/resources/git_setup.py", - "--path", - "[CUSTOM_/_B_WORK]/flutter/depot_tools", - "--url", - "https://chromium.googlesource.com/chromium/tools/depot_tools.git" - ], - "cwd": "[CUSTOM_/_B_WORK]/flutter/src", - "name": "git setup" - }, - { - "cmd": [ - "git", - "retry", - "fetch", - "origin", - "--progress" - ], - "cwd": "[CUSTOM_/_B_WORK]/flutter/depot_tools", - "env": { - "PATH": "RECIPE_PACKAGE_REPO[depot_tools]:" - }, - "infra_step": true, - "name": "git fetch" - }, - { - "cmd": [ - "git", - "checkout", - "-f", - "06493714339009216197d59c5413da2a1efdf4a2" - ], - "cwd": "[CUSTOM_/_B_WORK]/flutter/depot_tools", - "infra_step": true, - "name": "git checkout" - }, - { - "cmd": [ - "git", - "rev-parse", - "HEAD" - ], - "cwd": "[CUSTOM_/_B_WORK]/flutter/depot_tools", - "infra_step": true, - "name": "read revision", - "stdout": "/path/to/tmp/", - "~followup_annotations": [ - "@@@STEP_TEXT@
checked out 'deadbeef'
@@@" - ] - }, - { - "cmd": [ - "git", - "clean", - "-f", - "-d", - "-x" - ], - "cwd": "[CUSTOM_/_B_WORK]/flutter/depot_tools", - "infra_step": true, - "name": "git clean" - }, - { - "cmd": [ - "git", - "submodule", - "sync" - ], - "cwd": "[CUSTOM_/_B_WORK]/flutter/depot_tools", - "infra_step": true, - "name": "submodule sync" - }, - { - "cmd": [ - "git", - "submodule", - "update", - "--init", - "--recursive" - ], - "cwd": "[CUSTOM_/_B_WORK]/flutter/depot_tools", - "infra_step": true, - "name": "submodule update" - }, - { - "cmd": [ - "[CUSTOM_/_B_WORK]/flutter/depot_tools/gclient", + "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", "runhooks" ], "cwd": "[CUSTOM_/_B_WORK]/flutter/src", "env": { - "BUILDTYPE": "Release", - "CHROME_HEADLESS": "1", - "PATH": ":RECIPE_PACKAGE_REPO[depot_tools]", - "SKIA_OUT": "[CUSTOM_/_B_WORK]/flutter/src/third_party/skia/out/Build-Debian9-GCC-x86_64-Release-Flutter_Android" + "PATH": ":RECIPE_PACKAGE_REPO[depot_tools]" }, - "name": "runhook" + "name": "gclient runhooks" }, { "cmd": [ 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 index 4295bbb34d..9c31d772cc 100644 --- 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 @@ -3,123 +3,15 @@ "cmd": [ "python", "-u", - "RECIPE_MODULE[depot_tools::git]/resources/git_setup.py", - "--path", - "[CUSTOM_/_B_WORK]/depot_tools", - "--url", - "https://chromium.googlesource.com/chromium/tools/depot_tools.git" + "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", + "runhooks" ], "cwd": "[CUSTOM_/_B_WORK]/pdfium", "env": { - "DEPOT_TOOLS_UPDATE": "0" - }, - "name": "git setup" - }, - { - "cmd": [ - "git", - "retry", - "fetch", - "origin", - "--progress" - ], - "cwd": "[CUSTOM_/_B_WORK]/depot_tools", - "env": { - "DEPOT_TOOLS_UPDATE": "0", - "PATH": "RECIPE_PACKAGE_REPO[depot_tools]:" - }, - "infra_step": true, - "name": "git fetch" - }, - { - "cmd": [ - "git", - "checkout", - "-f", - "06493714339009216197d59c5413da2a1efdf4a2" - ], - "cwd": "[CUSTOM_/_B_WORK]/depot_tools", - "env": { - "DEPOT_TOOLS_UPDATE": "0" - }, - "infra_step": true, - "name": "git checkout" - }, - { - "cmd": [ - "git", - "rev-parse", - "HEAD" - ], - "cwd": "[CUSTOM_/_B_WORK]/depot_tools", - "env": { - "DEPOT_TOOLS_UPDATE": "0" - }, - "infra_step": true, - "name": "read revision", - "stdout": "/path/to/tmp/", - "~followup_annotations": [ - "@@@STEP_TEXT@
checked out 'deadbeef'
@@@" - ] - }, - { - "cmd": [ - "git", - "clean", - "-f", - "-d", - "-x" - ], - "cwd": "[CUSTOM_/_B_WORK]/depot_tools", - "env": { - "DEPOT_TOOLS_UPDATE": "0" - }, - "infra_step": true, - "name": "git clean" - }, - { - "cmd": [ - "git", - "submodule", - "sync" - ], - "cwd": "[CUSTOM_/_B_WORK]/depot_tools", - "env": { - "DEPOT_TOOLS_UPDATE": "0" - }, - "infra_step": true, - "name": "submodule sync" - }, - { - "cmd": [ - "git", - "submodule", - "update", - "--init", - "--recursive" - ], - "cwd": "[CUSTOM_/_B_WORK]/depot_tools", - "env": { - "DEPOT_TOOLS_UPDATE": "0" - }, - "infra_step": true, - "name": "submodule update" - }, - { - "cmd": [ - "[CUSTOM_/_B_WORK]/depot_tools/gclient", - "runhook", - "gn_linux64" - ], - "cwd": "[CUSTOM_/_B_WORK]/pdfium", - "env": { - "BUILDTYPE": "Release", - "CHROME_HEADLESS": "1", "DEPOT_TOOLS_UPDATE": "0", - "PATH": ":RECIPE_PACKAGE_REPO[depot_tools]", - "SKIA_OUT": "[CUSTOM_/_B_WORK]/pdfium/third_party/skia/out/Build-Debian9-GCC-x86_64-Release-PDFium" + "PATH": ":RECIPE_PACKAGE_REPO[depot_tools]" }, - "name": "runhook" + "name": "gclient runhooks" }, { "cmd": [ 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 index 06eff64fc8..2c0f40ff7e 100644 --- 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 @@ -3,123 +3,15 @@ "cmd": [ "python", "-u", - "RECIPE_MODULE[depot_tools::git]/resources/git_setup.py", - "--path", - "[CUSTOM_/_B_WORK]/depot_tools", - "--url", - "https://chromium.googlesource.com/chromium/tools/depot_tools.git" + "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", + "runhooks" ], "cwd": "[CUSTOM_/_B_WORK]/pdfium", "env": { - "DEPOT_TOOLS_UPDATE": "0" - }, - "name": "git setup" - }, - { - "cmd": [ - "git", - "retry", - "fetch", - "origin", - "--progress" - ], - "cwd": "[CUSTOM_/_B_WORK]/depot_tools", - "env": { - "DEPOT_TOOLS_UPDATE": "0", - "PATH": "RECIPE_PACKAGE_REPO[depot_tools]:" - }, - "infra_step": true, - "name": "git fetch" - }, - { - "cmd": [ - "git", - "checkout", - "-f", - "06493714339009216197d59c5413da2a1efdf4a2" - ], - "cwd": "[CUSTOM_/_B_WORK]/depot_tools", - "env": { - "DEPOT_TOOLS_UPDATE": "0" - }, - "infra_step": true, - "name": "git checkout" - }, - { - "cmd": [ - "git", - "rev-parse", - "HEAD" - ], - "cwd": "[CUSTOM_/_B_WORK]/depot_tools", - "env": { - "DEPOT_TOOLS_UPDATE": "0" - }, - "infra_step": true, - "name": "read revision", - "stdout": "/path/to/tmp/", - "~followup_annotations": [ - "@@@STEP_TEXT@
checked out 'deadbeef'
@@@" - ] - }, - { - "cmd": [ - "git", - "clean", - "-f", - "-d", - "-x" - ], - "cwd": "[CUSTOM_/_B_WORK]/depot_tools", - "env": { - "DEPOT_TOOLS_UPDATE": "0" - }, - "infra_step": true, - "name": "git clean" - }, - { - "cmd": [ - "git", - "submodule", - "sync" - ], - "cwd": "[CUSTOM_/_B_WORK]/depot_tools", - "env": { - "DEPOT_TOOLS_UPDATE": "0" - }, - "infra_step": true, - "name": "submodule sync" - }, - { - "cmd": [ - "git", - "submodule", - "update", - "--init", - "--recursive" - ], - "cwd": "[CUSTOM_/_B_WORK]/depot_tools", - "env": { - "DEPOT_TOOLS_UPDATE": "0" - }, - "infra_step": true, - "name": "submodule update" - }, - { - "cmd": [ - "[CUSTOM_/_B_WORK]/depot_tools/gclient", - "runhook", - "gn_linux64" - ], - "cwd": "[CUSTOM_/_B_WORK]/pdfium", - "env": { - "BUILDTYPE": "Release", - "CHROME_HEADLESS": "1", "DEPOT_TOOLS_UPDATE": "0", - "PATH": ":RECIPE_PACKAGE_REPO[depot_tools]", - "SKIA_OUT": "[CUSTOM_/_B_WORK]/pdfium/third_party/skia/out/Build-Debian9-GCC-x86_64-Release-PDFium_SkiaPaths" + "PATH": ":RECIPE_PACKAGE_REPO[depot_tools]" }, - "name": "runhook" + "name": "gclient runhooks" }, { "cmd": [ -- cgit v1.2.3