blob: 18e3ca9f7ffde6fbcde90552e310bff585c3bf4e [file] [log] [blame]
[
{
"cmd": [
"python",
"-u",
"RECIPE_MODULE[recipe_engine::file]/resources/fileutil.py",
"--json-output",
"/path/to/tmp/json",
"rmcontents",
"[START_DIR]"
],
"infra_step": true,
"name": "everything"
},
{
"cmd": [
"python",
"-u",
"RECIPE_MODULE[depot_tools::git]/resources/git_setup.py",
"--path",
"[START_DIR]/flutter",
"--url",
"https://chromium.googlesource.com/external/github.com/flutter/flutter"
],
"name": "git setup"
},
{
"cmd": [
"git",
"retry",
"fetch",
"origin",
"master",
"--recurse-submodules",
"--progress",
"--tags"
],
"cwd": "[START_DIR]/flutter",
"env": {
"PATH": "RECIPE_PACKAGE_REPO[depot_tools]:<PATH>"
},
"infra_step": true,
"name": "git fetch"
},
{
"cmd": [
"git",
"checkout",
"-f",
"FETCH_HEAD"
],
"cwd": "[START_DIR]/flutter",
"infra_step": true,
"name": "git checkout"
},
{
"cmd": [
"git",
"rev-parse",
"HEAD"
],
"cwd": "[START_DIR]/flutter",
"infra_step": true,
"name": "read revision",
"stdout": "/path/to/tmp/",
"~followup_annotations": [
"@@@STEP_TEXT@<br/>checked out 'deadbeef'<br/>@@@",
"@@@SET_BUILD_PROPERTY@got_revision@\"deadbeef\"@@@"
]
},
{
"cmd": [
"git",
"clean",
"-f",
"-d",
"-x"
],
"cwd": "[START_DIR]/flutter",
"infra_step": true,
"name": "git clean"
},
{
"cmd": [
"git",
"submodule",
"sync"
],
"cwd": "[START_DIR]/flutter",
"infra_step": true,
"name": "submodule sync"
},
{
"cmd": [
"git",
"submodule",
"update",
"--init",
"--recursive"
],
"cwd": "[START_DIR]/flutter",
"infra_step": true,
"name": "submodule update"
},
{
"cmd": [
"flutter",
"doctor"
],
"cwd": "[START_DIR]/flutter",
"env": {
"ANDROID_HOME": "[START_DIR]/flutter/dev/bots/android_tools",
"PATH": "[START_DIR]/flutter/bin:[START_DIR]/flutter/bin/cache/dart-sdk/bin:[START_DIR]/flutter/dev/bots/gradle/gradle-2.14.1/bin:[START_DIR]/../../../../scripts/slave:<PATH>",
"PUB_CACHE": "[START_DIR]/flutter/.pub-cache"
},
"name": "flutter doctor"
},
{
"cmd": [
"flutter",
"update-packages"
],
"cwd": "[START_DIR]/flutter",
"env": {
"ANDROID_HOME": "[START_DIR]/flutter/dev/bots/android_tools",
"PATH": "[START_DIR]/flutter/bin:[START_DIR]/flutter/bin/cache/dart-sdk/bin:[START_DIR]/flutter/dev/bots/gradle/gradle-2.14.1/bin:[START_DIR]/../../../../scripts/slave:<PATH>",
"PUB_CACHE": "[START_DIR]/flutter/.pub-cache"
},
"name": "download dependencies"
},
{
"cmd": [
"python",
"-u",
"RECIPE_MODULE[depot_tools::git]/resources/git_setup.py",
"--path",
"[START_DIR]/ios",
"--url",
"https://chromium.googlesource.com/chromium/src/ios"
],
"name": "git setup (ios_tools)"
},
{
"cmd": [
"git",
"retry",
"fetch",
"origin",
"--recurse-submodules",
"--progress"
],
"cwd": "[START_DIR]/ios",
"env": {
"PATH": "RECIPE_PACKAGE_REPO[depot_tools]:<PATH>"
},
"infra_step": true,
"name": "git fetch (ios_tools)"
},
{
"cmd": [
"git",
"checkout",
"-f",
"69b7c1b160e7107a6a98d948363772dc9caea46f"
],
"cwd": "[START_DIR]/ios",
"infra_step": true,
"name": "git checkout (ios_tools)"
},
{
"cmd": [
"git",
"rev-parse",
"HEAD"
],
"cwd": "[START_DIR]/ios",
"infra_step": true,
"name": "read revision (2)",
"stdout": "/path/to/tmp/",
"~followup_annotations": [
"@@@STEP_TEXT@<br/>checked out 'deadbeef'<br/>@@@"
]
},
{
"cmd": [
"git",
"clean",
"-f",
"-d",
"-x"
],
"cwd": "[START_DIR]/ios",
"infra_step": true,
"name": "git clean (ios_tools)"
},
{
"cmd": [
"git",
"submodule",
"sync"
],
"cwd": "[START_DIR]/ios",
"infra_step": true,
"name": "submodule sync (ios_tools)"
},
{
"cmd": [
"git",
"submodule",
"update",
"--init",
"--recursive"
],
"cwd": "[START_DIR]/ios",
"infra_step": true,
"name": "submodule update (ios_tools)"
},
{
"cmd": [
"python",
"-u",
"RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py",
"--show-path",
"--with-third-party-lib",
"--",
"python",
"[START_DIR]/ios/build/bots/scripts/find_xcode.py",
"--json-file",
"/path/to/tmp/json",
"--version",
"9.0.1"
],
"name": "set_xcode_version",
"~followup_annotations": [
"@@@STEP_LOG_LINE@json.output@{@@@",
"@@@STEP_LOG_LINE@json.output@ \"matches\": {}@@@",
"@@@STEP_LOG_LINE@json.output@}@@@",
"@@@STEP_LOG_END@json.output@@@"
]
},
{
"failure": {
"failure": {
"step": ""
},
"humanReason": "Xcode 9.0.1 not found"
},
"name": "$result"
}
]