| Index: infra/bots/recipes/swarm_presubmit.expected/presubmit.json
|
| diff --git a/infra/bots/recipes/swarm_compile.expected/failed_compile.json b/infra/bots/recipes/swarm_presubmit.expected/presubmit.json
|
| similarity index 77%
|
| copy from infra/bots/recipes/swarm_compile.expected/failed_compile.json
|
| copy to infra/bots/recipes/swarm_presubmit.expected/presubmit.json
|
| index b6b22230a5f776accaca2840cb175de9440f695d..cf33cf6c700ff11cb98d9b2a5aa9bd323da3f05c 100644
|
| --- a/infra/bots/recipes/swarm_compile.expected/failed_compile.json
|
| +++ b/infra/bots/recipes/swarm_presubmit.expected/presubmit.json
|
| @@ -32,10 +32,10 @@
|
| ],
|
| "cwd": "[CUSTOM_/_B_WORK]",
|
| "env": {
|
| - "BUILDTYPE": "Debug",
|
| + "BUILDTYPE": "Release",
|
| "CHROME_HEADLESS": "1",
|
| "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]",
|
| - "SKIA_OUT": "[CUSTOM_/_B_WORK]/skia/out/Build-Ubuntu-GCC-x86_64-Debug"
|
| + "SKIA_OUT": "[SLAVE_BUILD]/out"
|
| },
|
| "name": "gclient setup"
|
| },
|
| @@ -61,10 +61,10 @@
|
| ],
|
| "cwd": "[CUSTOM_/_B_WORK]",
|
| "env": {
|
| - "BUILDTYPE": "Debug",
|
| + "BUILDTYPE": "Release",
|
| "CHROME_HEADLESS": "1",
|
| "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]:RECIPE_PACKAGE_REPO[depot_tools]",
|
| - "SKIA_OUT": "[CUSTOM_/_B_WORK]/skia/out/Build-Ubuntu-GCC-x86_64-Debug"
|
| + "SKIA_OUT": "[SLAVE_BUILD]/out"
|
| },
|
| "name": "gclient sync",
|
| "~followup_annotations": [
|
| @@ -92,10 +92,10 @@
|
| ],
|
| "cwd": "[CUSTOM_/_B_WORK]",
|
| "env": {
|
| - "BUILDTYPE": "Debug",
|
| + "BUILDTYPE": "Release",
|
| "CHROME_HEADLESS": "1",
|
| "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]:RECIPE_PACKAGE_REPO[depot_tools]:RECIPE_PACKAGE_REPO[depot_tools]",
|
| - "SKIA_OUT": "[CUSTOM_/_B_WORK]/skia/out/Build-Ubuntu-GCC-x86_64-Debug"
|
| + "SKIA_OUT": "[SLAVE_BUILD]/out"
|
| },
|
| "name": "gclient recurse (git config user.name)"
|
| },
|
| @@ -112,37 +112,26 @@
|
| ],
|
| "cwd": "[CUSTOM_/_B_WORK]",
|
| "env": {
|
| - "BUILDTYPE": "Debug",
|
| + "BUILDTYPE": "Release",
|
| "CHROME_HEADLESS": "1",
|
| "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]:RECIPE_PACKAGE_REPO[depot_tools]:RECIPE_PACKAGE_REPO[depot_tools]:RECIPE_PACKAGE_REPO[depot_tools]",
|
| - "SKIA_OUT": "[CUSTOM_/_B_WORK]/skia/out/Build-Ubuntu-GCC-x86_64-Debug"
|
| + "SKIA_OUT": "[SLAVE_BUILD]/out"
|
| },
|
| "name": "gclient recurse (git config user.email)"
|
| },
|
| {
|
| "cmd": [
|
| - "make",
|
| - "most"
|
| + "git",
|
| + "cl",
|
| + "presubmit",
|
| + "--force"
|
| ],
|
| "cwd": "[CUSTOM_/_B_WORK]/skia",
|
| - "env": {
|
| - "BUILDTYPE": "Debug",
|
| - "CHROME_HEADLESS": "1",
|
| - "CHROME_PATH": "[SLAVE_BUILD]/src",
|
| - "GYP_DEFINES": "skia_arch_type=x86_64 skia_warnings_as_errors=1",
|
| - "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]:RECIPE_PACKAGE_REPO[depot_tools]:RECIPE_PACKAGE_REPO[depot_tools]:RECIPE_PACKAGE_REPO[depot_tools]",
|
| - "SKIA_OUT": "[CUSTOM_/_B_WORK]/skia/out/Build-Ubuntu-GCC-x86_64-Debug"
|
| - },
|
| - "name": "build most",
|
| - "~followup_annotations": [
|
| - "step returned non-zero exit code: 1",
|
| - "@@@STEP_FAILURE@@@"
|
| - ]
|
| + "name": "presubmit"
|
| },
|
| {
|
| "name": "$result",
|
| - "reason": "Step('build most') failed with return_code 1",
|
| "recipe_result": null,
|
| - "status_code": 1
|
| + "status_code": 0
|
| }
|
| ]
|
|
|