| Index: scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_linux_ubsan_vptr.json
|
| diff --git a/scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_linux_ubsan_vptr.json b/scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_linux_ubsan_vptr.json
|
| index e3de73509f11e9706fe0ac1eb94a934608193547..d4472ef53561a763aa861c27d65a0bcbaf7dc2a9 100644
|
| --- a/scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_linux_ubsan_vptr.json
|
| +++ b/scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_linux_ubsan_vptr.json
|
| @@ -3,6 +3,28 @@
|
| "cmd": [
|
| "python",
|
| "-u",
|
| + "\nimport sys, os\npath = sys.argv[1]\nmode = int(sys.argv[2])\nif not os.path.isdir(path):\n if os.path.exists(path):\n print \"%s exists but is not a dir\" % path\n sys.exit(1)\n os.makedirs(path, mode)\n",
|
| + "[BUILDER_CACHE]/Linux_UBSan_vptr",
|
| + "511"
|
| + ],
|
| + "name": "makedirs checkout path",
|
| + "~followup_annotations": [
|
| + "@@@STEP_LOG_LINE@python.inline@@@@",
|
| + "@@@STEP_LOG_LINE@python.inline@import sys, os@@@",
|
| + "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@",
|
| + "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@",
|
| + "@@@STEP_LOG_LINE@python.inline@if not os.path.isdir(path):@@@",
|
| + "@@@STEP_LOG_LINE@python.inline@ if os.path.exists(path):@@@",
|
| + "@@@STEP_LOG_LINE@python.inline@ print \"%s exists but is not a dir\" % path@@@",
|
| + "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@",
|
| + "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@",
|
| + "@@@STEP_LOG_END@python.inline@@@"
|
| + ]
|
| + },
|
| + {
|
| + "cmd": [
|
| + "python",
|
| + "-u",
|
| "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py",
|
| "--master",
|
| "client.webrtc",
|
| @@ -24,6 +46,7 @@
|
| "src@12345",
|
| "--output_manifest"
|
| ],
|
| + "cwd": "[BUILDER_CACHE]/Linux_UBSan_vptr",
|
| "env": {
|
| "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]"
|
| },
|
| @@ -60,7 +83,7 @@
|
| "python",
|
| "-u",
|
| "RECIPE_MODULE[build::webrtc]/resources/cleanup_files.py",
|
| - "[SLAVE_BUILD]/src/out"
|
| + "[BUILDER_CACHE]/Linux_UBSan_vptr/src/out"
|
| ],
|
| "name": "clean test output files"
|
| },
|
| @@ -136,7 +159,7 @@
|
| "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py",
|
| "runhooks"
|
| ],
|
| - "cwd": "[SLAVE_BUILD]/src",
|
| + "cwd": "[BUILDER_CACHE]/Linux_UBSan_vptr/src",
|
| "env": {
|
| "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account-goma-client.json",
|
| "GYP_DEFINES": "clang=1 component=static_library dcheck_always_on=1 ffmpeg_branding=Chrome gomadir='[CACHE]/cipd/goma' release_extra_cflags=-fno-sanitize-recover=undefined rtc_use_h264=1 target_arch=x64 ubsan_vptr=1 use_goma=1",
|
| @@ -151,7 +174,7 @@
|
| "-u",
|
| "RECIPE_PACKAGE_REPO[build]/scripts/slave/clang_revision.py",
|
| "--src-dir",
|
| - "[SLAVE_BUILD]/src",
|
| + "[BUILDER_CACHE]/Linux_UBSan_vptr/src",
|
| "--output-json",
|
| "/path/to/tmp/json"
|
| ],
|
| @@ -181,9 +204,11 @@
|
| "--target",
|
| "Release",
|
| "--src-dir",
|
| - "[SLAVE_BUILD]/src",
|
| + "[BUILDER_CACHE]/Linux_UBSan_vptr/src",
|
| "--goma-cache-dir",
|
| "[GOMA_CACHE]",
|
| + "--goma-deps-cache-dir",
|
| + "[GOMA_DEPS_CACHE]",
|
| "--compiler",
|
| "goma-clang",
|
| "--goma-jsonstatus",
|
| @@ -213,9 +238,9 @@
|
| "Release",
|
| "--xvfb",
|
| "--factory-properties",
|
| - "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"Linux UBSan vptr\", \"buildnumber\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standalone\", \"revision\": \"12345\", \"slavename\": \"slavename\"}",
|
| + "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"Linux UBSan vptr\", \"buildnumber\": 1337, \"mastername\": \"client.webrtc\", \"path_config\": \"kitchen\", \"recipe\": \"webrtc/standalone\", \"revision\": \"12345\", \"slavename\": \"slavename\"}",
|
| "--build-properties",
|
| - "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"Linux UBSan vptr\", \"buildnumber\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standalone\", \"revision\": \"12345\", \"slavename\": \"slavename\"}",
|
| + "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"Linux UBSan vptr\", \"buildnumber\": 1337, \"mastername\": \"client.webrtc\", \"path_config\": \"kitchen\", \"recipe\": \"webrtc/standalone\", \"revision\": \"12345\", \"slavename\": \"slavename\"}",
|
| "--test-type=audio_decoder_unittests",
|
| "--step-name=audio_decoder_unittests",
|
| "--builder-name=Linux UBSan vptr",
|
| @@ -223,8 +248,8 @@
|
| "--build-number=1337",
|
| "--run-python-script",
|
| "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9",
|
| - "[SLAVE_BUILD]/src/third_party/gtest-parallel/gtest-parallel",
|
| - "[SLAVE_BUILD]/src/out/Release/audio_decoder_unittests",
|
| + "[BUILDER_CACHE]/Linux_UBSan_vptr/src/third_party/gtest-parallel/gtest-parallel",
|
| + "[BUILDER_CACHE]/Linux_UBSan_vptr/src/out/Release/audio_decoder_unittests",
|
| "--"
|
| ],
|
| "name": "audio_decoder_unittests"
|
| @@ -238,9 +263,9 @@
|
| "Release",
|
| "--xvfb",
|
| "--factory-properties",
|
| - "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"Linux UBSan vptr\", \"buildnumber\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standalone\", \"revision\": \"12345\", \"slavename\": \"slavename\"}",
|
| + "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"Linux UBSan vptr\", \"buildnumber\": 1337, \"mastername\": \"client.webrtc\", \"path_config\": \"kitchen\", \"recipe\": \"webrtc/standalone\", \"revision\": \"12345\", \"slavename\": \"slavename\"}",
|
| "--build-properties",
|
| - "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"Linux UBSan vptr\", \"buildnumber\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standalone\", \"revision\": \"12345\", \"slavename\": \"slavename\"}",
|
| + "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"Linux UBSan vptr\", \"buildnumber\": 1337, \"mastername\": \"client.webrtc\", \"path_config\": \"kitchen\", \"recipe\": \"webrtc/standalone\", \"revision\": \"12345\", \"slavename\": \"slavename\"}",
|
| "--test-type=common_audio_unittests",
|
| "--step-name=common_audio_unittests",
|
| "--builder-name=Linux UBSan vptr",
|
| @@ -248,8 +273,8 @@
|
| "--build-number=1337",
|
| "--run-python-script",
|
| "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9",
|
| - "[SLAVE_BUILD]/src/third_party/gtest-parallel/gtest-parallel",
|
| - "[SLAVE_BUILD]/src/out/Release/common_audio_unittests",
|
| + "[BUILDER_CACHE]/Linux_UBSan_vptr/src/third_party/gtest-parallel/gtest-parallel",
|
| + "[BUILDER_CACHE]/Linux_UBSan_vptr/src/out/Release/common_audio_unittests",
|
| "--"
|
| ],
|
| "name": "common_audio_unittests"
|
| @@ -263,9 +288,9 @@
|
| "Release",
|
| "--xvfb",
|
| "--factory-properties",
|
| - "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"Linux UBSan vptr\", \"buildnumber\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standalone\", \"revision\": \"12345\", \"slavename\": \"slavename\"}",
|
| + "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"Linux UBSan vptr\", \"buildnumber\": 1337, \"mastername\": \"client.webrtc\", \"path_config\": \"kitchen\", \"recipe\": \"webrtc/standalone\", \"revision\": \"12345\", \"slavename\": \"slavename\"}",
|
| "--build-properties",
|
| - "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"Linux UBSan vptr\", \"buildnumber\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standalone\", \"revision\": \"12345\", \"slavename\": \"slavename\"}",
|
| + "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"Linux UBSan vptr\", \"buildnumber\": 1337, \"mastername\": \"client.webrtc\", \"path_config\": \"kitchen\", \"recipe\": \"webrtc/standalone\", \"revision\": \"12345\", \"slavename\": \"slavename\"}",
|
| "--test-type=common_video_unittests",
|
| "--step-name=common_video_unittests",
|
| "--builder-name=Linux UBSan vptr",
|
| @@ -273,8 +298,8 @@
|
| "--build-number=1337",
|
| "--run-python-script",
|
| "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9",
|
| - "[SLAVE_BUILD]/src/third_party/gtest-parallel/gtest-parallel",
|
| - "[SLAVE_BUILD]/src/out/Release/common_video_unittests",
|
| + "[BUILDER_CACHE]/Linux_UBSan_vptr/src/third_party/gtest-parallel/gtest-parallel",
|
| + "[BUILDER_CACHE]/Linux_UBSan_vptr/src/out/Release/common_video_unittests",
|
| "--"
|
| ],
|
| "name": "common_video_unittests"
|
| @@ -288,9 +313,9 @@
|
| "Release",
|
| "--xvfb",
|
| "--factory-properties",
|
| - "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"Linux UBSan vptr\", \"buildnumber\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standalone\", \"revision\": \"12345\", \"slavename\": \"slavename\"}",
|
| + "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"Linux UBSan vptr\", \"buildnumber\": 1337, \"mastername\": \"client.webrtc\", \"path_config\": \"kitchen\", \"recipe\": \"webrtc/standalone\", \"revision\": \"12345\", \"slavename\": \"slavename\"}",
|
| "--build-properties",
|
| - "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"Linux UBSan vptr\", \"buildnumber\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standalone\", \"revision\": \"12345\", \"slavename\": \"slavename\"}",
|
| + "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"Linux UBSan vptr\", \"buildnumber\": 1337, \"mastername\": \"client.webrtc\", \"path_config\": \"kitchen\", \"recipe\": \"webrtc/standalone\", \"revision\": \"12345\", \"slavename\": \"slavename\"}",
|
| "--test-type=modules_tests",
|
| "--step-name=modules_tests",
|
| "--builder-name=Linux UBSan vptr",
|
| @@ -298,8 +323,8 @@
|
| "--build-number=1337",
|
| "--run-python-script",
|
| "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9",
|
| - "[SLAVE_BUILD]/src/third_party/gtest-parallel/gtest-parallel",
|
| - "[SLAVE_BUILD]/src/out/Release/modules_tests",
|
| + "[BUILDER_CACHE]/Linux_UBSan_vptr/src/third_party/gtest-parallel/gtest-parallel",
|
| + "[BUILDER_CACHE]/Linux_UBSan_vptr/src/out/Release/modules_tests",
|
| "--"
|
| ],
|
| "name": "modules_tests"
|
| @@ -313,9 +338,9 @@
|
| "Release",
|
| "--xvfb",
|
| "--factory-properties",
|
| - "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"Linux UBSan vptr\", \"buildnumber\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standalone\", \"revision\": \"12345\", \"slavename\": \"slavename\"}",
|
| + "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"Linux UBSan vptr\", \"buildnumber\": 1337, \"mastername\": \"client.webrtc\", \"path_config\": \"kitchen\", \"recipe\": \"webrtc/standalone\", \"revision\": \"12345\", \"slavename\": \"slavename\"}",
|
| "--build-properties",
|
| - "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"Linux UBSan vptr\", \"buildnumber\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standalone\", \"revision\": \"12345\", \"slavename\": \"slavename\"}",
|
| + "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"Linux UBSan vptr\", \"buildnumber\": 1337, \"mastername\": \"client.webrtc\", \"path_config\": \"kitchen\", \"recipe\": \"webrtc/standalone\", \"revision\": \"12345\", \"slavename\": \"slavename\"}",
|
| "--test-type=modules_unittests",
|
| "--step-name=modules_unittests",
|
| "--builder-name=Linux UBSan vptr",
|
| @@ -323,8 +348,8 @@
|
| "--build-number=1337",
|
| "--run-python-script",
|
| "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9",
|
| - "[SLAVE_BUILD]/src/third_party/gtest-parallel/gtest-parallel",
|
| - "[SLAVE_BUILD]/src/out/Release/modules_unittests",
|
| + "[BUILDER_CACHE]/Linux_UBSan_vptr/src/third_party/gtest-parallel/gtest-parallel",
|
| + "[BUILDER_CACHE]/Linux_UBSan_vptr/src/out/Release/modules_unittests",
|
| "--"
|
| ],
|
| "name": "modules_unittests"
|
| @@ -338,9 +363,9 @@
|
| "Release",
|
| "--xvfb",
|
| "--factory-properties",
|
| - "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"Linux UBSan vptr\", \"buildnumber\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standalone\", \"revision\": \"12345\", \"slavename\": \"slavename\"}",
|
| + "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"Linux UBSan vptr\", \"buildnumber\": 1337, \"mastername\": \"client.webrtc\", \"path_config\": \"kitchen\", \"recipe\": \"webrtc/standalone\", \"revision\": \"12345\", \"slavename\": \"slavename\"}",
|
| "--build-properties",
|
| - "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"Linux UBSan vptr\", \"buildnumber\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standalone\", \"revision\": \"12345\", \"slavename\": \"slavename\"}",
|
| + "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"Linux UBSan vptr\", \"buildnumber\": 1337, \"mastername\": \"client.webrtc\", \"path_config\": \"kitchen\", \"recipe\": \"webrtc/standalone\", \"revision\": \"12345\", \"slavename\": \"slavename\"}",
|
| "--test-type=peerconnection_unittests",
|
| "--step-name=peerconnection_unittests",
|
| "--builder-name=Linux UBSan vptr",
|
| @@ -348,8 +373,8 @@
|
| "--build-number=1337",
|
| "--run-python-script",
|
| "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9",
|
| - "[SLAVE_BUILD]/src/third_party/gtest-parallel/gtest-parallel",
|
| - "[SLAVE_BUILD]/src/out/Release/peerconnection_unittests",
|
| + "[BUILDER_CACHE]/Linux_UBSan_vptr/src/third_party/gtest-parallel/gtest-parallel",
|
| + "[BUILDER_CACHE]/Linux_UBSan_vptr/src/out/Release/peerconnection_unittests",
|
| "--"
|
| ],
|
| "name": "peerconnection_unittests"
|
| @@ -363,9 +388,9 @@
|
| "Release",
|
| "--xvfb",
|
| "--factory-properties",
|
| - "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"Linux UBSan vptr\", \"buildnumber\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standalone\", \"revision\": \"12345\", \"slavename\": \"slavename\"}",
|
| + "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"Linux UBSan vptr\", \"buildnumber\": 1337, \"mastername\": \"client.webrtc\", \"path_config\": \"kitchen\", \"recipe\": \"webrtc/standalone\", \"revision\": \"12345\", \"slavename\": \"slavename\"}",
|
| "--build-properties",
|
| - "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"Linux UBSan vptr\", \"buildnumber\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standalone\", \"revision\": \"12345\", \"slavename\": \"slavename\"}",
|
| + "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"Linux UBSan vptr\", \"buildnumber\": 1337, \"mastername\": \"client.webrtc\", \"path_config\": \"kitchen\", \"recipe\": \"webrtc/standalone\", \"revision\": \"12345\", \"slavename\": \"slavename\"}",
|
| "--test-type=rtc_media_unittests",
|
| "--step-name=rtc_media_unittests",
|
| "--builder-name=Linux UBSan vptr",
|
| @@ -373,8 +398,8 @@
|
| "--build-number=1337",
|
| "--run-python-script",
|
| "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9",
|
| - "[SLAVE_BUILD]/src/third_party/gtest-parallel/gtest-parallel",
|
| - "[SLAVE_BUILD]/src/out/Release/rtc_media_unittests",
|
| + "[BUILDER_CACHE]/Linux_UBSan_vptr/src/third_party/gtest-parallel/gtest-parallel",
|
| + "[BUILDER_CACHE]/Linux_UBSan_vptr/src/out/Release/rtc_media_unittests",
|
| "--"
|
| ],
|
| "name": "rtc_media_unittests"
|
| @@ -388,9 +413,9 @@
|
| "Release",
|
| "--xvfb",
|
| "--factory-properties",
|
| - "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"Linux UBSan vptr\", \"buildnumber\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standalone\", \"revision\": \"12345\", \"slavename\": \"slavename\"}",
|
| + "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"Linux UBSan vptr\", \"buildnumber\": 1337, \"mastername\": \"client.webrtc\", \"path_config\": \"kitchen\", \"recipe\": \"webrtc/standalone\", \"revision\": \"12345\", \"slavename\": \"slavename\"}",
|
| "--build-properties",
|
| - "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"Linux UBSan vptr\", \"buildnumber\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standalone\", \"revision\": \"12345\", \"slavename\": \"slavename\"}",
|
| + "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"Linux UBSan vptr\", \"buildnumber\": 1337, \"mastername\": \"client.webrtc\", \"path_config\": \"kitchen\", \"recipe\": \"webrtc/standalone\", \"revision\": \"12345\", \"slavename\": \"slavename\"}",
|
| "--test-type=rtc_pc_unittests",
|
| "--step-name=rtc_pc_unittests",
|
| "--builder-name=Linux UBSan vptr",
|
| @@ -398,8 +423,8 @@
|
| "--build-number=1337",
|
| "--run-python-script",
|
| "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9",
|
| - "[SLAVE_BUILD]/src/third_party/gtest-parallel/gtest-parallel",
|
| - "[SLAVE_BUILD]/src/out/Release/rtc_pc_unittests",
|
| + "[BUILDER_CACHE]/Linux_UBSan_vptr/src/third_party/gtest-parallel/gtest-parallel",
|
| + "[BUILDER_CACHE]/Linux_UBSan_vptr/src/out/Release/rtc_pc_unittests",
|
| "--"
|
| ],
|
| "name": "rtc_pc_unittests"
|
| @@ -413,9 +438,9 @@
|
| "Release",
|
| "--xvfb",
|
| "--factory-properties",
|
| - "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"Linux UBSan vptr\", \"buildnumber\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standalone\", \"revision\": \"12345\", \"slavename\": \"slavename\"}",
|
| + "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"Linux UBSan vptr\", \"buildnumber\": 1337, \"mastername\": \"client.webrtc\", \"path_config\": \"kitchen\", \"recipe\": \"webrtc/standalone\", \"revision\": \"12345\", \"slavename\": \"slavename\"}",
|
| "--build-properties",
|
| - "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"Linux UBSan vptr\", \"buildnumber\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standalone\", \"revision\": \"12345\", \"slavename\": \"slavename\"}",
|
| + "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"Linux UBSan vptr\", \"buildnumber\": 1337, \"mastername\": \"client.webrtc\", \"path_config\": \"kitchen\", \"recipe\": \"webrtc/standalone\", \"revision\": \"12345\", \"slavename\": \"slavename\"}",
|
| "--test-type=rtc_unittests",
|
| "--step-name=rtc_unittests",
|
| "--builder-name=Linux UBSan vptr",
|
| @@ -423,8 +448,8 @@
|
| "--build-number=1337",
|
| "--run-python-script",
|
| "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9",
|
| - "[SLAVE_BUILD]/src/third_party/gtest-parallel/gtest-parallel",
|
| - "[SLAVE_BUILD]/src/out/Release/rtc_unittests",
|
| + "[BUILDER_CACHE]/Linux_UBSan_vptr/src/third_party/gtest-parallel/gtest-parallel",
|
| + "[BUILDER_CACHE]/Linux_UBSan_vptr/src/out/Release/rtc_unittests",
|
| "--"
|
| ],
|
| "name": "rtc_unittests"
|
| @@ -438,9 +463,9 @@
|
| "Release",
|
| "--xvfb",
|
| "--factory-properties",
|
| - "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"Linux UBSan vptr\", \"buildnumber\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standalone\", \"revision\": \"12345\", \"slavename\": \"slavename\"}",
|
| + "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"Linux UBSan vptr\", \"buildnumber\": 1337, \"mastername\": \"client.webrtc\", \"path_config\": \"kitchen\", \"recipe\": \"webrtc/standalone\", \"revision\": \"12345\", \"slavename\": \"slavename\"}",
|
| "--build-properties",
|
| - "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"Linux UBSan vptr\", \"buildnumber\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standalone\", \"revision\": \"12345\", \"slavename\": \"slavename\"}",
|
| + "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"Linux UBSan vptr\", \"buildnumber\": 1337, \"mastername\": \"client.webrtc\", \"path_config\": \"kitchen\", \"recipe\": \"webrtc/standalone\", \"revision\": \"12345\", \"slavename\": \"slavename\"}",
|
| "--test-type=system_wrappers_unittests",
|
| "--step-name=system_wrappers_unittests",
|
| "--builder-name=Linux UBSan vptr",
|
| @@ -448,8 +473,8 @@
|
| "--build-number=1337",
|
| "--run-python-script",
|
| "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9",
|
| - "[SLAVE_BUILD]/src/third_party/gtest-parallel/gtest-parallel",
|
| - "[SLAVE_BUILD]/src/out/Release/system_wrappers_unittests",
|
| + "[BUILDER_CACHE]/Linux_UBSan_vptr/src/third_party/gtest-parallel/gtest-parallel",
|
| + "[BUILDER_CACHE]/Linux_UBSan_vptr/src/out/Release/system_wrappers_unittests",
|
| "--"
|
| ],
|
| "name": "system_wrappers_unittests"
|
| @@ -463,9 +488,9 @@
|
| "Release",
|
| "--xvfb",
|
| "--factory-properties",
|
| - "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"Linux UBSan vptr\", \"buildnumber\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standalone\", \"revision\": \"12345\", \"slavename\": \"slavename\"}",
|
| + "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"Linux UBSan vptr\", \"buildnumber\": 1337, \"mastername\": \"client.webrtc\", \"path_config\": \"kitchen\", \"recipe\": \"webrtc/standalone\", \"revision\": \"12345\", \"slavename\": \"slavename\"}",
|
| "--build-properties",
|
| - "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"Linux UBSan vptr\", \"buildnumber\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standalone\", \"revision\": \"12345\", \"slavename\": \"slavename\"}",
|
| + "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"Linux UBSan vptr\", \"buildnumber\": 1337, \"mastername\": \"client.webrtc\", \"path_config\": \"kitchen\", \"recipe\": \"webrtc/standalone\", \"revision\": \"12345\", \"slavename\": \"slavename\"}",
|
| "--test-type=test_support_unittests",
|
| "--step-name=test_support_unittests",
|
| "--builder-name=Linux UBSan vptr",
|
| @@ -473,8 +498,8 @@
|
| "--build-number=1337",
|
| "--run-python-script",
|
| "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9",
|
| - "[SLAVE_BUILD]/src/third_party/gtest-parallel/gtest-parallel",
|
| - "[SLAVE_BUILD]/src/out/Release/test_support_unittests",
|
| + "[BUILDER_CACHE]/Linux_UBSan_vptr/src/third_party/gtest-parallel/gtest-parallel",
|
| + "[BUILDER_CACHE]/Linux_UBSan_vptr/src/out/Release/test_support_unittests",
|
| "--"
|
| ],
|
| "name": "test_support_unittests"
|
| @@ -488,9 +513,9 @@
|
| "Release",
|
| "--xvfb",
|
| "--factory-properties",
|
| - "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"Linux UBSan vptr\", \"buildnumber\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standalone\", \"revision\": \"12345\", \"slavename\": \"slavename\"}",
|
| + "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"Linux UBSan vptr\", \"buildnumber\": 1337, \"mastername\": \"client.webrtc\", \"path_config\": \"kitchen\", \"recipe\": \"webrtc/standalone\", \"revision\": \"12345\", \"slavename\": \"slavename\"}",
|
| "--build-properties",
|
| - "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"Linux UBSan vptr\", \"buildnumber\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standalone\", \"revision\": \"12345\", \"slavename\": \"slavename\"}",
|
| + "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"Linux UBSan vptr\", \"buildnumber\": 1337, \"mastername\": \"client.webrtc\", \"path_config\": \"kitchen\", \"recipe\": \"webrtc/standalone\", \"revision\": \"12345\", \"slavename\": \"slavename\"}",
|
| "--test-type=tools_unittests",
|
| "--step-name=tools_unittests",
|
| "--builder-name=Linux UBSan vptr",
|
| @@ -498,8 +523,8 @@
|
| "--build-number=1337",
|
| "--run-python-script",
|
| "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9",
|
| - "[SLAVE_BUILD]/src/third_party/gtest-parallel/gtest-parallel",
|
| - "[SLAVE_BUILD]/src/out/Release/tools_unittests",
|
| + "[BUILDER_CACHE]/Linux_UBSan_vptr/src/third_party/gtest-parallel/gtest-parallel",
|
| + "[BUILDER_CACHE]/Linux_UBSan_vptr/src/out/Release/tools_unittests",
|
| "--"
|
| ],
|
| "name": "tools_unittests"
|
| @@ -513,9 +538,9 @@
|
| "Release",
|
| "--xvfb",
|
| "--factory-properties",
|
| - "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"Linux UBSan vptr\", \"buildnumber\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standalone\", \"revision\": \"12345\", \"slavename\": \"slavename\"}",
|
| + "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"Linux UBSan vptr\", \"buildnumber\": 1337, \"mastername\": \"client.webrtc\", \"path_config\": \"kitchen\", \"recipe\": \"webrtc/standalone\", \"revision\": \"12345\", \"slavename\": \"slavename\"}",
|
| "--build-properties",
|
| - "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"Linux UBSan vptr\", \"buildnumber\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standalone\", \"revision\": \"12345\", \"slavename\": \"slavename\"}",
|
| + "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"Linux UBSan vptr\", \"buildnumber\": 1337, \"mastername\": \"client.webrtc\", \"path_config\": \"kitchen\", \"recipe\": \"webrtc/standalone\", \"revision\": \"12345\", \"slavename\": \"slavename\"}",
|
| "--test-type=video_engine_tests",
|
| "--step-name=video_engine_tests",
|
| "--builder-name=Linux UBSan vptr",
|
| @@ -523,8 +548,8 @@
|
| "--build-number=1337",
|
| "--run-python-script",
|
| "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9",
|
| - "[SLAVE_BUILD]/src/third_party/gtest-parallel/gtest-parallel",
|
| - "[SLAVE_BUILD]/src/out/Release/video_engine_tests",
|
| + "[BUILDER_CACHE]/Linux_UBSan_vptr/src/third_party/gtest-parallel/gtest-parallel",
|
| + "[BUILDER_CACHE]/Linux_UBSan_vptr/src/out/Release/video_engine_tests",
|
| "--"
|
| ],
|
| "name": "video_engine_tests"
|
| @@ -538,9 +563,9 @@
|
| "Release",
|
| "--xvfb",
|
| "--factory-properties",
|
| - "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"Linux UBSan vptr\", \"buildnumber\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standalone\", \"revision\": \"12345\", \"slavename\": \"slavename\"}",
|
| + "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"Linux UBSan vptr\", \"buildnumber\": 1337, \"mastername\": \"client.webrtc\", \"path_config\": \"kitchen\", \"recipe\": \"webrtc/standalone\", \"revision\": \"12345\", \"slavename\": \"slavename\"}",
|
| "--build-properties",
|
| - "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"Linux UBSan vptr\", \"buildnumber\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standalone\", \"revision\": \"12345\", \"slavename\": \"slavename\"}",
|
| + "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"Linux UBSan vptr\", \"buildnumber\": 1337, \"mastername\": \"client.webrtc\", \"path_config\": \"kitchen\", \"recipe\": \"webrtc/standalone\", \"revision\": \"12345\", \"slavename\": \"slavename\"}",
|
| "--test-type=voice_engine_unittests",
|
| "--step-name=voice_engine_unittests",
|
| "--builder-name=Linux UBSan vptr",
|
| @@ -548,8 +573,8 @@
|
| "--build-number=1337",
|
| "--run-python-script",
|
| "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9",
|
| - "[SLAVE_BUILD]/src/third_party/gtest-parallel/gtest-parallel",
|
| - "[SLAVE_BUILD]/src/out/Release/voice_engine_unittests",
|
| + "[BUILDER_CACHE]/Linux_UBSan_vptr/src/third_party/gtest-parallel/gtest-parallel",
|
| + "[BUILDER_CACHE]/Linux_UBSan_vptr/src/out/Release/voice_engine_unittests",
|
| "--"
|
| ],
|
| "name": "voice_engine_unittests"
|
| @@ -563,9 +588,9 @@
|
| "Release",
|
| "--xvfb",
|
| "--factory-properties",
|
| - "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"Linux UBSan vptr\", \"buildnumber\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standalone\", \"revision\": \"12345\", \"slavename\": \"slavename\"}",
|
| + "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"Linux UBSan vptr\", \"buildnumber\": 1337, \"mastername\": \"client.webrtc\", \"path_config\": \"kitchen\", \"recipe\": \"webrtc/standalone\", \"revision\": \"12345\", \"slavename\": \"slavename\"}",
|
| "--build-properties",
|
| - "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"Linux UBSan vptr\", \"buildnumber\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standalone\", \"revision\": \"12345\", \"slavename\": \"slavename\"}",
|
| + "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"Linux UBSan vptr\", \"buildnumber\": 1337, \"mastername\": \"client.webrtc\", \"path_config\": \"kitchen\", \"recipe\": \"webrtc/standalone\", \"revision\": \"12345\", \"slavename\": \"slavename\"}",
|
| "--test-type=xmllite_xmpp_unittests",
|
| "--step-name=xmllite_xmpp_unittests",
|
| "--builder-name=Linux UBSan vptr",
|
| @@ -573,8 +598,8 @@
|
| "--build-number=1337",
|
| "--run-python-script",
|
| "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9",
|
| - "[SLAVE_BUILD]/src/third_party/gtest-parallel/gtest-parallel",
|
| - "[SLAVE_BUILD]/src/out/Release/xmllite_xmpp_unittests",
|
| + "[BUILDER_CACHE]/Linux_UBSan_vptr/src/third_party/gtest-parallel/gtest-parallel",
|
| + "[BUILDER_CACHE]/Linux_UBSan_vptr/src/out/Release/xmllite_xmpp_unittests",
|
| "--"
|
| ],
|
| "name": "xmllite_xmpp_unittests"
|
| @@ -589,9 +614,9 @@
|
| "Release",
|
| "--xvfb",
|
| "--factory-properties",
|
| - "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"Linux UBSan vptr\", \"buildnumber\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standalone\", \"revision\": \"12345\", \"slavename\": \"slavename\"}",
|
| + "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"Linux UBSan vptr\", \"buildnumber\": 1337, \"mastername\": \"client.webrtc\", \"path_config\": \"kitchen\", \"recipe\": \"webrtc/standalone\", \"revision\": \"12345\", \"slavename\": \"slavename\"}",
|
| "--build-properties",
|
| - "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"Linux UBSan vptr\", \"buildnumber\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standalone\", \"revision\": \"12345\", \"slavename\": \"slavename\"}",
|
| + "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"Linux UBSan vptr\", \"buildnumber\": 1337, \"mastername\": \"client.webrtc\", \"path_config\": \"kitchen\", \"recipe\": \"webrtc/standalone\", \"revision\": \"12345\", \"slavename\": \"slavename\"}",
|
| "--annotate=gtest",
|
| "--test-type=webrtc_nonparallel_tests",
|
| "--step-name=webrtc_nonparallel_tests",
|
|
|