Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(246)

Unified Diff: scripts/slave/recipes/libyuv/libyuv.expected/client_libyuv_linux_ubsan_vptr.json

Issue 2306373003: libyuv: Add Android Testers (Closed)
Patch Set: Fixed WebRTC expectation Created 4 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: scripts/slave/recipes/libyuv/libyuv.expected/client_libyuv_linux_ubsan_vptr.json
diff --git a/scripts/slave/recipes/libyuv/libyuv.expected/client_libyuv_linux_ubsan_vptr.json b/scripts/slave/recipes/libyuv/libyuv.expected/client_libyuv_linux_ubsan_vptr.json
index 98dfc1c518ef17dae215acdd8dfe7b10af22b537..aaeba691f39ccd2ecdcb454d7e385346a2fa5f79 100644
--- a/scripts/slave/recipes/libyuv/libyuv.expected/client_libyuv_linux_ubsan_vptr.json
+++ b/scripts/slave/recipes/libyuv/libyuv.expected/client_libyuv_linux_ubsan_vptr.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_vars': {'root_dir': 'src'}, 'deps_file': 'DEPS', 'managed': True, 'name': 'src', 'url': 'https://chromium.googlesource.com/libyuv/libyuv'}]",
@@ -15,7 +26,7 @@
"--output_json",
"/path/to/tmp/json",
"--revision",
- "src@12345",
+ "src@deadbeef",
"--output_manifest"
],
"env": {
@@ -27,7 +38,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\": {@@@",
@@ -50,17 +61,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"
},
{
@@ -207,12 +207,13 @@
"Release",
"--no-xvfb",
"--factory-properties",
- "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"Linux UBSan vptr\", \"mastername\": \"client.libyuv\", \"recipe\": \"libyuv/libyuv\", \"revision\": \"12345\", \"slavename\": \"slavename\"}",
+ "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"Linux UBSan vptr\", \"buildnumber\": 1337, \"mastername\": \"client.libyuv\", \"recipe\": \"libyuv/libyuv\", \"revision\": \"deadbeef\", \"slavename\": \"slavename\"}",
"--build-properties",
- "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"Linux UBSan vptr\", \"mastername\": \"client.libyuv\", \"recipe\": \"libyuv/libyuv\", \"revision\": \"12345\", \"slavename\": \"slavename\"}",
+ "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"Linux UBSan vptr\", \"buildnumber\": 1337, \"mastername\": \"client.libyuv\", \"recipe\": \"libyuv/libyuv\", \"revision\": \"deadbeef\", \"slavename\": \"slavename\"}",
"--step-name=libyuv_unittest",
"--builder-name=Linux UBSan vptr",
"--slave-name=slavename",
+ "--build-number=1337",
"libyuv_unittest"
],
"name": "libyuv_unittest"

Powered by Google App Engine
This is Rietveld 408576698