Index: infra/bots/recipes/presubmit.expected/presubmit.json |
diff --git a/infra/bots/recipes/swarm_compile.expected/failed_compile.json b/infra/bots/recipes/presubmit.expected/presubmit.json |
similarity index 76% |
copy from infra/bots/recipes/swarm_compile.expected/failed_compile.json |
copy to infra/bots/recipes/presubmit.expected/presubmit.json |
index b6b22230a5f776accaca2840cb175de9440f695d..1c2751d9b40e5bbb2cc329bb245c47e4e17ffd92 100644 |
--- a/infra/bots/recipes/swarm_compile.expected/failed_compile.json |
+++ b/infra/bots/recipes/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,23 @@ |
], |
"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" |
+ "python", |
+ "PRESUBMIT.py" |
], |
- "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 |
} |
] |