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

Unified Diff: scripts/slave/recipes/webrtc/ios_api_framework.expected/trybot_biuld.json

Issue 2011973003: WebRTC: Add trybot for iOS SDK Framework build. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Created 4 years, 7 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/webrtc/ios_api_framework.expected/trybot_biuld.json
diff --git a/scripts/slave/recipes/webrtc/ios_api_framework.expected/build_failure.json b/scripts/slave/recipes/webrtc/ios_api_framework.expected/trybot_biuld.json
similarity index 90%
copy from scripts/slave/recipes/webrtc/ios_api_framework.expected/build_failure.json
copy to scripts/slave/recipes/webrtc/ios_api_framework.expected/trybot_biuld.json
index 70e1764e4846eb03381772672558e874796639c6..ae66da3619f6c91e8eda72d41df2a93bd2d41567 100644
--- a/scripts/slave/recipes/webrtc/ios_api_framework.expected/build_failure.json
+++ b/scripts/slave/recipes/webrtc/ios_api_framework.expected/trybot_biuld.json
@@ -27,9 +27,9 @@
"-u",
"RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py",
"--master",
- "client.webrtc.fyi",
+ "tryserver.webrtc",
"--builder",
- "iOS API Framework Builder",
+ "ios_api_framework",
"--slave",
"TestSlavename",
"--spec",
@@ -40,6 +40,12 @@
"{\"src\": \"got_revision\"}",
"--git-cache-dir",
"[GIT_CACHE]",
+ "--issue",
+ "12853011",
+ "--patchset",
+ "1",
+ "--rietveld_server",
+ "https://codereview.chromium.org",
"--output_json",
"/path/to/tmp/json",
"--revision",
@@ -93,27 +99,15 @@
{
"cmd": [
"[SLAVE_BUILD]/src/webrtc/build/ios/build_ios_libs.sh",
- "-c"
- ],
- "cwd": "[SLAVE_BUILD]/src",
- "name": "cleanup"
- },
- {
- "cmd": [
- "[SLAVE_BUILD]/src/webrtc/build/ios/build_ios_libs.sh",
"-r",
"170242"
],
"cwd": "[SLAVE_BUILD]/src",
- "name": "build",
- "~followup_annotations": [
- "step returned non-zero exit code: 1",
- "@@@STEP_FAILURE@@@"
- ]
+ "name": "build"
},
{
"name": "$result",
- "reason": "Step('build') failed with return_code 1",
- "status_code": 1
+ "recipe_result": null,
+ "status_code": 0
}
]

Powered by Google App Engine
This is Rietveld 408576698