| Index: scripts/slave/recipes/libyuv/libyuv.expected/tryserver_libyuv_linux_memcheck.json
|
| diff --git a/scripts/slave/recipes/libyuv/libyuv.expected/tryserver_libyuv_linux_memcheck.json b/scripts/slave/recipes/libyuv/libyuv.expected/tryserver_libyuv_linux_memcheck.json
|
| index 3a24a55246a58333e78a1e3bc0da0dea01b643cd..b1c0b638736bbd7d6304a756b9eef4a6e322565c 100644
|
| --- a/scripts/slave/recipes/libyuv/libyuv.expected/tryserver_libyuv_linux_memcheck.json
|
| +++ b/scripts/slave/recipes/libyuv/libyuv.expected/tryserver_libyuv_linux_memcheck.json
|
| @@ -3,6 +3,17 @@
|
| "cmd": [
|
| "python",
|
| "-u",
|
| + "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py",
|
| + "--show-path",
|
| + "python",
|
| + "RECIPE_PACKAGE_REPO[build]/scripts/slave/cleanup_temp.py"
|
| + ],
|
| + "name": "cleanup_temp"
|
| + },
|
| + {
|
| + "cmd": [
|
| + "python",
|
| + "-u",
|
| "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py",
|
| "--spec",
|
| "cache_dir = '[GIT_CACHE]'\nsolutions = [{'custom_deps': {'src/chromium/src/third_party/valgrind': 'https://chromium.googlesource.com/chromium/deps/valgrind/binaries'}, 'custom_vars': {'root_dir': 'src'}, 'deps_file': 'DEPS', 'managed': True, 'name': 'src', 'url': 'https://chromium.googlesource.com/libyuv/libyuv'}]",
|
| @@ -21,7 +32,7 @@
|
| "--output_json",
|
| "/path/to/tmp/json",
|
| "--revision",
|
| - "src@12345",
|
| + "src@deadbeef",
|
| "--output_manifest"
|
| ],
|
| "env": {
|
| @@ -33,7 +44,7 @@
|
| "@@@STEP_LOG_LINE@json.output@{@@@",
|
| "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@",
|
| "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@",
|
| - "@@@STEP_LOG_LINE@json.output@ \"src\": \"12345\"@@@",
|
| + "@@@STEP_LOG_LINE@json.output@ \"src\": \"deadbeef\"@@@",
|
| "@@@STEP_LOG_LINE@json.output@ }, @@@",
|
| "@@@STEP_LOG_LINE@json.output@ \"manifest\": {@@@",
|
| "@@@STEP_LOG_LINE@json.output@ \"src\": {@@@",
|
| @@ -56,17 +67,6 @@
|
| ]
|
| },
|
| {
|
| - "cmd": [
|
| - "python",
|
| - "-u",
|
| - "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py",
|
| - "--show-path",
|
| - "python",
|
| - "RECIPE_PACKAGE_REPO[build]/scripts/slave/cleanup_temp.py"
|
| - ],
|
| - "name": "cleanup_temp"
|
| - },
|
| - {
|
| "name": "ensure_goma"
|
| },
|
| {
|
| @@ -193,12 +193,13 @@
|
| "Release",
|
| "--no-xvfb",
|
| "--factory-properties",
|
| - "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"linux_memcheck\", \"issue\": \"123456789\", \"mastername\": \"tryserver.libyuv\", \"patchset\": \"1\", \"recipe\": \"libyuv/libyuv\", \"revision\": \"12345\", \"rietveld\": \"https://rietveld.example.com\", \"slavename\": \"slavename\"}",
|
| + "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"linux_memcheck\", \"buildnumber\": 1337, \"issue\": \"123456789\", \"mastername\": \"tryserver.libyuv\", \"patchset\": \"1\", \"recipe\": \"libyuv/libyuv\", \"revision\": \"deadbeef\", \"rietveld\": \"https://rietveld.example.com\", \"slavename\": \"slavename\"}",
|
| "--build-properties",
|
| - "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"linux_memcheck\", \"issue\": \"123456789\", \"mastername\": \"tryserver.libyuv\", \"patchset\": \"1\", \"recipe\": \"libyuv/libyuv\", \"revision\": \"12345\", \"rietveld\": \"https://rietveld.example.com\", \"slavename\": \"slavename\"}",
|
| + "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"linux_memcheck\", \"buildnumber\": 1337, \"issue\": \"123456789\", \"mastername\": \"tryserver.libyuv\", \"patchset\": \"1\", \"recipe\": \"libyuv/libyuv\", \"revision\": \"deadbeef\", \"rietveld\": \"https://rietveld.example.com\", \"slavename\": \"slavename\"}",
|
| "--step-name=libyuv_unittest",
|
| "--builder-name=linux_memcheck",
|
| "--slave-name=slavename",
|
| + "--build-number=1337",
|
| "--pass-build-dir",
|
| "--pass-target",
|
| "--run-shell-script",
|
|
|