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

Unified Diff: scripts/slave/recipes/libyuv/libyuv.expected/tryserver_libyuv_linux_forced.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/tryserver_libyuv_linux_forced.json
diff --git a/scripts/slave/recipes/libyuv/libyuv.expected/tryserver_libyuv_linux_forced.json b/scripts/slave/recipes/libyuv/libyuv.expected/tryserver_libyuv_linux_forced.json
index 1ff72bfcfea5394fcdffac399edab8f6ddae1be9..65c2d9877b600fa80a81639fbab4430dfe6092be 100644
--- a/scripts/slave/recipes/libyuv/libyuv.expected/tryserver_libyuv_linux_forced.json
+++ b/scripts/slave/recipes/libyuv/libyuv.expected/tryserver_libyuv_linux_forced.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'}]",
@@ -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 @@
"Debug",
"--no-xvfb",
"--factory-properties",
- "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"linux\", \"issue\": \"123456789\", \"mastername\": \"tryserver.libyuv\", \"patchset\": \"1\", \"recipe\": \"libyuv/libyuv\", \"rietveld\": \"https://rietveld.example.com\", \"slavename\": \"slavename\"}",
+ "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"linux\", \"buildnumber\": 1337, \"issue\": \"123456789\", \"mastername\": \"tryserver.libyuv\", \"patchset\": \"1\", \"recipe\": \"libyuv/libyuv\", \"rietveld\": \"https://rietveld.example.com\", \"slavename\": \"slavename\"}",
"--build-properties",
- "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"linux\", \"issue\": \"123456789\", \"mastername\": \"tryserver.libyuv\", \"patchset\": \"1\", \"recipe\": \"libyuv/libyuv\", \"rietveld\": \"https://rietveld.example.com\", \"slavename\": \"slavename\"}",
+ "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"linux\", \"buildnumber\": 1337, \"issue\": \"123456789\", \"mastername\": \"tryserver.libyuv\", \"patchset\": \"1\", \"recipe\": \"libyuv/libyuv\", \"rietveld\": \"https://rietveld.example.com\", \"slavename\": \"slavename\"}",
"--step-name=libyuv_unittest",
"--builder-name=linux",
"--slave-name=slavename",
+ "--build-number=1337",
"libyuv_unittest"
],
"name": "libyuv_unittest"

Powered by Google App Engine
This is Rietveld 408576698