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

Unified Diff: scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_fyi_ios32_simulator_debug.json

Issue 1096683002: WebRTC: Move iOS Simulator bots to client.webrtc + add trybots (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Rebased Created 5 years, 8 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/standalone.expected/client_webrtc_fyi_ios32_simulator_debug.json
diff --git a/scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_fyi_ios32_simulator_debug.json b/scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_fyi_ios32_simulator_debug.json
deleted file mode 100644
index 4a08aed09eb0763aac9649c0fedd8979d822ffb1..0000000000000000000000000000000000000000
--- a/scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_fyi_ios32_simulator_debug.json
+++ /dev/null
@@ -1,94 +0,0 @@
-[
- {
- "cmd": [
- "python",
- "-u",
- "[BUILD]/scripts/slave/bot_update.py",
- "--master",
- "client.webrtc.fyi",
- "--builder",
- "iOS32 Simulator Debug",
- "--slave",
- "slavename",
- "--spec",
- "cache_dir = None\nsolutions = [{'deps_file': 'DEPS', 'managed': True, 'name': 'src', 'url': 'https://chromium.googlesource.com/external/webrtc'}, {'deps_file': 'DEPS', 'managed': True, 'name': 'webrtc-limited', 'url': 'https://chrome-internal.googlesource.com/chrome/deps/webrtc-limited'}]\ntarget_os = ['ios', 'mac']",
- "--root",
- "src",
- "--revision_mapping_file",
- "{\"src\": \"got_revision\"}",
- "--output_json",
- "/path/to/tmp/json",
- "--revision",
- "src@12345"
- ],
- "name": "bot_update",
- "~followup_annotations": [
- "@@@STEP_TEXT@Some step text@@@",
- "@@@STEP_LOG_LINE@json.output@{@@@",
- "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@",
- "@@@STEP_LOG_LINE@json.output@ \"patch_failure\": false, @@@",
- "@@@STEP_LOG_LINE@json.output@ \"patch_root\": \"src\", @@@",
- "@@@STEP_LOG_LINE@json.output@ \"properties\": {@@@",
- "@@@STEP_LOG_LINE@json.output@ \"got_revision\": \"f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9\", @@@",
- "@@@STEP_LOG_LINE@json.output@ \"got_revision_cp\": \"refs/heads/master@{#170242}\"@@@",
- "@@@STEP_LOG_LINE@json.output@ }, @@@",
- "@@@STEP_LOG_LINE@json.output@ \"root\": \"src\", @@@",
- "@@@STEP_LOG_LINE@json.output@ \"step_text\": \"Some step text\"@@@",
- "@@@STEP_LOG_LINE@json.output@}@@@",
- "@@@STEP_LOG_END@json.output@@@",
- "@@@SET_BUILD_PROPERTY@got_revision@\"f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9\"@@@",
- "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@"
- ]
- },
- {
- "cmd": [
- "python",
- "-u",
- "RECIPE_MODULE[webrtc]/resources/cleanup_files.py",
- "[SLAVE_BUILD]/src/out"
- ],
- "name": "clean test output files"
- },
- {
- "cmd": [
- "python",
- "-u",
- "[BUILD]/scripts/slave/cleanup_temp.py"
- ],
- "name": "cleanup_temp"
- },
- {
- "cmd": [
- "python",
- "-u",
- "[DEPOT_TOOLS]/gclient.py",
- "runhooks"
- ],
- "env": {
- "GYP_CROSSCOMPILE": "1",
- "GYP_DEFINES": "OS=ios build_with_libjingle=1 chromium_ios_signing=0 clang=1 component=static_library dcheck_always_on=1 gomadir='[BUILD]/goma' key_id='' mac_sdk=10.9 target_arch=ia32 use_goma=1",
- "GYP_GENERATORS": "ninja"
- },
- "name": "gclient runhooks"
- },
- {
- "cmd": [
- "python",
- "-u",
- "[BUILD]/scripts/slave/compile.py",
- "--target",
- "Debug-iphonesimulator",
- "--src-dir",
- "[SLAVE_BUILD]/src",
- "--build-tool",
- "ninja",
- "--compiler",
- "goma-clang",
- "--goma-dir",
- "[BUILD]/goma",
- "--",
- "All"
- ],
- "name": "compile"
- }
-]

Powered by Google App Engine
This is Rietveld 408576698