Bot updates for SkiaCT tasks.
Use gcc-4.8 when compiling for Ubuntu14. Rename the CT tasks to make it clear their child tasks run on Ubuntu14. Move to Debian-9.1 bots created with the changes in https://skia-review.googlesource.com/c/31281 and https://skia-review.googlesource.com/c/31820 Change the cache dir used by the ct_skps recipe so that changing the bot name doesn't invalidate the cache. Bug: skia:6921 Bug: skia:6818 No-Try: true Change-Id: Idaac8187427b5c2c7bffe66ad6674496b8cd0c0e Reviewed-on: https://skia-review.googlesource.com/31242 Commit-Queue: Ravi Mistry <rmistry@google.com> Reviewed-by: Ben Wagner <benjaminwagner@google.com> Reviewed-by: Ravi Mistry <rmistry@google.com>
This commit is contained in:
parent
65a88fadab
commit
0ac06e4726
@ -3,8 +3,8 @@
|
|||||||
# found in the LICENSE file.
|
# found in the LICENSE file.
|
||||||
|
|
||||||
{
|
{
|
||||||
'includes': [
|
'includes': [
|
||||||
'../resources.isolate',
|
'../resources.isolate',
|
||||||
],
|
],
|
||||||
'conditions': [
|
'conditions': [
|
||||||
['OS=="linux"', {
|
['OS=="linux"', {
|
||||||
@ -12,7 +12,7 @@
|
|||||||
'files': [
|
'files': [
|
||||||
'<(TOOL_NAME)',
|
'<(TOOL_NAME)',
|
||||||
'run_ct_skps.py',
|
'run_ct_skps.py',
|
||||||
'../../../../skps/<(BUILDER)/slave<(SLAVE_NUM)/',
|
'../../../../skps/<(CHROMIUM_BUILD)/<(PAGE_TYPE)/<(NUM_SLAVES)/slave<(SLAVE_NUM)/',
|
||||||
],
|
],
|
||||||
'command': [
|
'command': [
|
||||||
'python',
|
'python',
|
||||||
@ -23,6 +23,9 @@
|
|||||||
'--isolated_outdir', '${ISOLATED_OUTDIR}',
|
'--isolated_outdir', '${ISOLATED_OUTDIR}',
|
||||||
'--configuration', '<(CONFIGURATION)',
|
'--configuration', '<(CONFIGURATION)',
|
||||||
'--builder', '<(BUILDER)',
|
'--builder', '<(BUILDER)',
|
||||||
|
'--chromium_build', '<(CHROMIUM_BUILD)',
|
||||||
|
'--page_type', '<(PAGE_TYPE)',
|
||||||
|
'--num_slaves', '<(NUM_SLAVES)',
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
}],
|
}],
|
||||||
|
@ -35,11 +35,18 @@ def main():
|
|||||||
'isolateserver all artifacts in this dir.')
|
'isolateserver all artifacts in this dir.')
|
||||||
parser.add_argument('-b', '--builder', required=True,
|
parser.add_argument('-b', '--builder', required=True,
|
||||||
help='The name of the builder.')
|
help='The name of the builder.')
|
||||||
|
parser.add_argument('-r', '--chromium_build', required=True,
|
||||||
|
help='The chromium build used to create the SKP repo.')
|
||||||
|
parser.add_argument('-p', '--page_type', required=True,
|
||||||
|
help='The CT page type.')
|
||||||
|
parser.add_argument('-n', '--num_slaves', required=True,
|
||||||
|
help='Total number of slaves used to run the build.')
|
||||||
args = parser.parse_args()
|
args = parser.parse_args()
|
||||||
|
|
||||||
tool_path = os.path.join(PARENT_DIR, args.tool)
|
tool_path = os.path.join(PARENT_DIR, args.tool)
|
||||||
skps_dir = os.path.join(REPOS_BASE_DIR, 'skps', args.builder,
|
skps_dir = os.path.join(
|
||||||
'slave%d' % args.slave_num)
|
REPOS_BASE_DIR, 'skps', args.chromium_build, args.page_type,
|
||||||
|
args.num_slaves, 'slave%d' % args.slave_num)
|
||||||
resource_path = os.path.join(SKIA_SRC_DIR, 'resources')
|
resource_path = os.path.join(SKIA_SRC_DIR, 'resources')
|
||||||
|
|
||||||
cmd = [tool_path]
|
cmd = [tool_path]
|
||||||
|
@ -571,7 +571,7 @@ func ctSKPs(b *specs.TasksCfgBuilder, name string) string {
|
|||||||
CipdPackages: []*specs.CipdPackage{},
|
CipdPackages: []*specs.CipdPackage{},
|
||||||
Dimensions: []string{
|
Dimensions: []string{
|
||||||
"pool:SkiaCT",
|
"pool:SkiaCT",
|
||||||
"os:Ubuntu-14.04",
|
"os:Debian-9.1",
|
||||||
},
|
},
|
||||||
ExecutionTimeout: 24 * time.Hour,
|
ExecutionTimeout: 24 * time.Hour,
|
||||||
ExtraArgs: []string{
|
ExtraArgs: []string{
|
||||||
|
@ -159,8 +159,8 @@
|
|||||||
"Perf-Mac-Clang-MacMini6.2-GPU-IntelHD4000-x86_64-Debug",
|
"Perf-Mac-Clang-MacMini6.2-GPU-IntelHD4000-x86_64-Debug",
|
||||||
"Perf-Mac-Clang-MacMini6.2-GPU-IntelHD4000-x86_64-Release",
|
"Perf-Mac-Clang-MacMini6.2-GPU-IntelHD4000-x86_64-Release",
|
||||||
"Perf-Mac-Clang-MacMini6.2-GPU-IntelHD4000-x86_64-Release-CommandBuffer",
|
"Perf-Mac-Clang-MacMini6.2-GPU-IntelHD4000-x86_64-Release-CommandBuffer",
|
||||||
"Perf-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Release-CT_BENCH_1k_SKPs",
|
"Perf-Ubuntu14-GCC-GCE-CPU-AVX2-x86_64-Release-CT_BENCH_1k_SKPs",
|
||||||
"Perf-Ubuntu-GCC-Golo-GPU-GT610-x86_64-Release-CT_BENCH_1k_SKPs",
|
"Perf-Ubuntu14-GCC-Golo-GPU-GT610-x86_64-Release-CT_BENCH_1k_SKPs",
|
||||||
"Perf-Ubuntu16-Clang-NUC5PPYH-GPU-IntelHD405-x86_64-Debug",
|
"Perf-Ubuntu16-Clang-NUC5PPYH-GPU-IntelHD405-x86_64-Debug",
|
||||||
"Perf-Ubuntu16-Clang-NUC5PPYH-GPU-IntelHD405-x86_64-Release",
|
"Perf-Ubuntu16-Clang-NUC5PPYH-GPU-IntelHD405-x86_64-Release",
|
||||||
"Perf-Ubuntu16-Clang-NUC6i5SYK-GPU-IntelIris540-x86_64-Debug",
|
"Perf-Ubuntu16-Clang-NUC6i5SYK-GPU-IntelIris540-x86_64-Debug",
|
||||||
@ -317,9 +317,9 @@
|
|||||||
"Test-Mac-Clang-MacMini6.2-GPU-IntelHD4000-x86_64-Debug",
|
"Test-Mac-Clang-MacMini6.2-GPU-IntelHD4000-x86_64-Debug",
|
||||||
"Test-Mac-Clang-MacMini6.2-GPU-IntelHD4000-x86_64-Debug-CommandBuffer",
|
"Test-Mac-Clang-MacMini6.2-GPU-IntelHD4000-x86_64-Debug-CommandBuffer",
|
||||||
"Test-Mac-Clang-MacMini6.2-GPU-IntelHD4000-x86_64-Release",
|
"Test-Mac-Clang-MacMini6.2-GPU-IntelHD4000-x86_64-Release",
|
||||||
"Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_100k_SKPs",
|
"Test-Ubuntu14-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_100k_SKPs",
|
||||||
"Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_1m_SKPs",
|
"Test-Ubuntu14-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_1m_SKPs",
|
||||||
"Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_IMG_DECODE_100k_SKPs",
|
"Test-Ubuntu14-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_IMG_DECODE_100k_SKPs",
|
||||||
"Test-Ubuntu16-Clang-NUC5PPYH-GPU-IntelHD405-x86_64-Debug",
|
"Test-Ubuntu16-Clang-NUC5PPYH-GPU-IntelHD405-x86_64-Debug",
|
||||||
"Test-Ubuntu16-Clang-NUC5PPYH-GPU-IntelHD405-x86_64-Release",
|
"Test-Ubuntu16-Clang-NUC5PPYH-GPU-IntelHD405-x86_64-Release",
|
||||||
"Test-Ubuntu16-Clang-NUC6i5SYK-GPU-IntelIris540-x86_64-Debug",
|
"Test-Ubuntu16-Clang-NUC6i5SYK-GPU-IntelIris540-x86_64-Debug",
|
||||||
|
@ -0,0 +1,213 @@
|
|||||||
|
[
|
||||||
|
{
|
||||||
|
"cmd": [
|
||||||
|
"python",
|
||||||
|
"-u",
|
||||||
|
"[CUSTOM_/_B_WORK]/skia/bin/fetch-gn"
|
||||||
|
],
|
||||||
|
"cwd": "[CUSTOM_/_B_WORK]/skia",
|
||||||
|
"env": {
|
||||||
|
"BUILDTYPE": "Release",
|
||||||
|
"CHROME_HEADLESS": "1",
|
||||||
|
"PATH": "<PATH>:RECIPE_PACKAGE_REPO[depot_tools]",
|
||||||
|
"SKIA_OUT": "[START_DIR]/out"
|
||||||
|
},
|
||||||
|
"infra_step": true,
|
||||||
|
"name": "fetch-gn"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"cmd": [
|
||||||
|
"[CUSTOM_/_B_WORK]/skia/bin/gn",
|
||||||
|
"gen",
|
||||||
|
"[START_DIR]/out/Release",
|
||||||
|
"--args=cc=\"gcc-4.8\" cxx=\"g++-4.8\" is_debug=false"
|
||||||
|
],
|
||||||
|
"cwd": "[CUSTOM_/_B_WORK]/skia",
|
||||||
|
"env": {
|
||||||
|
"BUILDTYPE": "Release",
|
||||||
|
"CHROME_HEADLESS": "1",
|
||||||
|
"PATH": "<PATH>:RECIPE_PACKAGE_REPO[depot_tools]",
|
||||||
|
"SKIA_OUT": "[START_DIR]/out"
|
||||||
|
},
|
||||||
|
"name": "gn gen"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"cmd": [
|
||||||
|
"ninja",
|
||||||
|
"-C",
|
||||||
|
"[START_DIR]/out/Release"
|
||||||
|
],
|
||||||
|
"cwd": "[CUSTOM_/_B_WORK]/skia",
|
||||||
|
"env": {
|
||||||
|
"BUILDTYPE": "Release",
|
||||||
|
"CHROME_HEADLESS": "1",
|
||||||
|
"PATH": "<PATH>:RECIPE_PACKAGE_REPO[depot_tools]",
|
||||||
|
"SKIA_OUT": "[START_DIR]/out"
|
||||||
|
},
|
||||||
|
"name": "ninja"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"cmd": [
|
||||||
|
"python",
|
||||||
|
"-u",
|
||||||
|
"RECIPE_MODULE[recipe_engine::file]/resources/fileutil.py",
|
||||||
|
"--json-output",
|
||||||
|
"/path/to/tmp/json",
|
||||||
|
"rmtree",
|
||||||
|
"results_dir"
|
||||||
|
],
|
||||||
|
"infra_step": true,
|
||||||
|
"name": "rmtree results_dir"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"cmd": [
|
||||||
|
"python",
|
||||||
|
"-u",
|
||||||
|
"RECIPE_MODULE[recipe_engine::file]/resources/fileutil.py",
|
||||||
|
"--json-output",
|
||||||
|
"/path/to/tmp/json",
|
||||||
|
"ensure-directory",
|
||||||
|
"--mode",
|
||||||
|
"0777",
|
||||||
|
"results_dir"
|
||||||
|
],
|
||||||
|
"infra_step": true,
|
||||||
|
"name": "makedirs results_dir"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"cmd": [
|
||||||
|
"python",
|
||||||
|
"-u",
|
||||||
|
"RECIPE_MODULE[recipe_engine::file]/resources/fileutil.py",
|
||||||
|
"--json-output",
|
||||||
|
"/path/to/tmp/json",
|
||||||
|
"rmtree",
|
||||||
|
"device_results_dir"
|
||||||
|
],
|
||||||
|
"infra_step": true,
|
||||||
|
"name": "rmtree device_results_dir"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"cmd": [
|
||||||
|
"python",
|
||||||
|
"-u",
|
||||||
|
"RECIPE_MODULE[recipe_engine::file]/resources/fileutil.py",
|
||||||
|
"--json-output",
|
||||||
|
"/path/to/tmp/json",
|
||||||
|
"ensure-directory",
|
||||||
|
"--mode",
|
||||||
|
"0777",
|
||||||
|
"device_results_dir"
|
||||||
|
],
|
||||||
|
"infra_step": true,
|
||||||
|
"name": "makedirs device_results_dir"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"cmd": [
|
||||||
|
"python",
|
||||||
|
"-u",
|
||||||
|
"RECIPE_MODULE[recipe_engine::file]/resources/fileutil.py",
|
||||||
|
"--json-output",
|
||||||
|
"/path/to/tmp/json",
|
||||||
|
"copy",
|
||||||
|
"[CUSTOM_/_B_WORK]/skia/infra/bots/assets/skp/VERSION",
|
||||||
|
"/path/to/tmp/"
|
||||||
|
],
|
||||||
|
"infra_step": true,
|
||||||
|
"name": "Get downloaded SKP VERSION"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"cmd": [
|
||||||
|
"python",
|
||||||
|
"-u",
|
||||||
|
"RECIPE_MODULE[recipe_engine::file]/resources/fileutil.py",
|
||||||
|
"--json-output",
|
||||||
|
"/path/to/tmp/json",
|
||||||
|
"copy",
|
||||||
|
"42",
|
||||||
|
"[START_DIR]/tmp/SKP_VERSION"
|
||||||
|
],
|
||||||
|
"infra_step": true,
|
||||||
|
"name": "write SKP_VERSION"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"cmd": [
|
||||||
|
"python",
|
||||||
|
"-u",
|
||||||
|
"RECIPE_MODULE[recipe_engine::file]/resources/fileutil.py",
|
||||||
|
"--json-output",
|
||||||
|
"/path/to/tmp/json",
|
||||||
|
"copy",
|
||||||
|
"[CUSTOM_/_B_WORK]/skia/infra/bots/assets/skimage/VERSION",
|
||||||
|
"/path/to/tmp/"
|
||||||
|
],
|
||||||
|
"infra_step": true,
|
||||||
|
"name": "Get downloaded skimage VERSION"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"cmd": [
|
||||||
|
"python",
|
||||||
|
"-u",
|
||||||
|
"RECIPE_MODULE[recipe_engine::file]/resources/fileutil.py",
|
||||||
|
"--json-output",
|
||||||
|
"/path/to/tmp/json",
|
||||||
|
"copy",
|
||||||
|
"42",
|
||||||
|
"[START_DIR]/tmp/SK_IMAGE_VERSION"
|
||||||
|
],
|
||||||
|
"infra_step": true,
|
||||||
|
"name": "write SK_IMAGE_VERSION"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"cmd": [
|
||||||
|
"python",
|
||||||
|
"-u",
|
||||||
|
"RECIPE_MODULE[recipe_engine::file]/resources/fileutil.py",
|
||||||
|
"--json-output",
|
||||||
|
"/path/to/tmp/json",
|
||||||
|
"copy",
|
||||||
|
"[CUSTOM_/_B_WORK]/skia/infra/bots/assets/svg/VERSION",
|
||||||
|
"/path/to/tmp/"
|
||||||
|
],
|
||||||
|
"infra_step": true,
|
||||||
|
"name": "Get downloaded SVG VERSION"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"cmd": [
|
||||||
|
"python",
|
||||||
|
"-u",
|
||||||
|
"RECIPE_MODULE[recipe_engine::file]/resources/fileutil.py",
|
||||||
|
"--json-output",
|
||||||
|
"/path/to/tmp/json",
|
||||||
|
"copy",
|
||||||
|
"42",
|
||||||
|
"[START_DIR]/tmp/SVG_VERSION"
|
||||||
|
],
|
||||||
|
"infra_step": true,
|
||||||
|
"name": "write SVG_VERSION"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"cmd": [
|
||||||
|
"python",
|
||||||
|
"-u",
|
||||||
|
"RECIPE_MODULE[skia::flavor]/resources/symbolize_stack_trace.py",
|
||||||
|
"[START_DIR]",
|
||||||
|
"catchsegv",
|
||||||
|
"[START_DIR]/out/Release/dm",
|
||||||
|
"--some-flag"
|
||||||
|
],
|
||||||
|
"cwd": "[CUSTOM_/_B_WORK]/skia",
|
||||||
|
"env": {
|
||||||
|
"BUILDTYPE": "Release",
|
||||||
|
"CHROME_HEADLESS": "1",
|
||||||
|
"PATH": "<PATH>:RECIPE_PACKAGE_REPO[depot_tools]",
|
||||||
|
"SKIA_OUT": "[START_DIR]/out"
|
||||||
|
},
|
||||||
|
"name": "symbolized dm"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "$result",
|
||||||
|
"recipe_result": null,
|
||||||
|
"status_code": 0
|
||||||
|
}
|
||||||
|
]
|
@ -80,6 +80,7 @@ TEST_BUILDERS = [
|
|||||||
'Perf-Chromecast-GCC-Chorizo-CPU-Cortex_A7-arm-Release',
|
'Perf-Chromecast-GCC-Chorizo-CPU-Cortex_A7-arm-Release',
|
||||||
'Perf-Ubuntu-Clang-GCE-CPU-AVX2-x86_64-Release-ASAN',
|
'Perf-Ubuntu-Clang-GCE-CPU-AVX2-x86_64-Release-ASAN',
|
||||||
'Perf-Ubuntu-Clang-GCE-CPU-AVX2-x86_64-Release-MSAN',
|
'Perf-Ubuntu-Clang-GCE-CPU-AVX2-x86_64-Release-MSAN',
|
||||||
|
'Perf-Ubuntu14-GCC-GCE-CPU-AVX2-x86_64-Release-CT_BENCH_1k_SKPs',
|
||||||
'Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Release',
|
'Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Release',
|
||||||
('Test-Ubuntu-GCC-ShuttleA-GPU-GTX550Ti-x86_64-Release-'
|
('Test-Ubuntu-GCC-ShuttleA-GPU-GTX550Ti-x86_64-Release-'
|
||||||
'Valgrind_AbandonGpuContext'),
|
'Valgrind_AbandonGpuContext'),
|
||||||
|
@ -49,6 +49,8 @@ class GNFlavorUtils(default_flavor.DefaultFlavorUtils):
|
|||||||
extra_ldflags.append('-fuse-ld=lld')
|
extra_ldflags.append('-fuse-ld=lld')
|
||||||
elif compiler == 'Clang':
|
elif compiler == 'Clang':
|
||||||
cc, cxx = 'clang', 'clang++'
|
cc, cxx = 'clang', 'clang++'
|
||||||
|
elif compiler == 'GCC' and os == "Ubuntu14":
|
||||||
|
cc, cxx = 'gcc-4.8', 'g++-4.8'
|
||||||
elif compiler == 'GCC':
|
elif compiler == 'GCC':
|
||||||
cc, cxx = 'gcc', 'g++'
|
cc, cxx = 'gcc', 'g++'
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
[
|
[
|
||||||
{
|
{
|
||||||
"name": "$result",
|
"name": "$result",
|
||||||
"reason": "Uncaught Exception: Exception('Do not recognise the buildername Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_UnknownTool_10k_SKPs.',)",
|
"reason": "Uncaught Exception: Exception('Do not recognise the buildername Test-Ubuntu14-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_UnknownTool_10k_SKPs.',)",
|
||||||
"status_code": -1
|
"status_code": -1
|
||||||
}
|
}
|
||||||
]
|
]
|
@ -118,7 +118,7 @@
|
|||||||
"[CUSTOM_/_B_WORK]/skia/bin/gn",
|
"[CUSTOM_/_B_WORK]/skia/bin/gn",
|
||||||
"gen",
|
"gen",
|
||||||
"[START_DIR]/out/Release",
|
"[START_DIR]/out/Release",
|
||||||
"--args=cc=\"gcc\" cxx=\"g++\" is_debug=false"
|
"--args=cc=\"gcc-4.8\" cxx=\"g++-4.8\" is_debug=false"
|
||||||
],
|
],
|
||||||
"cwd": "[CUSTOM_/_B_WORK]/skia",
|
"cwd": "[CUSTOM_/_B_WORK]/skia",
|
||||||
"env": {
|
"env": {
|
||||||
@ -381,7 +381,7 @@
|
|||||||
"--json-output",
|
"--json-output",
|
||||||
"/path/to/tmp/json",
|
"/path/to/tmp/json",
|
||||||
"rmtree",
|
"rmtree",
|
||||||
"[CUSTOM_/_B_WORK]/skps/Perf-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Release-CT_BENCH_10k_SKPs/slave1"
|
"[CUSTOM_/_B_WORK]/skps/c37e844a6f8708-eee762104c75bd/10k/5/slave1"
|
||||||
],
|
],
|
||||||
"infra_step": true,
|
"infra_step": true,
|
||||||
"name": "rmtree slave1"
|
"name": "rmtree slave1"
|
||||||
@ -396,7 +396,7 @@
|
|||||||
"ensure-directory",
|
"ensure-directory",
|
||||||
"--mode",
|
"--mode",
|
||||||
"0777",
|
"0777",
|
||||||
"[CUSTOM_/_B_WORK]/skps/Perf-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Release-CT_BENCH_10k_SKPs/slave1"
|
"[CUSTOM_/_B_WORK]/skps/c37e844a6f8708-eee762104c75bd/10k/5/slave1"
|
||||||
],
|
],
|
||||||
"infra_step": true,
|
"infra_step": true,
|
||||||
"name": "makedirs slave1"
|
"name": "makedirs slave1"
|
||||||
@ -419,7 +419,7 @@
|
|||||||
"gs://cluster-telemetry/swarming/skps/10k/c37e844a6f8708-eee762104c75bd/8/*.skp",
|
"gs://cluster-telemetry/swarming/skps/10k/c37e844a6f8708-eee762104c75bd/8/*.skp",
|
||||||
"gs://cluster-telemetry/swarming/skps/10k/c37e844a6f8708-eee762104c75bd/9/*.skp",
|
"gs://cluster-telemetry/swarming/skps/10k/c37e844a6f8708-eee762104c75bd/9/*.skp",
|
||||||
"gs://cluster-telemetry/swarming/skps/10k/c37e844a6f8708-eee762104c75bd/10/*.skp",
|
"gs://cluster-telemetry/swarming/skps/10k/c37e844a6f8708-eee762104c75bd/10/*.skp",
|
||||||
"[CUSTOM_/_B_WORK]/skps/Perf-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Release-CT_BENCH_10k_SKPs/slave1"
|
"[CUSTOM_/_B_WORK]/skps/c37e844a6f8708-eee762104c75bd/10k/5/slave1"
|
||||||
],
|
],
|
||||||
"infra_step": true,
|
"infra_step": true,
|
||||||
"name": "gsutil cp"
|
"name": "gsutil cp"
|
||||||
@ -447,7 +447,7 @@
|
|||||||
"--json-output",
|
"--json-output",
|
||||||
"/path/to/tmp/json",
|
"/path/to/tmp/json",
|
||||||
"copy",
|
"copy",
|
||||||
"{\n \"args\": [\n \"--isolate\", \n \"[CUSTOM_/_B_WORK]/skia/infra/bots/ct/ct_skps.isolate\", \n \"--isolated\", \n \"[START_DIR]/swarming_temp_dir/skia-task-ct-nanobench-1.isolated\", \n \"--config-variable\", \n \"OS\", \n \"linux\", \n \"--extra-variable\", \n \"CONFIGURATION\", \n \"Release\", \n \"--extra-variable\", \n \"BUILDER\", \n \"Perf-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Release-CT_BENCH_10k_SKPs\", \n \"--extra-variable\", \n \"GIT_HASH\", \n \"9046e2e693bb92a76e972b694580e5d17ad10748\", \n \"--extra-variable\", \n \"SLAVE_NUM\", \n \"1\", \n \"--extra-variable\", \n \"TOOL_NAME\", \n \"nanobench\"\n ], \n \"dir\": \"[CUSTOM_/_B_WORK]/skia/infra/bots/ct\", \n \"version\": 1\n}",
|
"{\n \"args\": [\n \"--isolate\", \n \"[CUSTOM_/_B_WORK]/skia/infra/bots/ct/ct_skps.isolate\", \n \"--isolated\", \n \"[START_DIR]/swarming_temp_dir/skia-task-ct-nanobench-1.isolated\", \n \"--config-variable\", \n \"OS\", \n \"linux\", \n \"--extra-variable\", \n \"NUM_SLAVES\", \n \"5\", \n \"--extra-variable\", \n \"CONFIGURATION\", \n \"Release\", \n \"--extra-variable\", \n \"SLAVE_NUM\", \n \"1\", \n \"--extra-variable\", \n \"PAGE_TYPE\", \n \"10k\", \n \"--extra-variable\", \n \"BUILDER\", \n \"Perf-Ubuntu14-GCC-GCE-CPU-AVX2-x86_64-Release-CT_BENCH_10k_SKPs\", \n \"--extra-variable\", \n \"GIT_HASH\", \n \"9046e2e693bb92a76e972b694580e5d17ad10748\", \n \"--extra-variable\", \n \"TOOL_NAME\", \n \"nanobench\", \n \"--extra-variable\", \n \"CHROMIUM_BUILD\", \n \"c37e844a6f8708-eee762104c75bd\"\n ], \n \"dir\": \"[CUSTOM_/_B_WORK]/skia/infra/bots/ct\", \n \"version\": 1\n}",
|
||||||
"[START_DIR]/swarming_temp_dir/ct-nanobench-1.isolated.gen.json"
|
"[START_DIR]/swarming_temp_dir/ct-nanobench-1.isolated.gen.json"
|
||||||
],
|
],
|
||||||
"infra_step": true,
|
"infra_step": true,
|
||||||
@ -461,7 +461,7 @@
|
|||||||
"--json-output",
|
"--json-output",
|
||||||
"/path/to/tmp/json",
|
"/path/to/tmp/json",
|
||||||
"rmtree",
|
"rmtree",
|
||||||
"[CUSTOM_/_B_WORK]/skps/Perf-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Release-CT_BENCH_10k_SKPs/slave2"
|
"[CUSTOM_/_B_WORK]/skps/c37e844a6f8708-eee762104c75bd/10k/5/slave2"
|
||||||
],
|
],
|
||||||
"infra_step": true,
|
"infra_step": true,
|
||||||
"name": "rmtree slave2"
|
"name": "rmtree slave2"
|
||||||
@ -476,7 +476,7 @@
|
|||||||
"ensure-directory",
|
"ensure-directory",
|
||||||
"--mode",
|
"--mode",
|
||||||
"0777",
|
"0777",
|
||||||
"[CUSTOM_/_B_WORK]/skps/Perf-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Release-CT_BENCH_10k_SKPs/slave2"
|
"[CUSTOM_/_B_WORK]/skps/c37e844a6f8708-eee762104c75bd/10k/5/slave2"
|
||||||
],
|
],
|
||||||
"infra_step": true,
|
"infra_step": true,
|
||||||
"name": "makedirs slave2"
|
"name": "makedirs slave2"
|
||||||
@ -499,7 +499,7 @@
|
|||||||
"gs://cluster-telemetry/swarming/skps/10k/c37e844a6f8708-eee762104c75bd/18/*.skp",
|
"gs://cluster-telemetry/swarming/skps/10k/c37e844a6f8708-eee762104c75bd/18/*.skp",
|
||||||
"gs://cluster-telemetry/swarming/skps/10k/c37e844a6f8708-eee762104c75bd/19/*.skp",
|
"gs://cluster-telemetry/swarming/skps/10k/c37e844a6f8708-eee762104c75bd/19/*.skp",
|
||||||
"gs://cluster-telemetry/swarming/skps/10k/c37e844a6f8708-eee762104c75bd/20/*.skp",
|
"gs://cluster-telemetry/swarming/skps/10k/c37e844a6f8708-eee762104c75bd/20/*.skp",
|
||||||
"[CUSTOM_/_B_WORK]/skps/Perf-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Release-CT_BENCH_10k_SKPs/slave2"
|
"[CUSTOM_/_B_WORK]/skps/c37e844a6f8708-eee762104c75bd/10k/5/slave2"
|
||||||
],
|
],
|
||||||
"infra_step": true,
|
"infra_step": true,
|
||||||
"name": "gsutil cp (2)"
|
"name": "gsutil cp (2)"
|
||||||
@ -527,7 +527,7 @@
|
|||||||
"--json-output",
|
"--json-output",
|
||||||
"/path/to/tmp/json",
|
"/path/to/tmp/json",
|
||||||
"copy",
|
"copy",
|
||||||
"{\n \"args\": [\n \"--isolate\", \n \"[CUSTOM_/_B_WORK]/skia/infra/bots/ct/ct_skps.isolate\", \n \"--isolated\", \n \"[START_DIR]/swarming_temp_dir/skia-task-ct-nanobench-2.isolated\", \n \"--config-variable\", \n \"OS\", \n \"linux\", \n \"--extra-variable\", \n \"CONFIGURATION\", \n \"Release\", \n \"--extra-variable\", \n \"BUILDER\", \n \"Perf-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Release-CT_BENCH_10k_SKPs\", \n \"--extra-variable\", \n \"GIT_HASH\", \n \"9046e2e693bb92a76e972b694580e5d17ad10748\", \n \"--extra-variable\", \n \"SLAVE_NUM\", \n \"2\", \n \"--extra-variable\", \n \"TOOL_NAME\", \n \"nanobench\"\n ], \n \"dir\": \"[CUSTOM_/_B_WORK]/skia/infra/bots/ct\", \n \"version\": 1\n}",
|
"{\n \"args\": [\n \"--isolate\", \n \"[CUSTOM_/_B_WORK]/skia/infra/bots/ct/ct_skps.isolate\", \n \"--isolated\", \n \"[START_DIR]/swarming_temp_dir/skia-task-ct-nanobench-2.isolated\", \n \"--config-variable\", \n \"OS\", \n \"linux\", \n \"--extra-variable\", \n \"NUM_SLAVES\", \n \"5\", \n \"--extra-variable\", \n \"CONFIGURATION\", \n \"Release\", \n \"--extra-variable\", \n \"SLAVE_NUM\", \n \"2\", \n \"--extra-variable\", \n \"PAGE_TYPE\", \n \"10k\", \n \"--extra-variable\", \n \"BUILDER\", \n \"Perf-Ubuntu14-GCC-GCE-CPU-AVX2-x86_64-Release-CT_BENCH_10k_SKPs\", \n \"--extra-variable\", \n \"GIT_HASH\", \n \"9046e2e693bb92a76e972b694580e5d17ad10748\", \n \"--extra-variable\", \n \"TOOL_NAME\", \n \"nanobench\", \n \"--extra-variable\", \n \"CHROMIUM_BUILD\", \n \"c37e844a6f8708-eee762104c75bd\"\n ], \n \"dir\": \"[CUSTOM_/_B_WORK]/skia/infra/bots/ct\", \n \"version\": 1\n}",
|
||||||
"[START_DIR]/swarming_temp_dir/ct-nanobench-2.isolated.gen.json"
|
"[START_DIR]/swarming_temp_dir/ct-nanobench-2.isolated.gen.json"
|
||||||
],
|
],
|
||||||
"infra_step": true,
|
"infra_step": true,
|
||||||
@ -541,7 +541,7 @@
|
|||||||
"--json-output",
|
"--json-output",
|
||||||
"/path/to/tmp/json",
|
"/path/to/tmp/json",
|
||||||
"rmtree",
|
"rmtree",
|
||||||
"[CUSTOM_/_B_WORK]/skps/Perf-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Release-CT_BENCH_10k_SKPs/slave3"
|
"[CUSTOM_/_B_WORK]/skps/c37e844a6f8708-eee762104c75bd/10k/5/slave3"
|
||||||
],
|
],
|
||||||
"infra_step": true,
|
"infra_step": true,
|
||||||
"name": "rmtree slave3"
|
"name": "rmtree slave3"
|
||||||
@ -556,7 +556,7 @@
|
|||||||
"ensure-directory",
|
"ensure-directory",
|
||||||
"--mode",
|
"--mode",
|
||||||
"0777",
|
"0777",
|
||||||
"[CUSTOM_/_B_WORK]/skps/Perf-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Release-CT_BENCH_10k_SKPs/slave3"
|
"[CUSTOM_/_B_WORK]/skps/c37e844a6f8708-eee762104c75bd/10k/5/slave3"
|
||||||
],
|
],
|
||||||
"infra_step": true,
|
"infra_step": true,
|
||||||
"name": "makedirs slave3"
|
"name": "makedirs slave3"
|
||||||
@ -579,7 +579,7 @@
|
|||||||
"gs://cluster-telemetry/swarming/skps/10k/c37e844a6f8708-eee762104c75bd/28/*.skp",
|
"gs://cluster-telemetry/swarming/skps/10k/c37e844a6f8708-eee762104c75bd/28/*.skp",
|
||||||
"gs://cluster-telemetry/swarming/skps/10k/c37e844a6f8708-eee762104c75bd/29/*.skp",
|
"gs://cluster-telemetry/swarming/skps/10k/c37e844a6f8708-eee762104c75bd/29/*.skp",
|
||||||
"gs://cluster-telemetry/swarming/skps/10k/c37e844a6f8708-eee762104c75bd/30/*.skp",
|
"gs://cluster-telemetry/swarming/skps/10k/c37e844a6f8708-eee762104c75bd/30/*.skp",
|
||||||
"[CUSTOM_/_B_WORK]/skps/Perf-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Release-CT_BENCH_10k_SKPs/slave3"
|
"[CUSTOM_/_B_WORK]/skps/c37e844a6f8708-eee762104c75bd/10k/5/slave3"
|
||||||
],
|
],
|
||||||
"infra_step": true,
|
"infra_step": true,
|
||||||
"name": "gsutil cp (3)"
|
"name": "gsutil cp (3)"
|
||||||
@ -607,7 +607,7 @@
|
|||||||
"--json-output",
|
"--json-output",
|
||||||
"/path/to/tmp/json",
|
"/path/to/tmp/json",
|
||||||
"copy",
|
"copy",
|
||||||
"{\n \"args\": [\n \"--isolate\", \n \"[CUSTOM_/_B_WORK]/skia/infra/bots/ct/ct_skps.isolate\", \n \"--isolated\", \n \"[START_DIR]/swarming_temp_dir/skia-task-ct-nanobench-3.isolated\", \n \"--config-variable\", \n \"OS\", \n \"linux\", \n \"--extra-variable\", \n \"CONFIGURATION\", \n \"Release\", \n \"--extra-variable\", \n \"BUILDER\", \n \"Perf-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Release-CT_BENCH_10k_SKPs\", \n \"--extra-variable\", \n \"GIT_HASH\", \n \"9046e2e693bb92a76e972b694580e5d17ad10748\", \n \"--extra-variable\", \n \"SLAVE_NUM\", \n \"3\", \n \"--extra-variable\", \n \"TOOL_NAME\", \n \"nanobench\"\n ], \n \"dir\": \"[CUSTOM_/_B_WORK]/skia/infra/bots/ct\", \n \"version\": 1\n}",
|
"{\n \"args\": [\n \"--isolate\", \n \"[CUSTOM_/_B_WORK]/skia/infra/bots/ct/ct_skps.isolate\", \n \"--isolated\", \n \"[START_DIR]/swarming_temp_dir/skia-task-ct-nanobench-3.isolated\", \n \"--config-variable\", \n \"OS\", \n \"linux\", \n \"--extra-variable\", \n \"NUM_SLAVES\", \n \"5\", \n \"--extra-variable\", \n \"CONFIGURATION\", \n \"Release\", \n \"--extra-variable\", \n \"SLAVE_NUM\", \n \"3\", \n \"--extra-variable\", \n \"PAGE_TYPE\", \n \"10k\", \n \"--extra-variable\", \n \"BUILDER\", \n \"Perf-Ubuntu14-GCC-GCE-CPU-AVX2-x86_64-Release-CT_BENCH_10k_SKPs\", \n \"--extra-variable\", \n \"GIT_HASH\", \n \"9046e2e693bb92a76e972b694580e5d17ad10748\", \n \"--extra-variable\", \n \"TOOL_NAME\", \n \"nanobench\", \n \"--extra-variable\", \n \"CHROMIUM_BUILD\", \n \"c37e844a6f8708-eee762104c75bd\"\n ], \n \"dir\": \"[CUSTOM_/_B_WORK]/skia/infra/bots/ct\", \n \"version\": 1\n}",
|
||||||
"[START_DIR]/swarming_temp_dir/ct-nanobench-3.isolated.gen.json"
|
"[START_DIR]/swarming_temp_dir/ct-nanobench-3.isolated.gen.json"
|
||||||
],
|
],
|
||||||
"infra_step": true,
|
"infra_step": true,
|
||||||
@ -621,7 +621,7 @@
|
|||||||
"--json-output",
|
"--json-output",
|
||||||
"/path/to/tmp/json",
|
"/path/to/tmp/json",
|
||||||
"rmtree",
|
"rmtree",
|
||||||
"[CUSTOM_/_B_WORK]/skps/Perf-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Release-CT_BENCH_10k_SKPs/slave4"
|
"[CUSTOM_/_B_WORK]/skps/c37e844a6f8708-eee762104c75bd/10k/5/slave4"
|
||||||
],
|
],
|
||||||
"infra_step": true,
|
"infra_step": true,
|
||||||
"name": "rmtree slave4"
|
"name": "rmtree slave4"
|
||||||
@ -636,7 +636,7 @@
|
|||||||
"ensure-directory",
|
"ensure-directory",
|
||||||
"--mode",
|
"--mode",
|
||||||
"0777",
|
"0777",
|
||||||
"[CUSTOM_/_B_WORK]/skps/Perf-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Release-CT_BENCH_10k_SKPs/slave4"
|
"[CUSTOM_/_B_WORK]/skps/c37e844a6f8708-eee762104c75bd/10k/5/slave4"
|
||||||
],
|
],
|
||||||
"infra_step": true,
|
"infra_step": true,
|
||||||
"name": "makedirs slave4"
|
"name": "makedirs slave4"
|
||||||
@ -659,7 +659,7 @@
|
|||||||
"gs://cluster-telemetry/swarming/skps/10k/c37e844a6f8708-eee762104c75bd/38/*.skp",
|
"gs://cluster-telemetry/swarming/skps/10k/c37e844a6f8708-eee762104c75bd/38/*.skp",
|
||||||
"gs://cluster-telemetry/swarming/skps/10k/c37e844a6f8708-eee762104c75bd/39/*.skp",
|
"gs://cluster-telemetry/swarming/skps/10k/c37e844a6f8708-eee762104c75bd/39/*.skp",
|
||||||
"gs://cluster-telemetry/swarming/skps/10k/c37e844a6f8708-eee762104c75bd/40/*.skp",
|
"gs://cluster-telemetry/swarming/skps/10k/c37e844a6f8708-eee762104c75bd/40/*.skp",
|
||||||
"[CUSTOM_/_B_WORK]/skps/Perf-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Release-CT_BENCH_10k_SKPs/slave4"
|
"[CUSTOM_/_B_WORK]/skps/c37e844a6f8708-eee762104c75bd/10k/5/slave4"
|
||||||
],
|
],
|
||||||
"infra_step": true,
|
"infra_step": true,
|
||||||
"name": "gsutil cp (4)"
|
"name": "gsutil cp (4)"
|
||||||
@ -687,7 +687,7 @@
|
|||||||
"--json-output",
|
"--json-output",
|
||||||
"/path/to/tmp/json",
|
"/path/to/tmp/json",
|
||||||
"copy",
|
"copy",
|
||||||
"{\n \"args\": [\n \"--isolate\", \n \"[CUSTOM_/_B_WORK]/skia/infra/bots/ct/ct_skps.isolate\", \n \"--isolated\", \n \"[START_DIR]/swarming_temp_dir/skia-task-ct-nanobench-4.isolated\", \n \"--config-variable\", \n \"OS\", \n \"linux\", \n \"--extra-variable\", \n \"CONFIGURATION\", \n \"Release\", \n \"--extra-variable\", \n \"BUILDER\", \n \"Perf-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Release-CT_BENCH_10k_SKPs\", \n \"--extra-variable\", \n \"GIT_HASH\", \n \"9046e2e693bb92a76e972b694580e5d17ad10748\", \n \"--extra-variable\", \n \"SLAVE_NUM\", \n \"4\", \n \"--extra-variable\", \n \"TOOL_NAME\", \n \"nanobench\"\n ], \n \"dir\": \"[CUSTOM_/_B_WORK]/skia/infra/bots/ct\", \n \"version\": 1\n}",
|
"{\n \"args\": [\n \"--isolate\", \n \"[CUSTOM_/_B_WORK]/skia/infra/bots/ct/ct_skps.isolate\", \n \"--isolated\", \n \"[START_DIR]/swarming_temp_dir/skia-task-ct-nanobench-4.isolated\", \n \"--config-variable\", \n \"OS\", \n \"linux\", \n \"--extra-variable\", \n \"NUM_SLAVES\", \n \"5\", \n \"--extra-variable\", \n \"CONFIGURATION\", \n \"Release\", \n \"--extra-variable\", \n \"SLAVE_NUM\", \n \"4\", \n \"--extra-variable\", \n \"PAGE_TYPE\", \n \"10k\", \n \"--extra-variable\", \n \"BUILDER\", \n \"Perf-Ubuntu14-GCC-GCE-CPU-AVX2-x86_64-Release-CT_BENCH_10k_SKPs\", \n \"--extra-variable\", \n \"GIT_HASH\", \n \"9046e2e693bb92a76e972b694580e5d17ad10748\", \n \"--extra-variable\", \n \"TOOL_NAME\", \n \"nanobench\", \n \"--extra-variable\", \n \"CHROMIUM_BUILD\", \n \"c37e844a6f8708-eee762104c75bd\"\n ], \n \"dir\": \"[CUSTOM_/_B_WORK]/skia/infra/bots/ct\", \n \"version\": 1\n}",
|
||||||
"[START_DIR]/swarming_temp_dir/ct-nanobench-4.isolated.gen.json"
|
"[START_DIR]/swarming_temp_dir/ct-nanobench-4.isolated.gen.json"
|
||||||
],
|
],
|
||||||
"infra_step": true,
|
"infra_step": true,
|
||||||
@ -701,7 +701,7 @@
|
|||||||
"--json-output",
|
"--json-output",
|
||||||
"/path/to/tmp/json",
|
"/path/to/tmp/json",
|
||||||
"rmtree",
|
"rmtree",
|
||||||
"[CUSTOM_/_B_WORK]/skps/Perf-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Release-CT_BENCH_10k_SKPs/slave5"
|
"[CUSTOM_/_B_WORK]/skps/c37e844a6f8708-eee762104c75bd/10k/5/slave5"
|
||||||
],
|
],
|
||||||
"infra_step": true,
|
"infra_step": true,
|
||||||
"name": "rmtree slave5"
|
"name": "rmtree slave5"
|
||||||
@ -716,7 +716,7 @@
|
|||||||
"ensure-directory",
|
"ensure-directory",
|
||||||
"--mode",
|
"--mode",
|
||||||
"0777",
|
"0777",
|
||||||
"[CUSTOM_/_B_WORK]/skps/Perf-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Release-CT_BENCH_10k_SKPs/slave5"
|
"[CUSTOM_/_B_WORK]/skps/c37e844a6f8708-eee762104c75bd/10k/5/slave5"
|
||||||
],
|
],
|
||||||
"infra_step": true,
|
"infra_step": true,
|
||||||
"name": "makedirs slave5"
|
"name": "makedirs slave5"
|
||||||
@ -739,7 +739,7 @@
|
|||||||
"gs://cluster-telemetry/swarming/skps/10k/c37e844a6f8708-eee762104c75bd/48/*.skp",
|
"gs://cluster-telemetry/swarming/skps/10k/c37e844a6f8708-eee762104c75bd/48/*.skp",
|
||||||
"gs://cluster-telemetry/swarming/skps/10k/c37e844a6f8708-eee762104c75bd/49/*.skp",
|
"gs://cluster-telemetry/swarming/skps/10k/c37e844a6f8708-eee762104c75bd/49/*.skp",
|
||||||
"gs://cluster-telemetry/swarming/skps/10k/c37e844a6f8708-eee762104c75bd/50/*.skp",
|
"gs://cluster-telemetry/swarming/skps/10k/c37e844a6f8708-eee762104c75bd/50/*.skp",
|
||||||
"[CUSTOM_/_B_WORK]/skps/Perf-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Release-CT_BENCH_10k_SKPs/slave5"
|
"[CUSTOM_/_B_WORK]/skps/c37e844a6f8708-eee762104c75bd/10k/5/slave5"
|
||||||
],
|
],
|
||||||
"infra_step": true,
|
"infra_step": true,
|
||||||
"name": "gsutil cp (5)"
|
"name": "gsutil cp (5)"
|
||||||
@ -767,7 +767,7 @@
|
|||||||
"--json-output",
|
"--json-output",
|
||||||
"/path/to/tmp/json",
|
"/path/to/tmp/json",
|
||||||
"copy",
|
"copy",
|
||||||
"{\n \"args\": [\n \"--isolate\", \n \"[CUSTOM_/_B_WORK]/skia/infra/bots/ct/ct_skps.isolate\", \n \"--isolated\", \n \"[START_DIR]/swarming_temp_dir/skia-task-ct-nanobench-5.isolated\", \n \"--config-variable\", \n \"OS\", \n \"linux\", \n \"--extra-variable\", \n \"CONFIGURATION\", \n \"Release\", \n \"--extra-variable\", \n \"BUILDER\", \n \"Perf-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Release-CT_BENCH_10k_SKPs\", \n \"--extra-variable\", \n \"GIT_HASH\", \n \"9046e2e693bb92a76e972b694580e5d17ad10748\", \n \"--extra-variable\", \n \"SLAVE_NUM\", \n \"5\", \n \"--extra-variable\", \n \"TOOL_NAME\", \n \"nanobench\"\n ], \n \"dir\": \"[CUSTOM_/_B_WORK]/skia/infra/bots/ct\", \n \"version\": 1\n}",
|
"{\n \"args\": [\n \"--isolate\", \n \"[CUSTOM_/_B_WORK]/skia/infra/bots/ct/ct_skps.isolate\", \n \"--isolated\", \n \"[START_DIR]/swarming_temp_dir/skia-task-ct-nanobench-5.isolated\", \n \"--config-variable\", \n \"OS\", \n \"linux\", \n \"--extra-variable\", \n \"NUM_SLAVES\", \n \"5\", \n \"--extra-variable\", \n \"CONFIGURATION\", \n \"Release\", \n \"--extra-variable\", \n \"SLAVE_NUM\", \n \"5\", \n \"--extra-variable\", \n \"PAGE_TYPE\", \n \"10k\", \n \"--extra-variable\", \n \"BUILDER\", \n \"Perf-Ubuntu14-GCC-GCE-CPU-AVX2-x86_64-Release-CT_BENCH_10k_SKPs\", \n \"--extra-variable\", \n \"GIT_HASH\", \n \"9046e2e693bb92a76e972b694580e5d17ad10748\", \n \"--extra-variable\", \n \"TOOL_NAME\", \n \"nanobench\", \n \"--extra-variable\", \n \"CHROMIUM_BUILD\", \n \"c37e844a6f8708-eee762104c75bd\"\n ], \n \"dir\": \"[CUSTOM_/_B_WORK]/skia/infra/bots/ct\", \n \"version\": 1\n}",
|
||||||
"[START_DIR]/swarming_temp_dir/ct-nanobench-5.isolated.gen.json"
|
"[START_DIR]/swarming_temp_dir/ct-nanobench-5.isolated.gen.json"
|
||||||
],
|
],
|
||||||
"infra_step": true,
|
"infra_step": true,
|
||||||
@ -782,10 +782,10 @@
|
|||||||
"/path/to/tmp/json",
|
"/path/to/tmp/json",
|
||||||
"copy",
|
"copy",
|
||||||
"{\"chromium_build\": \"c37e844a6f8708-eee762104c75bd\", \"num_slaves\": 5, \"page_type\": \"10k\"}",
|
"{\"chromium_build\": \"c37e844a6f8708-eee762104c75bd\", \"num_slaves\": 5, \"page_type\": \"10k\"}",
|
||||||
"[CUSTOM_/_B_WORK]/skps/Perf-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Release-CT_BENCH_10k_SKPs/skps_version"
|
"[CUSTOM_/_B_WORK]/skps/c37e844a6f8708-eee762104c75bd/10k/5/skps_version"
|
||||||
],
|
],
|
||||||
"infra_step": true,
|
"infra_step": true,
|
||||||
"name": "Create [CUSTOM_/_B_WORK]/skps/Perf-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Release-CT_BENCH_10k_SKPs/skps_version"
|
"name": "Create [CUSTOM_/_B_WORK]/skps/c37e844a6f8708-eee762104c75bd/10k/5/skps_version"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"cmd": [
|
"cmd": [
|
||||||
@ -833,7 +833,7 @@
|
|||||||
"--shards",
|
"--shards",
|
||||||
"1",
|
"1",
|
||||||
"--task-name",
|
"--task-name",
|
||||||
"ct-nanobench-1/Ubuntu-14.04/[dummy has/Perf-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Release-CT_BENCH_10k_SKPs/-1",
|
"ct-nanobench-1/Ubuntu-14.04/[dummy has/Perf-Ubuntu14-GCC-GCE-CPU-AVX2-x86_64-Release-CT_BENCH_10k_SKPs/-1",
|
||||||
"--dump-json",
|
"--dump-json",
|
||||||
"/path/to/tmp/json",
|
"/path/to/tmp/json",
|
||||||
"--expiration",
|
"--expiration",
|
||||||
@ -854,7 +854,7 @@
|
|||||||
"--tag",
|
"--tag",
|
||||||
"allow_milo:1",
|
"allow_milo:1",
|
||||||
"--tag",
|
"--tag",
|
||||||
"buildername:Perf-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Release-CT_BENCH_10k_SKPs",
|
"buildername:Perf-Ubuntu14-GCC-GCE-CPU-AVX2-x86_64-Release-CT_BENCH_10k_SKPs",
|
||||||
"--tag",
|
"--tag",
|
||||||
"data:[dummy hash for ct-nanobench-1]",
|
"data:[dummy hash for ct-nanobench-1]",
|
||||||
"--tag",
|
"--tag",
|
||||||
@ -873,9 +873,9 @@
|
|||||||
"~followup_annotations": [
|
"~followup_annotations": [
|
||||||
"@@@STEP_TEXT@Run on OS: 'Ubuntu-14.04'@@@",
|
"@@@STEP_TEXT@Run on OS: 'Ubuntu-14.04'@@@",
|
||||||
"@@@STEP_LOG_LINE@json.output@{@@@",
|
"@@@STEP_LOG_LINE@json.output@{@@@",
|
||||||
"@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"ct-nanobench-1/Ubuntu-14.04/[dummy has/Perf-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Release-CT_BENCH_10k_SKPs/-1\", @@@",
|
"@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"ct-nanobench-1/Ubuntu-14.04/[dummy has/Perf-Ubuntu14-GCC-GCE-CPU-AVX2-x86_64-Release-CT_BENCH_10k_SKPs/-1\", @@@",
|
||||||
"@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@",
|
"@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@",
|
||||||
"@@@STEP_LOG_LINE@json.output@ \"ct-nanobench-1/Ubuntu-14.04/[dummy has/Perf-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Release-CT_BENCH_10k_SKPs/-1\": {@@@",
|
"@@@STEP_LOG_LINE@json.output@ \"ct-nanobench-1/Ubuntu-14.04/[dummy has/Perf-Ubuntu14-GCC-GCE-CPU-AVX2-x86_64-Release-CT_BENCH_10k_SKPs/-1\": {@@@",
|
||||||
"@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@",
|
"@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@",
|
||||||
"@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@",
|
"@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@",
|
||||||
"@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm.appspot.com/user/task/10000\"@@@",
|
"@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm.appspot.com/user/task/10000\"@@@",
|
||||||
@ -901,7 +901,7 @@
|
|||||||
"--shards",
|
"--shards",
|
||||||
"1",
|
"1",
|
||||||
"--task-name",
|
"--task-name",
|
||||||
"ct-nanobench-2/Ubuntu-14.04/[dummy has/Perf-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Release-CT_BENCH_10k_SKPs/-1",
|
"ct-nanobench-2/Ubuntu-14.04/[dummy has/Perf-Ubuntu14-GCC-GCE-CPU-AVX2-x86_64-Release-CT_BENCH_10k_SKPs/-1",
|
||||||
"--dump-json",
|
"--dump-json",
|
||||||
"/path/to/tmp/json",
|
"/path/to/tmp/json",
|
||||||
"--expiration",
|
"--expiration",
|
||||||
@ -922,7 +922,7 @@
|
|||||||
"--tag",
|
"--tag",
|
||||||
"allow_milo:1",
|
"allow_milo:1",
|
||||||
"--tag",
|
"--tag",
|
||||||
"buildername:Perf-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Release-CT_BENCH_10k_SKPs",
|
"buildername:Perf-Ubuntu14-GCC-GCE-CPU-AVX2-x86_64-Release-CT_BENCH_10k_SKPs",
|
||||||
"--tag",
|
"--tag",
|
||||||
"data:[dummy hash for ct-nanobench-2]",
|
"data:[dummy hash for ct-nanobench-2]",
|
||||||
"--tag",
|
"--tag",
|
||||||
@ -941,9 +941,9 @@
|
|||||||
"~followup_annotations": [
|
"~followup_annotations": [
|
||||||
"@@@STEP_TEXT@Run on OS: 'Ubuntu-14.04'@@@",
|
"@@@STEP_TEXT@Run on OS: 'Ubuntu-14.04'@@@",
|
||||||
"@@@STEP_LOG_LINE@json.output@{@@@",
|
"@@@STEP_LOG_LINE@json.output@{@@@",
|
||||||
"@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"ct-nanobench-2/Ubuntu-14.04/[dummy has/Perf-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Release-CT_BENCH_10k_SKPs/-1\", @@@",
|
"@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"ct-nanobench-2/Ubuntu-14.04/[dummy has/Perf-Ubuntu14-GCC-GCE-CPU-AVX2-x86_64-Release-CT_BENCH_10k_SKPs/-1\", @@@",
|
||||||
"@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@",
|
"@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@",
|
||||||
"@@@STEP_LOG_LINE@json.output@ \"ct-nanobench-2/Ubuntu-14.04/[dummy has/Perf-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Release-CT_BENCH_10k_SKPs/-1\": {@@@",
|
"@@@STEP_LOG_LINE@json.output@ \"ct-nanobench-2/Ubuntu-14.04/[dummy has/Perf-Ubuntu14-GCC-GCE-CPU-AVX2-x86_64-Release-CT_BENCH_10k_SKPs/-1\": {@@@",
|
||||||
"@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@",
|
"@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@",
|
||||||
"@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@",
|
"@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@",
|
||||||
"@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm.appspot.com/user/task/10000\"@@@",
|
"@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm.appspot.com/user/task/10000\"@@@",
|
||||||
@ -969,7 +969,7 @@
|
|||||||
"--shards",
|
"--shards",
|
||||||
"1",
|
"1",
|
||||||
"--task-name",
|
"--task-name",
|
||||||
"ct-nanobench-3/Ubuntu-14.04/[dummy has/Perf-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Release-CT_BENCH_10k_SKPs/-1",
|
"ct-nanobench-3/Ubuntu-14.04/[dummy has/Perf-Ubuntu14-GCC-GCE-CPU-AVX2-x86_64-Release-CT_BENCH_10k_SKPs/-1",
|
||||||
"--dump-json",
|
"--dump-json",
|
||||||
"/path/to/tmp/json",
|
"/path/to/tmp/json",
|
||||||
"--expiration",
|
"--expiration",
|
||||||
@ -990,7 +990,7 @@
|
|||||||
"--tag",
|
"--tag",
|
||||||
"allow_milo:1",
|
"allow_milo:1",
|
||||||
"--tag",
|
"--tag",
|
||||||
"buildername:Perf-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Release-CT_BENCH_10k_SKPs",
|
"buildername:Perf-Ubuntu14-GCC-GCE-CPU-AVX2-x86_64-Release-CT_BENCH_10k_SKPs",
|
||||||
"--tag",
|
"--tag",
|
||||||
"data:[dummy hash for ct-nanobench-3]",
|
"data:[dummy hash for ct-nanobench-3]",
|
||||||
"--tag",
|
"--tag",
|
||||||
@ -1009,9 +1009,9 @@
|
|||||||
"~followup_annotations": [
|
"~followup_annotations": [
|
||||||
"@@@STEP_TEXT@Run on OS: 'Ubuntu-14.04'@@@",
|
"@@@STEP_TEXT@Run on OS: 'Ubuntu-14.04'@@@",
|
||||||
"@@@STEP_LOG_LINE@json.output@{@@@",
|
"@@@STEP_LOG_LINE@json.output@{@@@",
|
||||||
"@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"ct-nanobench-3/Ubuntu-14.04/[dummy has/Perf-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Release-CT_BENCH_10k_SKPs/-1\", @@@",
|
"@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"ct-nanobench-3/Ubuntu-14.04/[dummy has/Perf-Ubuntu14-GCC-GCE-CPU-AVX2-x86_64-Release-CT_BENCH_10k_SKPs/-1\", @@@",
|
||||||
"@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@",
|
"@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@",
|
||||||
"@@@STEP_LOG_LINE@json.output@ \"ct-nanobench-3/Ubuntu-14.04/[dummy has/Perf-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Release-CT_BENCH_10k_SKPs/-1\": {@@@",
|
"@@@STEP_LOG_LINE@json.output@ \"ct-nanobench-3/Ubuntu-14.04/[dummy has/Perf-Ubuntu14-GCC-GCE-CPU-AVX2-x86_64-Release-CT_BENCH_10k_SKPs/-1\": {@@@",
|
||||||
"@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@",
|
"@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@",
|
||||||
"@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@",
|
"@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@",
|
||||||
"@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm.appspot.com/user/task/10000\"@@@",
|
"@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm.appspot.com/user/task/10000\"@@@",
|
||||||
@ -1037,7 +1037,7 @@
|
|||||||
"--shards",
|
"--shards",
|
||||||
"1",
|
"1",
|
||||||
"--task-name",
|
"--task-name",
|
||||||
"ct-nanobench-4/Ubuntu-14.04/[dummy has/Perf-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Release-CT_BENCH_10k_SKPs/-1",
|
"ct-nanobench-4/Ubuntu-14.04/[dummy has/Perf-Ubuntu14-GCC-GCE-CPU-AVX2-x86_64-Release-CT_BENCH_10k_SKPs/-1",
|
||||||
"--dump-json",
|
"--dump-json",
|
||||||
"/path/to/tmp/json",
|
"/path/to/tmp/json",
|
||||||
"--expiration",
|
"--expiration",
|
||||||
@ -1058,7 +1058,7 @@
|
|||||||
"--tag",
|
"--tag",
|
||||||
"allow_milo:1",
|
"allow_milo:1",
|
||||||
"--tag",
|
"--tag",
|
||||||
"buildername:Perf-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Release-CT_BENCH_10k_SKPs",
|
"buildername:Perf-Ubuntu14-GCC-GCE-CPU-AVX2-x86_64-Release-CT_BENCH_10k_SKPs",
|
||||||
"--tag",
|
"--tag",
|
||||||
"data:[dummy hash for ct-nanobench-4]",
|
"data:[dummy hash for ct-nanobench-4]",
|
||||||
"--tag",
|
"--tag",
|
||||||
@ -1077,9 +1077,9 @@
|
|||||||
"~followup_annotations": [
|
"~followup_annotations": [
|
||||||
"@@@STEP_TEXT@Run on OS: 'Ubuntu-14.04'@@@",
|
"@@@STEP_TEXT@Run on OS: 'Ubuntu-14.04'@@@",
|
||||||
"@@@STEP_LOG_LINE@json.output@{@@@",
|
"@@@STEP_LOG_LINE@json.output@{@@@",
|
||||||
"@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"ct-nanobench-4/Ubuntu-14.04/[dummy has/Perf-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Release-CT_BENCH_10k_SKPs/-1\", @@@",
|
"@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"ct-nanobench-4/Ubuntu-14.04/[dummy has/Perf-Ubuntu14-GCC-GCE-CPU-AVX2-x86_64-Release-CT_BENCH_10k_SKPs/-1\", @@@",
|
||||||
"@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@",
|
"@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@",
|
||||||
"@@@STEP_LOG_LINE@json.output@ \"ct-nanobench-4/Ubuntu-14.04/[dummy has/Perf-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Release-CT_BENCH_10k_SKPs/-1\": {@@@",
|
"@@@STEP_LOG_LINE@json.output@ \"ct-nanobench-4/Ubuntu-14.04/[dummy has/Perf-Ubuntu14-GCC-GCE-CPU-AVX2-x86_64-Release-CT_BENCH_10k_SKPs/-1\": {@@@",
|
||||||
"@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@",
|
"@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@",
|
||||||
"@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@",
|
"@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@",
|
||||||
"@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm.appspot.com/user/task/10000\"@@@",
|
"@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm.appspot.com/user/task/10000\"@@@",
|
||||||
@ -1105,7 +1105,7 @@
|
|||||||
"--shards",
|
"--shards",
|
||||||
"1",
|
"1",
|
||||||
"--task-name",
|
"--task-name",
|
||||||
"ct-nanobench-5/Ubuntu-14.04/[dummy has/Perf-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Release-CT_BENCH_10k_SKPs/-1",
|
"ct-nanobench-5/Ubuntu-14.04/[dummy has/Perf-Ubuntu14-GCC-GCE-CPU-AVX2-x86_64-Release-CT_BENCH_10k_SKPs/-1",
|
||||||
"--dump-json",
|
"--dump-json",
|
||||||
"/path/to/tmp/json",
|
"/path/to/tmp/json",
|
||||||
"--expiration",
|
"--expiration",
|
||||||
@ -1126,7 +1126,7 @@
|
|||||||
"--tag",
|
"--tag",
|
||||||
"allow_milo:1",
|
"allow_milo:1",
|
||||||
"--tag",
|
"--tag",
|
||||||
"buildername:Perf-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Release-CT_BENCH_10k_SKPs",
|
"buildername:Perf-Ubuntu14-GCC-GCE-CPU-AVX2-x86_64-Release-CT_BENCH_10k_SKPs",
|
||||||
"--tag",
|
"--tag",
|
||||||
"data:[dummy hash for ct-nanobench-5]",
|
"data:[dummy hash for ct-nanobench-5]",
|
||||||
"--tag",
|
"--tag",
|
||||||
@ -1145,9 +1145,9 @@
|
|||||||
"~followup_annotations": [
|
"~followup_annotations": [
|
||||||
"@@@STEP_TEXT@Run on OS: 'Ubuntu-14.04'@@@",
|
"@@@STEP_TEXT@Run on OS: 'Ubuntu-14.04'@@@",
|
||||||
"@@@STEP_LOG_LINE@json.output@{@@@",
|
"@@@STEP_LOG_LINE@json.output@{@@@",
|
||||||
"@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"ct-nanobench-5/Ubuntu-14.04/[dummy has/Perf-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Release-CT_BENCH_10k_SKPs/-1\", @@@",
|
"@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"ct-nanobench-5/Ubuntu-14.04/[dummy has/Perf-Ubuntu14-GCC-GCE-CPU-AVX2-x86_64-Release-CT_BENCH_10k_SKPs/-1\", @@@",
|
||||||
"@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@",
|
"@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@",
|
||||||
"@@@STEP_LOG_LINE@json.output@ \"ct-nanobench-5/Ubuntu-14.04/[dummy has/Perf-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Release-CT_BENCH_10k_SKPs/-1\": {@@@",
|
"@@@STEP_LOG_LINE@json.output@ \"ct-nanobench-5/Ubuntu-14.04/[dummy has/Perf-Ubuntu14-GCC-GCE-CPU-AVX2-x86_64-Release-CT_BENCH_10k_SKPs/-1\": {@@@",
|
||||||
"@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@",
|
"@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@",
|
||||||
"@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@",
|
"@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@",
|
||||||
"@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm.appspot.com/user/task/10000\"@@@",
|
"@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm.appspot.com/user/task/10000\"@@@",
|
||||||
@ -1182,7 +1182,7 @@
|
|||||||
"--decorate",
|
"--decorate",
|
||||||
"--print-status-updates",
|
"--print-status-updates",
|
||||||
"--json",
|
"--json",
|
||||||
"{\"base_task_name\": \"ct-nanobench-1/Ubuntu-14.04/[dummy has/Perf-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Release-CT_BENCH_10k_SKPs/-1\", \"tasks\": {\"ct-nanobench-1/Ubuntu-14.04/[dummy has/Perf-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Release-CT_BENCH_10k_SKPs/-1\": {\"shard_index\": 0, \"task_id\": \"10000\", \"view_url\": \"https://chromium-swarm.appspot.com/user/task/10000\"}}}",
|
"{\"base_task_name\": \"ct-nanobench-1/Ubuntu-14.04/[dummy has/Perf-Ubuntu14-GCC-GCE-CPU-AVX2-x86_64-Release-CT_BENCH_10k_SKPs/-1\", \"tasks\": {\"ct-nanobench-1/Ubuntu-14.04/[dummy has/Perf-Ubuntu14-GCC-GCE-CPU-AVX2-x86_64-Release-CT_BENCH_10k_SKPs/-1\": {\"shard_index\": 0, \"task_id\": \"10000\", \"view_url\": \"https://chromium-swarm.appspot.com/user/task/10000\"}}}",
|
||||||
"--task-summary-json",
|
"--task-summary-json",
|
||||||
"/path/to/tmp/json"
|
"/path/to/tmp/json"
|
||||||
],
|
],
|
||||||
@ -1324,7 +1324,7 @@
|
|||||||
"--decorate",
|
"--decorate",
|
||||||
"--print-status-updates",
|
"--print-status-updates",
|
||||||
"--json",
|
"--json",
|
||||||
"{\"base_task_name\": \"ct-nanobench-2/Ubuntu-14.04/[dummy has/Perf-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Release-CT_BENCH_10k_SKPs/-1\", \"tasks\": {\"ct-nanobench-2/Ubuntu-14.04/[dummy has/Perf-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Release-CT_BENCH_10k_SKPs/-1\": {\"shard_index\": 0, \"task_id\": \"10000\", \"view_url\": \"https://chromium-swarm.appspot.com/user/task/10000\"}}}",
|
"{\"base_task_name\": \"ct-nanobench-2/Ubuntu-14.04/[dummy has/Perf-Ubuntu14-GCC-GCE-CPU-AVX2-x86_64-Release-CT_BENCH_10k_SKPs/-1\", \"tasks\": {\"ct-nanobench-2/Ubuntu-14.04/[dummy has/Perf-Ubuntu14-GCC-GCE-CPU-AVX2-x86_64-Release-CT_BENCH_10k_SKPs/-1\": {\"shard_index\": 0, \"task_id\": \"10000\", \"view_url\": \"https://chromium-swarm.appspot.com/user/task/10000\"}}}",
|
||||||
"--task-summary-json",
|
"--task-summary-json",
|
||||||
"/path/to/tmp/json"
|
"/path/to/tmp/json"
|
||||||
],
|
],
|
||||||
@ -1466,7 +1466,7 @@
|
|||||||
"--decorate",
|
"--decorate",
|
||||||
"--print-status-updates",
|
"--print-status-updates",
|
||||||
"--json",
|
"--json",
|
||||||
"{\"base_task_name\": \"ct-nanobench-3/Ubuntu-14.04/[dummy has/Perf-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Release-CT_BENCH_10k_SKPs/-1\", \"tasks\": {\"ct-nanobench-3/Ubuntu-14.04/[dummy has/Perf-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Release-CT_BENCH_10k_SKPs/-1\": {\"shard_index\": 0, \"task_id\": \"10000\", \"view_url\": \"https://chromium-swarm.appspot.com/user/task/10000\"}}}",
|
"{\"base_task_name\": \"ct-nanobench-3/Ubuntu-14.04/[dummy has/Perf-Ubuntu14-GCC-GCE-CPU-AVX2-x86_64-Release-CT_BENCH_10k_SKPs/-1\", \"tasks\": {\"ct-nanobench-3/Ubuntu-14.04/[dummy has/Perf-Ubuntu14-GCC-GCE-CPU-AVX2-x86_64-Release-CT_BENCH_10k_SKPs/-1\": {\"shard_index\": 0, \"task_id\": \"10000\", \"view_url\": \"https://chromium-swarm.appspot.com/user/task/10000\"}}}",
|
||||||
"--task-summary-json",
|
"--task-summary-json",
|
||||||
"/path/to/tmp/json"
|
"/path/to/tmp/json"
|
||||||
],
|
],
|
||||||
@ -1608,7 +1608,7 @@
|
|||||||
"--decorate",
|
"--decorate",
|
||||||
"--print-status-updates",
|
"--print-status-updates",
|
||||||
"--json",
|
"--json",
|
||||||
"{\"base_task_name\": \"ct-nanobench-4/Ubuntu-14.04/[dummy has/Perf-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Release-CT_BENCH_10k_SKPs/-1\", \"tasks\": {\"ct-nanobench-4/Ubuntu-14.04/[dummy has/Perf-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Release-CT_BENCH_10k_SKPs/-1\": {\"shard_index\": 0, \"task_id\": \"10000\", \"view_url\": \"https://chromium-swarm.appspot.com/user/task/10000\"}}}",
|
"{\"base_task_name\": \"ct-nanobench-4/Ubuntu-14.04/[dummy has/Perf-Ubuntu14-GCC-GCE-CPU-AVX2-x86_64-Release-CT_BENCH_10k_SKPs/-1\", \"tasks\": {\"ct-nanobench-4/Ubuntu-14.04/[dummy has/Perf-Ubuntu14-GCC-GCE-CPU-AVX2-x86_64-Release-CT_BENCH_10k_SKPs/-1\": {\"shard_index\": 0, \"task_id\": \"10000\", \"view_url\": \"https://chromium-swarm.appspot.com/user/task/10000\"}}}",
|
||||||
"--task-summary-json",
|
"--task-summary-json",
|
||||||
"/path/to/tmp/json"
|
"/path/to/tmp/json"
|
||||||
],
|
],
|
||||||
@ -1750,7 +1750,7 @@
|
|||||||
"--decorate",
|
"--decorate",
|
||||||
"--print-status-updates",
|
"--print-status-updates",
|
||||||
"--json",
|
"--json",
|
||||||
"{\"base_task_name\": \"ct-nanobench-5/Ubuntu-14.04/[dummy has/Perf-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Release-CT_BENCH_10k_SKPs/-1\", \"tasks\": {\"ct-nanobench-5/Ubuntu-14.04/[dummy has/Perf-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Release-CT_BENCH_10k_SKPs/-1\": {\"shard_index\": 0, \"task_id\": \"10000\", \"view_url\": \"https://chromium-swarm.appspot.com/user/task/10000\"}}}",
|
"{\"base_task_name\": \"ct-nanobench-5/Ubuntu-14.04/[dummy has/Perf-Ubuntu14-GCC-GCE-CPU-AVX2-x86_64-Release-CT_BENCH_10k_SKPs/-1\", \"tasks\": {\"ct-nanobench-5/Ubuntu-14.04/[dummy has/Perf-Ubuntu14-GCC-GCE-CPU-AVX2-x86_64-Release-CT_BENCH_10k_SKPs/-1\": {\"shard_index\": 0, \"task_id\": \"10000\", \"view_url\": \"https://chromium-swarm.appspot.com/user/task/10000\"}}}",
|
||||||
"--task-summary-json",
|
"--task-summary-json",
|
||||||
"/path/to/tmp/json"
|
"/path/to/tmp/json"
|
||||||
],
|
],
|
||||||
|
@ -118,7 +118,7 @@
|
|||||||
"[CUSTOM_/_B_WORK]/skia/bin/gn",
|
"[CUSTOM_/_B_WORK]/skia/bin/gn",
|
||||||
"gen",
|
"gen",
|
||||||
"[START_DIR]/out/Debug",
|
"[START_DIR]/out/Debug",
|
||||||
"--args=cc=\"gcc\" cxx=\"g++\" extra_cflags=[\"-O1\"]"
|
"--args=cc=\"gcc-4.8\" cxx=\"g++-4.8\" extra_cflags=[\"-O1\"]"
|
||||||
],
|
],
|
||||||
"cwd": "[CUSTOM_/_B_WORK]/skia",
|
"cwd": "[CUSTOM_/_B_WORK]/skia",
|
||||||
"env": {
|
"env": {
|
||||||
@ -381,7 +381,7 @@
|
|||||||
"--json-output",
|
"--json-output",
|
||||||
"/path/to/tmp/json",
|
"/path/to/tmp/json",
|
||||||
"rmtree",
|
"rmtree",
|
||||||
"[CUSTOM_/_B_WORK]/skps/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_100k_SKPs/slave1"
|
"[CUSTOM_/_B_WORK]/skps/c37e844a6f8708-eee762104c75bd/100k/5/slave1"
|
||||||
],
|
],
|
||||||
"infra_step": true,
|
"infra_step": true,
|
||||||
"name": "rmtree slave1"
|
"name": "rmtree slave1"
|
||||||
@ -396,7 +396,7 @@
|
|||||||
"ensure-directory",
|
"ensure-directory",
|
||||||
"--mode",
|
"--mode",
|
||||||
"0777",
|
"0777",
|
||||||
"[CUSTOM_/_B_WORK]/skps/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_100k_SKPs/slave1"
|
"[CUSTOM_/_B_WORK]/skps/c37e844a6f8708-eee762104c75bd/100k/5/slave1"
|
||||||
],
|
],
|
||||||
"infra_step": true,
|
"infra_step": true,
|
||||||
"name": "makedirs slave1"
|
"name": "makedirs slave1"
|
||||||
@ -419,7 +419,7 @@
|
|||||||
"gs://cluster-telemetry/swarming/skps/100k/c37e844a6f8708-eee762104c75bd/8/*.skp",
|
"gs://cluster-telemetry/swarming/skps/100k/c37e844a6f8708-eee762104c75bd/8/*.skp",
|
||||||
"gs://cluster-telemetry/swarming/skps/100k/c37e844a6f8708-eee762104c75bd/9/*.skp",
|
"gs://cluster-telemetry/swarming/skps/100k/c37e844a6f8708-eee762104c75bd/9/*.skp",
|
||||||
"gs://cluster-telemetry/swarming/skps/100k/c37e844a6f8708-eee762104c75bd/10/*.skp",
|
"gs://cluster-telemetry/swarming/skps/100k/c37e844a6f8708-eee762104c75bd/10/*.skp",
|
||||||
"[CUSTOM_/_B_WORK]/skps/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_100k_SKPs/slave1"
|
"[CUSTOM_/_B_WORK]/skps/c37e844a6f8708-eee762104c75bd/100k/5/slave1"
|
||||||
],
|
],
|
||||||
"infra_step": true,
|
"infra_step": true,
|
||||||
"name": "gsutil cp"
|
"name": "gsutil cp"
|
||||||
@ -447,7 +447,7 @@
|
|||||||
"--json-output",
|
"--json-output",
|
||||||
"/path/to/tmp/json",
|
"/path/to/tmp/json",
|
||||||
"copy",
|
"copy",
|
||||||
"{\n \"args\": [\n \"--isolate\", \n \"[CUSTOM_/_B_WORK]/skia/infra/bots/ct/ct_skps.isolate\", \n \"--isolated\", \n \"[START_DIR]/swarming_temp_dir/skia-task-ct-dm-1.isolated\", \n \"--config-variable\", \n \"OS\", \n \"linux\", \n \"--extra-variable\", \n \"CONFIGURATION\", \n \"Debug\", \n \"--extra-variable\", \n \"BUILDER\", \n \"Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_100k_SKPs\", \n \"--extra-variable\", \n \"GIT_HASH\", \n \"9046e2e693bb92a76e972b694580e5d17ad10748\", \n \"--extra-variable\", \n \"SLAVE_NUM\", \n \"1\", \n \"--extra-variable\", \n \"TOOL_NAME\", \n \"dm\"\n ], \n \"dir\": \"[CUSTOM_/_B_WORK]/skia/infra/bots/ct\", \n \"version\": 1\n}",
|
"{\n \"args\": [\n \"--isolate\", \n \"[CUSTOM_/_B_WORK]/skia/infra/bots/ct/ct_skps.isolate\", \n \"--isolated\", \n \"[START_DIR]/swarming_temp_dir/skia-task-ct-dm-1.isolated\", \n \"--config-variable\", \n \"OS\", \n \"linux\", \n \"--extra-variable\", \n \"NUM_SLAVES\", \n \"5\", \n \"--extra-variable\", \n \"CONFIGURATION\", \n \"Debug\", \n \"--extra-variable\", \n \"SLAVE_NUM\", \n \"1\", \n \"--extra-variable\", \n \"PAGE_TYPE\", \n \"100k\", \n \"--extra-variable\", \n \"BUILDER\", \n \"Test-Ubuntu14-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_100k_SKPs\", \n \"--extra-variable\", \n \"GIT_HASH\", \n \"9046e2e693bb92a76e972b694580e5d17ad10748\", \n \"--extra-variable\", \n \"TOOL_NAME\", \n \"dm\", \n \"--extra-variable\", \n \"CHROMIUM_BUILD\", \n \"c37e844a6f8708-eee762104c75bd\"\n ], \n \"dir\": \"[CUSTOM_/_B_WORK]/skia/infra/bots/ct\", \n \"version\": 1\n}",
|
||||||
"[START_DIR]/swarming_temp_dir/ct-dm-1.isolated.gen.json"
|
"[START_DIR]/swarming_temp_dir/ct-dm-1.isolated.gen.json"
|
||||||
],
|
],
|
||||||
"infra_step": true,
|
"infra_step": true,
|
||||||
@ -461,7 +461,7 @@
|
|||||||
"--json-output",
|
"--json-output",
|
||||||
"/path/to/tmp/json",
|
"/path/to/tmp/json",
|
||||||
"rmtree",
|
"rmtree",
|
||||||
"[CUSTOM_/_B_WORK]/skps/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_100k_SKPs/slave2"
|
"[CUSTOM_/_B_WORK]/skps/c37e844a6f8708-eee762104c75bd/100k/5/slave2"
|
||||||
],
|
],
|
||||||
"infra_step": true,
|
"infra_step": true,
|
||||||
"name": "rmtree slave2"
|
"name": "rmtree slave2"
|
||||||
@ -476,7 +476,7 @@
|
|||||||
"ensure-directory",
|
"ensure-directory",
|
||||||
"--mode",
|
"--mode",
|
||||||
"0777",
|
"0777",
|
||||||
"[CUSTOM_/_B_WORK]/skps/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_100k_SKPs/slave2"
|
"[CUSTOM_/_B_WORK]/skps/c37e844a6f8708-eee762104c75bd/100k/5/slave2"
|
||||||
],
|
],
|
||||||
"infra_step": true,
|
"infra_step": true,
|
||||||
"name": "makedirs slave2"
|
"name": "makedirs slave2"
|
||||||
@ -499,7 +499,7 @@
|
|||||||
"gs://cluster-telemetry/swarming/skps/100k/c37e844a6f8708-eee762104c75bd/18/*.skp",
|
"gs://cluster-telemetry/swarming/skps/100k/c37e844a6f8708-eee762104c75bd/18/*.skp",
|
||||||
"gs://cluster-telemetry/swarming/skps/100k/c37e844a6f8708-eee762104c75bd/19/*.skp",
|
"gs://cluster-telemetry/swarming/skps/100k/c37e844a6f8708-eee762104c75bd/19/*.skp",
|
||||||
"gs://cluster-telemetry/swarming/skps/100k/c37e844a6f8708-eee762104c75bd/20/*.skp",
|
"gs://cluster-telemetry/swarming/skps/100k/c37e844a6f8708-eee762104c75bd/20/*.skp",
|
||||||
"[CUSTOM_/_B_WORK]/skps/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_100k_SKPs/slave2"
|
"[CUSTOM_/_B_WORK]/skps/c37e844a6f8708-eee762104c75bd/100k/5/slave2"
|
||||||
],
|
],
|
||||||
"infra_step": true,
|
"infra_step": true,
|
||||||
"name": "gsutil cp (2)"
|
"name": "gsutil cp (2)"
|
||||||
@ -527,7 +527,7 @@
|
|||||||
"--json-output",
|
"--json-output",
|
||||||
"/path/to/tmp/json",
|
"/path/to/tmp/json",
|
||||||
"copy",
|
"copy",
|
||||||
"{\n \"args\": [\n \"--isolate\", \n \"[CUSTOM_/_B_WORK]/skia/infra/bots/ct/ct_skps.isolate\", \n \"--isolated\", \n \"[START_DIR]/swarming_temp_dir/skia-task-ct-dm-2.isolated\", \n \"--config-variable\", \n \"OS\", \n \"linux\", \n \"--extra-variable\", \n \"CONFIGURATION\", \n \"Debug\", \n \"--extra-variable\", \n \"BUILDER\", \n \"Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_100k_SKPs\", \n \"--extra-variable\", \n \"GIT_HASH\", \n \"9046e2e693bb92a76e972b694580e5d17ad10748\", \n \"--extra-variable\", \n \"SLAVE_NUM\", \n \"2\", \n \"--extra-variable\", \n \"TOOL_NAME\", \n \"dm\"\n ], \n \"dir\": \"[CUSTOM_/_B_WORK]/skia/infra/bots/ct\", \n \"version\": 1\n}",
|
"{\n \"args\": [\n \"--isolate\", \n \"[CUSTOM_/_B_WORK]/skia/infra/bots/ct/ct_skps.isolate\", \n \"--isolated\", \n \"[START_DIR]/swarming_temp_dir/skia-task-ct-dm-2.isolated\", \n \"--config-variable\", \n \"OS\", \n \"linux\", \n \"--extra-variable\", \n \"NUM_SLAVES\", \n \"5\", \n \"--extra-variable\", \n \"CONFIGURATION\", \n \"Debug\", \n \"--extra-variable\", \n \"SLAVE_NUM\", \n \"2\", \n \"--extra-variable\", \n \"PAGE_TYPE\", \n \"100k\", \n \"--extra-variable\", \n \"BUILDER\", \n \"Test-Ubuntu14-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_100k_SKPs\", \n \"--extra-variable\", \n \"GIT_HASH\", \n \"9046e2e693bb92a76e972b694580e5d17ad10748\", \n \"--extra-variable\", \n \"TOOL_NAME\", \n \"dm\", \n \"--extra-variable\", \n \"CHROMIUM_BUILD\", \n \"c37e844a6f8708-eee762104c75bd\"\n ], \n \"dir\": \"[CUSTOM_/_B_WORK]/skia/infra/bots/ct\", \n \"version\": 1\n}",
|
||||||
"[START_DIR]/swarming_temp_dir/ct-dm-2.isolated.gen.json"
|
"[START_DIR]/swarming_temp_dir/ct-dm-2.isolated.gen.json"
|
||||||
],
|
],
|
||||||
"infra_step": true,
|
"infra_step": true,
|
||||||
@ -541,7 +541,7 @@
|
|||||||
"--json-output",
|
"--json-output",
|
||||||
"/path/to/tmp/json",
|
"/path/to/tmp/json",
|
||||||
"rmtree",
|
"rmtree",
|
||||||
"[CUSTOM_/_B_WORK]/skps/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_100k_SKPs/slave3"
|
"[CUSTOM_/_B_WORK]/skps/c37e844a6f8708-eee762104c75bd/100k/5/slave3"
|
||||||
],
|
],
|
||||||
"infra_step": true,
|
"infra_step": true,
|
||||||
"name": "rmtree slave3"
|
"name": "rmtree slave3"
|
||||||
@ -556,7 +556,7 @@
|
|||||||
"ensure-directory",
|
"ensure-directory",
|
||||||
"--mode",
|
"--mode",
|
||||||
"0777",
|
"0777",
|
||||||
"[CUSTOM_/_B_WORK]/skps/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_100k_SKPs/slave3"
|
"[CUSTOM_/_B_WORK]/skps/c37e844a6f8708-eee762104c75bd/100k/5/slave3"
|
||||||
],
|
],
|
||||||
"infra_step": true,
|
"infra_step": true,
|
||||||
"name": "makedirs slave3"
|
"name": "makedirs slave3"
|
||||||
@ -579,7 +579,7 @@
|
|||||||
"gs://cluster-telemetry/swarming/skps/100k/c37e844a6f8708-eee762104c75bd/28/*.skp",
|
"gs://cluster-telemetry/swarming/skps/100k/c37e844a6f8708-eee762104c75bd/28/*.skp",
|
||||||
"gs://cluster-telemetry/swarming/skps/100k/c37e844a6f8708-eee762104c75bd/29/*.skp",
|
"gs://cluster-telemetry/swarming/skps/100k/c37e844a6f8708-eee762104c75bd/29/*.skp",
|
||||||
"gs://cluster-telemetry/swarming/skps/100k/c37e844a6f8708-eee762104c75bd/30/*.skp",
|
"gs://cluster-telemetry/swarming/skps/100k/c37e844a6f8708-eee762104c75bd/30/*.skp",
|
||||||
"[CUSTOM_/_B_WORK]/skps/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_100k_SKPs/slave3"
|
"[CUSTOM_/_B_WORK]/skps/c37e844a6f8708-eee762104c75bd/100k/5/slave3"
|
||||||
],
|
],
|
||||||
"infra_step": true,
|
"infra_step": true,
|
||||||
"name": "gsutil cp (3)"
|
"name": "gsutil cp (3)"
|
||||||
@ -607,7 +607,7 @@
|
|||||||
"--json-output",
|
"--json-output",
|
||||||
"/path/to/tmp/json",
|
"/path/to/tmp/json",
|
||||||
"copy",
|
"copy",
|
||||||
"{\n \"args\": [\n \"--isolate\", \n \"[CUSTOM_/_B_WORK]/skia/infra/bots/ct/ct_skps.isolate\", \n \"--isolated\", \n \"[START_DIR]/swarming_temp_dir/skia-task-ct-dm-3.isolated\", \n \"--config-variable\", \n \"OS\", \n \"linux\", \n \"--extra-variable\", \n \"CONFIGURATION\", \n \"Debug\", \n \"--extra-variable\", \n \"BUILDER\", \n \"Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_100k_SKPs\", \n \"--extra-variable\", \n \"GIT_HASH\", \n \"9046e2e693bb92a76e972b694580e5d17ad10748\", \n \"--extra-variable\", \n \"SLAVE_NUM\", \n \"3\", \n \"--extra-variable\", \n \"TOOL_NAME\", \n \"dm\"\n ], \n \"dir\": \"[CUSTOM_/_B_WORK]/skia/infra/bots/ct\", \n \"version\": 1\n}",
|
"{\n \"args\": [\n \"--isolate\", \n \"[CUSTOM_/_B_WORK]/skia/infra/bots/ct/ct_skps.isolate\", \n \"--isolated\", \n \"[START_DIR]/swarming_temp_dir/skia-task-ct-dm-3.isolated\", \n \"--config-variable\", \n \"OS\", \n \"linux\", \n \"--extra-variable\", \n \"NUM_SLAVES\", \n \"5\", \n \"--extra-variable\", \n \"CONFIGURATION\", \n \"Debug\", \n \"--extra-variable\", \n \"SLAVE_NUM\", \n \"3\", \n \"--extra-variable\", \n \"PAGE_TYPE\", \n \"100k\", \n \"--extra-variable\", \n \"BUILDER\", \n \"Test-Ubuntu14-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_100k_SKPs\", \n \"--extra-variable\", \n \"GIT_HASH\", \n \"9046e2e693bb92a76e972b694580e5d17ad10748\", \n \"--extra-variable\", \n \"TOOL_NAME\", \n \"dm\", \n \"--extra-variable\", \n \"CHROMIUM_BUILD\", \n \"c37e844a6f8708-eee762104c75bd\"\n ], \n \"dir\": \"[CUSTOM_/_B_WORK]/skia/infra/bots/ct\", \n \"version\": 1\n}",
|
||||||
"[START_DIR]/swarming_temp_dir/ct-dm-3.isolated.gen.json"
|
"[START_DIR]/swarming_temp_dir/ct-dm-3.isolated.gen.json"
|
||||||
],
|
],
|
||||||
"infra_step": true,
|
"infra_step": true,
|
||||||
@ -621,7 +621,7 @@
|
|||||||
"--json-output",
|
"--json-output",
|
||||||
"/path/to/tmp/json",
|
"/path/to/tmp/json",
|
||||||
"rmtree",
|
"rmtree",
|
||||||
"[CUSTOM_/_B_WORK]/skps/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_100k_SKPs/slave4"
|
"[CUSTOM_/_B_WORK]/skps/c37e844a6f8708-eee762104c75bd/100k/5/slave4"
|
||||||
],
|
],
|
||||||
"infra_step": true,
|
"infra_step": true,
|
||||||
"name": "rmtree slave4"
|
"name": "rmtree slave4"
|
||||||
@ -636,7 +636,7 @@
|
|||||||
"ensure-directory",
|
"ensure-directory",
|
||||||
"--mode",
|
"--mode",
|
||||||
"0777",
|
"0777",
|
||||||
"[CUSTOM_/_B_WORK]/skps/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_100k_SKPs/slave4"
|
"[CUSTOM_/_B_WORK]/skps/c37e844a6f8708-eee762104c75bd/100k/5/slave4"
|
||||||
],
|
],
|
||||||
"infra_step": true,
|
"infra_step": true,
|
||||||
"name": "makedirs slave4"
|
"name": "makedirs slave4"
|
||||||
@ -659,7 +659,7 @@
|
|||||||
"gs://cluster-telemetry/swarming/skps/100k/c37e844a6f8708-eee762104c75bd/38/*.skp",
|
"gs://cluster-telemetry/swarming/skps/100k/c37e844a6f8708-eee762104c75bd/38/*.skp",
|
||||||
"gs://cluster-telemetry/swarming/skps/100k/c37e844a6f8708-eee762104c75bd/39/*.skp",
|
"gs://cluster-telemetry/swarming/skps/100k/c37e844a6f8708-eee762104c75bd/39/*.skp",
|
||||||
"gs://cluster-telemetry/swarming/skps/100k/c37e844a6f8708-eee762104c75bd/40/*.skp",
|
"gs://cluster-telemetry/swarming/skps/100k/c37e844a6f8708-eee762104c75bd/40/*.skp",
|
||||||
"[CUSTOM_/_B_WORK]/skps/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_100k_SKPs/slave4"
|
"[CUSTOM_/_B_WORK]/skps/c37e844a6f8708-eee762104c75bd/100k/5/slave4"
|
||||||
],
|
],
|
||||||
"infra_step": true,
|
"infra_step": true,
|
||||||
"name": "gsutil cp (4)"
|
"name": "gsutil cp (4)"
|
||||||
@ -687,7 +687,7 @@
|
|||||||
"--json-output",
|
"--json-output",
|
||||||
"/path/to/tmp/json",
|
"/path/to/tmp/json",
|
||||||
"copy",
|
"copy",
|
||||||
"{\n \"args\": [\n \"--isolate\", \n \"[CUSTOM_/_B_WORK]/skia/infra/bots/ct/ct_skps.isolate\", \n \"--isolated\", \n \"[START_DIR]/swarming_temp_dir/skia-task-ct-dm-4.isolated\", \n \"--config-variable\", \n \"OS\", \n \"linux\", \n \"--extra-variable\", \n \"CONFIGURATION\", \n \"Debug\", \n \"--extra-variable\", \n \"BUILDER\", \n \"Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_100k_SKPs\", \n \"--extra-variable\", \n \"GIT_HASH\", \n \"9046e2e693bb92a76e972b694580e5d17ad10748\", \n \"--extra-variable\", \n \"SLAVE_NUM\", \n \"4\", \n \"--extra-variable\", \n \"TOOL_NAME\", \n \"dm\"\n ], \n \"dir\": \"[CUSTOM_/_B_WORK]/skia/infra/bots/ct\", \n \"version\": 1\n}",
|
"{\n \"args\": [\n \"--isolate\", \n \"[CUSTOM_/_B_WORK]/skia/infra/bots/ct/ct_skps.isolate\", \n \"--isolated\", \n \"[START_DIR]/swarming_temp_dir/skia-task-ct-dm-4.isolated\", \n \"--config-variable\", \n \"OS\", \n \"linux\", \n \"--extra-variable\", \n \"NUM_SLAVES\", \n \"5\", \n \"--extra-variable\", \n \"CONFIGURATION\", \n \"Debug\", \n \"--extra-variable\", \n \"SLAVE_NUM\", \n \"4\", \n \"--extra-variable\", \n \"PAGE_TYPE\", \n \"100k\", \n \"--extra-variable\", \n \"BUILDER\", \n \"Test-Ubuntu14-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_100k_SKPs\", \n \"--extra-variable\", \n \"GIT_HASH\", \n \"9046e2e693bb92a76e972b694580e5d17ad10748\", \n \"--extra-variable\", \n \"TOOL_NAME\", \n \"dm\", \n \"--extra-variable\", \n \"CHROMIUM_BUILD\", \n \"c37e844a6f8708-eee762104c75bd\"\n ], \n \"dir\": \"[CUSTOM_/_B_WORK]/skia/infra/bots/ct\", \n \"version\": 1\n}",
|
||||||
"[START_DIR]/swarming_temp_dir/ct-dm-4.isolated.gen.json"
|
"[START_DIR]/swarming_temp_dir/ct-dm-4.isolated.gen.json"
|
||||||
],
|
],
|
||||||
"infra_step": true,
|
"infra_step": true,
|
||||||
@ -701,7 +701,7 @@
|
|||||||
"--json-output",
|
"--json-output",
|
||||||
"/path/to/tmp/json",
|
"/path/to/tmp/json",
|
||||||
"rmtree",
|
"rmtree",
|
||||||
"[CUSTOM_/_B_WORK]/skps/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_100k_SKPs/slave5"
|
"[CUSTOM_/_B_WORK]/skps/c37e844a6f8708-eee762104c75bd/100k/5/slave5"
|
||||||
],
|
],
|
||||||
"infra_step": true,
|
"infra_step": true,
|
||||||
"name": "rmtree slave5"
|
"name": "rmtree slave5"
|
||||||
@ -716,7 +716,7 @@
|
|||||||
"ensure-directory",
|
"ensure-directory",
|
||||||
"--mode",
|
"--mode",
|
||||||
"0777",
|
"0777",
|
||||||
"[CUSTOM_/_B_WORK]/skps/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_100k_SKPs/slave5"
|
"[CUSTOM_/_B_WORK]/skps/c37e844a6f8708-eee762104c75bd/100k/5/slave5"
|
||||||
],
|
],
|
||||||
"infra_step": true,
|
"infra_step": true,
|
||||||
"name": "makedirs slave5"
|
"name": "makedirs slave5"
|
||||||
@ -739,7 +739,7 @@
|
|||||||
"gs://cluster-telemetry/swarming/skps/100k/c37e844a6f8708-eee762104c75bd/48/*.skp",
|
"gs://cluster-telemetry/swarming/skps/100k/c37e844a6f8708-eee762104c75bd/48/*.skp",
|
||||||
"gs://cluster-telemetry/swarming/skps/100k/c37e844a6f8708-eee762104c75bd/49/*.skp",
|
"gs://cluster-telemetry/swarming/skps/100k/c37e844a6f8708-eee762104c75bd/49/*.skp",
|
||||||
"gs://cluster-telemetry/swarming/skps/100k/c37e844a6f8708-eee762104c75bd/50/*.skp",
|
"gs://cluster-telemetry/swarming/skps/100k/c37e844a6f8708-eee762104c75bd/50/*.skp",
|
||||||
"[CUSTOM_/_B_WORK]/skps/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_100k_SKPs/slave5"
|
"[CUSTOM_/_B_WORK]/skps/c37e844a6f8708-eee762104c75bd/100k/5/slave5"
|
||||||
],
|
],
|
||||||
"infra_step": true,
|
"infra_step": true,
|
||||||
"name": "gsutil cp (5)"
|
"name": "gsutil cp (5)"
|
||||||
@ -767,7 +767,7 @@
|
|||||||
"--json-output",
|
"--json-output",
|
||||||
"/path/to/tmp/json",
|
"/path/to/tmp/json",
|
||||||
"copy",
|
"copy",
|
||||||
"{\n \"args\": [\n \"--isolate\", \n \"[CUSTOM_/_B_WORK]/skia/infra/bots/ct/ct_skps.isolate\", \n \"--isolated\", \n \"[START_DIR]/swarming_temp_dir/skia-task-ct-dm-5.isolated\", \n \"--config-variable\", \n \"OS\", \n \"linux\", \n \"--extra-variable\", \n \"CONFIGURATION\", \n \"Debug\", \n \"--extra-variable\", \n \"BUILDER\", \n \"Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_100k_SKPs\", \n \"--extra-variable\", \n \"GIT_HASH\", \n \"9046e2e693bb92a76e972b694580e5d17ad10748\", \n \"--extra-variable\", \n \"SLAVE_NUM\", \n \"5\", \n \"--extra-variable\", \n \"TOOL_NAME\", \n \"dm\"\n ], \n \"dir\": \"[CUSTOM_/_B_WORK]/skia/infra/bots/ct\", \n \"version\": 1\n}",
|
"{\n \"args\": [\n \"--isolate\", \n \"[CUSTOM_/_B_WORK]/skia/infra/bots/ct/ct_skps.isolate\", \n \"--isolated\", \n \"[START_DIR]/swarming_temp_dir/skia-task-ct-dm-5.isolated\", \n \"--config-variable\", \n \"OS\", \n \"linux\", \n \"--extra-variable\", \n \"NUM_SLAVES\", \n \"5\", \n \"--extra-variable\", \n \"CONFIGURATION\", \n \"Debug\", \n \"--extra-variable\", \n \"SLAVE_NUM\", \n \"5\", \n \"--extra-variable\", \n \"PAGE_TYPE\", \n \"100k\", \n \"--extra-variable\", \n \"BUILDER\", \n \"Test-Ubuntu14-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_100k_SKPs\", \n \"--extra-variable\", \n \"GIT_HASH\", \n \"9046e2e693bb92a76e972b694580e5d17ad10748\", \n \"--extra-variable\", \n \"TOOL_NAME\", \n \"dm\", \n \"--extra-variable\", \n \"CHROMIUM_BUILD\", \n \"c37e844a6f8708-eee762104c75bd\"\n ], \n \"dir\": \"[CUSTOM_/_B_WORK]/skia/infra/bots/ct\", \n \"version\": 1\n}",
|
||||||
"[START_DIR]/swarming_temp_dir/ct-dm-5.isolated.gen.json"
|
"[START_DIR]/swarming_temp_dir/ct-dm-5.isolated.gen.json"
|
||||||
],
|
],
|
||||||
"infra_step": true,
|
"infra_step": true,
|
||||||
@ -782,10 +782,10 @@
|
|||||||
"/path/to/tmp/json",
|
"/path/to/tmp/json",
|
||||||
"copy",
|
"copy",
|
||||||
"{\"chromium_build\": \"c37e844a6f8708-eee762104c75bd\", \"num_slaves\": 5, \"page_type\": \"100k\"}",
|
"{\"chromium_build\": \"c37e844a6f8708-eee762104c75bd\", \"num_slaves\": 5, \"page_type\": \"100k\"}",
|
||||||
"[CUSTOM_/_B_WORK]/skps/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_100k_SKPs/skps_version"
|
"[CUSTOM_/_B_WORK]/skps/c37e844a6f8708-eee762104c75bd/100k/5/skps_version"
|
||||||
],
|
],
|
||||||
"infra_step": true,
|
"infra_step": true,
|
||||||
"name": "Create [CUSTOM_/_B_WORK]/skps/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_100k_SKPs/skps_version"
|
"name": "Create [CUSTOM_/_B_WORK]/skps/c37e844a6f8708-eee762104c75bd/100k/5/skps_version"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"cmd": [
|
"cmd": [
|
||||||
@ -833,7 +833,7 @@
|
|||||||
"--shards",
|
"--shards",
|
||||||
"1",
|
"1",
|
||||||
"--task-name",
|
"--task-name",
|
||||||
"ct-dm-1/Ubuntu-14.04/[dummy has/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_100k_SKPs/-1",
|
"ct-dm-1/Ubuntu-14.04/[dummy has/Test-Ubuntu14-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_100k_SKPs/-1",
|
||||||
"--dump-json",
|
"--dump-json",
|
||||||
"/path/to/tmp/json",
|
"/path/to/tmp/json",
|
||||||
"--expiration",
|
"--expiration",
|
||||||
@ -854,7 +854,7 @@
|
|||||||
"--tag",
|
"--tag",
|
||||||
"allow_milo:1",
|
"allow_milo:1",
|
||||||
"--tag",
|
"--tag",
|
||||||
"buildername:Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_100k_SKPs",
|
"buildername:Test-Ubuntu14-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_100k_SKPs",
|
||||||
"--tag",
|
"--tag",
|
||||||
"data:[dummy hash for ct-dm-1]",
|
"data:[dummy hash for ct-dm-1]",
|
||||||
"--tag",
|
"--tag",
|
||||||
@ -873,9 +873,9 @@
|
|||||||
"~followup_annotations": [
|
"~followup_annotations": [
|
||||||
"@@@STEP_TEXT@Run on OS: 'Ubuntu-14.04'@@@",
|
"@@@STEP_TEXT@Run on OS: 'Ubuntu-14.04'@@@",
|
||||||
"@@@STEP_LOG_LINE@json.output@{@@@",
|
"@@@STEP_LOG_LINE@json.output@{@@@",
|
||||||
"@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"ct-dm-1/Ubuntu-14.04/[dummy has/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_100k_SKPs/-1\", @@@",
|
"@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"ct-dm-1/Ubuntu-14.04/[dummy has/Test-Ubuntu14-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_100k_SKPs/-1\", @@@",
|
||||||
"@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@",
|
"@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@",
|
||||||
"@@@STEP_LOG_LINE@json.output@ \"ct-dm-1/Ubuntu-14.04/[dummy has/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_100k_SKPs/-1\": {@@@",
|
"@@@STEP_LOG_LINE@json.output@ \"ct-dm-1/Ubuntu-14.04/[dummy has/Test-Ubuntu14-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_100k_SKPs/-1\": {@@@",
|
||||||
"@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@",
|
"@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@",
|
||||||
"@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@",
|
"@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@",
|
||||||
"@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm.appspot.com/user/task/10000\"@@@",
|
"@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm.appspot.com/user/task/10000\"@@@",
|
||||||
@ -901,7 +901,7 @@
|
|||||||
"--shards",
|
"--shards",
|
||||||
"1",
|
"1",
|
||||||
"--task-name",
|
"--task-name",
|
||||||
"ct-dm-2/Ubuntu-14.04/[dummy has/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_100k_SKPs/-1",
|
"ct-dm-2/Ubuntu-14.04/[dummy has/Test-Ubuntu14-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_100k_SKPs/-1",
|
||||||
"--dump-json",
|
"--dump-json",
|
||||||
"/path/to/tmp/json",
|
"/path/to/tmp/json",
|
||||||
"--expiration",
|
"--expiration",
|
||||||
@ -922,7 +922,7 @@
|
|||||||
"--tag",
|
"--tag",
|
||||||
"allow_milo:1",
|
"allow_milo:1",
|
||||||
"--tag",
|
"--tag",
|
||||||
"buildername:Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_100k_SKPs",
|
"buildername:Test-Ubuntu14-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_100k_SKPs",
|
||||||
"--tag",
|
"--tag",
|
||||||
"data:[dummy hash for ct-dm-2]",
|
"data:[dummy hash for ct-dm-2]",
|
||||||
"--tag",
|
"--tag",
|
||||||
@ -941,9 +941,9 @@
|
|||||||
"~followup_annotations": [
|
"~followup_annotations": [
|
||||||
"@@@STEP_TEXT@Run on OS: 'Ubuntu-14.04'@@@",
|
"@@@STEP_TEXT@Run on OS: 'Ubuntu-14.04'@@@",
|
||||||
"@@@STEP_LOG_LINE@json.output@{@@@",
|
"@@@STEP_LOG_LINE@json.output@{@@@",
|
||||||
"@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"ct-dm-2/Ubuntu-14.04/[dummy has/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_100k_SKPs/-1\", @@@",
|
"@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"ct-dm-2/Ubuntu-14.04/[dummy has/Test-Ubuntu14-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_100k_SKPs/-1\", @@@",
|
||||||
"@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@",
|
"@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@",
|
||||||
"@@@STEP_LOG_LINE@json.output@ \"ct-dm-2/Ubuntu-14.04/[dummy has/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_100k_SKPs/-1\": {@@@",
|
"@@@STEP_LOG_LINE@json.output@ \"ct-dm-2/Ubuntu-14.04/[dummy has/Test-Ubuntu14-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_100k_SKPs/-1\": {@@@",
|
||||||
"@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@",
|
"@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@",
|
||||||
"@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@",
|
"@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@",
|
||||||
"@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm.appspot.com/user/task/10000\"@@@",
|
"@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm.appspot.com/user/task/10000\"@@@",
|
||||||
@ -969,7 +969,7 @@
|
|||||||
"--shards",
|
"--shards",
|
||||||
"1",
|
"1",
|
||||||
"--task-name",
|
"--task-name",
|
||||||
"ct-dm-3/Ubuntu-14.04/[dummy has/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_100k_SKPs/-1",
|
"ct-dm-3/Ubuntu-14.04/[dummy has/Test-Ubuntu14-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_100k_SKPs/-1",
|
||||||
"--dump-json",
|
"--dump-json",
|
||||||
"/path/to/tmp/json",
|
"/path/to/tmp/json",
|
||||||
"--expiration",
|
"--expiration",
|
||||||
@ -990,7 +990,7 @@
|
|||||||
"--tag",
|
"--tag",
|
||||||
"allow_milo:1",
|
"allow_milo:1",
|
||||||
"--tag",
|
"--tag",
|
||||||
"buildername:Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_100k_SKPs",
|
"buildername:Test-Ubuntu14-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_100k_SKPs",
|
||||||
"--tag",
|
"--tag",
|
||||||
"data:[dummy hash for ct-dm-3]",
|
"data:[dummy hash for ct-dm-3]",
|
||||||
"--tag",
|
"--tag",
|
||||||
@ -1009,9 +1009,9 @@
|
|||||||
"~followup_annotations": [
|
"~followup_annotations": [
|
||||||
"@@@STEP_TEXT@Run on OS: 'Ubuntu-14.04'@@@",
|
"@@@STEP_TEXT@Run on OS: 'Ubuntu-14.04'@@@",
|
||||||
"@@@STEP_LOG_LINE@json.output@{@@@",
|
"@@@STEP_LOG_LINE@json.output@{@@@",
|
||||||
"@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"ct-dm-3/Ubuntu-14.04/[dummy has/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_100k_SKPs/-1\", @@@",
|
"@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"ct-dm-3/Ubuntu-14.04/[dummy has/Test-Ubuntu14-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_100k_SKPs/-1\", @@@",
|
||||||
"@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@",
|
"@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@",
|
||||||
"@@@STEP_LOG_LINE@json.output@ \"ct-dm-3/Ubuntu-14.04/[dummy has/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_100k_SKPs/-1\": {@@@",
|
"@@@STEP_LOG_LINE@json.output@ \"ct-dm-3/Ubuntu-14.04/[dummy has/Test-Ubuntu14-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_100k_SKPs/-1\": {@@@",
|
||||||
"@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@",
|
"@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@",
|
||||||
"@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@",
|
"@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@",
|
||||||
"@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm.appspot.com/user/task/10000\"@@@",
|
"@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm.appspot.com/user/task/10000\"@@@",
|
||||||
@ -1037,7 +1037,7 @@
|
|||||||
"--shards",
|
"--shards",
|
||||||
"1",
|
"1",
|
||||||
"--task-name",
|
"--task-name",
|
||||||
"ct-dm-4/Ubuntu-14.04/[dummy has/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_100k_SKPs/-1",
|
"ct-dm-4/Ubuntu-14.04/[dummy has/Test-Ubuntu14-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_100k_SKPs/-1",
|
||||||
"--dump-json",
|
"--dump-json",
|
||||||
"/path/to/tmp/json",
|
"/path/to/tmp/json",
|
||||||
"--expiration",
|
"--expiration",
|
||||||
@ -1058,7 +1058,7 @@
|
|||||||
"--tag",
|
"--tag",
|
||||||
"allow_milo:1",
|
"allow_milo:1",
|
||||||
"--tag",
|
"--tag",
|
||||||
"buildername:Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_100k_SKPs",
|
"buildername:Test-Ubuntu14-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_100k_SKPs",
|
||||||
"--tag",
|
"--tag",
|
||||||
"data:[dummy hash for ct-dm-4]",
|
"data:[dummy hash for ct-dm-4]",
|
||||||
"--tag",
|
"--tag",
|
||||||
@ -1077,9 +1077,9 @@
|
|||||||
"~followup_annotations": [
|
"~followup_annotations": [
|
||||||
"@@@STEP_TEXT@Run on OS: 'Ubuntu-14.04'@@@",
|
"@@@STEP_TEXT@Run on OS: 'Ubuntu-14.04'@@@",
|
||||||
"@@@STEP_LOG_LINE@json.output@{@@@",
|
"@@@STEP_LOG_LINE@json.output@{@@@",
|
||||||
"@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"ct-dm-4/Ubuntu-14.04/[dummy has/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_100k_SKPs/-1\", @@@",
|
"@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"ct-dm-4/Ubuntu-14.04/[dummy has/Test-Ubuntu14-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_100k_SKPs/-1\", @@@",
|
||||||
"@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@",
|
"@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@",
|
||||||
"@@@STEP_LOG_LINE@json.output@ \"ct-dm-4/Ubuntu-14.04/[dummy has/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_100k_SKPs/-1\": {@@@",
|
"@@@STEP_LOG_LINE@json.output@ \"ct-dm-4/Ubuntu-14.04/[dummy has/Test-Ubuntu14-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_100k_SKPs/-1\": {@@@",
|
||||||
"@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@",
|
"@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@",
|
||||||
"@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@",
|
"@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@",
|
||||||
"@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm.appspot.com/user/task/10000\"@@@",
|
"@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm.appspot.com/user/task/10000\"@@@",
|
||||||
@ -1105,7 +1105,7 @@
|
|||||||
"--shards",
|
"--shards",
|
||||||
"1",
|
"1",
|
||||||
"--task-name",
|
"--task-name",
|
||||||
"ct-dm-5/Ubuntu-14.04/[dummy has/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_100k_SKPs/-1",
|
"ct-dm-5/Ubuntu-14.04/[dummy has/Test-Ubuntu14-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_100k_SKPs/-1",
|
||||||
"--dump-json",
|
"--dump-json",
|
||||||
"/path/to/tmp/json",
|
"/path/to/tmp/json",
|
||||||
"--expiration",
|
"--expiration",
|
||||||
@ -1126,7 +1126,7 @@
|
|||||||
"--tag",
|
"--tag",
|
||||||
"allow_milo:1",
|
"allow_milo:1",
|
||||||
"--tag",
|
"--tag",
|
||||||
"buildername:Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_100k_SKPs",
|
"buildername:Test-Ubuntu14-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_100k_SKPs",
|
||||||
"--tag",
|
"--tag",
|
||||||
"data:[dummy hash for ct-dm-5]",
|
"data:[dummy hash for ct-dm-5]",
|
||||||
"--tag",
|
"--tag",
|
||||||
@ -1145,9 +1145,9 @@
|
|||||||
"~followup_annotations": [
|
"~followup_annotations": [
|
||||||
"@@@STEP_TEXT@Run on OS: 'Ubuntu-14.04'@@@",
|
"@@@STEP_TEXT@Run on OS: 'Ubuntu-14.04'@@@",
|
||||||
"@@@STEP_LOG_LINE@json.output@{@@@",
|
"@@@STEP_LOG_LINE@json.output@{@@@",
|
||||||
"@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"ct-dm-5/Ubuntu-14.04/[dummy has/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_100k_SKPs/-1\", @@@",
|
"@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"ct-dm-5/Ubuntu-14.04/[dummy has/Test-Ubuntu14-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_100k_SKPs/-1\", @@@",
|
||||||
"@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@",
|
"@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@",
|
||||||
"@@@STEP_LOG_LINE@json.output@ \"ct-dm-5/Ubuntu-14.04/[dummy has/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_100k_SKPs/-1\": {@@@",
|
"@@@STEP_LOG_LINE@json.output@ \"ct-dm-5/Ubuntu-14.04/[dummy has/Test-Ubuntu14-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_100k_SKPs/-1\": {@@@",
|
||||||
"@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@",
|
"@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@",
|
||||||
"@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@",
|
"@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@",
|
||||||
"@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm.appspot.com/user/task/10000\"@@@",
|
"@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm.appspot.com/user/task/10000\"@@@",
|
||||||
@ -1182,7 +1182,7 @@
|
|||||||
"--decorate",
|
"--decorate",
|
||||||
"--print-status-updates",
|
"--print-status-updates",
|
||||||
"--json",
|
"--json",
|
||||||
"{\"base_task_name\": \"ct-dm-1/Ubuntu-14.04/[dummy has/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_100k_SKPs/-1\", \"tasks\": {\"ct-dm-1/Ubuntu-14.04/[dummy has/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_100k_SKPs/-1\": {\"shard_index\": 0, \"task_id\": \"10000\", \"view_url\": \"https://chromium-swarm.appspot.com/user/task/10000\"}}}",
|
"{\"base_task_name\": \"ct-dm-1/Ubuntu-14.04/[dummy has/Test-Ubuntu14-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_100k_SKPs/-1\", \"tasks\": {\"ct-dm-1/Ubuntu-14.04/[dummy has/Test-Ubuntu14-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_100k_SKPs/-1\": {\"shard_index\": 0, \"task_id\": \"10000\", \"view_url\": \"https://chromium-swarm.appspot.com/user/task/10000\"}}}",
|
||||||
"--task-summary-json",
|
"--task-summary-json",
|
||||||
"/path/to/tmp/json"
|
"/path/to/tmp/json"
|
||||||
],
|
],
|
||||||
@ -1259,7 +1259,7 @@
|
|||||||
"--decorate",
|
"--decorate",
|
||||||
"--print-status-updates",
|
"--print-status-updates",
|
||||||
"--json",
|
"--json",
|
||||||
"{\"base_task_name\": \"ct-dm-2/Ubuntu-14.04/[dummy has/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_100k_SKPs/-1\", \"tasks\": {\"ct-dm-2/Ubuntu-14.04/[dummy has/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_100k_SKPs/-1\": {\"shard_index\": 0, \"task_id\": \"10000\", \"view_url\": \"https://chromium-swarm.appspot.com/user/task/10000\"}}}",
|
"{\"base_task_name\": \"ct-dm-2/Ubuntu-14.04/[dummy has/Test-Ubuntu14-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_100k_SKPs/-1\", \"tasks\": {\"ct-dm-2/Ubuntu-14.04/[dummy has/Test-Ubuntu14-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_100k_SKPs/-1\": {\"shard_index\": 0, \"task_id\": \"10000\", \"view_url\": \"https://chromium-swarm.appspot.com/user/task/10000\"}}}",
|
||||||
"--task-summary-json",
|
"--task-summary-json",
|
||||||
"/path/to/tmp/json"
|
"/path/to/tmp/json"
|
||||||
],
|
],
|
||||||
@ -1336,7 +1336,7 @@
|
|||||||
"--decorate",
|
"--decorate",
|
||||||
"--print-status-updates",
|
"--print-status-updates",
|
||||||
"--json",
|
"--json",
|
||||||
"{\"base_task_name\": \"ct-dm-3/Ubuntu-14.04/[dummy has/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_100k_SKPs/-1\", \"tasks\": {\"ct-dm-3/Ubuntu-14.04/[dummy has/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_100k_SKPs/-1\": {\"shard_index\": 0, \"task_id\": \"10000\", \"view_url\": \"https://chromium-swarm.appspot.com/user/task/10000\"}}}",
|
"{\"base_task_name\": \"ct-dm-3/Ubuntu-14.04/[dummy has/Test-Ubuntu14-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_100k_SKPs/-1\", \"tasks\": {\"ct-dm-3/Ubuntu-14.04/[dummy has/Test-Ubuntu14-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_100k_SKPs/-1\": {\"shard_index\": 0, \"task_id\": \"10000\", \"view_url\": \"https://chromium-swarm.appspot.com/user/task/10000\"}}}",
|
||||||
"--task-summary-json",
|
"--task-summary-json",
|
||||||
"/path/to/tmp/json"
|
"/path/to/tmp/json"
|
||||||
],
|
],
|
||||||
@ -1413,7 +1413,7 @@
|
|||||||
"--decorate",
|
"--decorate",
|
||||||
"--print-status-updates",
|
"--print-status-updates",
|
||||||
"--json",
|
"--json",
|
||||||
"{\"base_task_name\": \"ct-dm-4/Ubuntu-14.04/[dummy has/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_100k_SKPs/-1\", \"tasks\": {\"ct-dm-4/Ubuntu-14.04/[dummy has/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_100k_SKPs/-1\": {\"shard_index\": 0, \"task_id\": \"10000\", \"view_url\": \"https://chromium-swarm.appspot.com/user/task/10000\"}}}",
|
"{\"base_task_name\": \"ct-dm-4/Ubuntu-14.04/[dummy has/Test-Ubuntu14-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_100k_SKPs/-1\", \"tasks\": {\"ct-dm-4/Ubuntu-14.04/[dummy has/Test-Ubuntu14-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_100k_SKPs/-1\": {\"shard_index\": 0, \"task_id\": \"10000\", \"view_url\": \"https://chromium-swarm.appspot.com/user/task/10000\"}}}",
|
||||||
"--task-summary-json",
|
"--task-summary-json",
|
||||||
"/path/to/tmp/json"
|
"/path/to/tmp/json"
|
||||||
],
|
],
|
||||||
@ -1490,7 +1490,7 @@
|
|||||||
"--decorate",
|
"--decorate",
|
||||||
"--print-status-updates",
|
"--print-status-updates",
|
||||||
"--json",
|
"--json",
|
||||||
"{\"base_task_name\": \"ct-dm-5/Ubuntu-14.04/[dummy has/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_100k_SKPs/-1\", \"tasks\": {\"ct-dm-5/Ubuntu-14.04/[dummy has/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_100k_SKPs/-1\": {\"shard_index\": 0, \"task_id\": \"10000\", \"view_url\": \"https://chromium-swarm.appspot.com/user/task/10000\"}}}",
|
"{\"base_task_name\": \"ct-dm-5/Ubuntu-14.04/[dummy has/Test-Ubuntu14-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_100k_SKPs/-1\", \"tasks\": {\"ct-dm-5/Ubuntu-14.04/[dummy has/Test-Ubuntu14-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_100k_SKPs/-1\": {\"shard_index\": 0, \"task_id\": \"10000\", \"view_url\": \"https://chromium-swarm.appspot.com/user/task/10000\"}}}",
|
||||||
"--task-summary-json",
|
"--task-summary-json",
|
||||||
"/path/to/tmp/json"
|
"/path/to/tmp/json"
|
||||||
],
|
],
|
||||||
|
@ -118,7 +118,7 @@
|
|||||||
"[CUSTOM_/_B_WORK]/skia/bin/gn",
|
"[CUSTOM_/_B_WORK]/skia/bin/gn",
|
||||||
"gen",
|
"gen",
|
||||||
"[START_DIR]/out/Debug",
|
"[START_DIR]/out/Debug",
|
||||||
"--args=cc=\"gcc\" cxx=\"g++\" extra_cflags=[\"-O1\"]"
|
"--args=cc=\"gcc-4.8\" cxx=\"g++-4.8\" extra_cflags=[\"-O1\"]"
|
||||||
],
|
],
|
||||||
"cwd": "[CUSTOM_/_B_WORK]/skia",
|
"cwd": "[CUSTOM_/_B_WORK]/skia",
|
||||||
"env": {
|
"env": {
|
||||||
@ -381,7 +381,7 @@
|
|||||||
"--json-output",
|
"--json-output",
|
||||||
"/path/to/tmp/json",
|
"/path/to/tmp/json",
|
||||||
"rmtree",
|
"rmtree",
|
||||||
"[CUSTOM_/_B_WORK]/skps/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_10k_SKPs/slave1"
|
"[CUSTOM_/_B_WORK]/skps/c37e844a6f8708-eee762104c75bd/10k/5/slave1"
|
||||||
],
|
],
|
||||||
"infra_step": true,
|
"infra_step": true,
|
||||||
"name": "rmtree slave1"
|
"name": "rmtree slave1"
|
||||||
@ -396,7 +396,7 @@
|
|||||||
"ensure-directory",
|
"ensure-directory",
|
||||||
"--mode",
|
"--mode",
|
||||||
"0777",
|
"0777",
|
||||||
"[CUSTOM_/_B_WORK]/skps/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_10k_SKPs/slave1"
|
"[CUSTOM_/_B_WORK]/skps/c37e844a6f8708-eee762104c75bd/10k/5/slave1"
|
||||||
],
|
],
|
||||||
"infra_step": true,
|
"infra_step": true,
|
||||||
"name": "makedirs slave1"
|
"name": "makedirs slave1"
|
||||||
@ -419,7 +419,7 @@
|
|||||||
"gs://cluster-telemetry/swarming/skps/10k/c37e844a6f8708-eee762104c75bd/8/*.skp",
|
"gs://cluster-telemetry/swarming/skps/10k/c37e844a6f8708-eee762104c75bd/8/*.skp",
|
||||||
"gs://cluster-telemetry/swarming/skps/10k/c37e844a6f8708-eee762104c75bd/9/*.skp",
|
"gs://cluster-telemetry/swarming/skps/10k/c37e844a6f8708-eee762104c75bd/9/*.skp",
|
||||||
"gs://cluster-telemetry/swarming/skps/10k/c37e844a6f8708-eee762104c75bd/10/*.skp",
|
"gs://cluster-telemetry/swarming/skps/10k/c37e844a6f8708-eee762104c75bd/10/*.skp",
|
||||||
"[CUSTOM_/_B_WORK]/skps/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_10k_SKPs/slave1"
|
"[CUSTOM_/_B_WORK]/skps/c37e844a6f8708-eee762104c75bd/10k/5/slave1"
|
||||||
],
|
],
|
||||||
"infra_step": true,
|
"infra_step": true,
|
||||||
"name": "gsutil cp"
|
"name": "gsutil cp"
|
||||||
@ -447,7 +447,7 @@
|
|||||||
"--json-output",
|
"--json-output",
|
||||||
"/path/to/tmp/json",
|
"/path/to/tmp/json",
|
||||||
"copy",
|
"copy",
|
||||||
"{\n \"args\": [\n \"--isolate\", \n \"[CUSTOM_/_B_WORK]/skia/infra/bots/ct/ct_skps.isolate\", \n \"--isolated\", \n \"[START_DIR]/swarming_temp_dir/skia-task-ct-dm-1.isolated\", \n \"--config-variable\", \n \"OS\", \n \"linux\", \n \"--extra-variable\", \n \"CONFIGURATION\", \n \"Debug\", \n \"--extra-variable\", \n \"BUILDER\", \n \"Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_10k_SKPs\", \n \"--extra-variable\", \n \"GIT_HASH\", \n \"9046e2e693bb92a76e972b694580e5d17ad10748\", \n \"--extra-variable\", \n \"SLAVE_NUM\", \n \"1\", \n \"--extra-variable\", \n \"TOOL_NAME\", \n \"dm\"\n ], \n \"dir\": \"[CUSTOM_/_B_WORK]/skia/infra/bots/ct\", \n \"version\": 1\n}",
|
"{\n \"args\": [\n \"--isolate\", \n \"[CUSTOM_/_B_WORK]/skia/infra/bots/ct/ct_skps.isolate\", \n \"--isolated\", \n \"[START_DIR]/swarming_temp_dir/skia-task-ct-dm-1.isolated\", \n \"--config-variable\", \n \"OS\", \n \"linux\", \n \"--extra-variable\", \n \"NUM_SLAVES\", \n \"5\", \n \"--extra-variable\", \n \"CONFIGURATION\", \n \"Debug\", \n \"--extra-variable\", \n \"SLAVE_NUM\", \n \"1\", \n \"--extra-variable\", \n \"PAGE_TYPE\", \n \"10k\", \n \"--extra-variable\", \n \"BUILDER\", \n \"Test-Ubuntu14-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_10k_SKPs\", \n \"--extra-variable\", \n \"GIT_HASH\", \n \"9046e2e693bb92a76e972b694580e5d17ad10748\", \n \"--extra-variable\", \n \"TOOL_NAME\", \n \"dm\", \n \"--extra-variable\", \n \"CHROMIUM_BUILD\", \n \"c37e844a6f8708-eee762104c75bd\"\n ], \n \"dir\": \"[CUSTOM_/_B_WORK]/skia/infra/bots/ct\", \n \"version\": 1\n}",
|
||||||
"[START_DIR]/swarming_temp_dir/ct-dm-1.isolated.gen.json"
|
"[START_DIR]/swarming_temp_dir/ct-dm-1.isolated.gen.json"
|
||||||
],
|
],
|
||||||
"infra_step": true,
|
"infra_step": true,
|
||||||
@ -461,7 +461,7 @@
|
|||||||
"--json-output",
|
"--json-output",
|
||||||
"/path/to/tmp/json",
|
"/path/to/tmp/json",
|
||||||
"rmtree",
|
"rmtree",
|
||||||
"[CUSTOM_/_B_WORK]/skps/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_10k_SKPs/slave2"
|
"[CUSTOM_/_B_WORK]/skps/c37e844a6f8708-eee762104c75bd/10k/5/slave2"
|
||||||
],
|
],
|
||||||
"infra_step": true,
|
"infra_step": true,
|
||||||
"name": "rmtree slave2"
|
"name": "rmtree slave2"
|
||||||
@ -476,7 +476,7 @@
|
|||||||
"ensure-directory",
|
"ensure-directory",
|
||||||
"--mode",
|
"--mode",
|
||||||
"0777",
|
"0777",
|
||||||
"[CUSTOM_/_B_WORK]/skps/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_10k_SKPs/slave2"
|
"[CUSTOM_/_B_WORK]/skps/c37e844a6f8708-eee762104c75bd/10k/5/slave2"
|
||||||
],
|
],
|
||||||
"infra_step": true,
|
"infra_step": true,
|
||||||
"name": "makedirs slave2"
|
"name": "makedirs slave2"
|
||||||
@ -499,7 +499,7 @@
|
|||||||
"gs://cluster-telemetry/swarming/skps/10k/c37e844a6f8708-eee762104c75bd/18/*.skp",
|
"gs://cluster-telemetry/swarming/skps/10k/c37e844a6f8708-eee762104c75bd/18/*.skp",
|
||||||
"gs://cluster-telemetry/swarming/skps/10k/c37e844a6f8708-eee762104c75bd/19/*.skp",
|
"gs://cluster-telemetry/swarming/skps/10k/c37e844a6f8708-eee762104c75bd/19/*.skp",
|
||||||
"gs://cluster-telemetry/swarming/skps/10k/c37e844a6f8708-eee762104c75bd/20/*.skp",
|
"gs://cluster-telemetry/swarming/skps/10k/c37e844a6f8708-eee762104c75bd/20/*.skp",
|
||||||
"[CUSTOM_/_B_WORK]/skps/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_10k_SKPs/slave2"
|
"[CUSTOM_/_B_WORK]/skps/c37e844a6f8708-eee762104c75bd/10k/5/slave2"
|
||||||
],
|
],
|
||||||
"infra_step": true,
|
"infra_step": true,
|
||||||
"name": "gsutil cp (2)"
|
"name": "gsutil cp (2)"
|
||||||
@ -527,7 +527,7 @@
|
|||||||
"--json-output",
|
"--json-output",
|
||||||
"/path/to/tmp/json",
|
"/path/to/tmp/json",
|
||||||
"copy",
|
"copy",
|
||||||
"{\n \"args\": [\n \"--isolate\", \n \"[CUSTOM_/_B_WORK]/skia/infra/bots/ct/ct_skps.isolate\", \n \"--isolated\", \n \"[START_DIR]/swarming_temp_dir/skia-task-ct-dm-2.isolated\", \n \"--config-variable\", \n \"OS\", \n \"linux\", \n \"--extra-variable\", \n \"CONFIGURATION\", \n \"Debug\", \n \"--extra-variable\", \n \"BUILDER\", \n \"Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_10k_SKPs\", \n \"--extra-variable\", \n \"GIT_HASH\", \n \"9046e2e693bb92a76e972b694580e5d17ad10748\", \n \"--extra-variable\", \n \"SLAVE_NUM\", \n \"2\", \n \"--extra-variable\", \n \"TOOL_NAME\", \n \"dm\"\n ], \n \"dir\": \"[CUSTOM_/_B_WORK]/skia/infra/bots/ct\", \n \"version\": 1\n}",
|
"{\n \"args\": [\n \"--isolate\", \n \"[CUSTOM_/_B_WORK]/skia/infra/bots/ct/ct_skps.isolate\", \n \"--isolated\", \n \"[START_DIR]/swarming_temp_dir/skia-task-ct-dm-2.isolated\", \n \"--config-variable\", \n \"OS\", \n \"linux\", \n \"--extra-variable\", \n \"NUM_SLAVES\", \n \"5\", \n \"--extra-variable\", \n \"CONFIGURATION\", \n \"Debug\", \n \"--extra-variable\", \n \"SLAVE_NUM\", \n \"2\", \n \"--extra-variable\", \n \"PAGE_TYPE\", \n \"10k\", \n \"--extra-variable\", \n \"BUILDER\", \n \"Test-Ubuntu14-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_10k_SKPs\", \n \"--extra-variable\", \n \"GIT_HASH\", \n \"9046e2e693bb92a76e972b694580e5d17ad10748\", \n \"--extra-variable\", \n \"TOOL_NAME\", \n \"dm\", \n \"--extra-variable\", \n \"CHROMIUM_BUILD\", \n \"c37e844a6f8708-eee762104c75bd\"\n ], \n \"dir\": \"[CUSTOM_/_B_WORK]/skia/infra/bots/ct\", \n \"version\": 1\n}",
|
||||||
"[START_DIR]/swarming_temp_dir/ct-dm-2.isolated.gen.json"
|
"[START_DIR]/swarming_temp_dir/ct-dm-2.isolated.gen.json"
|
||||||
],
|
],
|
||||||
"infra_step": true,
|
"infra_step": true,
|
||||||
@ -541,7 +541,7 @@
|
|||||||
"--json-output",
|
"--json-output",
|
||||||
"/path/to/tmp/json",
|
"/path/to/tmp/json",
|
||||||
"rmtree",
|
"rmtree",
|
||||||
"[CUSTOM_/_B_WORK]/skps/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_10k_SKPs/slave3"
|
"[CUSTOM_/_B_WORK]/skps/c37e844a6f8708-eee762104c75bd/10k/5/slave3"
|
||||||
],
|
],
|
||||||
"infra_step": true,
|
"infra_step": true,
|
||||||
"name": "rmtree slave3"
|
"name": "rmtree slave3"
|
||||||
@ -556,7 +556,7 @@
|
|||||||
"ensure-directory",
|
"ensure-directory",
|
||||||
"--mode",
|
"--mode",
|
||||||
"0777",
|
"0777",
|
||||||
"[CUSTOM_/_B_WORK]/skps/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_10k_SKPs/slave3"
|
"[CUSTOM_/_B_WORK]/skps/c37e844a6f8708-eee762104c75bd/10k/5/slave3"
|
||||||
],
|
],
|
||||||
"infra_step": true,
|
"infra_step": true,
|
||||||
"name": "makedirs slave3"
|
"name": "makedirs slave3"
|
||||||
@ -579,7 +579,7 @@
|
|||||||
"gs://cluster-telemetry/swarming/skps/10k/c37e844a6f8708-eee762104c75bd/28/*.skp",
|
"gs://cluster-telemetry/swarming/skps/10k/c37e844a6f8708-eee762104c75bd/28/*.skp",
|
||||||
"gs://cluster-telemetry/swarming/skps/10k/c37e844a6f8708-eee762104c75bd/29/*.skp",
|
"gs://cluster-telemetry/swarming/skps/10k/c37e844a6f8708-eee762104c75bd/29/*.skp",
|
||||||
"gs://cluster-telemetry/swarming/skps/10k/c37e844a6f8708-eee762104c75bd/30/*.skp",
|
"gs://cluster-telemetry/swarming/skps/10k/c37e844a6f8708-eee762104c75bd/30/*.skp",
|
||||||
"[CUSTOM_/_B_WORK]/skps/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_10k_SKPs/slave3"
|
"[CUSTOM_/_B_WORK]/skps/c37e844a6f8708-eee762104c75bd/10k/5/slave3"
|
||||||
],
|
],
|
||||||
"infra_step": true,
|
"infra_step": true,
|
||||||
"name": "gsutil cp (3)"
|
"name": "gsutil cp (3)"
|
||||||
@ -607,7 +607,7 @@
|
|||||||
"--json-output",
|
"--json-output",
|
||||||
"/path/to/tmp/json",
|
"/path/to/tmp/json",
|
||||||
"copy",
|
"copy",
|
||||||
"{\n \"args\": [\n \"--isolate\", \n \"[CUSTOM_/_B_WORK]/skia/infra/bots/ct/ct_skps.isolate\", \n \"--isolated\", \n \"[START_DIR]/swarming_temp_dir/skia-task-ct-dm-3.isolated\", \n \"--config-variable\", \n \"OS\", \n \"linux\", \n \"--extra-variable\", \n \"CONFIGURATION\", \n \"Debug\", \n \"--extra-variable\", \n \"BUILDER\", \n \"Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_10k_SKPs\", \n \"--extra-variable\", \n \"GIT_HASH\", \n \"9046e2e693bb92a76e972b694580e5d17ad10748\", \n \"--extra-variable\", \n \"SLAVE_NUM\", \n \"3\", \n \"--extra-variable\", \n \"TOOL_NAME\", \n \"dm\"\n ], \n \"dir\": \"[CUSTOM_/_B_WORK]/skia/infra/bots/ct\", \n \"version\": 1\n}",
|
"{\n \"args\": [\n \"--isolate\", \n \"[CUSTOM_/_B_WORK]/skia/infra/bots/ct/ct_skps.isolate\", \n \"--isolated\", \n \"[START_DIR]/swarming_temp_dir/skia-task-ct-dm-3.isolated\", \n \"--config-variable\", \n \"OS\", \n \"linux\", \n \"--extra-variable\", \n \"NUM_SLAVES\", \n \"5\", \n \"--extra-variable\", \n \"CONFIGURATION\", \n \"Debug\", \n \"--extra-variable\", \n \"SLAVE_NUM\", \n \"3\", \n \"--extra-variable\", \n \"PAGE_TYPE\", \n \"10k\", \n \"--extra-variable\", \n \"BUILDER\", \n \"Test-Ubuntu14-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_10k_SKPs\", \n \"--extra-variable\", \n \"GIT_HASH\", \n \"9046e2e693bb92a76e972b694580e5d17ad10748\", \n \"--extra-variable\", \n \"TOOL_NAME\", \n \"dm\", \n \"--extra-variable\", \n \"CHROMIUM_BUILD\", \n \"c37e844a6f8708-eee762104c75bd\"\n ], \n \"dir\": \"[CUSTOM_/_B_WORK]/skia/infra/bots/ct\", \n \"version\": 1\n}",
|
||||||
"[START_DIR]/swarming_temp_dir/ct-dm-3.isolated.gen.json"
|
"[START_DIR]/swarming_temp_dir/ct-dm-3.isolated.gen.json"
|
||||||
],
|
],
|
||||||
"infra_step": true,
|
"infra_step": true,
|
||||||
@ -621,7 +621,7 @@
|
|||||||
"--json-output",
|
"--json-output",
|
||||||
"/path/to/tmp/json",
|
"/path/to/tmp/json",
|
||||||
"rmtree",
|
"rmtree",
|
||||||
"[CUSTOM_/_B_WORK]/skps/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_10k_SKPs/slave4"
|
"[CUSTOM_/_B_WORK]/skps/c37e844a6f8708-eee762104c75bd/10k/5/slave4"
|
||||||
],
|
],
|
||||||
"infra_step": true,
|
"infra_step": true,
|
||||||
"name": "rmtree slave4"
|
"name": "rmtree slave4"
|
||||||
@ -636,7 +636,7 @@
|
|||||||
"ensure-directory",
|
"ensure-directory",
|
||||||
"--mode",
|
"--mode",
|
||||||
"0777",
|
"0777",
|
||||||
"[CUSTOM_/_B_WORK]/skps/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_10k_SKPs/slave4"
|
"[CUSTOM_/_B_WORK]/skps/c37e844a6f8708-eee762104c75bd/10k/5/slave4"
|
||||||
],
|
],
|
||||||
"infra_step": true,
|
"infra_step": true,
|
||||||
"name": "makedirs slave4"
|
"name": "makedirs slave4"
|
||||||
@ -659,7 +659,7 @@
|
|||||||
"gs://cluster-telemetry/swarming/skps/10k/c37e844a6f8708-eee762104c75bd/38/*.skp",
|
"gs://cluster-telemetry/swarming/skps/10k/c37e844a6f8708-eee762104c75bd/38/*.skp",
|
||||||
"gs://cluster-telemetry/swarming/skps/10k/c37e844a6f8708-eee762104c75bd/39/*.skp",
|
"gs://cluster-telemetry/swarming/skps/10k/c37e844a6f8708-eee762104c75bd/39/*.skp",
|
||||||
"gs://cluster-telemetry/swarming/skps/10k/c37e844a6f8708-eee762104c75bd/40/*.skp",
|
"gs://cluster-telemetry/swarming/skps/10k/c37e844a6f8708-eee762104c75bd/40/*.skp",
|
||||||
"[CUSTOM_/_B_WORK]/skps/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_10k_SKPs/slave4"
|
"[CUSTOM_/_B_WORK]/skps/c37e844a6f8708-eee762104c75bd/10k/5/slave4"
|
||||||
],
|
],
|
||||||
"infra_step": true,
|
"infra_step": true,
|
||||||
"name": "gsutil cp (4)"
|
"name": "gsutil cp (4)"
|
||||||
@ -687,7 +687,7 @@
|
|||||||
"--json-output",
|
"--json-output",
|
||||||
"/path/to/tmp/json",
|
"/path/to/tmp/json",
|
||||||
"copy",
|
"copy",
|
||||||
"{\n \"args\": [\n \"--isolate\", \n \"[CUSTOM_/_B_WORK]/skia/infra/bots/ct/ct_skps.isolate\", \n \"--isolated\", \n \"[START_DIR]/swarming_temp_dir/skia-task-ct-dm-4.isolated\", \n \"--config-variable\", \n \"OS\", \n \"linux\", \n \"--extra-variable\", \n \"CONFIGURATION\", \n \"Debug\", \n \"--extra-variable\", \n \"BUILDER\", \n \"Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_10k_SKPs\", \n \"--extra-variable\", \n \"GIT_HASH\", \n \"9046e2e693bb92a76e972b694580e5d17ad10748\", \n \"--extra-variable\", \n \"SLAVE_NUM\", \n \"4\", \n \"--extra-variable\", \n \"TOOL_NAME\", \n \"dm\"\n ], \n \"dir\": \"[CUSTOM_/_B_WORK]/skia/infra/bots/ct\", \n \"version\": 1\n}",
|
"{\n \"args\": [\n \"--isolate\", \n \"[CUSTOM_/_B_WORK]/skia/infra/bots/ct/ct_skps.isolate\", \n \"--isolated\", \n \"[START_DIR]/swarming_temp_dir/skia-task-ct-dm-4.isolated\", \n \"--config-variable\", \n \"OS\", \n \"linux\", \n \"--extra-variable\", \n \"NUM_SLAVES\", \n \"5\", \n \"--extra-variable\", \n \"CONFIGURATION\", \n \"Debug\", \n \"--extra-variable\", \n \"SLAVE_NUM\", \n \"4\", \n \"--extra-variable\", \n \"PAGE_TYPE\", \n \"10k\", \n \"--extra-variable\", \n \"BUILDER\", \n \"Test-Ubuntu14-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_10k_SKPs\", \n \"--extra-variable\", \n \"GIT_HASH\", \n \"9046e2e693bb92a76e972b694580e5d17ad10748\", \n \"--extra-variable\", \n \"TOOL_NAME\", \n \"dm\", \n \"--extra-variable\", \n \"CHROMIUM_BUILD\", \n \"c37e844a6f8708-eee762104c75bd\"\n ], \n \"dir\": \"[CUSTOM_/_B_WORK]/skia/infra/bots/ct\", \n \"version\": 1\n}",
|
||||||
"[START_DIR]/swarming_temp_dir/ct-dm-4.isolated.gen.json"
|
"[START_DIR]/swarming_temp_dir/ct-dm-4.isolated.gen.json"
|
||||||
],
|
],
|
||||||
"infra_step": true,
|
"infra_step": true,
|
||||||
@ -701,7 +701,7 @@
|
|||||||
"--json-output",
|
"--json-output",
|
||||||
"/path/to/tmp/json",
|
"/path/to/tmp/json",
|
||||||
"rmtree",
|
"rmtree",
|
||||||
"[CUSTOM_/_B_WORK]/skps/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_10k_SKPs/slave5"
|
"[CUSTOM_/_B_WORK]/skps/c37e844a6f8708-eee762104c75bd/10k/5/slave5"
|
||||||
],
|
],
|
||||||
"infra_step": true,
|
"infra_step": true,
|
||||||
"name": "rmtree slave5"
|
"name": "rmtree slave5"
|
||||||
@ -716,7 +716,7 @@
|
|||||||
"ensure-directory",
|
"ensure-directory",
|
||||||
"--mode",
|
"--mode",
|
||||||
"0777",
|
"0777",
|
||||||
"[CUSTOM_/_B_WORK]/skps/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_10k_SKPs/slave5"
|
"[CUSTOM_/_B_WORK]/skps/c37e844a6f8708-eee762104c75bd/10k/5/slave5"
|
||||||
],
|
],
|
||||||
"infra_step": true,
|
"infra_step": true,
|
||||||
"name": "makedirs slave5"
|
"name": "makedirs slave5"
|
||||||
@ -739,7 +739,7 @@
|
|||||||
"gs://cluster-telemetry/swarming/skps/10k/c37e844a6f8708-eee762104c75bd/48/*.skp",
|
"gs://cluster-telemetry/swarming/skps/10k/c37e844a6f8708-eee762104c75bd/48/*.skp",
|
||||||
"gs://cluster-telemetry/swarming/skps/10k/c37e844a6f8708-eee762104c75bd/49/*.skp",
|
"gs://cluster-telemetry/swarming/skps/10k/c37e844a6f8708-eee762104c75bd/49/*.skp",
|
||||||
"gs://cluster-telemetry/swarming/skps/10k/c37e844a6f8708-eee762104c75bd/50/*.skp",
|
"gs://cluster-telemetry/swarming/skps/10k/c37e844a6f8708-eee762104c75bd/50/*.skp",
|
||||||
"[CUSTOM_/_B_WORK]/skps/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_10k_SKPs/slave5"
|
"[CUSTOM_/_B_WORK]/skps/c37e844a6f8708-eee762104c75bd/10k/5/slave5"
|
||||||
],
|
],
|
||||||
"infra_step": true,
|
"infra_step": true,
|
||||||
"name": "gsutil cp (5)"
|
"name": "gsutil cp (5)"
|
||||||
@ -767,7 +767,7 @@
|
|||||||
"--json-output",
|
"--json-output",
|
||||||
"/path/to/tmp/json",
|
"/path/to/tmp/json",
|
||||||
"copy",
|
"copy",
|
||||||
"{\n \"args\": [\n \"--isolate\", \n \"[CUSTOM_/_B_WORK]/skia/infra/bots/ct/ct_skps.isolate\", \n \"--isolated\", \n \"[START_DIR]/swarming_temp_dir/skia-task-ct-dm-5.isolated\", \n \"--config-variable\", \n \"OS\", \n \"linux\", \n \"--extra-variable\", \n \"CONFIGURATION\", \n \"Debug\", \n \"--extra-variable\", \n \"BUILDER\", \n \"Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_10k_SKPs\", \n \"--extra-variable\", \n \"GIT_HASH\", \n \"9046e2e693bb92a76e972b694580e5d17ad10748\", \n \"--extra-variable\", \n \"SLAVE_NUM\", \n \"5\", \n \"--extra-variable\", \n \"TOOL_NAME\", \n \"dm\"\n ], \n \"dir\": \"[CUSTOM_/_B_WORK]/skia/infra/bots/ct\", \n \"version\": 1\n}",
|
"{\n \"args\": [\n \"--isolate\", \n \"[CUSTOM_/_B_WORK]/skia/infra/bots/ct/ct_skps.isolate\", \n \"--isolated\", \n \"[START_DIR]/swarming_temp_dir/skia-task-ct-dm-5.isolated\", \n \"--config-variable\", \n \"OS\", \n \"linux\", \n \"--extra-variable\", \n \"NUM_SLAVES\", \n \"5\", \n \"--extra-variable\", \n \"CONFIGURATION\", \n \"Debug\", \n \"--extra-variable\", \n \"SLAVE_NUM\", \n \"5\", \n \"--extra-variable\", \n \"PAGE_TYPE\", \n \"10k\", \n \"--extra-variable\", \n \"BUILDER\", \n \"Test-Ubuntu14-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_10k_SKPs\", \n \"--extra-variable\", \n \"GIT_HASH\", \n \"9046e2e693bb92a76e972b694580e5d17ad10748\", \n \"--extra-variable\", \n \"TOOL_NAME\", \n \"dm\", \n \"--extra-variable\", \n \"CHROMIUM_BUILD\", \n \"c37e844a6f8708-eee762104c75bd\"\n ], \n \"dir\": \"[CUSTOM_/_B_WORK]/skia/infra/bots/ct\", \n \"version\": 1\n}",
|
||||||
"[START_DIR]/swarming_temp_dir/ct-dm-5.isolated.gen.json"
|
"[START_DIR]/swarming_temp_dir/ct-dm-5.isolated.gen.json"
|
||||||
],
|
],
|
||||||
"infra_step": true,
|
"infra_step": true,
|
||||||
@ -782,10 +782,10 @@
|
|||||||
"/path/to/tmp/json",
|
"/path/to/tmp/json",
|
||||||
"copy",
|
"copy",
|
||||||
"{\"chromium_build\": \"c37e844a6f8708-eee762104c75bd\", \"num_slaves\": 5, \"page_type\": \"10k\"}",
|
"{\"chromium_build\": \"c37e844a6f8708-eee762104c75bd\", \"num_slaves\": 5, \"page_type\": \"10k\"}",
|
||||||
"[CUSTOM_/_B_WORK]/skps/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_10k_SKPs/skps_version"
|
"[CUSTOM_/_B_WORK]/skps/c37e844a6f8708-eee762104c75bd/10k/5/skps_version"
|
||||||
],
|
],
|
||||||
"infra_step": true,
|
"infra_step": true,
|
||||||
"name": "Create [CUSTOM_/_B_WORK]/skps/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_10k_SKPs/skps_version"
|
"name": "Create [CUSTOM_/_B_WORK]/skps/c37e844a6f8708-eee762104c75bd/10k/5/skps_version"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"cmd": [
|
"cmd": [
|
||||||
@ -833,7 +833,7 @@
|
|||||||
"--shards",
|
"--shards",
|
||||||
"1",
|
"1",
|
||||||
"--task-name",
|
"--task-name",
|
||||||
"ct-dm-1/Ubuntu-14.04/[dummy has/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_10k_SKPs/-1",
|
"ct-dm-1/Ubuntu-14.04/[dummy has/Test-Ubuntu14-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_10k_SKPs/-1",
|
||||||
"--dump-json",
|
"--dump-json",
|
||||||
"/path/to/tmp/json",
|
"/path/to/tmp/json",
|
||||||
"--expiration",
|
"--expiration",
|
||||||
@ -854,7 +854,7 @@
|
|||||||
"--tag",
|
"--tag",
|
||||||
"allow_milo:1",
|
"allow_milo:1",
|
||||||
"--tag",
|
"--tag",
|
||||||
"buildername:Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_10k_SKPs",
|
"buildername:Test-Ubuntu14-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_10k_SKPs",
|
||||||
"--tag",
|
"--tag",
|
||||||
"data:[dummy hash for ct-dm-1]",
|
"data:[dummy hash for ct-dm-1]",
|
||||||
"--tag",
|
"--tag",
|
||||||
@ -873,9 +873,9 @@
|
|||||||
"~followup_annotations": [
|
"~followup_annotations": [
|
||||||
"@@@STEP_TEXT@Run on OS: 'Ubuntu-14.04'@@@",
|
"@@@STEP_TEXT@Run on OS: 'Ubuntu-14.04'@@@",
|
||||||
"@@@STEP_LOG_LINE@json.output@{@@@",
|
"@@@STEP_LOG_LINE@json.output@{@@@",
|
||||||
"@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"ct-dm-1/Ubuntu-14.04/[dummy has/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_10k_SKPs/-1\", @@@",
|
"@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"ct-dm-1/Ubuntu-14.04/[dummy has/Test-Ubuntu14-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_10k_SKPs/-1\", @@@",
|
||||||
"@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@",
|
"@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@",
|
||||||
"@@@STEP_LOG_LINE@json.output@ \"ct-dm-1/Ubuntu-14.04/[dummy has/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_10k_SKPs/-1\": {@@@",
|
"@@@STEP_LOG_LINE@json.output@ \"ct-dm-1/Ubuntu-14.04/[dummy has/Test-Ubuntu14-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_10k_SKPs/-1\": {@@@",
|
||||||
"@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@",
|
"@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@",
|
||||||
"@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@",
|
"@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@",
|
||||||
"@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm.appspot.com/user/task/10000\"@@@",
|
"@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm.appspot.com/user/task/10000\"@@@",
|
||||||
@ -901,7 +901,7 @@
|
|||||||
"--shards",
|
"--shards",
|
||||||
"1",
|
"1",
|
||||||
"--task-name",
|
"--task-name",
|
||||||
"ct-dm-2/Ubuntu-14.04/[dummy has/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_10k_SKPs/-1",
|
"ct-dm-2/Ubuntu-14.04/[dummy has/Test-Ubuntu14-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_10k_SKPs/-1",
|
||||||
"--dump-json",
|
"--dump-json",
|
||||||
"/path/to/tmp/json",
|
"/path/to/tmp/json",
|
||||||
"--expiration",
|
"--expiration",
|
||||||
@ -922,7 +922,7 @@
|
|||||||
"--tag",
|
"--tag",
|
||||||
"allow_milo:1",
|
"allow_milo:1",
|
||||||
"--tag",
|
"--tag",
|
||||||
"buildername:Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_10k_SKPs",
|
"buildername:Test-Ubuntu14-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_10k_SKPs",
|
||||||
"--tag",
|
"--tag",
|
||||||
"data:[dummy hash for ct-dm-2]",
|
"data:[dummy hash for ct-dm-2]",
|
||||||
"--tag",
|
"--tag",
|
||||||
@ -941,9 +941,9 @@
|
|||||||
"~followup_annotations": [
|
"~followup_annotations": [
|
||||||
"@@@STEP_TEXT@Run on OS: 'Ubuntu-14.04'@@@",
|
"@@@STEP_TEXT@Run on OS: 'Ubuntu-14.04'@@@",
|
||||||
"@@@STEP_LOG_LINE@json.output@{@@@",
|
"@@@STEP_LOG_LINE@json.output@{@@@",
|
||||||
"@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"ct-dm-2/Ubuntu-14.04/[dummy has/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_10k_SKPs/-1\", @@@",
|
"@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"ct-dm-2/Ubuntu-14.04/[dummy has/Test-Ubuntu14-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_10k_SKPs/-1\", @@@",
|
||||||
"@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@",
|
"@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@",
|
||||||
"@@@STEP_LOG_LINE@json.output@ \"ct-dm-2/Ubuntu-14.04/[dummy has/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_10k_SKPs/-1\": {@@@",
|
"@@@STEP_LOG_LINE@json.output@ \"ct-dm-2/Ubuntu-14.04/[dummy has/Test-Ubuntu14-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_10k_SKPs/-1\": {@@@",
|
||||||
"@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@",
|
"@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@",
|
||||||
"@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@",
|
"@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@",
|
||||||
"@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm.appspot.com/user/task/10000\"@@@",
|
"@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm.appspot.com/user/task/10000\"@@@",
|
||||||
@ -969,7 +969,7 @@
|
|||||||
"--shards",
|
"--shards",
|
||||||
"1",
|
"1",
|
||||||
"--task-name",
|
"--task-name",
|
||||||
"ct-dm-3/Ubuntu-14.04/[dummy has/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_10k_SKPs/-1",
|
"ct-dm-3/Ubuntu-14.04/[dummy has/Test-Ubuntu14-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_10k_SKPs/-1",
|
||||||
"--dump-json",
|
"--dump-json",
|
||||||
"/path/to/tmp/json",
|
"/path/to/tmp/json",
|
||||||
"--expiration",
|
"--expiration",
|
||||||
@ -990,7 +990,7 @@
|
|||||||
"--tag",
|
"--tag",
|
||||||
"allow_milo:1",
|
"allow_milo:1",
|
||||||
"--tag",
|
"--tag",
|
||||||
"buildername:Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_10k_SKPs",
|
"buildername:Test-Ubuntu14-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_10k_SKPs",
|
||||||
"--tag",
|
"--tag",
|
||||||
"data:[dummy hash for ct-dm-3]",
|
"data:[dummy hash for ct-dm-3]",
|
||||||
"--tag",
|
"--tag",
|
||||||
@ -1009,9 +1009,9 @@
|
|||||||
"~followup_annotations": [
|
"~followup_annotations": [
|
||||||
"@@@STEP_TEXT@Run on OS: 'Ubuntu-14.04'@@@",
|
"@@@STEP_TEXT@Run on OS: 'Ubuntu-14.04'@@@",
|
||||||
"@@@STEP_LOG_LINE@json.output@{@@@",
|
"@@@STEP_LOG_LINE@json.output@{@@@",
|
||||||
"@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"ct-dm-3/Ubuntu-14.04/[dummy has/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_10k_SKPs/-1\", @@@",
|
"@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"ct-dm-3/Ubuntu-14.04/[dummy has/Test-Ubuntu14-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_10k_SKPs/-1\", @@@",
|
||||||
"@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@",
|
"@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@",
|
||||||
"@@@STEP_LOG_LINE@json.output@ \"ct-dm-3/Ubuntu-14.04/[dummy has/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_10k_SKPs/-1\": {@@@",
|
"@@@STEP_LOG_LINE@json.output@ \"ct-dm-3/Ubuntu-14.04/[dummy has/Test-Ubuntu14-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_10k_SKPs/-1\": {@@@",
|
||||||
"@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@",
|
"@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@",
|
||||||
"@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@",
|
"@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@",
|
||||||
"@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm.appspot.com/user/task/10000\"@@@",
|
"@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm.appspot.com/user/task/10000\"@@@",
|
||||||
@ -1037,7 +1037,7 @@
|
|||||||
"--shards",
|
"--shards",
|
||||||
"1",
|
"1",
|
||||||
"--task-name",
|
"--task-name",
|
||||||
"ct-dm-4/Ubuntu-14.04/[dummy has/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_10k_SKPs/-1",
|
"ct-dm-4/Ubuntu-14.04/[dummy has/Test-Ubuntu14-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_10k_SKPs/-1",
|
||||||
"--dump-json",
|
"--dump-json",
|
||||||
"/path/to/tmp/json",
|
"/path/to/tmp/json",
|
||||||
"--expiration",
|
"--expiration",
|
||||||
@ -1058,7 +1058,7 @@
|
|||||||
"--tag",
|
"--tag",
|
||||||
"allow_milo:1",
|
"allow_milo:1",
|
||||||
"--tag",
|
"--tag",
|
||||||
"buildername:Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_10k_SKPs",
|
"buildername:Test-Ubuntu14-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_10k_SKPs",
|
||||||
"--tag",
|
"--tag",
|
||||||
"data:[dummy hash for ct-dm-4]",
|
"data:[dummy hash for ct-dm-4]",
|
||||||
"--tag",
|
"--tag",
|
||||||
@ -1077,9 +1077,9 @@
|
|||||||
"~followup_annotations": [
|
"~followup_annotations": [
|
||||||
"@@@STEP_TEXT@Run on OS: 'Ubuntu-14.04'@@@",
|
"@@@STEP_TEXT@Run on OS: 'Ubuntu-14.04'@@@",
|
||||||
"@@@STEP_LOG_LINE@json.output@{@@@",
|
"@@@STEP_LOG_LINE@json.output@{@@@",
|
||||||
"@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"ct-dm-4/Ubuntu-14.04/[dummy has/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_10k_SKPs/-1\", @@@",
|
"@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"ct-dm-4/Ubuntu-14.04/[dummy has/Test-Ubuntu14-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_10k_SKPs/-1\", @@@",
|
||||||
"@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@",
|
"@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@",
|
||||||
"@@@STEP_LOG_LINE@json.output@ \"ct-dm-4/Ubuntu-14.04/[dummy has/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_10k_SKPs/-1\": {@@@",
|
"@@@STEP_LOG_LINE@json.output@ \"ct-dm-4/Ubuntu-14.04/[dummy has/Test-Ubuntu14-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_10k_SKPs/-1\": {@@@",
|
||||||
"@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@",
|
"@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@",
|
||||||
"@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@",
|
"@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@",
|
||||||
"@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm.appspot.com/user/task/10000\"@@@",
|
"@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm.appspot.com/user/task/10000\"@@@",
|
||||||
@ -1105,7 +1105,7 @@
|
|||||||
"--shards",
|
"--shards",
|
||||||
"1",
|
"1",
|
||||||
"--task-name",
|
"--task-name",
|
||||||
"ct-dm-5/Ubuntu-14.04/[dummy has/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_10k_SKPs/-1",
|
"ct-dm-5/Ubuntu-14.04/[dummy has/Test-Ubuntu14-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_10k_SKPs/-1",
|
||||||
"--dump-json",
|
"--dump-json",
|
||||||
"/path/to/tmp/json",
|
"/path/to/tmp/json",
|
||||||
"--expiration",
|
"--expiration",
|
||||||
@ -1126,7 +1126,7 @@
|
|||||||
"--tag",
|
"--tag",
|
||||||
"allow_milo:1",
|
"allow_milo:1",
|
||||||
"--tag",
|
"--tag",
|
||||||
"buildername:Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_10k_SKPs",
|
"buildername:Test-Ubuntu14-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_10k_SKPs",
|
||||||
"--tag",
|
"--tag",
|
||||||
"data:[dummy hash for ct-dm-5]",
|
"data:[dummy hash for ct-dm-5]",
|
||||||
"--tag",
|
"--tag",
|
||||||
@ -1145,9 +1145,9 @@
|
|||||||
"~followup_annotations": [
|
"~followup_annotations": [
|
||||||
"@@@STEP_TEXT@Run on OS: 'Ubuntu-14.04'@@@",
|
"@@@STEP_TEXT@Run on OS: 'Ubuntu-14.04'@@@",
|
||||||
"@@@STEP_LOG_LINE@json.output@{@@@",
|
"@@@STEP_LOG_LINE@json.output@{@@@",
|
||||||
"@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"ct-dm-5/Ubuntu-14.04/[dummy has/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_10k_SKPs/-1\", @@@",
|
"@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"ct-dm-5/Ubuntu-14.04/[dummy has/Test-Ubuntu14-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_10k_SKPs/-1\", @@@",
|
||||||
"@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@",
|
"@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@",
|
||||||
"@@@STEP_LOG_LINE@json.output@ \"ct-dm-5/Ubuntu-14.04/[dummy has/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_10k_SKPs/-1\": {@@@",
|
"@@@STEP_LOG_LINE@json.output@ \"ct-dm-5/Ubuntu-14.04/[dummy has/Test-Ubuntu14-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_10k_SKPs/-1\": {@@@",
|
||||||
"@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@",
|
"@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@",
|
||||||
"@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@",
|
"@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@",
|
||||||
"@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm.appspot.com/user/task/10000\"@@@",
|
"@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm.appspot.com/user/task/10000\"@@@",
|
||||||
@ -1182,7 +1182,7 @@
|
|||||||
"--decorate",
|
"--decorate",
|
||||||
"--print-status-updates",
|
"--print-status-updates",
|
||||||
"--json",
|
"--json",
|
||||||
"{\"base_task_name\": \"ct-dm-1/Ubuntu-14.04/[dummy has/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_10k_SKPs/-1\", \"tasks\": {\"ct-dm-1/Ubuntu-14.04/[dummy has/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_10k_SKPs/-1\": {\"shard_index\": 0, \"task_id\": \"10000\", \"view_url\": \"https://chromium-swarm.appspot.com/user/task/10000\"}}}",
|
"{\"base_task_name\": \"ct-dm-1/Ubuntu-14.04/[dummy has/Test-Ubuntu14-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_10k_SKPs/-1\", \"tasks\": {\"ct-dm-1/Ubuntu-14.04/[dummy has/Test-Ubuntu14-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_10k_SKPs/-1\": {\"shard_index\": 0, \"task_id\": \"10000\", \"view_url\": \"https://chromium-swarm.appspot.com/user/task/10000\"}}}",
|
||||||
"--task-summary-json",
|
"--task-summary-json",
|
||||||
"/path/to/tmp/json"
|
"/path/to/tmp/json"
|
||||||
],
|
],
|
||||||
@ -1259,7 +1259,7 @@
|
|||||||
"--decorate",
|
"--decorate",
|
||||||
"--print-status-updates",
|
"--print-status-updates",
|
||||||
"--json",
|
"--json",
|
||||||
"{\"base_task_name\": \"ct-dm-2/Ubuntu-14.04/[dummy has/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_10k_SKPs/-1\", \"tasks\": {\"ct-dm-2/Ubuntu-14.04/[dummy has/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_10k_SKPs/-1\": {\"shard_index\": 0, \"task_id\": \"10000\", \"view_url\": \"https://chromium-swarm.appspot.com/user/task/10000\"}}}",
|
"{\"base_task_name\": \"ct-dm-2/Ubuntu-14.04/[dummy has/Test-Ubuntu14-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_10k_SKPs/-1\", \"tasks\": {\"ct-dm-2/Ubuntu-14.04/[dummy has/Test-Ubuntu14-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_10k_SKPs/-1\": {\"shard_index\": 0, \"task_id\": \"10000\", \"view_url\": \"https://chromium-swarm.appspot.com/user/task/10000\"}}}",
|
||||||
"--task-summary-json",
|
"--task-summary-json",
|
||||||
"/path/to/tmp/json"
|
"/path/to/tmp/json"
|
||||||
],
|
],
|
||||||
@ -1336,7 +1336,7 @@
|
|||||||
"--decorate",
|
"--decorate",
|
||||||
"--print-status-updates",
|
"--print-status-updates",
|
||||||
"--json",
|
"--json",
|
||||||
"{\"base_task_name\": \"ct-dm-3/Ubuntu-14.04/[dummy has/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_10k_SKPs/-1\", \"tasks\": {\"ct-dm-3/Ubuntu-14.04/[dummy has/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_10k_SKPs/-1\": {\"shard_index\": 0, \"task_id\": \"10000\", \"view_url\": \"https://chromium-swarm.appspot.com/user/task/10000\"}}}",
|
"{\"base_task_name\": \"ct-dm-3/Ubuntu-14.04/[dummy has/Test-Ubuntu14-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_10k_SKPs/-1\", \"tasks\": {\"ct-dm-3/Ubuntu-14.04/[dummy has/Test-Ubuntu14-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_10k_SKPs/-1\": {\"shard_index\": 0, \"task_id\": \"10000\", \"view_url\": \"https://chromium-swarm.appspot.com/user/task/10000\"}}}",
|
||||||
"--task-summary-json",
|
"--task-summary-json",
|
||||||
"/path/to/tmp/json"
|
"/path/to/tmp/json"
|
||||||
],
|
],
|
||||||
@ -1413,7 +1413,7 @@
|
|||||||
"--decorate",
|
"--decorate",
|
||||||
"--print-status-updates",
|
"--print-status-updates",
|
||||||
"--json",
|
"--json",
|
||||||
"{\"base_task_name\": \"ct-dm-4/Ubuntu-14.04/[dummy has/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_10k_SKPs/-1\", \"tasks\": {\"ct-dm-4/Ubuntu-14.04/[dummy has/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_10k_SKPs/-1\": {\"shard_index\": 0, \"task_id\": \"10000\", \"view_url\": \"https://chromium-swarm.appspot.com/user/task/10000\"}}}",
|
"{\"base_task_name\": \"ct-dm-4/Ubuntu-14.04/[dummy has/Test-Ubuntu14-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_10k_SKPs/-1\", \"tasks\": {\"ct-dm-4/Ubuntu-14.04/[dummy has/Test-Ubuntu14-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_10k_SKPs/-1\": {\"shard_index\": 0, \"task_id\": \"10000\", \"view_url\": \"https://chromium-swarm.appspot.com/user/task/10000\"}}}",
|
||||||
"--task-summary-json",
|
"--task-summary-json",
|
||||||
"/path/to/tmp/json"
|
"/path/to/tmp/json"
|
||||||
],
|
],
|
||||||
@ -1490,7 +1490,7 @@
|
|||||||
"--decorate",
|
"--decorate",
|
||||||
"--print-status-updates",
|
"--print-status-updates",
|
||||||
"--json",
|
"--json",
|
||||||
"{\"base_task_name\": \"ct-dm-5/Ubuntu-14.04/[dummy has/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_10k_SKPs/-1\", \"tasks\": {\"ct-dm-5/Ubuntu-14.04/[dummy has/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_10k_SKPs/-1\": {\"shard_index\": 0, \"task_id\": \"10000\", \"view_url\": \"https://chromium-swarm.appspot.com/user/task/10000\"}}}",
|
"{\"base_task_name\": \"ct-dm-5/Ubuntu-14.04/[dummy has/Test-Ubuntu14-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_10k_SKPs/-1\", \"tasks\": {\"ct-dm-5/Ubuntu-14.04/[dummy has/Test-Ubuntu14-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_10k_SKPs/-1\": {\"shard_index\": 0, \"task_id\": \"10000\", \"view_url\": \"https://chromium-swarm.appspot.com/user/task/10000\"}}}",
|
||||||
"--task-summary-json",
|
"--task-summary-json",
|
||||||
"/path/to/tmp/json"
|
"/path/to/tmp/json"
|
||||||
],
|
],
|
||||||
|
@ -122,7 +122,7 @@
|
|||||||
"[CUSTOM_/_B_WORK]/skia/bin/gn",
|
"[CUSTOM_/_B_WORK]/skia/bin/gn",
|
||||||
"gen",
|
"gen",
|
||||||
"[START_DIR]/out/Debug",
|
"[START_DIR]/out/Debug",
|
||||||
"--args=cc=\"gcc\" cxx=\"g++\" extra_cflags=[\"-O1\"]"
|
"--args=cc=\"gcc-4.8\" cxx=\"g++-4.8\" extra_cflags=[\"-O1\"]"
|
||||||
],
|
],
|
||||||
"cwd": "[CUSTOM_/_B_WORK]/skia",
|
"cwd": "[CUSTOM_/_B_WORK]/skia",
|
||||||
"env": {
|
"env": {
|
||||||
@ -385,7 +385,7 @@
|
|||||||
"--json-output",
|
"--json-output",
|
||||||
"/path/to/tmp/json",
|
"/path/to/tmp/json",
|
||||||
"rmtree",
|
"rmtree",
|
||||||
"[CUSTOM_/_B_WORK]/skps/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_10k_SKPs/slave1"
|
"[CUSTOM_/_B_WORK]/skps/c37e844a6f8708-eee762104c75bd/10k/5/slave1"
|
||||||
],
|
],
|
||||||
"infra_step": true,
|
"infra_step": true,
|
||||||
"name": "rmtree slave1"
|
"name": "rmtree slave1"
|
||||||
@ -400,7 +400,7 @@
|
|||||||
"ensure-directory",
|
"ensure-directory",
|
||||||
"--mode",
|
"--mode",
|
||||||
"0777",
|
"0777",
|
||||||
"[CUSTOM_/_B_WORK]/skps/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_10k_SKPs/slave1"
|
"[CUSTOM_/_B_WORK]/skps/c37e844a6f8708-eee762104c75bd/10k/5/slave1"
|
||||||
],
|
],
|
||||||
"infra_step": true,
|
"infra_step": true,
|
||||||
"name": "makedirs slave1"
|
"name": "makedirs slave1"
|
||||||
@ -423,7 +423,7 @@
|
|||||||
"gs://cluster-telemetry/swarming/skps/10k/c37e844a6f8708-eee762104c75bd/8/*.skp",
|
"gs://cluster-telemetry/swarming/skps/10k/c37e844a6f8708-eee762104c75bd/8/*.skp",
|
||||||
"gs://cluster-telemetry/swarming/skps/10k/c37e844a6f8708-eee762104c75bd/9/*.skp",
|
"gs://cluster-telemetry/swarming/skps/10k/c37e844a6f8708-eee762104c75bd/9/*.skp",
|
||||||
"gs://cluster-telemetry/swarming/skps/10k/c37e844a6f8708-eee762104c75bd/10/*.skp",
|
"gs://cluster-telemetry/swarming/skps/10k/c37e844a6f8708-eee762104c75bd/10/*.skp",
|
||||||
"[CUSTOM_/_B_WORK]/skps/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_10k_SKPs/slave1"
|
"[CUSTOM_/_B_WORK]/skps/c37e844a6f8708-eee762104c75bd/10k/5/slave1"
|
||||||
],
|
],
|
||||||
"infra_step": true,
|
"infra_step": true,
|
||||||
"name": "gsutil cp"
|
"name": "gsutil cp"
|
||||||
@ -451,7 +451,7 @@
|
|||||||
"--json-output",
|
"--json-output",
|
||||||
"/path/to/tmp/json",
|
"/path/to/tmp/json",
|
||||||
"copy",
|
"copy",
|
||||||
"{\n \"args\": [\n \"--isolate\", \n \"[CUSTOM_/_B_WORK]/skia/infra/bots/ct/ct_skps.isolate\", \n \"--isolated\", \n \"[START_DIR]/swarming_temp_dir/skia-task-ct-dm-1.isolated\", \n \"--config-variable\", \n \"OS\", \n \"linux\", \n \"--extra-variable\", \n \"CONFIGURATION\", \n \"Debug\", \n \"--extra-variable\", \n \"BUILDER\", \n \"Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_10k_SKPs\", \n \"--extra-variable\", \n \"GIT_HASH\", \n \"9046e2e693bb92a76e972b694580e5d17ad10748\", \n \"--extra-variable\", \n \"SLAVE_NUM\", \n \"1\", \n \"--extra-variable\", \n \"TOOL_NAME\", \n \"dm\"\n ], \n \"dir\": \"[CUSTOM_/_B_WORK]/skia/infra/bots/ct\", \n \"version\": 1\n}",
|
"{\n \"args\": [\n \"--isolate\", \n \"[CUSTOM_/_B_WORK]/skia/infra/bots/ct/ct_skps.isolate\", \n \"--isolated\", \n \"[START_DIR]/swarming_temp_dir/skia-task-ct-dm-1.isolated\", \n \"--config-variable\", \n \"OS\", \n \"linux\", \n \"--extra-variable\", \n \"NUM_SLAVES\", \n \"5\", \n \"--extra-variable\", \n \"CONFIGURATION\", \n \"Debug\", \n \"--extra-variable\", \n \"SLAVE_NUM\", \n \"1\", \n \"--extra-variable\", \n \"PAGE_TYPE\", \n \"10k\", \n \"--extra-variable\", \n \"BUILDER\", \n \"Test-Ubuntu14-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_10k_SKPs\", \n \"--extra-variable\", \n \"GIT_HASH\", \n \"9046e2e693bb92a76e972b694580e5d17ad10748\", \n \"--extra-variable\", \n \"TOOL_NAME\", \n \"dm\", \n \"--extra-variable\", \n \"CHROMIUM_BUILD\", \n \"c37e844a6f8708-eee762104c75bd\"\n ], \n \"dir\": \"[CUSTOM_/_B_WORK]/skia/infra/bots/ct\", \n \"version\": 1\n}",
|
||||||
"[START_DIR]/swarming_temp_dir/ct-dm-1.isolated.gen.json"
|
"[START_DIR]/swarming_temp_dir/ct-dm-1.isolated.gen.json"
|
||||||
],
|
],
|
||||||
"infra_step": true,
|
"infra_step": true,
|
||||||
@ -465,7 +465,7 @@
|
|||||||
"--json-output",
|
"--json-output",
|
||||||
"/path/to/tmp/json",
|
"/path/to/tmp/json",
|
||||||
"rmtree",
|
"rmtree",
|
||||||
"[CUSTOM_/_B_WORK]/skps/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_10k_SKPs/slave2"
|
"[CUSTOM_/_B_WORK]/skps/c37e844a6f8708-eee762104c75bd/10k/5/slave2"
|
||||||
],
|
],
|
||||||
"infra_step": true,
|
"infra_step": true,
|
||||||
"name": "rmtree slave2"
|
"name": "rmtree slave2"
|
||||||
@ -480,7 +480,7 @@
|
|||||||
"ensure-directory",
|
"ensure-directory",
|
||||||
"--mode",
|
"--mode",
|
||||||
"0777",
|
"0777",
|
||||||
"[CUSTOM_/_B_WORK]/skps/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_10k_SKPs/slave2"
|
"[CUSTOM_/_B_WORK]/skps/c37e844a6f8708-eee762104c75bd/10k/5/slave2"
|
||||||
],
|
],
|
||||||
"infra_step": true,
|
"infra_step": true,
|
||||||
"name": "makedirs slave2"
|
"name": "makedirs slave2"
|
||||||
@ -503,7 +503,7 @@
|
|||||||
"gs://cluster-telemetry/swarming/skps/10k/c37e844a6f8708-eee762104c75bd/18/*.skp",
|
"gs://cluster-telemetry/swarming/skps/10k/c37e844a6f8708-eee762104c75bd/18/*.skp",
|
||||||
"gs://cluster-telemetry/swarming/skps/10k/c37e844a6f8708-eee762104c75bd/19/*.skp",
|
"gs://cluster-telemetry/swarming/skps/10k/c37e844a6f8708-eee762104c75bd/19/*.skp",
|
||||||
"gs://cluster-telemetry/swarming/skps/10k/c37e844a6f8708-eee762104c75bd/20/*.skp",
|
"gs://cluster-telemetry/swarming/skps/10k/c37e844a6f8708-eee762104c75bd/20/*.skp",
|
||||||
"[CUSTOM_/_B_WORK]/skps/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_10k_SKPs/slave2"
|
"[CUSTOM_/_B_WORK]/skps/c37e844a6f8708-eee762104c75bd/10k/5/slave2"
|
||||||
],
|
],
|
||||||
"infra_step": true,
|
"infra_step": true,
|
||||||
"name": "gsutil cp (2)"
|
"name": "gsutil cp (2)"
|
||||||
@ -531,7 +531,7 @@
|
|||||||
"--json-output",
|
"--json-output",
|
||||||
"/path/to/tmp/json",
|
"/path/to/tmp/json",
|
||||||
"copy",
|
"copy",
|
||||||
"{\n \"args\": [\n \"--isolate\", \n \"[CUSTOM_/_B_WORK]/skia/infra/bots/ct/ct_skps.isolate\", \n \"--isolated\", \n \"[START_DIR]/swarming_temp_dir/skia-task-ct-dm-2.isolated\", \n \"--config-variable\", \n \"OS\", \n \"linux\", \n \"--extra-variable\", \n \"CONFIGURATION\", \n \"Debug\", \n \"--extra-variable\", \n \"BUILDER\", \n \"Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_10k_SKPs\", \n \"--extra-variable\", \n \"GIT_HASH\", \n \"9046e2e693bb92a76e972b694580e5d17ad10748\", \n \"--extra-variable\", \n \"SLAVE_NUM\", \n \"2\", \n \"--extra-variable\", \n \"TOOL_NAME\", \n \"dm\"\n ], \n \"dir\": \"[CUSTOM_/_B_WORK]/skia/infra/bots/ct\", \n \"version\": 1\n}",
|
"{\n \"args\": [\n \"--isolate\", \n \"[CUSTOM_/_B_WORK]/skia/infra/bots/ct/ct_skps.isolate\", \n \"--isolated\", \n \"[START_DIR]/swarming_temp_dir/skia-task-ct-dm-2.isolated\", \n \"--config-variable\", \n \"OS\", \n \"linux\", \n \"--extra-variable\", \n \"NUM_SLAVES\", \n \"5\", \n \"--extra-variable\", \n \"CONFIGURATION\", \n \"Debug\", \n \"--extra-variable\", \n \"SLAVE_NUM\", \n \"2\", \n \"--extra-variable\", \n \"PAGE_TYPE\", \n \"10k\", \n \"--extra-variable\", \n \"BUILDER\", \n \"Test-Ubuntu14-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_10k_SKPs\", \n \"--extra-variable\", \n \"GIT_HASH\", \n \"9046e2e693bb92a76e972b694580e5d17ad10748\", \n \"--extra-variable\", \n \"TOOL_NAME\", \n \"dm\", \n \"--extra-variable\", \n \"CHROMIUM_BUILD\", \n \"c37e844a6f8708-eee762104c75bd\"\n ], \n \"dir\": \"[CUSTOM_/_B_WORK]/skia/infra/bots/ct\", \n \"version\": 1\n}",
|
||||||
"[START_DIR]/swarming_temp_dir/ct-dm-2.isolated.gen.json"
|
"[START_DIR]/swarming_temp_dir/ct-dm-2.isolated.gen.json"
|
||||||
],
|
],
|
||||||
"infra_step": true,
|
"infra_step": true,
|
||||||
@ -545,7 +545,7 @@
|
|||||||
"--json-output",
|
"--json-output",
|
||||||
"/path/to/tmp/json",
|
"/path/to/tmp/json",
|
||||||
"rmtree",
|
"rmtree",
|
||||||
"[CUSTOM_/_B_WORK]/skps/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_10k_SKPs/slave3"
|
"[CUSTOM_/_B_WORK]/skps/c37e844a6f8708-eee762104c75bd/10k/5/slave3"
|
||||||
],
|
],
|
||||||
"infra_step": true,
|
"infra_step": true,
|
||||||
"name": "rmtree slave3"
|
"name": "rmtree slave3"
|
||||||
@ -560,7 +560,7 @@
|
|||||||
"ensure-directory",
|
"ensure-directory",
|
||||||
"--mode",
|
"--mode",
|
||||||
"0777",
|
"0777",
|
||||||
"[CUSTOM_/_B_WORK]/skps/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_10k_SKPs/slave3"
|
"[CUSTOM_/_B_WORK]/skps/c37e844a6f8708-eee762104c75bd/10k/5/slave3"
|
||||||
],
|
],
|
||||||
"infra_step": true,
|
"infra_step": true,
|
||||||
"name": "makedirs slave3"
|
"name": "makedirs slave3"
|
||||||
@ -583,7 +583,7 @@
|
|||||||
"gs://cluster-telemetry/swarming/skps/10k/c37e844a6f8708-eee762104c75bd/28/*.skp",
|
"gs://cluster-telemetry/swarming/skps/10k/c37e844a6f8708-eee762104c75bd/28/*.skp",
|
||||||
"gs://cluster-telemetry/swarming/skps/10k/c37e844a6f8708-eee762104c75bd/29/*.skp",
|
"gs://cluster-telemetry/swarming/skps/10k/c37e844a6f8708-eee762104c75bd/29/*.skp",
|
||||||
"gs://cluster-telemetry/swarming/skps/10k/c37e844a6f8708-eee762104c75bd/30/*.skp",
|
"gs://cluster-telemetry/swarming/skps/10k/c37e844a6f8708-eee762104c75bd/30/*.skp",
|
||||||
"[CUSTOM_/_B_WORK]/skps/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_10k_SKPs/slave3"
|
"[CUSTOM_/_B_WORK]/skps/c37e844a6f8708-eee762104c75bd/10k/5/slave3"
|
||||||
],
|
],
|
||||||
"infra_step": true,
|
"infra_step": true,
|
||||||
"name": "gsutil cp (3)"
|
"name": "gsutil cp (3)"
|
||||||
@ -611,7 +611,7 @@
|
|||||||
"--json-output",
|
"--json-output",
|
||||||
"/path/to/tmp/json",
|
"/path/to/tmp/json",
|
||||||
"copy",
|
"copy",
|
||||||
"{\n \"args\": [\n \"--isolate\", \n \"[CUSTOM_/_B_WORK]/skia/infra/bots/ct/ct_skps.isolate\", \n \"--isolated\", \n \"[START_DIR]/swarming_temp_dir/skia-task-ct-dm-3.isolated\", \n \"--config-variable\", \n \"OS\", \n \"linux\", \n \"--extra-variable\", \n \"CONFIGURATION\", \n \"Debug\", \n \"--extra-variable\", \n \"BUILDER\", \n \"Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_10k_SKPs\", \n \"--extra-variable\", \n \"GIT_HASH\", \n \"9046e2e693bb92a76e972b694580e5d17ad10748\", \n \"--extra-variable\", \n \"SLAVE_NUM\", \n \"3\", \n \"--extra-variable\", \n \"TOOL_NAME\", \n \"dm\"\n ], \n \"dir\": \"[CUSTOM_/_B_WORK]/skia/infra/bots/ct\", \n \"version\": 1\n}",
|
"{\n \"args\": [\n \"--isolate\", \n \"[CUSTOM_/_B_WORK]/skia/infra/bots/ct/ct_skps.isolate\", \n \"--isolated\", \n \"[START_DIR]/swarming_temp_dir/skia-task-ct-dm-3.isolated\", \n \"--config-variable\", \n \"OS\", \n \"linux\", \n \"--extra-variable\", \n \"NUM_SLAVES\", \n \"5\", \n \"--extra-variable\", \n \"CONFIGURATION\", \n \"Debug\", \n \"--extra-variable\", \n \"SLAVE_NUM\", \n \"3\", \n \"--extra-variable\", \n \"PAGE_TYPE\", \n \"10k\", \n \"--extra-variable\", \n \"BUILDER\", \n \"Test-Ubuntu14-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_10k_SKPs\", \n \"--extra-variable\", \n \"GIT_HASH\", \n \"9046e2e693bb92a76e972b694580e5d17ad10748\", \n \"--extra-variable\", \n \"TOOL_NAME\", \n \"dm\", \n \"--extra-variable\", \n \"CHROMIUM_BUILD\", \n \"c37e844a6f8708-eee762104c75bd\"\n ], \n \"dir\": \"[CUSTOM_/_B_WORK]/skia/infra/bots/ct\", \n \"version\": 1\n}",
|
||||||
"[START_DIR]/swarming_temp_dir/ct-dm-3.isolated.gen.json"
|
"[START_DIR]/swarming_temp_dir/ct-dm-3.isolated.gen.json"
|
||||||
],
|
],
|
||||||
"infra_step": true,
|
"infra_step": true,
|
||||||
@ -625,7 +625,7 @@
|
|||||||
"--json-output",
|
"--json-output",
|
||||||
"/path/to/tmp/json",
|
"/path/to/tmp/json",
|
||||||
"rmtree",
|
"rmtree",
|
||||||
"[CUSTOM_/_B_WORK]/skps/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_10k_SKPs/slave4"
|
"[CUSTOM_/_B_WORK]/skps/c37e844a6f8708-eee762104c75bd/10k/5/slave4"
|
||||||
],
|
],
|
||||||
"infra_step": true,
|
"infra_step": true,
|
||||||
"name": "rmtree slave4"
|
"name": "rmtree slave4"
|
||||||
@ -640,7 +640,7 @@
|
|||||||
"ensure-directory",
|
"ensure-directory",
|
||||||
"--mode",
|
"--mode",
|
||||||
"0777",
|
"0777",
|
||||||
"[CUSTOM_/_B_WORK]/skps/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_10k_SKPs/slave4"
|
"[CUSTOM_/_B_WORK]/skps/c37e844a6f8708-eee762104c75bd/10k/5/slave4"
|
||||||
],
|
],
|
||||||
"infra_step": true,
|
"infra_step": true,
|
||||||
"name": "makedirs slave4"
|
"name": "makedirs slave4"
|
||||||
@ -663,7 +663,7 @@
|
|||||||
"gs://cluster-telemetry/swarming/skps/10k/c37e844a6f8708-eee762104c75bd/38/*.skp",
|
"gs://cluster-telemetry/swarming/skps/10k/c37e844a6f8708-eee762104c75bd/38/*.skp",
|
||||||
"gs://cluster-telemetry/swarming/skps/10k/c37e844a6f8708-eee762104c75bd/39/*.skp",
|
"gs://cluster-telemetry/swarming/skps/10k/c37e844a6f8708-eee762104c75bd/39/*.skp",
|
||||||
"gs://cluster-telemetry/swarming/skps/10k/c37e844a6f8708-eee762104c75bd/40/*.skp",
|
"gs://cluster-telemetry/swarming/skps/10k/c37e844a6f8708-eee762104c75bd/40/*.skp",
|
||||||
"[CUSTOM_/_B_WORK]/skps/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_10k_SKPs/slave4"
|
"[CUSTOM_/_B_WORK]/skps/c37e844a6f8708-eee762104c75bd/10k/5/slave4"
|
||||||
],
|
],
|
||||||
"infra_step": true,
|
"infra_step": true,
|
||||||
"name": "gsutil cp (4)"
|
"name": "gsutil cp (4)"
|
||||||
@ -691,7 +691,7 @@
|
|||||||
"--json-output",
|
"--json-output",
|
||||||
"/path/to/tmp/json",
|
"/path/to/tmp/json",
|
||||||
"copy",
|
"copy",
|
||||||
"{\n \"args\": [\n \"--isolate\", \n \"[CUSTOM_/_B_WORK]/skia/infra/bots/ct/ct_skps.isolate\", \n \"--isolated\", \n \"[START_DIR]/swarming_temp_dir/skia-task-ct-dm-4.isolated\", \n \"--config-variable\", \n \"OS\", \n \"linux\", \n \"--extra-variable\", \n \"CONFIGURATION\", \n \"Debug\", \n \"--extra-variable\", \n \"BUILDER\", \n \"Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_10k_SKPs\", \n \"--extra-variable\", \n \"GIT_HASH\", \n \"9046e2e693bb92a76e972b694580e5d17ad10748\", \n \"--extra-variable\", \n \"SLAVE_NUM\", \n \"4\", \n \"--extra-variable\", \n \"TOOL_NAME\", \n \"dm\"\n ], \n \"dir\": \"[CUSTOM_/_B_WORK]/skia/infra/bots/ct\", \n \"version\": 1\n}",
|
"{\n \"args\": [\n \"--isolate\", \n \"[CUSTOM_/_B_WORK]/skia/infra/bots/ct/ct_skps.isolate\", \n \"--isolated\", \n \"[START_DIR]/swarming_temp_dir/skia-task-ct-dm-4.isolated\", \n \"--config-variable\", \n \"OS\", \n \"linux\", \n \"--extra-variable\", \n \"NUM_SLAVES\", \n \"5\", \n \"--extra-variable\", \n \"CONFIGURATION\", \n \"Debug\", \n \"--extra-variable\", \n \"SLAVE_NUM\", \n \"4\", \n \"--extra-variable\", \n \"PAGE_TYPE\", \n \"10k\", \n \"--extra-variable\", \n \"BUILDER\", \n \"Test-Ubuntu14-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_10k_SKPs\", \n \"--extra-variable\", \n \"GIT_HASH\", \n \"9046e2e693bb92a76e972b694580e5d17ad10748\", \n \"--extra-variable\", \n \"TOOL_NAME\", \n \"dm\", \n \"--extra-variable\", \n \"CHROMIUM_BUILD\", \n \"c37e844a6f8708-eee762104c75bd\"\n ], \n \"dir\": \"[CUSTOM_/_B_WORK]/skia/infra/bots/ct\", \n \"version\": 1\n}",
|
||||||
"[START_DIR]/swarming_temp_dir/ct-dm-4.isolated.gen.json"
|
"[START_DIR]/swarming_temp_dir/ct-dm-4.isolated.gen.json"
|
||||||
],
|
],
|
||||||
"infra_step": true,
|
"infra_step": true,
|
||||||
@ -705,7 +705,7 @@
|
|||||||
"--json-output",
|
"--json-output",
|
||||||
"/path/to/tmp/json",
|
"/path/to/tmp/json",
|
||||||
"rmtree",
|
"rmtree",
|
||||||
"[CUSTOM_/_B_WORK]/skps/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_10k_SKPs/slave5"
|
"[CUSTOM_/_B_WORK]/skps/c37e844a6f8708-eee762104c75bd/10k/5/slave5"
|
||||||
],
|
],
|
||||||
"infra_step": true,
|
"infra_step": true,
|
||||||
"name": "rmtree slave5"
|
"name": "rmtree slave5"
|
||||||
@ -720,7 +720,7 @@
|
|||||||
"ensure-directory",
|
"ensure-directory",
|
||||||
"--mode",
|
"--mode",
|
||||||
"0777",
|
"0777",
|
||||||
"[CUSTOM_/_B_WORK]/skps/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_10k_SKPs/slave5"
|
"[CUSTOM_/_B_WORK]/skps/c37e844a6f8708-eee762104c75bd/10k/5/slave5"
|
||||||
],
|
],
|
||||||
"infra_step": true,
|
"infra_step": true,
|
||||||
"name": "makedirs slave5"
|
"name": "makedirs slave5"
|
||||||
@ -743,7 +743,7 @@
|
|||||||
"gs://cluster-telemetry/swarming/skps/10k/c37e844a6f8708-eee762104c75bd/48/*.skp",
|
"gs://cluster-telemetry/swarming/skps/10k/c37e844a6f8708-eee762104c75bd/48/*.skp",
|
||||||
"gs://cluster-telemetry/swarming/skps/10k/c37e844a6f8708-eee762104c75bd/49/*.skp",
|
"gs://cluster-telemetry/swarming/skps/10k/c37e844a6f8708-eee762104c75bd/49/*.skp",
|
||||||
"gs://cluster-telemetry/swarming/skps/10k/c37e844a6f8708-eee762104c75bd/50/*.skp",
|
"gs://cluster-telemetry/swarming/skps/10k/c37e844a6f8708-eee762104c75bd/50/*.skp",
|
||||||
"[CUSTOM_/_B_WORK]/skps/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_10k_SKPs/slave5"
|
"[CUSTOM_/_B_WORK]/skps/c37e844a6f8708-eee762104c75bd/10k/5/slave5"
|
||||||
],
|
],
|
||||||
"infra_step": true,
|
"infra_step": true,
|
||||||
"name": "gsutil cp (5)"
|
"name": "gsutil cp (5)"
|
||||||
@ -771,7 +771,7 @@
|
|||||||
"--json-output",
|
"--json-output",
|
||||||
"/path/to/tmp/json",
|
"/path/to/tmp/json",
|
||||||
"copy",
|
"copy",
|
||||||
"{\n \"args\": [\n \"--isolate\", \n \"[CUSTOM_/_B_WORK]/skia/infra/bots/ct/ct_skps.isolate\", \n \"--isolated\", \n \"[START_DIR]/swarming_temp_dir/skia-task-ct-dm-5.isolated\", \n \"--config-variable\", \n \"OS\", \n \"linux\", \n \"--extra-variable\", \n \"CONFIGURATION\", \n \"Debug\", \n \"--extra-variable\", \n \"BUILDER\", \n \"Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_10k_SKPs\", \n \"--extra-variable\", \n \"GIT_HASH\", \n \"9046e2e693bb92a76e972b694580e5d17ad10748\", \n \"--extra-variable\", \n \"SLAVE_NUM\", \n \"5\", \n \"--extra-variable\", \n \"TOOL_NAME\", \n \"dm\"\n ], \n \"dir\": \"[CUSTOM_/_B_WORK]/skia/infra/bots/ct\", \n \"version\": 1\n}",
|
"{\n \"args\": [\n \"--isolate\", \n \"[CUSTOM_/_B_WORK]/skia/infra/bots/ct/ct_skps.isolate\", \n \"--isolated\", \n \"[START_DIR]/swarming_temp_dir/skia-task-ct-dm-5.isolated\", \n \"--config-variable\", \n \"OS\", \n \"linux\", \n \"--extra-variable\", \n \"NUM_SLAVES\", \n \"5\", \n \"--extra-variable\", \n \"CONFIGURATION\", \n \"Debug\", \n \"--extra-variable\", \n \"SLAVE_NUM\", \n \"5\", \n \"--extra-variable\", \n \"PAGE_TYPE\", \n \"10k\", \n \"--extra-variable\", \n \"BUILDER\", \n \"Test-Ubuntu14-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_10k_SKPs\", \n \"--extra-variable\", \n \"GIT_HASH\", \n \"9046e2e693bb92a76e972b694580e5d17ad10748\", \n \"--extra-variable\", \n \"TOOL_NAME\", \n \"dm\", \n \"--extra-variable\", \n \"CHROMIUM_BUILD\", \n \"c37e844a6f8708-eee762104c75bd\"\n ], \n \"dir\": \"[CUSTOM_/_B_WORK]/skia/infra/bots/ct\", \n \"version\": 1\n}",
|
||||||
"[START_DIR]/swarming_temp_dir/ct-dm-5.isolated.gen.json"
|
"[START_DIR]/swarming_temp_dir/ct-dm-5.isolated.gen.json"
|
||||||
],
|
],
|
||||||
"infra_step": true,
|
"infra_step": true,
|
||||||
@ -786,10 +786,10 @@
|
|||||||
"/path/to/tmp/json",
|
"/path/to/tmp/json",
|
||||||
"copy",
|
"copy",
|
||||||
"{\"chromium_build\": \"c37e844a6f8708-eee762104c75bd\", \"num_slaves\": 5, \"page_type\": \"10k\"}",
|
"{\"chromium_build\": \"c37e844a6f8708-eee762104c75bd\", \"num_slaves\": 5, \"page_type\": \"10k\"}",
|
||||||
"[CUSTOM_/_B_WORK]/skps/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_10k_SKPs/skps_version"
|
"[CUSTOM_/_B_WORK]/skps/c37e844a6f8708-eee762104c75bd/10k/5/skps_version"
|
||||||
],
|
],
|
||||||
"infra_step": true,
|
"infra_step": true,
|
||||||
"name": "Create [CUSTOM_/_B_WORK]/skps/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_10k_SKPs/skps_version"
|
"name": "Create [CUSTOM_/_B_WORK]/skps/c37e844a6f8708-eee762104c75bd/10k/5/skps_version"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"cmd": [
|
"cmd": [
|
||||||
@ -837,7 +837,7 @@
|
|||||||
"--shards",
|
"--shards",
|
||||||
"1",
|
"1",
|
||||||
"--task-name",
|
"--task-name",
|
||||||
"ct-dm-1/Ubuntu-14.04/[dummy has/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_10k_SKPs/571",
|
"ct-dm-1/Ubuntu-14.04/[dummy has/Test-Ubuntu14-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_10k_SKPs/571",
|
||||||
"--dump-json",
|
"--dump-json",
|
||||||
"/path/to/tmp/json",
|
"/path/to/tmp/json",
|
||||||
"--expiration",
|
"--expiration",
|
||||||
@ -858,7 +858,7 @@
|
|||||||
"--tag",
|
"--tag",
|
||||||
"allow_milo:1",
|
"allow_milo:1",
|
||||||
"--tag",
|
"--tag",
|
||||||
"buildername:Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_10k_SKPs",
|
"buildername:Test-Ubuntu14-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_10k_SKPs",
|
||||||
"--tag",
|
"--tag",
|
||||||
"buildnumber:571",
|
"buildnumber:571",
|
||||||
"--tag",
|
"--tag",
|
||||||
@ -881,9 +881,9 @@
|
|||||||
"~followup_annotations": [
|
"~followup_annotations": [
|
||||||
"@@@STEP_TEXT@Run on OS: 'Ubuntu-14.04'@@@",
|
"@@@STEP_TEXT@Run on OS: 'Ubuntu-14.04'@@@",
|
||||||
"@@@STEP_LOG_LINE@json.output@{@@@",
|
"@@@STEP_LOG_LINE@json.output@{@@@",
|
||||||
"@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"ct-dm-1/Ubuntu-14.04/[dummy has/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_10k_SKPs/571\", @@@",
|
"@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"ct-dm-1/Ubuntu-14.04/[dummy has/Test-Ubuntu14-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_10k_SKPs/571\", @@@",
|
||||||
"@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@",
|
"@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@",
|
||||||
"@@@STEP_LOG_LINE@json.output@ \"ct-dm-1/Ubuntu-14.04/[dummy has/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_10k_SKPs/571\": {@@@",
|
"@@@STEP_LOG_LINE@json.output@ \"ct-dm-1/Ubuntu-14.04/[dummy has/Test-Ubuntu14-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_10k_SKPs/571\": {@@@",
|
||||||
"@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@",
|
"@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@",
|
||||||
"@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@",
|
"@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@",
|
||||||
"@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm.appspot.com/user/task/10000\"@@@",
|
"@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm.appspot.com/user/task/10000\"@@@",
|
||||||
@ -909,7 +909,7 @@
|
|||||||
"--shards",
|
"--shards",
|
||||||
"1",
|
"1",
|
||||||
"--task-name",
|
"--task-name",
|
||||||
"ct-dm-2/Ubuntu-14.04/[dummy has/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_10k_SKPs/571",
|
"ct-dm-2/Ubuntu-14.04/[dummy has/Test-Ubuntu14-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_10k_SKPs/571",
|
||||||
"--dump-json",
|
"--dump-json",
|
||||||
"/path/to/tmp/json",
|
"/path/to/tmp/json",
|
||||||
"--expiration",
|
"--expiration",
|
||||||
@ -930,7 +930,7 @@
|
|||||||
"--tag",
|
"--tag",
|
||||||
"allow_milo:1",
|
"allow_milo:1",
|
||||||
"--tag",
|
"--tag",
|
||||||
"buildername:Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_10k_SKPs",
|
"buildername:Test-Ubuntu14-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_10k_SKPs",
|
||||||
"--tag",
|
"--tag",
|
||||||
"buildnumber:571",
|
"buildnumber:571",
|
||||||
"--tag",
|
"--tag",
|
||||||
@ -953,9 +953,9 @@
|
|||||||
"~followup_annotations": [
|
"~followup_annotations": [
|
||||||
"@@@STEP_TEXT@Run on OS: 'Ubuntu-14.04'@@@",
|
"@@@STEP_TEXT@Run on OS: 'Ubuntu-14.04'@@@",
|
||||||
"@@@STEP_LOG_LINE@json.output@{@@@",
|
"@@@STEP_LOG_LINE@json.output@{@@@",
|
||||||
"@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"ct-dm-2/Ubuntu-14.04/[dummy has/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_10k_SKPs/571\", @@@",
|
"@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"ct-dm-2/Ubuntu-14.04/[dummy has/Test-Ubuntu14-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_10k_SKPs/571\", @@@",
|
||||||
"@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@",
|
"@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@",
|
||||||
"@@@STEP_LOG_LINE@json.output@ \"ct-dm-2/Ubuntu-14.04/[dummy has/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_10k_SKPs/571\": {@@@",
|
"@@@STEP_LOG_LINE@json.output@ \"ct-dm-2/Ubuntu-14.04/[dummy has/Test-Ubuntu14-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_10k_SKPs/571\": {@@@",
|
||||||
"@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@",
|
"@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@",
|
||||||
"@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@",
|
"@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@",
|
||||||
"@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm.appspot.com/user/task/10000\"@@@",
|
"@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm.appspot.com/user/task/10000\"@@@",
|
||||||
@ -981,7 +981,7 @@
|
|||||||
"--shards",
|
"--shards",
|
||||||
"1",
|
"1",
|
||||||
"--task-name",
|
"--task-name",
|
||||||
"ct-dm-3/Ubuntu-14.04/[dummy has/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_10k_SKPs/571",
|
"ct-dm-3/Ubuntu-14.04/[dummy has/Test-Ubuntu14-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_10k_SKPs/571",
|
||||||
"--dump-json",
|
"--dump-json",
|
||||||
"/path/to/tmp/json",
|
"/path/to/tmp/json",
|
||||||
"--expiration",
|
"--expiration",
|
||||||
@ -1002,7 +1002,7 @@
|
|||||||
"--tag",
|
"--tag",
|
||||||
"allow_milo:1",
|
"allow_milo:1",
|
||||||
"--tag",
|
"--tag",
|
||||||
"buildername:Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_10k_SKPs",
|
"buildername:Test-Ubuntu14-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_10k_SKPs",
|
||||||
"--tag",
|
"--tag",
|
||||||
"buildnumber:571",
|
"buildnumber:571",
|
||||||
"--tag",
|
"--tag",
|
||||||
@ -1025,9 +1025,9 @@
|
|||||||
"~followup_annotations": [
|
"~followup_annotations": [
|
||||||
"@@@STEP_TEXT@Run on OS: 'Ubuntu-14.04'@@@",
|
"@@@STEP_TEXT@Run on OS: 'Ubuntu-14.04'@@@",
|
||||||
"@@@STEP_LOG_LINE@json.output@{@@@",
|
"@@@STEP_LOG_LINE@json.output@{@@@",
|
||||||
"@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"ct-dm-3/Ubuntu-14.04/[dummy has/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_10k_SKPs/571\", @@@",
|
"@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"ct-dm-3/Ubuntu-14.04/[dummy has/Test-Ubuntu14-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_10k_SKPs/571\", @@@",
|
||||||
"@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@",
|
"@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@",
|
||||||
"@@@STEP_LOG_LINE@json.output@ \"ct-dm-3/Ubuntu-14.04/[dummy has/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_10k_SKPs/571\": {@@@",
|
"@@@STEP_LOG_LINE@json.output@ \"ct-dm-3/Ubuntu-14.04/[dummy has/Test-Ubuntu14-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_10k_SKPs/571\": {@@@",
|
||||||
"@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@",
|
"@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@",
|
||||||
"@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@",
|
"@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@",
|
||||||
"@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm.appspot.com/user/task/10000\"@@@",
|
"@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm.appspot.com/user/task/10000\"@@@",
|
||||||
@ -1053,7 +1053,7 @@
|
|||||||
"--shards",
|
"--shards",
|
||||||
"1",
|
"1",
|
||||||
"--task-name",
|
"--task-name",
|
||||||
"ct-dm-4/Ubuntu-14.04/[dummy has/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_10k_SKPs/571",
|
"ct-dm-4/Ubuntu-14.04/[dummy has/Test-Ubuntu14-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_10k_SKPs/571",
|
||||||
"--dump-json",
|
"--dump-json",
|
||||||
"/path/to/tmp/json",
|
"/path/to/tmp/json",
|
||||||
"--expiration",
|
"--expiration",
|
||||||
@ -1074,7 +1074,7 @@
|
|||||||
"--tag",
|
"--tag",
|
||||||
"allow_milo:1",
|
"allow_milo:1",
|
||||||
"--tag",
|
"--tag",
|
||||||
"buildername:Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_10k_SKPs",
|
"buildername:Test-Ubuntu14-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_10k_SKPs",
|
||||||
"--tag",
|
"--tag",
|
||||||
"buildnumber:571",
|
"buildnumber:571",
|
||||||
"--tag",
|
"--tag",
|
||||||
@ -1097,9 +1097,9 @@
|
|||||||
"~followup_annotations": [
|
"~followup_annotations": [
|
||||||
"@@@STEP_TEXT@Run on OS: 'Ubuntu-14.04'@@@",
|
"@@@STEP_TEXT@Run on OS: 'Ubuntu-14.04'@@@",
|
||||||
"@@@STEP_LOG_LINE@json.output@{@@@",
|
"@@@STEP_LOG_LINE@json.output@{@@@",
|
||||||
"@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"ct-dm-4/Ubuntu-14.04/[dummy has/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_10k_SKPs/571\", @@@",
|
"@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"ct-dm-4/Ubuntu-14.04/[dummy has/Test-Ubuntu14-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_10k_SKPs/571\", @@@",
|
||||||
"@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@",
|
"@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@",
|
||||||
"@@@STEP_LOG_LINE@json.output@ \"ct-dm-4/Ubuntu-14.04/[dummy has/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_10k_SKPs/571\": {@@@",
|
"@@@STEP_LOG_LINE@json.output@ \"ct-dm-4/Ubuntu-14.04/[dummy has/Test-Ubuntu14-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_10k_SKPs/571\": {@@@",
|
||||||
"@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@",
|
"@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@",
|
||||||
"@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@",
|
"@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@",
|
||||||
"@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm.appspot.com/user/task/10000\"@@@",
|
"@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm.appspot.com/user/task/10000\"@@@",
|
||||||
@ -1125,7 +1125,7 @@
|
|||||||
"--shards",
|
"--shards",
|
||||||
"1",
|
"1",
|
||||||
"--task-name",
|
"--task-name",
|
||||||
"ct-dm-5/Ubuntu-14.04/[dummy has/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_10k_SKPs/571",
|
"ct-dm-5/Ubuntu-14.04/[dummy has/Test-Ubuntu14-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_10k_SKPs/571",
|
||||||
"--dump-json",
|
"--dump-json",
|
||||||
"/path/to/tmp/json",
|
"/path/to/tmp/json",
|
||||||
"--expiration",
|
"--expiration",
|
||||||
@ -1146,7 +1146,7 @@
|
|||||||
"--tag",
|
"--tag",
|
||||||
"allow_milo:1",
|
"allow_milo:1",
|
||||||
"--tag",
|
"--tag",
|
||||||
"buildername:Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_10k_SKPs",
|
"buildername:Test-Ubuntu14-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_10k_SKPs",
|
||||||
"--tag",
|
"--tag",
|
||||||
"buildnumber:571",
|
"buildnumber:571",
|
||||||
"--tag",
|
"--tag",
|
||||||
@ -1169,9 +1169,9 @@
|
|||||||
"~followup_annotations": [
|
"~followup_annotations": [
|
||||||
"@@@STEP_TEXT@Run on OS: 'Ubuntu-14.04'@@@",
|
"@@@STEP_TEXT@Run on OS: 'Ubuntu-14.04'@@@",
|
||||||
"@@@STEP_LOG_LINE@json.output@{@@@",
|
"@@@STEP_LOG_LINE@json.output@{@@@",
|
||||||
"@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"ct-dm-5/Ubuntu-14.04/[dummy has/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_10k_SKPs/571\", @@@",
|
"@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"ct-dm-5/Ubuntu-14.04/[dummy has/Test-Ubuntu14-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_10k_SKPs/571\", @@@",
|
||||||
"@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@",
|
"@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@",
|
||||||
"@@@STEP_LOG_LINE@json.output@ \"ct-dm-5/Ubuntu-14.04/[dummy has/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_10k_SKPs/571\": {@@@",
|
"@@@STEP_LOG_LINE@json.output@ \"ct-dm-5/Ubuntu-14.04/[dummy has/Test-Ubuntu14-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_10k_SKPs/571\": {@@@",
|
||||||
"@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@",
|
"@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@",
|
||||||
"@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@",
|
"@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@",
|
||||||
"@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm.appspot.com/user/task/10000\"@@@",
|
"@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm.appspot.com/user/task/10000\"@@@",
|
||||||
@ -1206,7 +1206,7 @@
|
|||||||
"--decorate",
|
"--decorate",
|
||||||
"--print-status-updates",
|
"--print-status-updates",
|
||||||
"--json",
|
"--json",
|
||||||
"{\"base_task_name\": \"ct-dm-1/Ubuntu-14.04/[dummy has/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_10k_SKPs/571\", \"tasks\": {\"ct-dm-1/Ubuntu-14.04/[dummy has/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_10k_SKPs/571\": {\"shard_index\": 0, \"task_id\": \"10000\", \"view_url\": \"https://chromium-swarm.appspot.com/user/task/10000\"}}}",
|
"{\"base_task_name\": \"ct-dm-1/Ubuntu-14.04/[dummy has/Test-Ubuntu14-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_10k_SKPs/571\", \"tasks\": {\"ct-dm-1/Ubuntu-14.04/[dummy has/Test-Ubuntu14-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_10k_SKPs/571\": {\"shard_index\": 0, \"task_id\": \"10000\", \"view_url\": \"https://chromium-swarm.appspot.com/user/task/10000\"}}}",
|
||||||
"--task-summary-json",
|
"--task-summary-json",
|
||||||
"/path/to/tmp/json"
|
"/path/to/tmp/json"
|
||||||
],
|
],
|
||||||
@ -1283,7 +1283,7 @@
|
|||||||
"--decorate",
|
"--decorate",
|
||||||
"--print-status-updates",
|
"--print-status-updates",
|
||||||
"--json",
|
"--json",
|
||||||
"{\"base_task_name\": \"ct-dm-2/Ubuntu-14.04/[dummy has/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_10k_SKPs/571\", \"tasks\": {\"ct-dm-2/Ubuntu-14.04/[dummy has/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_10k_SKPs/571\": {\"shard_index\": 0, \"task_id\": \"10000\", \"view_url\": \"https://chromium-swarm.appspot.com/user/task/10000\"}}}",
|
"{\"base_task_name\": \"ct-dm-2/Ubuntu-14.04/[dummy has/Test-Ubuntu14-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_10k_SKPs/571\", \"tasks\": {\"ct-dm-2/Ubuntu-14.04/[dummy has/Test-Ubuntu14-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_10k_SKPs/571\": {\"shard_index\": 0, \"task_id\": \"10000\", \"view_url\": \"https://chromium-swarm.appspot.com/user/task/10000\"}}}",
|
||||||
"--task-summary-json",
|
"--task-summary-json",
|
||||||
"/path/to/tmp/json"
|
"/path/to/tmp/json"
|
||||||
],
|
],
|
||||||
@ -1360,7 +1360,7 @@
|
|||||||
"--decorate",
|
"--decorate",
|
||||||
"--print-status-updates",
|
"--print-status-updates",
|
||||||
"--json",
|
"--json",
|
||||||
"{\"base_task_name\": \"ct-dm-3/Ubuntu-14.04/[dummy has/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_10k_SKPs/571\", \"tasks\": {\"ct-dm-3/Ubuntu-14.04/[dummy has/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_10k_SKPs/571\": {\"shard_index\": 0, \"task_id\": \"10000\", \"view_url\": \"https://chromium-swarm.appspot.com/user/task/10000\"}}}",
|
"{\"base_task_name\": \"ct-dm-3/Ubuntu-14.04/[dummy has/Test-Ubuntu14-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_10k_SKPs/571\", \"tasks\": {\"ct-dm-3/Ubuntu-14.04/[dummy has/Test-Ubuntu14-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_10k_SKPs/571\": {\"shard_index\": 0, \"task_id\": \"10000\", \"view_url\": \"https://chromium-swarm.appspot.com/user/task/10000\"}}}",
|
||||||
"--task-summary-json",
|
"--task-summary-json",
|
||||||
"/path/to/tmp/json"
|
"/path/to/tmp/json"
|
||||||
],
|
],
|
||||||
@ -1437,7 +1437,7 @@
|
|||||||
"--decorate",
|
"--decorate",
|
||||||
"--print-status-updates",
|
"--print-status-updates",
|
||||||
"--json",
|
"--json",
|
||||||
"{\"base_task_name\": \"ct-dm-4/Ubuntu-14.04/[dummy has/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_10k_SKPs/571\", \"tasks\": {\"ct-dm-4/Ubuntu-14.04/[dummy has/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_10k_SKPs/571\": {\"shard_index\": 0, \"task_id\": \"10000\", \"view_url\": \"https://chromium-swarm.appspot.com/user/task/10000\"}}}",
|
"{\"base_task_name\": \"ct-dm-4/Ubuntu-14.04/[dummy has/Test-Ubuntu14-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_10k_SKPs/571\", \"tasks\": {\"ct-dm-4/Ubuntu-14.04/[dummy has/Test-Ubuntu14-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_10k_SKPs/571\": {\"shard_index\": 0, \"task_id\": \"10000\", \"view_url\": \"https://chromium-swarm.appspot.com/user/task/10000\"}}}",
|
||||||
"--task-summary-json",
|
"--task-summary-json",
|
||||||
"/path/to/tmp/json"
|
"/path/to/tmp/json"
|
||||||
],
|
],
|
||||||
@ -1514,7 +1514,7 @@
|
|||||||
"--decorate",
|
"--decorate",
|
||||||
"--print-status-updates",
|
"--print-status-updates",
|
||||||
"--json",
|
"--json",
|
||||||
"{\"base_task_name\": \"ct-dm-5/Ubuntu-14.04/[dummy has/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_10k_SKPs/571\", \"tasks\": {\"ct-dm-5/Ubuntu-14.04/[dummy has/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_10k_SKPs/571\": {\"shard_index\": 0, \"task_id\": \"10000\", \"view_url\": \"https://chromium-swarm.appspot.com/user/task/10000\"}}}",
|
"{\"base_task_name\": \"ct-dm-5/Ubuntu-14.04/[dummy has/Test-Ubuntu14-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_10k_SKPs/571\", \"tasks\": {\"ct-dm-5/Ubuntu-14.04/[dummy has/Test-Ubuntu14-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_10k_SKPs/571\": {\"shard_index\": 0, \"task_id\": \"10000\", \"view_url\": \"https://chromium-swarm.appspot.com/user/task/10000\"}}}",
|
||||||
"--task-summary-json",
|
"--task-summary-json",
|
||||||
"/path/to/tmp/json"
|
"/path/to/tmp/json"
|
||||||
],
|
],
|
||||||
|
@ -118,7 +118,7 @@
|
|||||||
"[CUSTOM_/_B_WORK]/skia/bin/gn",
|
"[CUSTOM_/_B_WORK]/skia/bin/gn",
|
||||||
"gen",
|
"gen",
|
||||||
"[START_DIR]/out/Debug",
|
"[START_DIR]/out/Debug",
|
||||||
"--args=cc=\"gcc\" cxx=\"g++\" extra_cflags=[\"-O1\"]"
|
"--args=cc=\"gcc-4.8\" cxx=\"g++-4.8\" extra_cflags=[\"-O1\"]"
|
||||||
],
|
],
|
||||||
"cwd": "[CUSTOM_/_B_WORK]/skia",
|
"cwd": "[CUSTOM_/_B_WORK]/skia",
|
||||||
"env": {
|
"env": {
|
||||||
@ -381,7 +381,7 @@
|
|||||||
"--json-output",
|
"--json-output",
|
||||||
"/path/to/tmp/json",
|
"/path/to/tmp/json",
|
||||||
"rmtree",
|
"rmtree",
|
||||||
"[CUSTOM_/_B_WORK]/skps/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_1m_SKPs/slave1"
|
"[CUSTOM_/_B_WORK]/skps/c37e844a6f8708-eee762104c75bd/All/5/slave1"
|
||||||
],
|
],
|
||||||
"infra_step": true,
|
"infra_step": true,
|
||||||
"name": "rmtree slave1"
|
"name": "rmtree slave1"
|
||||||
@ -396,7 +396,7 @@
|
|||||||
"ensure-directory",
|
"ensure-directory",
|
||||||
"--mode",
|
"--mode",
|
||||||
"0777",
|
"0777",
|
||||||
"[CUSTOM_/_B_WORK]/skps/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_1m_SKPs/slave1"
|
"[CUSTOM_/_B_WORK]/skps/c37e844a6f8708-eee762104c75bd/All/5/slave1"
|
||||||
],
|
],
|
||||||
"infra_step": true,
|
"infra_step": true,
|
||||||
"name": "makedirs slave1"
|
"name": "makedirs slave1"
|
||||||
@ -419,7 +419,7 @@
|
|||||||
"gs://cluster-telemetry/swarming/skps/All/c37e844a6f8708-eee762104c75bd/8/*.skp",
|
"gs://cluster-telemetry/swarming/skps/All/c37e844a6f8708-eee762104c75bd/8/*.skp",
|
||||||
"gs://cluster-telemetry/swarming/skps/All/c37e844a6f8708-eee762104c75bd/9/*.skp",
|
"gs://cluster-telemetry/swarming/skps/All/c37e844a6f8708-eee762104c75bd/9/*.skp",
|
||||||
"gs://cluster-telemetry/swarming/skps/All/c37e844a6f8708-eee762104c75bd/10/*.skp",
|
"gs://cluster-telemetry/swarming/skps/All/c37e844a6f8708-eee762104c75bd/10/*.skp",
|
||||||
"[CUSTOM_/_B_WORK]/skps/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_1m_SKPs/slave1"
|
"[CUSTOM_/_B_WORK]/skps/c37e844a6f8708-eee762104c75bd/All/5/slave1"
|
||||||
],
|
],
|
||||||
"infra_step": true,
|
"infra_step": true,
|
||||||
"name": "gsutil cp"
|
"name": "gsutil cp"
|
||||||
@ -447,7 +447,7 @@
|
|||||||
"--json-output",
|
"--json-output",
|
||||||
"/path/to/tmp/json",
|
"/path/to/tmp/json",
|
||||||
"copy",
|
"copy",
|
||||||
"{\n \"args\": [\n \"--isolate\", \n \"[CUSTOM_/_B_WORK]/skia/infra/bots/ct/ct_skps.isolate\", \n \"--isolated\", \n \"[START_DIR]/swarming_temp_dir/skia-task-ct-dm-1.isolated\", \n \"--config-variable\", \n \"OS\", \n \"linux\", \n \"--extra-variable\", \n \"CONFIGURATION\", \n \"Debug\", \n \"--extra-variable\", \n \"BUILDER\", \n \"Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_1m_SKPs\", \n \"--extra-variable\", \n \"GIT_HASH\", \n \"9046e2e693bb92a76e972b694580e5d17ad10748\", \n \"--extra-variable\", \n \"SLAVE_NUM\", \n \"1\", \n \"--extra-variable\", \n \"TOOL_NAME\", \n \"dm\"\n ], \n \"dir\": \"[CUSTOM_/_B_WORK]/skia/infra/bots/ct\", \n \"version\": 1\n}",
|
"{\n \"args\": [\n \"--isolate\", \n \"[CUSTOM_/_B_WORK]/skia/infra/bots/ct/ct_skps.isolate\", \n \"--isolated\", \n \"[START_DIR]/swarming_temp_dir/skia-task-ct-dm-1.isolated\", \n \"--config-variable\", \n \"OS\", \n \"linux\", \n \"--extra-variable\", \n \"NUM_SLAVES\", \n \"5\", \n \"--extra-variable\", \n \"CONFIGURATION\", \n \"Debug\", \n \"--extra-variable\", \n \"SLAVE_NUM\", \n \"1\", \n \"--extra-variable\", \n \"PAGE_TYPE\", \n \"All\", \n \"--extra-variable\", \n \"BUILDER\", \n \"Test-Ubuntu14-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_1m_SKPs\", \n \"--extra-variable\", \n \"GIT_HASH\", \n \"9046e2e693bb92a76e972b694580e5d17ad10748\", \n \"--extra-variable\", \n \"TOOL_NAME\", \n \"dm\", \n \"--extra-variable\", \n \"CHROMIUM_BUILD\", \n \"c37e844a6f8708-eee762104c75bd\"\n ], \n \"dir\": \"[CUSTOM_/_B_WORK]/skia/infra/bots/ct\", \n \"version\": 1\n}",
|
||||||
"[START_DIR]/swarming_temp_dir/ct-dm-1.isolated.gen.json"
|
"[START_DIR]/swarming_temp_dir/ct-dm-1.isolated.gen.json"
|
||||||
],
|
],
|
||||||
"infra_step": true,
|
"infra_step": true,
|
||||||
@ -461,7 +461,7 @@
|
|||||||
"--json-output",
|
"--json-output",
|
||||||
"/path/to/tmp/json",
|
"/path/to/tmp/json",
|
||||||
"rmtree",
|
"rmtree",
|
||||||
"[CUSTOM_/_B_WORK]/skps/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_1m_SKPs/slave2"
|
"[CUSTOM_/_B_WORK]/skps/c37e844a6f8708-eee762104c75bd/All/5/slave2"
|
||||||
],
|
],
|
||||||
"infra_step": true,
|
"infra_step": true,
|
||||||
"name": "rmtree slave2"
|
"name": "rmtree slave2"
|
||||||
@ -476,7 +476,7 @@
|
|||||||
"ensure-directory",
|
"ensure-directory",
|
||||||
"--mode",
|
"--mode",
|
||||||
"0777",
|
"0777",
|
||||||
"[CUSTOM_/_B_WORK]/skps/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_1m_SKPs/slave2"
|
"[CUSTOM_/_B_WORK]/skps/c37e844a6f8708-eee762104c75bd/All/5/slave2"
|
||||||
],
|
],
|
||||||
"infra_step": true,
|
"infra_step": true,
|
||||||
"name": "makedirs slave2"
|
"name": "makedirs slave2"
|
||||||
@ -499,7 +499,7 @@
|
|||||||
"gs://cluster-telemetry/swarming/skps/All/c37e844a6f8708-eee762104c75bd/18/*.skp",
|
"gs://cluster-telemetry/swarming/skps/All/c37e844a6f8708-eee762104c75bd/18/*.skp",
|
||||||
"gs://cluster-telemetry/swarming/skps/All/c37e844a6f8708-eee762104c75bd/19/*.skp",
|
"gs://cluster-telemetry/swarming/skps/All/c37e844a6f8708-eee762104c75bd/19/*.skp",
|
||||||
"gs://cluster-telemetry/swarming/skps/All/c37e844a6f8708-eee762104c75bd/20/*.skp",
|
"gs://cluster-telemetry/swarming/skps/All/c37e844a6f8708-eee762104c75bd/20/*.skp",
|
||||||
"[CUSTOM_/_B_WORK]/skps/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_1m_SKPs/slave2"
|
"[CUSTOM_/_B_WORK]/skps/c37e844a6f8708-eee762104c75bd/All/5/slave2"
|
||||||
],
|
],
|
||||||
"infra_step": true,
|
"infra_step": true,
|
||||||
"name": "gsutil cp (2)"
|
"name": "gsutil cp (2)"
|
||||||
@ -527,7 +527,7 @@
|
|||||||
"--json-output",
|
"--json-output",
|
||||||
"/path/to/tmp/json",
|
"/path/to/tmp/json",
|
||||||
"copy",
|
"copy",
|
||||||
"{\n \"args\": [\n \"--isolate\", \n \"[CUSTOM_/_B_WORK]/skia/infra/bots/ct/ct_skps.isolate\", \n \"--isolated\", \n \"[START_DIR]/swarming_temp_dir/skia-task-ct-dm-2.isolated\", \n \"--config-variable\", \n \"OS\", \n \"linux\", \n \"--extra-variable\", \n \"CONFIGURATION\", \n \"Debug\", \n \"--extra-variable\", \n \"BUILDER\", \n \"Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_1m_SKPs\", \n \"--extra-variable\", \n \"GIT_HASH\", \n \"9046e2e693bb92a76e972b694580e5d17ad10748\", \n \"--extra-variable\", \n \"SLAVE_NUM\", \n \"2\", \n \"--extra-variable\", \n \"TOOL_NAME\", \n \"dm\"\n ], \n \"dir\": \"[CUSTOM_/_B_WORK]/skia/infra/bots/ct\", \n \"version\": 1\n}",
|
"{\n \"args\": [\n \"--isolate\", \n \"[CUSTOM_/_B_WORK]/skia/infra/bots/ct/ct_skps.isolate\", \n \"--isolated\", \n \"[START_DIR]/swarming_temp_dir/skia-task-ct-dm-2.isolated\", \n \"--config-variable\", \n \"OS\", \n \"linux\", \n \"--extra-variable\", \n \"NUM_SLAVES\", \n \"5\", \n \"--extra-variable\", \n \"CONFIGURATION\", \n \"Debug\", \n \"--extra-variable\", \n \"SLAVE_NUM\", \n \"2\", \n \"--extra-variable\", \n \"PAGE_TYPE\", \n \"All\", \n \"--extra-variable\", \n \"BUILDER\", \n \"Test-Ubuntu14-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_1m_SKPs\", \n \"--extra-variable\", \n \"GIT_HASH\", \n \"9046e2e693bb92a76e972b694580e5d17ad10748\", \n \"--extra-variable\", \n \"TOOL_NAME\", \n \"dm\", \n \"--extra-variable\", \n \"CHROMIUM_BUILD\", \n \"c37e844a6f8708-eee762104c75bd\"\n ], \n \"dir\": \"[CUSTOM_/_B_WORK]/skia/infra/bots/ct\", \n \"version\": 1\n}",
|
||||||
"[START_DIR]/swarming_temp_dir/ct-dm-2.isolated.gen.json"
|
"[START_DIR]/swarming_temp_dir/ct-dm-2.isolated.gen.json"
|
||||||
],
|
],
|
||||||
"infra_step": true,
|
"infra_step": true,
|
||||||
@ -541,7 +541,7 @@
|
|||||||
"--json-output",
|
"--json-output",
|
||||||
"/path/to/tmp/json",
|
"/path/to/tmp/json",
|
||||||
"rmtree",
|
"rmtree",
|
||||||
"[CUSTOM_/_B_WORK]/skps/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_1m_SKPs/slave3"
|
"[CUSTOM_/_B_WORK]/skps/c37e844a6f8708-eee762104c75bd/All/5/slave3"
|
||||||
],
|
],
|
||||||
"infra_step": true,
|
"infra_step": true,
|
||||||
"name": "rmtree slave3"
|
"name": "rmtree slave3"
|
||||||
@ -556,7 +556,7 @@
|
|||||||
"ensure-directory",
|
"ensure-directory",
|
||||||
"--mode",
|
"--mode",
|
||||||
"0777",
|
"0777",
|
||||||
"[CUSTOM_/_B_WORK]/skps/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_1m_SKPs/slave3"
|
"[CUSTOM_/_B_WORK]/skps/c37e844a6f8708-eee762104c75bd/All/5/slave3"
|
||||||
],
|
],
|
||||||
"infra_step": true,
|
"infra_step": true,
|
||||||
"name": "makedirs slave3"
|
"name": "makedirs slave3"
|
||||||
@ -579,7 +579,7 @@
|
|||||||
"gs://cluster-telemetry/swarming/skps/All/c37e844a6f8708-eee762104c75bd/28/*.skp",
|
"gs://cluster-telemetry/swarming/skps/All/c37e844a6f8708-eee762104c75bd/28/*.skp",
|
||||||
"gs://cluster-telemetry/swarming/skps/All/c37e844a6f8708-eee762104c75bd/29/*.skp",
|
"gs://cluster-telemetry/swarming/skps/All/c37e844a6f8708-eee762104c75bd/29/*.skp",
|
||||||
"gs://cluster-telemetry/swarming/skps/All/c37e844a6f8708-eee762104c75bd/30/*.skp",
|
"gs://cluster-telemetry/swarming/skps/All/c37e844a6f8708-eee762104c75bd/30/*.skp",
|
||||||
"[CUSTOM_/_B_WORK]/skps/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_1m_SKPs/slave3"
|
"[CUSTOM_/_B_WORK]/skps/c37e844a6f8708-eee762104c75bd/All/5/slave3"
|
||||||
],
|
],
|
||||||
"infra_step": true,
|
"infra_step": true,
|
||||||
"name": "gsutil cp (3)"
|
"name": "gsutil cp (3)"
|
||||||
@ -607,7 +607,7 @@
|
|||||||
"--json-output",
|
"--json-output",
|
||||||
"/path/to/tmp/json",
|
"/path/to/tmp/json",
|
||||||
"copy",
|
"copy",
|
||||||
"{\n \"args\": [\n \"--isolate\", \n \"[CUSTOM_/_B_WORK]/skia/infra/bots/ct/ct_skps.isolate\", \n \"--isolated\", \n \"[START_DIR]/swarming_temp_dir/skia-task-ct-dm-3.isolated\", \n \"--config-variable\", \n \"OS\", \n \"linux\", \n \"--extra-variable\", \n \"CONFIGURATION\", \n \"Debug\", \n \"--extra-variable\", \n \"BUILDER\", \n \"Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_1m_SKPs\", \n \"--extra-variable\", \n \"GIT_HASH\", \n \"9046e2e693bb92a76e972b694580e5d17ad10748\", \n \"--extra-variable\", \n \"SLAVE_NUM\", \n \"3\", \n \"--extra-variable\", \n \"TOOL_NAME\", \n \"dm\"\n ], \n \"dir\": \"[CUSTOM_/_B_WORK]/skia/infra/bots/ct\", \n \"version\": 1\n}",
|
"{\n \"args\": [\n \"--isolate\", \n \"[CUSTOM_/_B_WORK]/skia/infra/bots/ct/ct_skps.isolate\", \n \"--isolated\", \n \"[START_DIR]/swarming_temp_dir/skia-task-ct-dm-3.isolated\", \n \"--config-variable\", \n \"OS\", \n \"linux\", \n \"--extra-variable\", \n \"NUM_SLAVES\", \n \"5\", \n \"--extra-variable\", \n \"CONFIGURATION\", \n \"Debug\", \n \"--extra-variable\", \n \"SLAVE_NUM\", \n \"3\", \n \"--extra-variable\", \n \"PAGE_TYPE\", \n \"All\", \n \"--extra-variable\", \n \"BUILDER\", \n \"Test-Ubuntu14-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_1m_SKPs\", \n \"--extra-variable\", \n \"GIT_HASH\", \n \"9046e2e693bb92a76e972b694580e5d17ad10748\", \n \"--extra-variable\", \n \"TOOL_NAME\", \n \"dm\", \n \"--extra-variable\", \n \"CHROMIUM_BUILD\", \n \"c37e844a6f8708-eee762104c75bd\"\n ], \n \"dir\": \"[CUSTOM_/_B_WORK]/skia/infra/bots/ct\", \n \"version\": 1\n}",
|
||||||
"[START_DIR]/swarming_temp_dir/ct-dm-3.isolated.gen.json"
|
"[START_DIR]/swarming_temp_dir/ct-dm-3.isolated.gen.json"
|
||||||
],
|
],
|
||||||
"infra_step": true,
|
"infra_step": true,
|
||||||
@ -621,7 +621,7 @@
|
|||||||
"--json-output",
|
"--json-output",
|
||||||
"/path/to/tmp/json",
|
"/path/to/tmp/json",
|
||||||
"rmtree",
|
"rmtree",
|
||||||
"[CUSTOM_/_B_WORK]/skps/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_1m_SKPs/slave4"
|
"[CUSTOM_/_B_WORK]/skps/c37e844a6f8708-eee762104c75bd/All/5/slave4"
|
||||||
],
|
],
|
||||||
"infra_step": true,
|
"infra_step": true,
|
||||||
"name": "rmtree slave4"
|
"name": "rmtree slave4"
|
||||||
@ -636,7 +636,7 @@
|
|||||||
"ensure-directory",
|
"ensure-directory",
|
||||||
"--mode",
|
"--mode",
|
||||||
"0777",
|
"0777",
|
||||||
"[CUSTOM_/_B_WORK]/skps/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_1m_SKPs/slave4"
|
"[CUSTOM_/_B_WORK]/skps/c37e844a6f8708-eee762104c75bd/All/5/slave4"
|
||||||
],
|
],
|
||||||
"infra_step": true,
|
"infra_step": true,
|
||||||
"name": "makedirs slave4"
|
"name": "makedirs slave4"
|
||||||
@ -659,7 +659,7 @@
|
|||||||
"gs://cluster-telemetry/swarming/skps/All/c37e844a6f8708-eee762104c75bd/38/*.skp",
|
"gs://cluster-telemetry/swarming/skps/All/c37e844a6f8708-eee762104c75bd/38/*.skp",
|
||||||
"gs://cluster-telemetry/swarming/skps/All/c37e844a6f8708-eee762104c75bd/39/*.skp",
|
"gs://cluster-telemetry/swarming/skps/All/c37e844a6f8708-eee762104c75bd/39/*.skp",
|
||||||
"gs://cluster-telemetry/swarming/skps/All/c37e844a6f8708-eee762104c75bd/40/*.skp",
|
"gs://cluster-telemetry/swarming/skps/All/c37e844a6f8708-eee762104c75bd/40/*.skp",
|
||||||
"[CUSTOM_/_B_WORK]/skps/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_1m_SKPs/slave4"
|
"[CUSTOM_/_B_WORK]/skps/c37e844a6f8708-eee762104c75bd/All/5/slave4"
|
||||||
],
|
],
|
||||||
"infra_step": true,
|
"infra_step": true,
|
||||||
"name": "gsutil cp (4)"
|
"name": "gsutil cp (4)"
|
||||||
@ -687,7 +687,7 @@
|
|||||||
"--json-output",
|
"--json-output",
|
||||||
"/path/to/tmp/json",
|
"/path/to/tmp/json",
|
||||||
"copy",
|
"copy",
|
||||||
"{\n \"args\": [\n \"--isolate\", \n \"[CUSTOM_/_B_WORK]/skia/infra/bots/ct/ct_skps.isolate\", \n \"--isolated\", \n \"[START_DIR]/swarming_temp_dir/skia-task-ct-dm-4.isolated\", \n \"--config-variable\", \n \"OS\", \n \"linux\", \n \"--extra-variable\", \n \"CONFIGURATION\", \n \"Debug\", \n \"--extra-variable\", \n \"BUILDER\", \n \"Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_1m_SKPs\", \n \"--extra-variable\", \n \"GIT_HASH\", \n \"9046e2e693bb92a76e972b694580e5d17ad10748\", \n \"--extra-variable\", \n \"SLAVE_NUM\", \n \"4\", \n \"--extra-variable\", \n \"TOOL_NAME\", \n \"dm\"\n ], \n \"dir\": \"[CUSTOM_/_B_WORK]/skia/infra/bots/ct\", \n \"version\": 1\n}",
|
"{\n \"args\": [\n \"--isolate\", \n \"[CUSTOM_/_B_WORK]/skia/infra/bots/ct/ct_skps.isolate\", \n \"--isolated\", \n \"[START_DIR]/swarming_temp_dir/skia-task-ct-dm-4.isolated\", \n \"--config-variable\", \n \"OS\", \n \"linux\", \n \"--extra-variable\", \n \"NUM_SLAVES\", \n \"5\", \n \"--extra-variable\", \n \"CONFIGURATION\", \n \"Debug\", \n \"--extra-variable\", \n \"SLAVE_NUM\", \n \"4\", \n \"--extra-variable\", \n \"PAGE_TYPE\", \n \"All\", \n \"--extra-variable\", \n \"BUILDER\", \n \"Test-Ubuntu14-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_1m_SKPs\", \n \"--extra-variable\", \n \"GIT_HASH\", \n \"9046e2e693bb92a76e972b694580e5d17ad10748\", \n \"--extra-variable\", \n \"TOOL_NAME\", \n \"dm\", \n \"--extra-variable\", \n \"CHROMIUM_BUILD\", \n \"c37e844a6f8708-eee762104c75bd\"\n ], \n \"dir\": \"[CUSTOM_/_B_WORK]/skia/infra/bots/ct\", \n \"version\": 1\n}",
|
||||||
"[START_DIR]/swarming_temp_dir/ct-dm-4.isolated.gen.json"
|
"[START_DIR]/swarming_temp_dir/ct-dm-4.isolated.gen.json"
|
||||||
],
|
],
|
||||||
"infra_step": true,
|
"infra_step": true,
|
||||||
@ -701,7 +701,7 @@
|
|||||||
"--json-output",
|
"--json-output",
|
||||||
"/path/to/tmp/json",
|
"/path/to/tmp/json",
|
||||||
"rmtree",
|
"rmtree",
|
||||||
"[CUSTOM_/_B_WORK]/skps/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_1m_SKPs/slave5"
|
"[CUSTOM_/_B_WORK]/skps/c37e844a6f8708-eee762104c75bd/All/5/slave5"
|
||||||
],
|
],
|
||||||
"infra_step": true,
|
"infra_step": true,
|
||||||
"name": "rmtree slave5"
|
"name": "rmtree slave5"
|
||||||
@ -716,7 +716,7 @@
|
|||||||
"ensure-directory",
|
"ensure-directory",
|
||||||
"--mode",
|
"--mode",
|
||||||
"0777",
|
"0777",
|
||||||
"[CUSTOM_/_B_WORK]/skps/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_1m_SKPs/slave5"
|
"[CUSTOM_/_B_WORK]/skps/c37e844a6f8708-eee762104c75bd/All/5/slave5"
|
||||||
],
|
],
|
||||||
"infra_step": true,
|
"infra_step": true,
|
||||||
"name": "makedirs slave5"
|
"name": "makedirs slave5"
|
||||||
@ -739,7 +739,7 @@
|
|||||||
"gs://cluster-telemetry/swarming/skps/All/c37e844a6f8708-eee762104c75bd/48/*.skp",
|
"gs://cluster-telemetry/swarming/skps/All/c37e844a6f8708-eee762104c75bd/48/*.skp",
|
||||||
"gs://cluster-telemetry/swarming/skps/All/c37e844a6f8708-eee762104c75bd/49/*.skp",
|
"gs://cluster-telemetry/swarming/skps/All/c37e844a6f8708-eee762104c75bd/49/*.skp",
|
||||||
"gs://cluster-telemetry/swarming/skps/All/c37e844a6f8708-eee762104c75bd/50/*.skp",
|
"gs://cluster-telemetry/swarming/skps/All/c37e844a6f8708-eee762104c75bd/50/*.skp",
|
||||||
"[CUSTOM_/_B_WORK]/skps/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_1m_SKPs/slave5"
|
"[CUSTOM_/_B_WORK]/skps/c37e844a6f8708-eee762104c75bd/All/5/slave5"
|
||||||
],
|
],
|
||||||
"infra_step": true,
|
"infra_step": true,
|
||||||
"name": "gsutil cp (5)"
|
"name": "gsutil cp (5)"
|
||||||
@ -767,7 +767,7 @@
|
|||||||
"--json-output",
|
"--json-output",
|
||||||
"/path/to/tmp/json",
|
"/path/to/tmp/json",
|
||||||
"copy",
|
"copy",
|
||||||
"{\n \"args\": [\n \"--isolate\", \n \"[CUSTOM_/_B_WORK]/skia/infra/bots/ct/ct_skps.isolate\", \n \"--isolated\", \n \"[START_DIR]/swarming_temp_dir/skia-task-ct-dm-5.isolated\", \n \"--config-variable\", \n \"OS\", \n \"linux\", \n \"--extra-variable\", \n \"CONFIGURATION\", \n \"Debug\", \n \"--extra-variable\", \n \"BUILDER\", \n \"Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_1m_SKPs\", \n \"--extra-variable\", \n \"GIT_HASH\", \n \"9046e2e693bb92a76e972b694580e5d17ad10748\", \n \"--extra-variable\", \n \"SLAVE_NUM\", \n \"5\", \n \"--extra-variable\", \n \"TOOL_NAME\", \n \"dm\"\n ], \n \"dir\": \"[CUSTOM_/_B_WORK]/skia/infra/bots/ct\", \n \"version\": 1\n}",
|
"{\n \"args\": [\n \"--isolate\", \n \"[CUSTOM_/_B_WORK]/skia/infra/bots/ct/ct_skps.isolate\", \n \"--isolated\", \n \"[START_DIR]/swarming_temp_dir/skia-task-ct-dm-5.isolated\", \n \"--config-variable\", \n \"OS\", \n \"linux\", \n \"--extra-variable\", \n \"NUM_SLAVES\", \n \"5\", \n \"--extra-variable\", \n \"CONFIGURATION\", \n \"Debug\", \n \"--extra-variable\", \n \"SLAVE_NUM\", \n \"5\", \n \"--extra-variable\", \n \"PAGE_TYPE\", \n \"All\", \n \"--extra-variable\", \n \"BUILDER\", \n \"Test-Ubuntu14-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_1m_SKPs\", \n \"--extra-variable\", \n \"GIT_HASH\", \n \"9046e2e693bb92a76e972b694580e5d17ad10748\", \n \"--extra-variable\", \n \"TOOL_NAME\", \n \"dm\", \n \"--extra-variable\", \n \"CHROMIUM_BUILD\", \n \"c37e844a6f8708-eee762104c75bd\"\n ], \n \"dir\": \"[CUSTOM_/_B_WORK]/skia/infra/bots/ct\", \n \"version\": 1\n}",
|
||||||
"[START_DIR]/swarming_temp_dir/ct-dm-5.isolated.gen.json"
|
"[START_DIR]/swarming_temp_dir/ct-dm-5.isolated.gen.json"
|
||||||
],
|
],
|
||||||
"infra_step": true,
|
"infra_step": true,
|
||||||
@ -782,10 +782,10 @@
|
|||||||
"/path/to/tmp/json",
|
"/path/to/tmp/json",
|
||||||
"copy",
|
"copy",
|
||||||
"{\"chromium_build\": \"c37e844a6f8708-eee762104c75bd\", \"num_slaves\": 5, \"page_type\": \"All\"}",
|
"{\"chromium_build\": \"c37e844a6f8708-eee762104c75bd\", \"num_slaves\": 5, \"page_type\": \"All\"}",
|
||||||
"[CUSTOM_/_B_WORK]/skps/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_1m_SKPs/skps_version"
|
"[CUSTOM_/_B_WORK]/skps/c37e844a6f8708-eee762104c75bd/All/5/skps_version"
|
||||||
],
|
],
|
||||||
"infra_step": true,
|
"infra_step": true,
|
||||||
"name": "Create [CUSTOM_/_B_WORK]/skps/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_1m_SKPs/skps_version"
|
"name": "Create [CUSTOM_/_B_WORK]/skps/c37e844a6f8708-eee762104c75bd/All/5/skps_version"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"cmd": [
|
"cmd": [
|
||||||
@ -833,7 +833,7 @@
|
|||||||
"--shards",
|
"--shards",
|
||||||
"1",
|
"1",
|
||||||
"--task-name",
|
"--task-name",
|
||||||
"ct-dm-1/Ubuntu-14.04/[dummy has/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_1m_SKPs/-1",
|
"ct-dm-1/Ubuntu-14.04/[dummy has/Test-Ubuntu14-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_1m_SKPs/-1",
|
||||||
"--dump-json",
|
"--dump-json",
|
||||||
"/path/to/tmp/json",
|
"/path/to/tmp/json",
|
||||||
"--expiration",
|
"--expiration",
|
||||||
@ -854,7 +854,7 @@
|
|||||||
"--tag",
|
"--tag",
|
||||||
"allow_milo:1",
|
"allow_milo:1",
|
||||||
"--tag",
|
"--tag",
|
||||||
"buildername:Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_1m_SKPs",
|
"buildername:Test-Ubuntu14-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_1m_SKPs",
|
||||||
"--tag",
|
"--tag",
|
||||||
"data:[dummy hash for ct-dm-1]",
|
"data:[dummy hash for ct-dm-1]",
|
||||||
"--tag",
|
"--tag",
|
||||||
@ -873,9 +873,9 @@
|
|||||||
"~followup_annotations": [
|
"~followup_annotations": [
|
||||||
"@@@STEP_TEXT@Run on OS: 'Ubuntu-14.04'@@@",
|
"@@@STEP_TEXT@Run on OS: 'Ubuntu-14.04'@@@",
|
||||||
"@@@STEP_LOG_LINE@json.output@{@@@",
|
"@@@STEP_LOG_LINE@json.output@{@@@",
|
||||||
"@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"ct-dm-1/Ubuntu-14.04/[dummy has/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_1m_SKPs/-1\", @@@",
|
"@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"ct-dm-1/Ubuntu-14.04/[dummy has/Test-Ubuntu14-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_1m_SKPs/-1\", @@@",
|
||||||
"@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@",
|
"@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@",
|
||||||
"@@@STEP_LOG_LINE@json.output@ \"ct-dm-1/Ubuntu-14.04/[dummy has/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_1m_SKPs/-1\": {@@@",
|
"@@@STEP_LOG_LINE@json.output@ \"ct-dm-1/Ubuntu-14.04/[dummy has/Test-Ubuntu14-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_1m_SKPs/-1\": {@@@",
|
||||||
"@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@",
|
"@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@",
|
||||||
"@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@",
|
"@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@",
|
||||||
"@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm.appspot.com/user/task/10000\"@@@",
|
"@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm.appspot.com/user/task/10000\"@@@",
|
||||||
@ -901,7 +901,7 @@
|
|||||||
"--shards",
|
"--shards",
|
||||||
"1",
|
"1",
|
||||||
"--task-name",
|
"--task-name",
|
||||||
"ct-dm-2/Ubuntu-14.04/[dummy has/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_1m_SKPs/-1",
|
"ct-dm-2/Ubuntu-14.04/[dummy has/Test-Ubuntu14-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_1m_SKPs/-1",
|
||||||
"--dump-json",
|
"--dump-json",
|
||||||
"/path/to/tmp/json",
|
"/path/to/tmp/json",
|
||||||
"--expiration",
|
"--expiration",
|
||||||
@ -922,7 +922,7 @@
|
|||||||
"--tag",
|
"--tag",
|
||||||
"allow_milo:1",
|
"allow_milo:1",
|
||||||
"--tag",
|
"--tag",
|
||||||
"buildername:Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_1m_SKPs",
|
"buildername:Test-Ubuntu14-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_1m_SKPs",
|
||||||
"--tag",
|
"--tag",
|
||||||
"data:[dummy hash for ct-dm-2]",
|
"data:[dummy hash for ct-dm-2]",
|
||||||
"--tag",
|
"--tag",
|
||||||
@ -941,9 +941,9 @@
|
|||||||
"~followup_annotations": [
|
"~followup_annotations": [
|
||||||
"@@@STEP_TEXT@Run on OS: 'Ubuntu-14.04'@@@",
|
"@@@STEP_TEXT@Run on OS: 'Ubuntu-14.04'@@@",
|
||||||
"@@@STEP_LOG_LINE@json.output@{@@@",
|
"@@@STEP_LOG_LINE@json.output@{@@@",
|
||||||
"@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"ct-dm-2/Ubuntu-14.04/[dummy has/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_1m_SKPs/-1\", @@@",
|
"@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"ct-dm-2/Ubuntu-14.04/[dummy has/Test-Ubuntu14-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_1m_SKPs/-1\", @@@",
|
||||||
"@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@",
|
"@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@",
|
||||||
"@@@STEP_LOG_LINE@json.output@ \"ct-dm-2/Ubuntu-14.04/[dummy has/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_1m_SKPs/-1\": {@@@",
|
"@@@STEP_LOG_LINE@json.output@ \"ct-dm-2/Ubuntu-14.04/[dummy has/Test-Ubuntu14-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_1m_SKPs/-1\": {@@@",
|
||||||
"@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@",
|
"@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@",
|
||||||
"@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@",
|
"@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@",
|
||||||
"@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm.appspot.com/user/task/10000\"@@@",
|
"@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm.appspot.com/user/task/10000\"@@@",
|
||||||
@ -969,7 +969,7 @@
|
|||||||
"--shards",
|
"--shards",
|
||||||
"1",
|
"1",
|
||||||
"--task-name",
|
"--task-name",
|
||||||
"ct-dm-3/Ubuntu-14.04/[dummy has/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_1m_SKPs/-1",
|
"ct-dm-3/Ubuntu-14.04/[dummy has/Test-Ubuntu14-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_1m_SKPs/-1",
|
||||||
"--dump-json",
|
"--dump-json",
|
||||||
"/path/to/tmp/json",
|
"/path/to/tmp/json",
|
||||||
"--expiration",
|
"--expiration",
|
||||||
@ -990,7 +990,7 @@
|
|||||||
"--tag",
|
"--tag",
|
||||||
"allow_milo:1",
|
"allow_milo:1",
|
||||||
"--tag",
|
"--tag",
|
||||||
"buildername:Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_1m_SKPs",
|
"buildername:Test-Ubuntu14-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_1m_SKPs",
|
||||||
"--tag",
|
"--tag",
|
||||||
"data:[dummy hash for ct-dm-3]",
|
"data:[dummy hash for ct-dm-3]",
|
||||||
"--tag",
|
"--tag",
|
||||||
@ -1009,9 +1009,9 @@
|
|||||||
"~followup_annotations": [
|
"~followup_annotations": [
|
||||||
"@@@STEP_TEXT@Run on OS: 'Ubuntu-14.04'@@@",
|
"@@@STEP_TEXT@Run on OS: 'Ubuntu-14.04'@@@",
|
||||||
"@@@STEP_LOG_LINE@json.output@{@@@",
|
"@@@STEP_LOG_LINE@json.output@{@@@",
|
||||||
"@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"ct-dm-3/Ubuntu-14.04/[dummy has/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_1m_SKPs/-1\", @@@",
|
"@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"ct-dm-3/Ubuntu-14.04/[dummy has/Test-Ubuntu14-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_1m_SKPs/-1\", @@@",
|
||||||
"@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@",
|
"@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@",
|
||||||
"@@@STEP_LOG_LINE@json.output@ \"ct-dm-3/Ubuntu-14.04/[dummy has/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_1m_SKPs/-1\": {@@@",
|
"@@@STEP_LOG_LINE@json.output@ \"ct-dm-3/Ubuntu-14.04/[dummy has/Test-Ubuntu14-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_1m_SKPs/-1\": {@@@",
|
||||||
"@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@",
|
"@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@",
|
||||||
"@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@",
|
"@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@",
|
||||||
"@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm.appspot.com/user/task/10000\"@@@",
|
"@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm.appspot.com/user/task/10000\"@@@",
|
||||||
@ -1037,7 +1037,7 @@
|
|||||||
"--shards",
|
"--shards",
|
||||||
"1",
|
"1",
|
||||||
"--task-name",
|
"--task-name",
|
||||||
"ct-dm-4/Ubuntu-14.04/[dummy has/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_1m_SKPs/-1",
|
"ct-dm-4/Ubuntu-14.04/[dummy has/Test-Ubuntu14-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_1m_SKPs/-1",
|
||||||
"--dump-json",
|
"--dump-json",
|
||||||
"/path/to/tmp/json",
|
"/path/to/tmp/json",
|
||||||
"--expiration",
|
"--expiration",
|
||||||
@ -1058,7 +1058,7 @@
|
|||||||
"--tag",
|
"--tag",
|
||||||
"allow_milo:1",
|
"allow_milo:1",
|
||||||
"--tag",
|
"--tag",
|
||||||
"buildername:Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_1m_SKPs",
|
"buildername:Test-Ubuntu14-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_1m_SKPs",
|
||||||
"--tag",
|
"--tag",
|
||||||
"data:[dummy hash for ct-dm-4]",
|
"data:[dummy hash for ct-dm-4]",
|
||||||
"--tag",
|
"--tag",
|
||||||
@ -1077,9 +1077,9 @@
|
|||||||
"~followup_annotations": [
|
"~followup_annotations": [
|
||||||
"@@@STEP_TEXT@Run on OS: 'Ubuntu-14.04'@@@",
|
"@@@STEP_TEXT@Run on OS: 'Ubuntu-14.04'@@@",
|
||||||
"@@@STEP_LOG_LINE@json.output@{@@@",
|
"@@@STEP_LOG_LINE@json.output@{@@@",
|
||||||
"@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"ct-dm-4/Ubuntu-14.04/[dummy has/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_1m_SKPs/-1\", @@@",
|
"@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"ct-dm-4/Ubuntu-14.04/[dummy has/Test-Ubuntu14-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_1m_SKPs/-1\", @@@",
|
||||||
"@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@",
|
"@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@",
|
||||||
"@@@STEP_LOG_LINE@json.output@ \"ct-dm-4/Ubuntu-14.04/[dummy has/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_1m_SKPs/-1\": {@@@",
|
"@@@STEP_LOG_LINE@json.output@ \"ct-dm-4/Ubuntu-14.04/[dummy has/Test-Ubuntu14-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_1m_SKPs/-1\": {@@@",
|
||||||
"@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@",
|
"@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@",
|
||||||
"@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@",
|
"@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@",
|
||||||
"@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm.appspot.com/user/task/10000\"@@@",
|
"@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm.appspot.com/user/task/10000\"@@@",
|
||||||
@ -1105,7 +1105,7 @@
|
|||||||
"--shards",
|
"--shards",
|
||||||
"1",
|
"1",
|
||||||
"--task-name",
|
"--task-name",
|
||||||
"ct-dm-5/Ubuntu-14.04/[dummy has/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_1m_SKPs/-1",
|
"ct-dm-5/Ubuntu-14.04/[dummy has/Test-Ubuntu14-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_1m_SKPs/-1",
|
||||||
"--dump-json",
|
"--dump-json",
|
||||||
"/path/to/tmp/json",
|
"/path/to/tmp/json",
|
||||||
"--expiration",
|
"--expiration",
|
||||||
@ -1126,7 +1126,7 @@
|
|||||||
"--tag",
|
"--tag",
|
||||||
"allow_milo:1",
|
"allow_milo:1",
|
||||||
"--tag",
|
"--tag",
|
||||||
"buildername:Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_1m_SKPs",
|
"buildername:Test-Ubuntu14-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_1m_SKPs",
|
||||||
"--tag",
|
"--tag",
|
||||||
"data:[dummy hash for ct-dm-5]",
|
"data:[dummy hash for ct-dm-5]",
|
||||||
"--tag",
|
"--tag",
|
||||||
@ -1145,9 +1145,9 @@
|
|||||||
"~followup_annotations": [
|
"~followup_annotations": [
|
||||||
"@@@STEP_TEXT@Run on OS: 'Ubuntu-14.04'@@@",
|
"@@@STEP_TEXT@Run on OS: 'Ubuntu-14.04'@@@",
|
||||||
"@@@STEP_LOG_LINE@json.output@{@@@",
|
"@@@STEP_LOG_LINE@json.output@{@@@",
|
||||||
"@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"ct-dm-5/Ubuntu-14.04/[dummy has/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_1m_SKPs/-1\", @@@",
|
"@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"ct-dm-5/Ubuntu-14.04/[dummy has/Test-Ubuntu14-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_1m_SKPs/-1\", @@@",
|
||||||
"@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@",
|
"@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@",
|
||||||
"@@@STEP_LOG_LINE@json.output@ \"ct-dm-5/Ubuntu-14.04/[dummy has/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_1m_SKPs/-1\": {@@@",
|
"@@@STEP_LOG_LINE@json.output@ \"ct-dm-5/Ubuntu-14.04/[dummy has/Test-Ubuntu14-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_1m_SKPs/-1\": {@@@",
|
||||||
"@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@",
|
"@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@",
|
||||||
"@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@",
|
"@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@",
|
||||||
"@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm.appspot.com/user/task/10000\"@@@",
|
"@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm.appspot.com/user/task/10000\"@@@",
|
||||||
@ -1182,7 +1182,7 @@
|
|||||||
"--decorate",
|
"--decorate",
|
||||||
"--print-status-updates",
|
"--print-status-updates",
|
||||||
"--json",
|
"--json",
|
||||||
"{\"base_task_name\": \"ct-dm-1/Ubuntu-14.04/[dummy has/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_1m_SKPs/-1\", \"tasks\": {\"ct-dm-1/Ubuntu-14.04/[dummy has/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_1m_SKPs/-1\": {\"shard_index\": 0, \"task_id\": \"10000\", \"view_url\": \"https://chromium-swarm.appspot.com/user/task/10000\"}}}",
|
"{\"base_task_name\": \"ct-dm-1/Ubuntu-14.04/[dummy has/Test-Ubuntu14-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_1m_SKPs/-1\", \"tasks\": {\"ct-dm-1/Ubuntu-14.04/[dummy has/Test-Ubuntu14-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_1m_SKPs/-1\": {\"shard_index\": 0, \"task_id\": \"10000\", \"view_url\": \"https://chromium-swarm.appspot.com/user/task/10000\"}}}",
|
||||||
"--task-summary-json",
|
"--task-summary-json",
|
||||||
"/path/to/tmp/json"
|
"/path/to/tmp/json"
|
||||||
],
|
],
|
||||||
@ -1259,7 +1259,7 @@
|
|||||||
"--decorate",
|
"--decorate",
|
||||||
"--print-status-updates",
|
"--print-status-updates",
|
||||||
"--json",
|
"--json",
|
||||||
"{\"base_task_name\": \"ct-dm-2/Ubuntu-14.04/[dummy has/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_1m_SKPs/-1\", \"tasks\": {\"ct-dm-2/Ubuntu-14.04/[dummy has/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_1m_SKPs/-1\": {\"shard_index\": 0, \"task_id\": \"10000\", \"view_url\": \"https://chromium-swarm.appspot.com/user/task/10000\"}}}",
|
"{\"base_task_name\": \"ct-dm-2/Ubuntu-14.04/[dummy has/Test-Ubuntu14-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_1m_SKPs/-1\", \"tasks\": {\"ct-dm-2/Ubuntu-14.04/[dummy has/Test-Ubuntu14-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_1m_SKPs/-1\": {\"shard_index\": 0, \"task_id\": \"10000\", \"view_url\": \"https://chromium-swarm.appspot.com/user/task/10000\"}}}",
|
||||||
"--task-summary-json",
|
"--task-summary-json",
|
||||||
"/path/to/tmp/json"
|
"/path/to/tmp/json"
|
||||||
],
|
],
|
||||||
@ -1336,7 +1336,7 @@
|
|||||||
"--decorate",
|
"--decorate",
|
||||||
"--print-status-updates",
|
"--print-status-updates",
|
||||||
"--json",
|
"--json",
|
||||||
"{\"base_task_name\": \"ct-dm-3/Ubuntu-14.04/[dummy has/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_1m_SKPs/-1\", \"tasks\": {\"ct-dm-3/Ubuntu-14.04/[dummy has/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_1m_SKPs/-1\": {\"shard_index\": 0, \"task_id\": \"10000\", \"view_url\": \"https://chromium-swarm.appspot.com/user/task/10000\"}}}",
|
"{\"base_task_name\": \"ct-dm-3/Ubuntu-14.04/[dummy has/Test-Ubuntu14-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_1m_SKPs/-1\", \"tasks\": {\"ct-dm-3/Ubuntu-14.04/[dummy has/Test-Ubuntu14-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_1m_SKPs/-1\": {\"shard_index\": 0, \"task_id\": \"10000\", \"view_url\": \"https://chromium-swarm.appspot.com/user/task/10000\"}}}",
|
||||||
"--task-summary-json",
|
"--task-summary-json",
|
||||||
"/path/to/tmp/json"
|
"/path/to/tmp/json"
|
||||||
],
|
],
|
||||||
@ -1413,7 +1413,7 @@
|
|||||||
"--decorate",
|
"--decorate",
|
||||||
"--print-status-updates",
|
"--print-status-updates",
|
||||||
"--json",
|
"--json",
|
||||||
"{\"base_task_name\": \"ct-dm-4/Ubuntu-14.04/[dummy has/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_1m_SKPs/-1\", \"tasks\": {\"ct-dm-4/Ubuntu-14.04/[dummy has/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_1m_SKPs/-1\": {\"shard_index\": 0, \"task_id\": \"10000\", \"view_url\": \"https://chromium-swarm.appspot.com/user/task/10000\"}}}",
|
"{\"base_task_name\": \"ct-dm-4/Ubuntu-14.04/[dummy has/Test-Ubuntu14-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_1m_SKPs/-1\", \"tasks\": {\"ct-dm-4/Ubuntu-14.04/[dummy has/Test-Ubuntu14-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_1m_SKPs/-1\": {\"shard_index\": 0, \"task_id\": \"10000\", \"view_url\": \"https://chromium-swarm.appspot.com/user/task/10000\"}}}",
|
||||||
"--task-summary-json",
|
"--task-summary-json",
|
||||||
"/path/to/tmp/json"
|
"/path/to/tmp/json"
|
||||||
],
|
],
|
||||||
@ -1490,7 +1490,7 @@
|
|||||||
"--decorate",
|
"--decorate",
|
||||||
"--print-status-updates",
|
"--print-status-updates",
|
||||||
"--json",
|
"--json",
|
||||||
"{\"base_task_name\": \"ct-dm-5/Ubuntu-14.04/[dummy has/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_1m_SKPs/-1\", \"tasks\": {\"ct-dm-5/Ubuntu-14.04/[dummy has/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_1m_SKPs/-1\": {\"shard_index\": 0, \"task_id\": \"10000\", \"view_url\": \"https://chromium-swarm.appspot.com/user/task/10000\"}}}",
|
"{\"base_task_name\": \"ct-dm-5/Ubuntu-14.04/[dummy has/Test-Ubuntu14-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_1m_SKPs/-1\", \"tasks\": {\"ct-dm-5/Ubuntu-14.04/[dummy has/Test-Ubuntu14-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_1m_SKPs/-1\": {\"shard_index\": 0, \"task_id\": \"10000\", \"view_url\": \"https://chromium-swarm.appspot.com/user/task/10000\"}}}",
|
||||||
"--task-summary-json",
|
"--task-summary-json",
|
||||||
"/path/to/tmp/json"
|
"/path/to/tmp/json"
|
||||||
],
|
],
|
||||||
|
@ -118,7 +118,7 @@
|
|||||||
"[CUSTOM_/_B_WORK]/skia/bin/gn",
|
"[CUSTOM_/_B_WORK]/skia/bin/gn",
|
||||||
"gen",
|
"gen",
|
||||||
"[START_DIR]/out/Debug",
|
"[START_DIR]/out/Debug",
|
||||||
"--args=cc=\"gcc\" cxx=\"g++\" extra_cflags=[\"-O1\"]"
|
"--args=cc=\"gcc-4.8\" cxx=\"g++-4.8\" extra_cflags=[\"-O1\"]"
|
||||||
],
|
],
|
||||||
"cwd": "[CUSTOM_/_B_WORK]/skia",
|
"cwd": "[CUSTOM_/_B_WORK]/skia",
|
||||||
"env": {
|
"env": {
|
||||||
@ -381,7 +381,7 @@
|
|||||||
"--json-output",
|
"--json-output",
|
||||||
"/path/to/tmp/json",
|
"/path/to/tmp/json",
|
||||||
"rmtree",
|
"rmtree",
|
||||||
"[CUSTOM_/_B_WORK]/skps/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_1m_SKPs/slave1"
|
"[CUSTOM_/_B_WORK]/skps/c37e844a6f8708-eee762104c75bd/All/5/slave1"
|
||||||
],
|
],
|
||||||
"infra_step": true,
|
"infra_step": true,
|
||||||
"name": "rmtree slave1"
|
"name": "rmtree slave1"
|
||||||
@ -396,7 +396,7 @@
|
|||||||
"ensure-directory",
|
"ensure-directory",
|
||||||
"--mode",
|
"--mode",
|
||||||
"0777",
|
"0777",
|
||||||
"[CUSTOM_/_B_WORK]/skps/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_1m_SKPs/slave1"
|
"[CUSTOM_/_B_WORK]/skps/c37e844a6f8708-eee762104c75bd/All/5/slave1"
|
||||||
],
|
],
|
||||||
"infra_step": true,
|
"infra_step": true,
|
||||||
"name": "makedirs slave1"
|
"name": "makedirs slave1"
|
||||||
@ -419,7 +419,7 @@
|
|||||||
"gs://cluster-telemetry/swarming/skps/All/c37e844a6f8708-eee762104c75bd/8/*.skp",
|
"gs://cluster-telemetry/swarming/skps/All/c37e844a6f8708-eee762104c75bd/8/*.skp",
|
||||||
"gs://cluster-telemetry/swarming/skps/All/c37e844a6f8708-eee762104c75bd/9/*.skp",
|
"gs://cluster-telemetry/swarming/skps/All/c37e844a6f8708-eee762104c75bd/9/*.skp",
|
||||||
"gs://cluster-telemetry/swarming/skps/All/c37e844a6f8708-eee762104c75bd/10/*.skp",
|
"gs://cluster-telemetry/swarming/skps/All/c37e844a6f8708-eee762104c75bd/10/*.skp",
|
||||||
"[CUSTOM_/_B_WORK]/skps/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_1m_SKPs/slave1"
|
"[CUSTOM_/_B_WORK]/skps/c37e844a6f8708-eee762104c75bd/All/5/slave1"
|
||||||
],
|
],
|
||||||
"infra_step": true,
|
"infra_step": true,
|
||||||
"name": "gsutil cp"
|
"name": "gsutil cp"
|
||||||
@ -447,7 +447,7 @@
|
|||||||
"--json-output",
|
"--json-output",
|
||||||
"/path/to/tmp/json",
|
"/path/to/tmp/json",
|
||||||
"copy",
|
"copy",
|
||||||
"{\n \"args\": [\n \"--isolate\", \n \"[CUSTOM_/_B_WORK]/skia/infra/bots/ct/ct_skps.isolate\", \n \"--isolated\", \n \"[START_DIR]/swarming_temp_dir/skia-task-ct-dm-1.isolated\", \n \"--config-variable\", \n \"OS\", \n \"linux\", \n \"--extra-variable\", \n \"CONFIGURATION\", \n \"Debug\", \n \"--extra-variable\", \n \"BUILDER\", \n \"Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_1m_SKPs\", \n \"--extra-variable\", \n \"GIT_HASH\", \n \"9046e2e693bb92a76e972b694580e5d17ad10748\", \n \"--extra-variable\", \n \"SLAVE_NUM\", \n \"1\", \n \"--extra-variable\", \n \"TOOL_NAME\", \n \"dm\"\n ], \n \"dir\": \"[CUSTOM_/_B_WORK]/skia/infra/bots/ct\", \n \"version\": 1\n}",
|
"{\n \"args\": [\n \"--isolate\", \n \"[CUSTOM_/_B_WORK]/skia/infra/bots/ct/ct_skps.isolate\", \n \"--isolated\", \n \"[START_DIR]/swarming_temp_dir/skia-task-ct-dm-1.isolated\", \n \"--config-variable\", \n \"OS\", \n \"linux\", \n \"--extra-variable\", \n \"NUM_SLAVES\", \n \"5\", \n \"--extra-variable\", \n \"CONFIGURATION\", \n \"Debug\", \n \"--extra-variable\", \n \"SLAVE_NUM\", \n \"1\", \n \"--extra-variable\", \n \"PAGE_TYPE\", \n \"All\", \n \"--extra-variable\", \n \"BUILDER\", \n \"Test-Ubuntu14-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_1m_SKPs\", \n \"--extra-variable\", \n \"GIT_HASH\", \n \"9046e2e693bb92a76e972b694580e5d17ad10748\", \n \"--extra-variable\", \n \"TOOL_NAME\", \n \"dm\", \n \"--extra-variable\", \n \"CHROMIUM_BUILD\", \n \"c37e844a6f8708-eee762104c75bd\"\n ], \n \"dir\": \"[CUSTOM_/_B_WORK]/skia/infra/bots/ct\", \n \"version\": 1\n}",
|
||||||
"[START_DIR]/swarming_temp_dir/ct-dm-1.isolated.gen.json"
|
"[START_DIR]/swarming_temp_dir/ct-dm-1.isolated.gen.json"
|
||||||
],
|
],
|
||||||
"infra_step": true,
|
"infra_step": true,
|
||||||
@ -461,7 +461,7 @@
|
|||||||
"--json-output",
|
"--json-output",
|
||||||
"/path/to/tmp/json",
|
"/path/to/tmp/json",
|
||||||
"rmtree",
|
"rmtree",
|
||||||
"[CUSTOM_/_B_WORK]/skps/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_1m_SKPs/slave2"
|
"[CUSTOM_/_B_WORK]/skps/c37e844a6f8708-eee762104c75bd/All/5/slave2"
|
||||||
],
|
],
|
||||||
"infra_step": true,
|
"infra_step": true,
|
||||||
"name": "rmtree slave2"
|
"name": "rmtree slave2"
|
||||||
@ -476,7 +476,7 @@
|
|||||||
"ensure-directory",
|
"ensure-directory",
|
||||||
"--mode",
|
"--mode",
|
||||||
"0777",
|
"0777",
|
||||||
"[CUSTOM_/_B_WORK]/skps/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_1m_SKPs/slave2"
|
"[CUSTOM_/_B_WORK]/skps/c37e844a6f8708-eee762104c75bd/All/5/slave2"
|
||||||
],
|
],
|
||||||
"infra_step": true,
|
"infra_step": true,
|
||||||
"name": "makedirs slave2"
|
"name": "makedirs slave2"
|
||||||
@ -499,7 +499,7 @@
|
|||||||
"gs://cluster-telemetry/swarming/skps/All/c37e844a6f8708-eee762104c75bd/18/*.skp",
|
"gs://cluster-telemetry/swarming/skps/All/c37e844a6f8708-eee762104c75bd/18/*.skp",
|
||||||
"gs://cluster-telemetry/swarming/skps/All/c37e844a6f8708-eee762104c75bd/19/*.skp",
|
"gs://cluster-telemetry/swarming/skps/All/c37e844a6f8708-eee762104c75bd/19/*.skp",
|
||||||
"gs://cluster-telemetry/swarming/skps/All/c37e844a6f8708-eee762104c75bd/20/*.skp",
|
"gs://cluster-telemetry/swarming/skps/All/c37e844a6f8708-eee762104c75bd/20/*.skp",
|
||||||
"[CUSTOM_/_B_WORK]/skps/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_1m_SKPs/slave2"
|
"[CUSTOM_/_B_WORK]/skps/c37e844a6f8708-eee762104c75bd/All/5/slave2"
|
||||||
],
|
],
|
||||||
"infra_step": true,
|
"infra_step": true,
|
||||||
"name": "gsutil cp (2)"
|
"name": "gsutil cp (2)"
|
||||||
@ -527,7 +527,7 @@
|
|||||||
"--json-output",
|
"--json-output",
|
||||||
"/path/to/tmp/json",
|
"/path/to/tmp/json",
|
||||||
"copy",
|
"copy",
|
||||||
"{\n \"args\": [\n \"--isolate\", \n \"[CUSTOM_/_B_WORK]/skia/infra/bots/ct/ct_skps.isolate\", \n \"--isolated\", \n \"[START_DIR]/swarming_temp_dir/skia-task-ct-dm-2.isolated\", \n \"--config-variable\", \n \"OS\", \n \"linux\", \n \"--extra-variable\", \n \"CONFIGURATION\", \n \"Debug\", \n \"--extra-variable\", \n \"BUILDER\", \n \"Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_1m_SKPs\", \n \"--extra-variable\", \n \"GIT_HASH\", \n \"9046e2e693bb92a76e972b694580e5d17ad10748\", \n \"--extra-variable\", \n \"SLAVE_NUM\", \n \"2\", \n \"--extra-variable\", \n \"TOOL_NAME\", \n \"dm\"\n ], \n \"dir\": \"[CUSTOM_/_B_WORK]/skia/infra/bots/ct\", \n \"version\": 1\n}",
|
"{\n \"args\": [\n \"--isolate\", \n \"[CUSTOM_/_B_WORK]/skia/infra/bots/ct/ct_skps.isolate\", \n \"--isolated\", \n \"[START_DIR]/swarming_temp_dir/skia-task-ct-dm-2.isolated\", \n \"--config-variable\", \n \"OS\", \n \"linux\", \n \"--extra-variable\", \n \"NUM_SLAVES\", \n \"5\", \n \"--extra-variable\", \n \"CONFIGURATION\", \n \"Debug\", \n \"--extra-variable\", \n \"SLAVE_NUM\", \n \"2\", \n \"--extra-variable\", \n \"PAGE_TYPE\", \n \"All\", \n \"--extra-variable\", \n \"BUILDER\", \n \"Test-Ubuntu14-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_1m_SKPs\", \n \"--extra-variable\", \n \"GIT_HASH\", \n \"9046e2e693bb92a76e972b694580e5d17ad10748\", \n \"--extra-variable\", \n \"TOOL_NAME\", \n \"dm\", \n \"--extra-variable\", \n \"CHROMIUM_BUILD\", \n \"c37e844a6f8708-eee762104c75bd\"\n ], \n \"dir\": \"[CUSTOM_/_B_WORK]/skia/infra/bots/ct\", \n \"version\": 1\n}",
|
||||||
"[START_DIR]/swarming_temp_dir/ct-dm-2.isolated.gen.json"
|
"[START_DIR]/swarming_temp_dir/ct-dm-2.isolated.gen.json"
|
||||||
],
|
],
|
||||||
"infra_step": true,
|
"infra_step": true,
|
||||||
@ -541,7 +541,7 @@
|
|||||||
"--json-output",
|
"--json-output",
|
||||||
"/path/to/tmp/json",
|
"/path/to/tmp/json",
|
||||||
"rmtree",
|
"rmtree",
|
||||||
"[CUSTOM_/_B_WORK]/skps/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_1m_SKPs/slave3"
|
"[CUSTOM_/_B_WORK]/skps/c37e844a6f8708-eee762104c75bd/All/5/slave3"
|
||||||
],
|
],
|
||||||
"infra_step": true,
|
"infra_step": true,
|
||||||
"name": "rmtree slave3"
|
"name": "rmtree slave3"
|
||||||
@ -556,7 +556,7 @@
|
|||||||
"ensure-directory",
|
"ensure-directory",
|
||||||
"--mode",
|
"--mode",
|
||||||
"0777",
|
"0777",
|
||||||
"[CUSTOM_/_B_WORK]/skps/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_1m_SKPs/slave3"
|
"[CUSTOM_/_B_WORK]/skps/c37e844a6f8708-eee762104c75bd/All/5/slave3"
|
||||||
],
|
],
|
||||||
"infra_step": true,
|
"infra_step": true,
|
||||||
"name": "makedirs slave3"
|
"name": "makedirs slave3"
|
||||||
@ -579,7 +579,7 @@
|
|||||||
"gs://cluster-telemetry/swarming/skps/All/c37e844a6f8708-eee762104c75bd/28/*.skp",
|
"gs://cluster-telemetry/swarming/skps/All/c37e844a6f8708-eee762104c75bd/28/*.skp",
|
||||||
"gs://cluster-telemetry/swarming/skps/All/c37e844a6f8708-eee762104c75bd/29/*.skp",
|
"gs://cluster-telemetry/swarming/skps/All/c37e844a6f8708-eee762104c75bd/29/*.skp",
|
||||||
"gs://cluster-telemetry/swarming/skps/All/c37e844a6f8708-eee762104c75bd/30/*.skp",
|
"gs://cluster-telemetry/swarming/skps/All/c37e844a6f8708-eee762104c75bd/30/*.skp",
|
||||||
"[CUSTOM_/_B_WORK]/skps/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_1m_SKPs/slave3"
|
"[CUSTOM_/_B_WORK]/skps/c37e844a6f8708-eee762104c75bd/All/5/slave3"
|
||||||
],
|
],
|
||||||
"infra_step": true,
|
"infra_step": true,
|
||||||
"name": "gsutil cp (3)"
|
"name": "gsutil cp (3)"
|
||||||
@ -607,7 +607,7 @@
|
|||||||
"--json-output",
|
"--json-output",
|
||||||
"/path/to/tmp/json",
|
"/path/to/tmp/json",
|
||||||
"copy",
|
"copy",
|
||||||
"{\n \"args\": [\n \"--isolate\", \n \"[CUSTOM_/_B_WORK]/skia/infra/bots/ct/ct_skps.isolate\", \n \"--isolated\", \n \"[START_DIR]/swarming_temp_dir/skia-task-ct-dm-3.isolated\", \n \"--config-variable\", \n \"OS\", \n \"linux\", \n \"--extra-variable\", \n \"CONFIGURATION\", \n \"Debug\", \n \"--extra-variable\", \n \"BUILDER\", \n \"Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_1m_SKPs\", \n \"--extra-variable\", \n \"GIT_HASH\", \n \"9046e2e693bb92a76e972b694580e5d17ad10748\", \n \"--extra-variable\", \n \"SLAVE_NUM\", \n \"3\", \n \"--extra-variable\", \n \"TOOL_NAME\", \n \"dm\"\n ], \n \"dir\": \"[CUSTOM_/_B_WORK]/skia/infra/bots/ct\", \n \"version\": 1\n}",
|
"{\n \"args\": [\n \"--isolate\", \n \"[CUSTOM_/_B_WORK]/skia/infra/bots/ct/ct_skps.isolate\", \n \"--isolated\", \n \"[START_DIR]/swarming_temp_dir/skia-task-ct-dm-3.isolated\", \n \"--config-variable\", \n \"OS\", \n \"linux\", \n \"--extra-variable\", \n \"NUM_SLAVES\", \n \"5\", \n \"--extra-variable\", \n \"CONFIGURATION\", \n \"Debug\", \n \"--extra-variable\", \n \"SLAVE_NUM\", \n \"3\", \n \"--extra-variable\", \n \"PAGE_TYPE\", \n \"All\", \n \"--extra-variable\", \n \"BUILDER\", \n \"Test-Ubuntu14-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_1m_SKPs\", \n \"--extra-variable\", \n \"GIT_HASH\", \n \"9046e2e693bb92a76e972b694580e5d17ad10748\", \n \"--extra-variable\", \n \"TOOL_NAME\", \n \"dm\", \n \"--extra-variable\", \n \"CHROMIUM_BUILD\", \n \"c37e844a6f8708-eee762104c75bd\"\n ], \n \"dir\": \"[CUSTOM_/_B_WORK]/skia/infra/bots/ct\", \n \"version\": 1\n}",
|
||||||
"[START_DIR]/swarming_temp_dir/ct-dm-3.isolated.gen.json"
|
"[START_DIR]/swarming_temp_dir/ct-dm-3.isolated.gen.json"
|
||||||
],
|
],
|
||||||
"infra_step": true,
|
"infra_step": true,
|
||||||
@ -621,7 +621,7 @@
|
|||||||
"--json-output",
|
"--json-output",
|
||||||
"/path/to/tmp/json",
|
"/path/to/tmp/json",
|
||||||
"rmtree",
|
"rmtree",
|
||||||
"[CUSTOM_/_B_WORK]/skps/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_1m_SKPs/slave4"
|
"[CUSTOM_/_B_WORK]/skps/c37e844a6f8708-eee762104c75bd/All/5/slave4"
|
||||||
],
|
],
|
||||||
"infra_step": true,
|
"infra_step": true,
|
||||||
"name": "rmtree slave4"
|
"name": "rmtree slave4"
|
||||||
@ -636,7 +636,7 @@
|
|||||||
"ensure-directory",
|
"ensure-directory",
|
||||||
"--mode",
|
"--mode",
|
||||||
"0777",
|
"0777",
|
||||||
"[CUSTOM_/_B_WORK]/skps/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_1m_SKPs/slave4"
|
"[CUSTOM_/_B_WORK]/skps/c37e844a6f8708-eee762104c75bd/All/5/slave4"
|
||||||
],
|
],
|
||||||
"infra_step": true,
|
"infra_step": true,
|
||||||
"name": "makedirs slave4"
|
"name": "makedirs slave4"
|
||||||
@ -659,7 +659,7 @@
|
|||||||
"gs://cluster-telemetry/swarming/skps/All/c37e844a6f8708-eee762104c75bd/38/*.skp",
|
"gs://cluster-telemetry/swarming/skps/All/c37e844a6f8708-eee762104c75bd/38/*.skp",
|
||||||
"gs://cluster-telemetry/swarming/skps/All/c37e844a6f8708-eee762104c75bd/39/*.skp",
|
"gs://cluster-telemetry/swarming/skps/All/c37e844a6f8708-eee762104c75bd/39/*.skp",
|
||||||
"gs://cluster-telemetry/swarming/skps/All/c37e844a6f8708-eee762104c75bd/40/*.skp",
|
"gs://cluster-telemetry/swarming/skps/All/c37e844a6f8708-eee762104c75bd/40/*.skp",
|
||||||
"[CUSTOM_/_B_WORK]/skps/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_1m_SKPs/slave4"
|
"[CUSTOM_/_B_WORK]/skps/c37e844a6f8708-eee762104c75bd/All/5/slave4"
|
||||||
],
|
],
|
||||||
"infra_step": true,
|
"infra_step": true,
|
||||||
"name": "gsutil cp (4)"
|
"name": "gsutil cp (4)"
|
||||||
@ -687,7 +687,7 @@
|
|||||||
"--json-output",
|
"--json-output",
|
||||||
"/path/to/tmp/json",
|
"/path/to/tmp/json",
|
||||||
"copy",
|
"copy",
|
||||||
"{\n \"args\": [\n \"--isolate\", \n \"[CUSTOM_/_B_WORK]/skia/infra/bots/ct/ct_skps.isolate\", \n \"--isolated\", \n \"[START_DIR]/swarming_temp_dir/skia-task-ct-dm-4.isolated\", \n \"--config-variable\", \n \"OS\", \n \"linux\", \n \"--extra-variable\", \n \"CONFIGURATION\", \n \"Debug\", \n \"--extra-variable\", \n \"BUILDER\", \n \"Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_1m_SKPs\", \n \"--extra-variable\", \n \"GIT_HASH\", \n \"9046e2e693bb92a76e972b694580e5d17ad10748\", \n \"--extra-variable\", \n \"SLAVE_NUM\", \n \"4\", \n \"--extra-variable\", \n \"TOOL_NAME\", \n \"dm\"\n ], \n \"dir\": \"[CUSTOM_/_B_WORK]/skia/infra/bots/ct\", \n \"version\": 1\n}",
|
"{\n \"args\": [\n \"--isolate\", \n \"[CUSTOM_/_B_WORK]/skia/infra/bots/ct/ct_skps.isolate\", \n \"--isolated\", \n \"[START_DIR]/swarming_temp_dir/skia-task-ct-dm-4.isolated\", \n \"--config-variable\", \n \"OS\", \n \"linux\", \n \"--extra-variable\", \n \"NUM_SLAVES\", \n \"5\", \n \"--extra-variable\", \n \"CONFIGURATION\", \n \"Debug\", \n \"--extra-variable\", \n \"SLAVE_NUM\", \n \"4\", \n \"--extra-variable\", \n \"PAGE_TYPE\", \n \"All\", \n \"--extra-variable\", \n \"BUILDER\", \n \"Test-Ubuntu14-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_1m_SKPs\", \n \"--extra-variable\", \n \"GIT_HASH\", \n \"9046e2e693bb92a76e972b694580e5d17ad10748\", \n \"--extra-variable\", \n \"TOOL_NAME\", \n \"dm\", \n \"--extra-variable\", \n \"CHROMIUM_BUILD\", \n \"c37e844a6f8708-eee762104c75bd\"\n ], \n \"dir\": \"[CUSTOM_/_B_WORK]/skia/infra/bots/ct\", \n \"version\": 1\n}",
|
||||||
"[START_DIR]/swarming_temp_dir/ct-dm-4.isolated.gen.json"
|
"[START_DIR]/swarming_temp_dir/ct-dm-4.isolated.gen.json"
|
||||||
],
|
],
|
||||||
"infra_step": true,
|
"infra_step": true,
|
||||||
@ -701,7 +701,7 @@
|
|||||||
"--json-output",
|
"--json-output",
|
||||||
"/path/to/tmp/json",
|
"/path/to/tmp/json",
|
||||||
"rmtree",
|
"rmtree",
|
||||||
"[CUSTOM_/_B_WORK]/skps/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_1m_SKPs/slave5"
|
"[CUSTOM_/_B_WORK]/skps/c37e844a6f8708-eee762104c75bd/All/5/slave5"
|
||||||
],
|
],
|
||||||
"infra_step": true,
|
"infra_step": true,
|
||||||
"name": "rmtree slave5"
|
"name": "rmtree slave5"
|
||||||
@ -716,7 +716,7 @@
|
|||||||
"ensure-directory",
|
"ensure-directory",
|
||||||
"--mode",
|
"--mode",
|
||||||
"0777",
|
"0777",
|
||||||
"[CUSTOM_/_B_WORK]/skps/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_1m_SKPs/slave5"
|
"[CUSTOM_/_B_WORK]/skps/c37e844a6f8708-eee762104c75bd/All/5/slave5"
|
||||||
],
|
],
|
||||||
"infra_step": true,
|
"infra_step": true,
|
||||||
"name": "makedirs slave5"
|
"name": "makedirs slave5"
|
||||||
@ -739,7 +739,7 @@
|
|||||||
"gs://cluster-telemetry/swarming/skps/All/c37e844a6f8708-eee762104c75bd/48/*.skp",
|
"gs://cluster-telemetry/swarming/skps/All/c37e844a6f8708-eee762104c75bd/48/*.skp",
|
||||||
"gs://cluster-telemetry/swarming/skps/All/c37e844a6f8708-eee762104c75bd/49/*.skp",
|
"gs://cluster-telemetry/swarming/skps/All/c37e844a6f8708-eee762104c75bd/49/*.skp",
|
||||||
"gs://cluster-telemetry/swarming/skps/All/c37e844a6f8708-eee762104c75bd/50/*.skp",
|
"gs://cluster-telemetry/swarming/skps/All/c37e844a6f8708-eee762104c75bd/50/*.skp",
|
||||||
"[CUSTOM_/_B_WORK]/skps/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_1m_SKPs/slave5"
|
"[CUSTOM_/_B_WORK]/skps/c37e844a6f8708-eee762104c75bd/All/5/slave5"
|
||||||
],
|
],
|
||||||
"infra_step": true,
|
"infra_step": true,
|
||||||
"name": "gsutil cp (5)"
|
"name": "gsutil cp (5)"
|
||||||
@ -767,7 +767,7 @@
|
|||||||
"--json-output",
|
"--json-output",
|
||||||
"/path/to/tmp/json",
|
"/path/to/tmp/json",
|
||||||
"copy",
|
"copy",
|
||||||
"{\n \"args\": [\n \"--isolate\", \n \"[CUSTOM_/_B_WORK]/skia/infra/bots/ct/ct_skps.isolate\", \n \"--isolated\", \n \"[START_DIR]/swarming_temp_dir/skia-task-ct-dm-5.isolated\", \n \"--config-variable\", \n \"OS\", \n \"linux\", \n \"--extra-variable\", \n \"CONFIGURATION\", \n \"Debug\", \n \"--extra-variable\", \n \"BUILDER\", \n \"Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_1m_SKPs\", \n \"--extra-variable\", \n \"GIT_HASH\", \n \"9046e2e693bb92a76e972b694580e5d17ad10748\", \n \"--extra-variable\", \n \"SLAVE_NUM\", \n \"5\", \n \"--extra-variable\", \n \"TOOL_NAME\", \n \"dm\"\n ], \n \"dir\": \"[CUSTOM_/_B_WORK]/skia/infra/bots/ct\", \n \"version\": 1\n}",
|
"{\n \"args\": [\n \"--isolate\", \n \"[CUSTOM_/_B_WORK]/skia/infra/bots/ct/ct_skps.isolate\", \n \"--isolated\", \n \"[START_DIR]/swarming_temp_dir/skia-task-ct-dm-5.isolated\", \n \"--config-variable\", \n \"OS\", \n \"linux\", \n \"--extra-variable\", \n \"NUM_SLAVES\", \n \"5\", \n \"--extra-variable\", \n \"CONFIGURATION\", \n \"Debug\", \n \"--extra-variable\", \n \"SLAVE_NUM\", \n \"5\", \n \"--extra-variable\", \n \"PAGE_TYPE\", \n \"All\", \n \"--extra-variable\", \n \"BUILDER\", \n \"Test-Ubuntu14-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_1m_SKPs\", \n \"--extra-variable\", \n \"GIT_HASH\", \n \"9046e2e693bb92a76e972b694580e5d17ad10748\", \n \"--extra-variable\", \n \"TOOL_NAME\", \n \"dm\", \n \"--extra-variable\", \n \"CHROMIUM_BUILD\", \n \"c37e844a6f8708-eee762104c75bd\"\n ], \n \"dir\": \"[CUSTOM_/_B_WORK]/skia/infra/bots/ct\", \n \"version\": 1\n}",
|
||||||
"[START_DIR]/swarming_temp_dir/ct-dm-5.isolated.gen.json"
|
"[START_DIR]/swarming_temp_dir/ct-dm-5.isolated.gen.json"
|
||||||
],
|
],
|
||||||
"infra_step": true,
|
"infra_step": true,
|
||||||
@ -782,10 +782,10 @@
|
|||||||
"/path/to/tmp/json",
|
"/path/to/tmp/json",
|
||||||
"copy",
|
"copy",
|
||||||
"{\"chromium_build\": \"c37e844a6f8708-eee762104c75bd\", \"num_slaves\": 5, \"page_type\": \"All\"}",
|
"{\"chromium_build\": \"c37e844a6f8708-eee762104c75bd\", \"num_slaves\": 5, \"page_type\": \"All\"}",
|
||||||
"[CUSTOM_/_B_WORK]/skps/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_1m_SKPs/skps_version"
|
"[CUSTOM_/_B_WORK]/skps/c37e844a6f8708-eee762104c75bd/All/5/skps_version"
|
||||||
],
|
],
|
||||||
"infra_step": true,
|
"infra_step": true,
|
||||||
"name": "Create [CUSTOM_/_B_WORK]/skps/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_1m_SKPs/skps_version"
|
"name": "Create [CUSTOM_/_B_WORK]/skps/c37e844a6f8708-eee762104c75bd/All/5/skps_version"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"cmd": [
|
"cmd": [
|
||||||
@ -833,7 +833,7 @@
|
|||||||
"--shards",
|
"--shards",
|
||||||
"1",
|
"1",
|
||||||
"--task-name",
|
"--task-name",
|
||||||
"ct-dm-1/Ubuntu-14.04/[dummy has/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_1m_SKPs/-1",
|
"ct-dm-1/Ubuntu-14.04/[dummy has/Test-Ubuntu14-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_1m_SKPs/-1",
|
||||||
"--dump-json",
|
"--dump-json",
|
||||||
"/path/to/tmp/json",
|
"/path/to/tmp/json",
|
||||||
"--expiration",
|
"--expiration",
|
||||||
@ -854,7 +854,7 @@
|
|||||||
"--tag",
|
"--tag",
|
||||||
"allow_milo:1",
|
"allow_milo:1",
|
||||||
"--tag",
|
"--tag",
|
||||||
"buildername:Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_1m_SKPs",
|
"buildername:Test-Ubuntu14-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_1m_SKPs",
|
||||||
"--tag",
|
"--tag",
|
||||||
"data:[dummy hash for ct-dm-1]",
|
"data:[dummy hash for ct-dm-1]",
|
||||||
"--tag",
|
"--tag",
|
||||||
@ -873,9 +873,9 @@
|
|||||||
"~followup_annotations": [
|
"~followup_annotations": [
|
||||||
"@@@STEP_TEXT@Run on OS: 'Ubuntu-14.04'@@@",
|
"@@@STEP_TEXT@Run on OS: 'Ubuntu-14.04'@@@",
|
||||||
"@@@STEP_LOG_LINE@json.output@{@@@",
|
"@@@STEP_LOG_LINE@json.output@{@@@",
|
||||||
"@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"ct-dm-1/Ubuntu-14.04/[dummy has/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_1m_SKPs/-1\", @@@",
|
"@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"ct-dm-1/Ubuntu-14.04/[dummy has/Test-Ubuntu14-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_1m_SKPs/-1\", @@@",
|
||||||
"@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@",
|
"@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@",
|
||||||
"@@@STEP_LOG_LINE@json.output@ \"ct-dm-1/Ubuntu-14.04/[dummy has/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_1m_SKPs/-1\": {@@@",
|
"@@@STEP_LOG_LINE@json.output@ \"ct-dm-1/Ubuntu-14.04/[dummy has/Test-Ubuntu14-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_1m_SKPs/-1\": {@@@",
|
||||||
"@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@",
|
"@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@",
|
||||||
"@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@",
|
"@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@",
|
||||||
"@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm.appspot.com/user/task/10000\"@@@",
|
"@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm.appspot.com/user/task/10000\"@@@",
|
||||||
@ -901,7 +901,7 @@
|
|||||||
"--shards",
|
"--shards",
|
||||||
"1",
|
"1",
|
||||||
"--task-name",
|
"--task-name",
|
||||||
"ct-dm-2/Ubuntu-14.04/[dummy has/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_1m_SKPs/-1",
|
"ct-dm-2/Ubuntu-14.04/[dummy has/Test-Ubuntu14-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_1m_SKPs/-1",
|
||||||
"--dump-json",
|
"--dump-json",
|
||||||
"/path/to/tmp/json",
|
"/path/to/tmp/json",
|
||||||
"--expiration",
|
"--expiration",
|
||||||
@ -922,7 +922,7 @@
|
|||||||
"--tag",
|
"--tag",
|
||||||
"allow_milo:1",
|
"allow_milo:1",
|
||||||
"--tag",
|
"--tag",
|
||||||
"buildername:Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_1m_SKPs",
|
"buildername:Test-Ubuntu14-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_1m_SKPs",
|
||||||
"--tag",
|
"--tag",
|
||||||
"data:[dummy hash for ct-dm-2]",
|
"data:[dummy hash for ct-dm-2]",
|
||||||
"--tag",
|
"--tag",
|
||||||
@ -941,9 +941,9 @@
|
|||||||
"~followup_annotations": [
|
"~followup_annotations": [
|
||||||
"@@@STEP_TEXT@Run on OS: 'Ubuntu-14.04'@@@",
|
"@@@STEP_TEXT@Run on OS: 'Ubuntu-14.04'@@@",
|
||||||
"@@@STEP_LOG_LINE@json.output@{@@@",
|
"@@@STEP_LOG_LINE@json.output@{@@@",
|
||||||
"@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"ct-dm-2/Ubuntu-14.04/[dummy has/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_1m_SKPs/-1\", @@@",
|
"@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"ct-dm-2/Ubuntu-14.04/[dummy has/Test-Ubuntu14-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_1m_SKPs/-1\", @@@",
|
||||||
"@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@",
|
"@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@",
|
||||||
"@@@STEP_LOG_LINE@json.output@ \"ct-dm-2/Ubuntu-14.04/[dummy has/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_1m_SKPs/-1\": {@@@",
|
"@@@STEP_LOG_LINE@json.output@ \"ct-dm-2/Ubuntu-14.04/[dummy has/Test-Ubuntu14-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_1m_SKPs/-1\": {@@@",
|
||||||
"@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@",
|
"@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@",
|
||||||
"@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@",
|
"@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@",
|
||||||
"@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm.appspot.com/user/task/10000\"@@@",
|
"@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm.appspot.com/user/task/10000\"@@@",
|
||||||
@ -969,7 +969,7 @@
|
|||||||
"--shards",
|
"--shards",
|
||||||
"1",
|
"1",
|
||||||
"--task-name",
|
"--task-name",
|
||||||
"ct-dm-3/Ubuntu-14.04/[dummy has/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_1m_SKPs/-1",
|
"ct-dm-3/Ubuntu-14.04/[dummy has/Test-Ubuntu14-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_1m_SKPs/-1",
|
||||||
"--dump-json",
|
"--dump-json",
|
||||||
"/path/to/tmp/json",
|
"/path/to/tmp/json",
|
||||||
"--expiration",
|
"--expiration",
|
||||||
@ -990,7 +990,7 @@
|
|||||||
"--tag",
|
"--tag",
|
||||||
"allow_milo:1",
|
"allow_milo:1",
|
||||||
"--tag",
|
"--tag",
|
||||||
"buildername:Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_1m_SKPs",
|
"buildername:Test-Ubuntu14-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_1m_SKPs",
|
||||||
"--tag",
|
"--tag",
|
||||||
"data:[dummy hash for ct-dm-3]",
|
"data:[dummy hash for ct-dm-3]",
|
||||||
"--tag",
|
"--tag",
|
||||||
@ -1009,9 +1009,9 @@
|
|||||||
"~followup_annotations": [
|
"~followup_annotations": [
|
||||||
"@@@STEP_TEXT@Run on OS: 'Ubuntu-14.04'@@@",
|
"@@@STEP_TEXT@Run on OS: 'Ubuntu-14.04'@@@",
|
||||||
"@@@STEP_LOG_LINE@json.output@{@@@",
|
"@@@STEP_LOG_LINE@json.output@{@@@",
|
||||||
"@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"ct-dm-3/Ubuntu-14.04/[dummy has/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_1m_SKPs/-1\", @@@",
|
"@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"ct-dm-3/Ubuntu-14.04/[dummy has/Test-Ubuntu14-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_1m_SKPs/-1\", @@@",
|
||||||
"@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@",
|
"@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@",
|
||||||
"@@@STEP_LOG_LINE@json.output@ \"ct-dm-3/Ubuntu-14.04/[dummy has/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_1m_SKPs/-1\": {@@@",
|
"@@@STEP_LOG_LINE@json.output@ \"ct-dm-3/Ubuntu-14.04/[dummy has/Test-Ubuntu14-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_1m_SKPs/-1\": {@@@",
|
||||||
"@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@",
|
"@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@",
|
||||||
"@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@",
|
"@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@",
|
||||||
"@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm.appspot.com/user/task/10000\"@@@",
|
"@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm.appspot.com/user/task/10000\"@@@",
|
||||||
@ -1037,7 +1037,7 @@
|
|||||||
"--shards",
|
"--shards",
|
||||||
"1",
|
"1",
|
||||||
"--task-name",
|
"--task-name",
|
||||||
"ct-dm-4/Ubuntu-14.04/[dummy has/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_1m_SKPs/-1",
|
"ct-dm-4/Ubuntu-14.04/[dummy has/Test-Ubuntu14-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_1m_SKPs/-1",
|
||||||
"--dump-json",
|
"--dump-json",
|
||||||
"/path/to/tmp/json",
|
"/path/to/tmp/json",
|
||||||
"--expiration",
|
"--expiration",
|
||||||
@ -1058,7 +1058,7 @@
|
|||||||
"--tag",
|
"--tag",
|
||||||
"allow_milo:1",
|
"allow_milo:1",
|
||||||
"--tag",
|
"--tag",
|
||||||
"buildername:Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_1m_SKPs",
|
"buildername:Test-Ubuntu14-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_1m_SKPs",
|
||||||
"--tag",
|
"--tag",
|
||||||
"data:[dummy hash for ct-dm-4]",
|
"data:[dummy hash for ct-dm-4]",
|
||||||
"--tag",
|
"--tag",
|
||||||
@ -1077,9 +1077,9 @@
|
|||||||
"~followup_annotations": [
|
"~followup_annotations": [
|
||||||
"@@@STEP_TEXT@Run on OS: 'Ubuntu-14.04'@@@",
|
"@@@STEP_TEXT@Run on OS: 'Ubuntu-14.04'@@@",
|
||||||
"@@@STEP_LOG_LINE@json.output@{@@@",
|
"@@@STEP_LOG_LINE@json.output@{@@@",
|
||||||
"@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"ct-dm-4/Ubuntu-14.04/[dummy has/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_1m_SKPs/-1\", @@@",
|
"@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"ct-dm-4/Ubuntu-14.04/[dummy has/Test-Ubuntu14-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_1m_SKPs/-1\", @@@",
|
||||||
"@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@",
|
"@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@",
|
||||||
"@@@STEP_LOG_LINE@json.output@ \"ct-dm-4/Ubuntu-14.04/[dummy has/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_1m_SKPs/-1\": {@@@",
|
"@@@STEP_LOG_LINE@json.output@ \"ct-dm-4/Ubuntu-14.04/[dummy has/Test-Ubuntu14-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_1m_SKPs/-1\": {@@@",
|
||||||
"@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@",
|
"@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@",
|
||||||
"@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@",
|
"@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@",
|
||||||
"@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm.appspot.com/user/task/10000\"@@@",
|
"@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm.appspot.com/user/task/10000\"@@@",
|
||||||
@ -1105,7 +1105,7 @@
|
|||||||
"--shards",
|
"--shards",
|
||||||
"1",
|
"1",
|
||||||
"--task-name",
|
"--task-name",
|
||||||
"ct-dm-5/Ubuntu-14.04/[dummy has/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_1m_SKPs/-1",
|
"ct-dm-5/Ubuntu-14.04/[dummy has/Test-Ubuntu14-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_1m_SKPs/-1",
|
||||||
"--dump-json",
|
"--dump-json",
|
||||||
"/path/to/tmp/json",
|
"/path/to/tmp/json",
|
||||||
"--expiration",
|
"--expiration",
|
||||||
@ -1126,7 +1126,7 @@
|
|||||||
"--tag",
|
"--tag",
|
||||||
"allow_milo:1",
|
"allow_milo:1",
|
||||||
"--tag",
|
"--tag",
|
||||||
"buildername:Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_1m_SKPs",
|
"buildername:Test-Ubuntu14-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_1m_SKPs",
|
||||||
"--tag",
|
"--tag",
|
||||||
"data:[dummy hash for ct-dm-5]",
|
"data:[dummy hash for ct-dm-5]",
|
||||||
"--tag",
|
"--tag",
|
||||||
@ -1145,9 +1145,9 @@
|
|||||||
"~followup_annotations": [
|
"~followup_annotations": [
|
||||||
"@@@STEP_TEXT@Run on OS: 'Ubuntu-14.04'@@@",
|
"@@@STEP_TEXT@Run on OS: 'Ubuntu-14.04'@@@",
|
||||||
"@@@STEP_LOG_LINE@json.output@{@@@",
|
"@@@STEP_LOG_LINE@json.output@{@@@",
|
||||||
"@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"ct-dm-5/Ubuntu-14.04/[dummy has/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_1m_SKPs/-1\", @@@",
|
"@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"ct-dm-5/Ubuntu-14.04/[dummy has/Test-Ubuntu14-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_1m_SKPs/-1\", @@@",
|
||||||
"@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@",
|
"@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@",
|
||||||
"@@@STEP_LOG_LINE@json.output@ \"ct-dm-5/Ubuntu-14.04/[dummy has/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_1m_SKPs/-1\": {@@@",
|
"@@@STEP_LOG_LINE@json.output@ \"ct-dm-5/Ubuntu-14.04/[dummy has/Test-Ubuntu14-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_1m_SKPs/-1\": {@@@",
|
||||||
"@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@",
|
"@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@",
|
||||||
"@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@",
|
"@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@",
|
||||||
"@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm.appspot.com/user/task/10000\"@@@",
|
"@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm.appspot.com/user/task/10000\"@@@",
|
||||||
@ -1182,7 +1182,7 @@
|
|||||||
"--decorate",
|
"--decorate",
|
||||||
"--print-status-updates",
|
"--print-status-updates",
|
||||||
"--json",
|
"--json",
|
||||||
"{\"base_task_name\": \"ct-dm-1/Ubuntu-14.04/[dummy has/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_1m_SKPs/-1\", \"tasks\": {\"ct-dm-1/Ubuntu-14.04/[dummy has/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_1m_SKPs/-1\": {\"shard_index\": 0, \"task_id\": \"10000\", \"view_url\": \"https://chromium-swarm.appspot.com/user/task/10000\"}}}",
|
"{\"base_task_name\": \"ct-dm-1/Ubuntu-14.04/[dummy has/Test-Ubuntu14-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_1m_SKPs/-1\", \"tasks\": {\"ct-dm-1/Ubuntu-14.04/[dummy has/Test-Ubuntu14-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_1m_SKPs/-1\": {\"shard_index\": 0, \"task_id\": \"10000\", \"view_url\": \"https://chromium-swarm.appspot.com/user/task/10000\"}}}",
|
||||||
"--task-summary-json",
|
"--task-summary-json",
|
||||||
"/path/to/tmp/json"
|
"/path/to/tmp/json"
|
||||||
],
|
],
|
||||||
@ -1263,7 +1263,7 @@
|
|||||||
"--decorate",
|
"--decorate",
|
||||||
"--print-status-updates",
|
"--print-status-updates",
|
||||||
"--json",
|
"--json",
|
||||||
"{\"base_task_name\": \"ct-dm-2/Ubuntu-14.04/[dummy has/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_1m_SKPs/-1\", \"tasks\": {\"ct-dm-2/Ubuntu-14.04/[dummy has/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_1m_SKPs/-1\": {\"shard_index\": 0, \"task_id\": \"10000\", \"view_url\": \"https://chromium-swarm.appspot.com/user/task/10000\"}}}",
|
"{\"base_task_name\": \"ct-dm-2/Ubuntu-14.04/[dummy has/Test-Ubuntu14-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_1m_SKPs/-1\", \"tasks\": {\"ct-dm-2/Ubuntu-14.04/[dummy has/Test-Ubuntu14-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_1m_SKPs/-1\": {\"shard_index\": 0, \"task_id\": \"10000\", \"view_url\": \"https://chromium-swarm.appspot.com/user/task/10000\"}}}",
|
||||||
"--task-summary-json",
|
"--task-summary-json",
|
||||||
"/path/to/tmp/json"
|
"/path/to/tmp/json"
|
||||||
],
|
],
|
||||||
@ -1340,7 +1340,7 @@
|
|||||||
"--decorate",
|
"--decorate",
|
||||||
"--print-status-updates",
|
"--print-status-updates",
|
||||||
"--json",
|
"--json",
|
||||||
"{\"base_task_name\": \"ct-dm-3/Ubuntu-14.04/[dummy has/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_1m_SKPs/-1\", \"tasks\": {\"ct-dm-3/Ubuntu-14.04/[dummy has/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_1m_SKPs/-1\": {\"shard_index\": 0, \"task_id\": \"10000\", \"view_url\": \"https://chromium-swarm.appspot.com/user/task/10000\"}}}",
|
"{\"base_task_name\": \"ct-dm-3/Ubuntu-14.04/[dummy has/Test-Ubuntu14-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_1m_SKPs/-1\", \"tasks\": {\"ct-dm-3/Ubuntu-14.04/[dummy has/Test-Ubuntu14-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_1m_SKPs/-1\": {\"shard_index\": 0, \"task_id\": \"10000\", \"view_url\": \"https://chromium-swarm.appspot.com/user/task/10000\"}}}",
|
||||||
"--task-summary-json",
|
"--task-summary-json",
|
||||||
"/path/to/tmp/json"
|
"/path/to/tmp/json"
|
||||||
],
|
],
|
||||||
@ -1421,7 +1421,7 @@
|
|||||||
"--decorate",
|
"--decorate",
|
||||||
"--print-status-updates",
|
"--print-status-updates",
|
||||||
"--json",
|
"--json",
|
||||||
"{\"base_task_name\": \"ct-dm-4/Ubuntu-14.04/[dummy has/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_1m_SKPs/-1\", \"tasks\": {\"ct-dm-4/Ubuntu-14.04/[dummy has/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_1m_SKPs/-1\": {\"shard_index\": 0, \"task_id\": \"10000\", \"view_url\": \"https://chromium-swarm.appspot.com/user/task/10000\"}}}",
|
"{\"base_task_name\": \"ct-dm-4/Ubuntu-14.04/[dummy has/Test-Ubuntu14-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_1m_SKPs/-1\", \"tasks\": {\"ct-dm-4/Ubuntu-14.04/[dummy has/Test-Ubuntu14-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_1m_SKPs/-1\": {\"shard_index\": 0, \"task_id\": \"10000\", \"view_url\": \"https://chromium-swarm.appspot.com/user/task/10000\"}}}",
|
||||||
"--task-summary-json",
|
"--task-summary-json",
|
||||||
"/path/to/tmp/json"
|
"/path/to/tmp/json"
|
||||||
],
|
],
|
||||||
@ -1498,7 +1498,7 @@
|
|||||||
"--decorate",
|
"--decorate",
|
||||||
"--print-status-updates",
|
"--print-status-updates",
|
||||||
"--json",
|
"--json",
|
||||||
"{\"base_task_name\": \"ct-dm-5/Ubuntu-14.04/[dummy has/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_1m_SKPs/-1\", \"tasks\": {\"ct-dm-5/Ubuntu-14.04/[dummy has/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_1m_SKPs/-1\": {\"shard_index\": 0, \"task_id\": \"10000\", \"view_url\": \"https://chromium-swarm.appspot.com/user/task/10000\"}}}",
|
"{\"base_task_name\": \"ct-dm-5/Ubuntu-14.04/[dummy has/Test-Ubuntu14-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_1m_SKPs/-1\", \"tasks\": {\"ct-dm-5/Ubuntu-14.04/[dummy has/Test-Ubuntu14-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_1m_SKPs/-1\": {\"shard_index\": 0, \"task_id\": \"10000\", \"view_url\": \"https://chromium-swarm.appspot.com/user/task/10000\"}}}",
|
||||||
"--task-summary-json",
|
"--task-summary-json",
|
||||||
"/path/to/tmp/json"
|
"/path/to/tmp/json"
|
||||||
],
|
],
|
||||||
|
@ -118,7 +118,7 @@
|
|||||||
"[CUSTOM_/_B_WORK]/skia/bin/gn",
|
"[CUSTOM_/_B_WORK]/skia/bin/gn",
|
||||||
"gen",
|
"gen",
|
||||||
"[START_DIR]/out/Debug",
|
"[START_DIR]/out/Debug",
|
||||||
"--args=cc=\"gcc\" cxx=\"g++\" extra_cflags=[\"-O1\"]"
|
"--args=cc=\"gcc-4.8\" cxx=\"g++-4.8\" extra_cflags=[\"-O1\"]"
|
||||||
],
|
],
|
||||||
"cwd": "[CUSTOM_/_B_WORK]/skia",
|
"cwd": "[CUSTOM_/_B_WORK]/skia",
|
||||||
"env": {
|
"env": {
|
||||||
@ -381,7 +381,7 @@
|
|||||||
"--json-output",
|
"--json-output",
|
||||||
"/path/to/tmp/json",
|
"/path/to/tmp/json",
|
||||||
"rmtree",
|
"rmtree",
|
||||||
"[CUSTOM_/_B_WORK]/skps/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_1m_SKPs/slave1"
|
"[CUSTOM_/_B_WORK]/skps/c37e844a6f8708-eee762104c75bd/All/5/slave1"
|
||||||
],
|
],
|
||||||
"infra_step": true,
|
"infra_step": true,
|
||||||
"name": "rmtree slave1"
|
"name": "rmtree slave1"
|
||||||
@ -396,7 +396,7 @@
|
|||||||
"ensure-directory",
|
"ensure-directory",
|
||||||
"--mode",
|
"--mode",
|
||||||
"0777",
|
"0777",
|
||||||
"[CUSTOM_/_B_WORK]/skps/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_1m_SKPs/slave1"
|
"[CUSTOM_/_B_WORK]/skps/c37e844a6f8708-eee762104c75bd/All/5/slave1"
|
||||||
],
|
],
|
||||||
"infra_step": true,
|
"infra_step": true,
|
||||||
"name": "makedirs slave1"
|
"name": "makedirs slave1"
|
||||||
@ -419,7 +419,7 @@
|
|||||||
"gs://cluster-telemetry/swarming/skps/All/c37e844a6f8708-eee762104c75bd/8/*.skp",
|
"gs://cluster-telemetry/swarming/skps/All/c37e844a6f8708-eee762104c75bd/8/*.skp",
|
||||||
"gs://cluster-telemetry/swarming/skps/All/c37e844a6f8708-eee762104c75bd/9/*.skp",
|
"gs://cluster-telemetry/swarming/skps/All/c37e844a6f8708-eee762104c75bd/9/*.skp",
|
||||||
"gs://cluster-telemetry/swarming/skps/All/c37e844a6f8708-eee762104c75bd/10/*.skp",
|
"gs://cluster-telemetry/swarming/skps/All/c37e844a6f8708-eee762104c75bd/10/*.skp",
|
||||||
"[CUSTOM_/_B_WORK]/skps/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_1m_SKPs/slave1"
|
"[CUSTOM_/_B_WORK]/skps/c37e844a6f8708-eee762104c75bd/All/5/slave1"
|
||||||
],
|
],
|
||||||
"infra_step": true,
|
"infra_step": true,
|
||||||
"name": "gsutil cp"
|
"name": "gsutil cp"
|
||||||
@ -447,7 +447,7 @@
|
|||||||
"--json-output",
|
"--json-output",
|
||||||
"/path/to/tmp/json",
|
"/path/to/tmp/json",
|
||||||
"copy",
|
"copy",
|
||||||
"{\n \"args\": [\n \"--isolate\", \n \"[CUSTOM_/_B_WORK]/skia/infra/bots/ct/ct_skps.isolate\", \n \"--isolated\", \n \"[START_DIR]/swarming_temp_dir/skia-task-ct-dm-1.isolated\", \n \"--config-variable\", \n \"OS\", \n \"linux\", \n \"--extra-variable\", \n \"CONFIGURATION\", \n \"Debug\", \n \"--extra-variable\", \n \"BUILDER\", \n \"Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_1m_SKPs\", \n \"--extra-variable\", \n \"GIT_HASH\", \n \"9046e2e693bb92a76e972b694580e5d17ad10748\", \n \"--extra-variable\", \n \"SLAVE_NUM\", \n \"1\", \n \"--extra-variable\", \n \"TOOL_NAME\", \n \"dm\"\n ], \n \"dir\": \"[CUSTOM_/_B_WORK]/skia/infra/bots/ct\", \n \"version\": 1\n}",
|
"{\n \"args\": [\n \"--isolate\", \n \"[CUSTOM_/_B_WORK]/skia/infra/bots/ct/ct_skps.isolate\", \n \"--isolated\", \n \"[START_DIR]/swarming_temp_dir/skia-task-ct-dm-1.isolated\", \n \"--config-variable\", \n \"OS\", \n \"linux\", \n \"--extra-variable\", \n \"NUM_SLAVES\", \n \"5\", \n \"--extra-variable\", \n \"CONFIGURATION\", \n \"Debug\", \n \"--extra-variable\", \n \"SLAVE_NUM\", \n \"1\", \n \"--extra-variable\", \n \"PAGE_TYPE\", \n \"All\", \n \"--extra-variable\", \n \"BUILDER\", \n \"Test-Ubuntu14-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_1m_SKPs\", \n \"--extra-variable\", \n \"GIT_HASH\", \n \"9046e2e693bb92a76e972b694580e5d17ad10748\", \n \"--extra-variable\", \n \"TOOL_NAME\", \n \"dm\", \n \"--extra-variable\", \n \"CHROMIUM_BUILD\", \n \"c37e844a6f8708-eee762104c75bd\"\n ], \n \"dir\": \"[CUSTOM_/_B_WORK]/skia/infra/bots/ct\", \n \"version\": 1\n}",
|
||||||
"[START_DIR]/swarming_temp_dir/ct-dm-1.isolated.gen.json"
|
"[START_DIR]/swarming_temp_dir/ct-dm-1.isolated.gen.json"
|
||||||
],
|
],
|
||||||
"infra_step": true,
|
"infra_step": true,
|
||||||
@ -461,7 +461,7 @@
|
|||||||
"--json-output",
|
"--json-output",
|
||||||
"/path/to/tmp/json",
|
"/path/to/tmp/json",
|
||||||
"rmtree",
|
"rmtree",
|
||||||
"[CUSTOM_/_B_WORK]/skps/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_1m_SKPs/slave2"
|
"[CUSTOM_/_B_WORK]/skps/c37e844a6f8708-eee762104c75bd/All/5/slave2"
|
||||||
],
|
],
|
||||||
"infra_step": true,
|
"infra_step": true,
|
||||||
"name": "rmtree slave2"
|
"name": "rmtree slave2"
|
||||||
@ -476,7 +476,7 @@
|
|||||||
"ensure-directory",
|
"ensure-directory",
|
||||||
"--mode",
|
"--mode",
|
||||||
"0777",
|
"0777",
|
||||||
"[CUSTOM_/_B_WORK]/skps/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_1m_SKPs/slave2"
|
"[CUSTOM_/_B_WORK]/skps/c37e844a6f8708-eee762104c75bd/All/5/slave2"
|
||||||
],
|
],
|
||||||
"infra_step": true,
|
"infra_step": true,
|
||||||
"name": "makedirs slave2"
|
"name": "makedirs slave2"
|
||||||
@ -499,7 +499,7 @@
|
|||||||
"gs://cluster-telemetry/swarming/skps/All/c37e844a6f8708-eee762104c75bd/18/*.skp",
|
"gs://cluster-telemetry/swarming/skps/All/c37e844a6f8708-eee762104c75bd/18/*.skp",
|
||||||
"gs://cluster-telemetry/swarming/skps/All/c37e844a6f8708-eee762104c75bd/19/*.skp",
|
"gs://cluster-telemetry/swarming/skps/All/c37e844a6f8708-eee762104c75bd/19/*.skp",
|
||||||
"gs://cluster-telemetry/swarming/skps/All/c37e844a6f8708-eee762104c75bd/20/*.skp",
|
"gs://cluster-telemetry/swarming/skps/All/c37e844a6f8708-eee762104c75bd/20/*.skp",
|
||||||
"[CUSTOM_/_B_WORK]/skps/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_1m_SKPs/slave2"
|
"[CUSTOM_/_B_WORK]/skps/c37e844a6f8708-eee762104c75bd/All/5/slave2"
|
||||||
],
|
],
|
||||||
"infra_step": true,
|
"infra_step": true,
|
||||||
"name": "gsutil cp (2)"
|
"name": "gsutil cp (2)"
|
||||||
@ -527,7 +527,7 @@
|
|||||||
"--json-output",
|
"--json-output",
|
||||||
"/path/to/tmp/json",
|
"/path/to/tmp/json",
|
||||||
"copy",
|
"copy",
|
||||||
"{\n \"args\": [\n \"--isolate\", \n \"[CUSTOM_/_B_WORK]/skia/infra/bots/ct/ct_skps.isolate\", \n \"--isolated\", \n \"[START_DIR]/swarming_temp_dir/skia-task-ct-dm-2.isolated\", \n \"--config-variable\", \n \"OS\", \n \"linux\", \n \"--extra-variable\", \n \"CONFIGURATION\", \n \"Debug\", \n \"--extra-variable\", \n \"BUILDER\", \n \"Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_1m_SKPs\", \n \"--extra-variable\", \n \"GIT_HASH\", \n \"9046e2e693bb92a76e972b694580e5d17ad10748\", \n \"--extra-variable\", \n \"SLAVE_NUM\", \n \"2\", \n \"--extra-variable\", \n \"TOOL_NAME\", \n \"dm\"\n ], \n \"dir\": \"[CUSTOM_/_B_WORK]/skia/infra/bots/ct\", \n \"version\": 1\n}",
|
"{\n \"args\": [\n \"--isolate\", \n \"[CUSTOM_/_B_WORK]/skia/infra/bots/ct/ct_skps.isolate\", \n \"--isolated\", \n \"[START_DIR]/swarming_temp_dir/skia-task-ct-dm-2.isolated\", \n \"--config-variable\", \n \"OS\", \n \"linux\", \n \"--extra-variable\", \n \"NUM_SLAVES\", \n \"5\", \n \"--extra-variable\", \n \"CONFIGURATION\", \n \"Debug\", \n \"--extra-variable\", \n \"SLAVE_NUM\", \n \"2\", \n \"--extra-variable\", \n \"PAGE_TYPE\", \n \"All\", \n \"--extra-variable\", \n \"BUILDER\", \n \"Test-Ubuntu14-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_1m_SKPs\", \n \"--extra-variable\", \n \"GIT_HASH\", \n \"9046e2e693bb92a76e972b694580e5d17ad10748\", \n \"--extra-variable\", \n \"TOOL_NAME\", \n \"dm\", \n \"--extra-variable\", \n \"CHROMIUM_BUILD\", \n \"c37e844a6f8708-eee762104c75bd\"\n ], \n \"dir\": \"[CUSTOM_/_B_WORK]/skia/infra/bots/ct\", \n \"version\": 1\n}",
|
||||||
"[START_DIR]/swarming_temp_dir/ct-dm-2.isolated.gen.json"
|
"[START_DIR]/swarming_temp_dir/ct-dm-2.isolated.gen.json"
|
||||||
],
|
],
|
||||||
"infra_step": true,
|
"infra_step": true,
|
||||||
@ -541,7 +541,7 @@
|
|||||||
"--json-output",
|
"--json-output",
|
||||||
"/path/to/tmp/json",
|
"/path/to/tmp/json",
|
||||||
"rmtree",
|
"rmtree",
|
||||||
"[CUSTOM_/_B_WORK]/skps/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_1m_SKPs/slave3"
|
"[CUSTOM_/_B_WORK]/skps/c37e844a6f8708-eee762104c75bd/All/5/slave3"
|
||||||
],
|
],
|
||||||
"infra_step": true,
|
"infra_step": true,
|
||||||
"name": "rmtree slave3"
|
"name": "rmtree slave3"
|
||||||
@ -556,7 +556,7 @@
|
|||||||
"ensure-directory",
|
"ensure-directory",
|
||||||
"--mode",
|
"--mode",
|
||||||
"0777",
|
"0777",
|
||||||
"[CUSTOM_/_B_WORK]/skps/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_1m_SKPs/slave3"
|
"[CUSTOM_/_B_WORK]/skps/c37e844a6f8708-eee762104c75bd/All/5/slave3"
|
||||||
],
|
],
|
||||||
"infra_step": true,
|
"infra_step": true,
|
||||||
"name": "makedirs slave3"
|
"name": "makedirs slave3"
|
||||||
@ -579,7 +579,7 @@
|
|||||||
"gs://cluster-telemetry/swarming/skps/All/c37e844a6f8708-eee762104c75bd/28/*.skp",
|
"gs://cluster-telemetry/swarming/skps/All/c37e844a6f8708-eee762104c75bd/28/*.skp",
|
||||||
"gs://cluster-telemetry/swarming/skps/All/c37e844a6f8708-eee762104c75bd/29/*.skp",
|
"gs://cluster-telemetry/swarming/skps/All/c37e844a6f8708-eee762104c75bd/29/*.skp",
|
||||||
"gs://cluster-telemetry/swarming/skps/All/c37e844a6f8708-eee762104c75bd/30/*.skp",
|
"gs://cluster-telemetry/swarming/skps/All/c37e844a6f8708-eee762104c75bd/30/*.skp",
|
||||||
"[CUSTOM_/_B_WORK]/skps/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_1m_SKPs/slave3"
|
"[CUSTOM_/_B_WORK]/skps/c37e844a6f8708-eee762104c75bd/All/5/slave3"
|
||||||
],
|
],
|
||||||
"infra_step": true,
|
"infra_step": true,
|
||||||
"name": "gsutil cp (3)"
|
"name": "gsutil cp (3)"
|
||||||
@ -607,7 +607,7 @@
|
|||||||
"--json-output",
|
"--json-output",
|
||||||
"/path/to/tmp/json",
|
"/path/to/tmp/json",
|
||||||
"copy",
|
"copy",
|
||||||
"{\n \"args\": [\n \"--isolate\", \n \"[CUSTOM_/_B_WORK]/skia/infra/bots/ct/ct_skps.isolate\", \n \"--isolated\", \n \"[START_DIR]/swarming_temp_dir/skia-task-ct-dm-3.isolated\", \n \"--config-variable\", \n \"OS\", \n \"linux\", \n \"--extra-variable\", \n \"CONFIGURATION\", \n \"Debug\", \n \"--extra-variable\", \n \"BUILDER\", \n \"Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_1m_SKPs\", \n \"--extra-variable\", \n \"GIT_HASH\", \n \"9046e2e693bb92a76e972b694580e5d17ad10748\", \n \"--extra-variable\", \n \"SLAVE_NUM\", \n \"3\", \n \"--extra-variable\", \n \"TOOL_NAME\", \n \"dm\"\n ], \n \"dir\": \"[CUSTOM_/_B_WORK]/skia/infra/bots/ct\", \n \"version\": 1\n}",
|
"{\n \"args\": [\n \"--isolate\", \n \"[CUSTOM_/_B_WORK]/skia/infra/bots/ct/ct_skps.isolate\", \n \"--isolated\", \n \"[START_DIR]/swarming_temp_dir/skia-task-ct-dm-3.isolated\", \n \"--config-variable\", \n \"OS\", \n \"linux\", \n \"--extra-variable\", \n \"NUM_SLAVES\", \n \"5\", \n \"--extra-variable\", \n \"CONFIGURATION\", \n \"Debug\", \n \"--extra-variable\", \n \"SLAVE_NUM\", \n \"3\", \n \"--extra-variable\", \n \"PAGE_TYPE\", \n \"All\", \n \"--extra-variable\", \n \"BUILDER\", \n \"Test-Ubuntu14-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_1m_SKPs\", \n \"--extra-variable\", \n \"GIT_HASH\", \n \"9046e2e693bb92a76e972b694580e5d17ad10748\", \n \"--extra-variable\", \n \"TOOL_NAME\", \n \"dm\", \n \"--extra-variable\", \n \"CHROMIUM_BUILD\", \n \"c37e844a6f8708-eee762104c75bd\"\n ], \n \"dir\": \"[CUSTOM_/_B_WORK]/skia/infra/bots/ct\", \n \"version\": 1\n}",
|
||||||
"[START_DIR]/swarming_temp_dir/ct-dm-3.isolated.gen.json"
|
"[START_DIR]/swarming_temp_dir/ct-dm-3.isolated.gen.json"
|
||||||
],
|
],
|
||||||
"infra_step": true,
|
"infra_step": true,
|
||||||
@ -621,7 +621,7 @@
|
|||||||
"--json-output",
|
"--json-output",
|
||||||
"/path/to/tmp/json",
|
"/path/to/tmp/json",
|
||||||
"rmtree",
|
"rmtree",
|
||||||
"[CUSTOM_/_B_WORK]/skps/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_1m_SKPs/slave4"
|
"[CUSTOM_/_B_WORK]/skps/c37e844a6f8708-eee762104c75bd/All/5/slave4"
|
||||||
],
|
],
|
||||||
"infra_step": true,
|
"infra_step": true,
|
||||||
"name": "rmtree slave4"
|
"name": "rmtree slave4"
|
||||||
@ -636,7 +636,7 @@
|
|||||||
"ensure-directory",
|
"ensure-directory",
|
||||||
"--mode",
|
"--mode",
|
||||||
"0777",
|
"0777",
|
||||||
"[CUSTOM_/_B_WORK]/skps/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_1m_SKPs/slave4"
|
"[CUSTOM_/_B_WORK]/skps/c37e844a6f8708-eee762104c75bd/All/5/slave4"
|
||||||
],
|
],
|
||||||
"infra_step": true,
|
"infra_step": true,
|
||||||
"name": "makedirs slave4"
|
"name": "makedirs slave4"
|
||||||
@ -659,7 +659,7 @@
|
|||||||
"gs://cluster-telemetry/swarming/skps/All/c37e844a6f8708-eee762104c75bd/38/*.skp",
|
"gs://cluster-telemetry/swarming/skps/All/c37e844a6f8708-eee762104c75bd/38/*.skp",
|
||||||
"gs://cluster-telemetry/swarming/skps/All/c37e844a6f8708-eee762104c75bd/39/*.skp",
|
"gs://cluster-telemetry/swarming/skps/All/c37e844a6f8708-eee762104c75bd/39/*.skp",
|
||||||
"gs://cluster-telemetry/swarming/skps/All/c37e844a6f8708-eee762104c75bd/40/*.skp",
|
"gs://cluster-telemetry/swarming/skps/All/c37e844a6f8708-eee762104c75bd/40/*.skp",
|
||||||
"[CUSTOM_/_B_WORK]/skps/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_1m_SKPs/slave4"
|
"[CUSTOM_/_B_WORK]/skps/c37e844a6f8708-eee762104c75bd/All/5/slave4"
|
||||||
],
|
],
|
||||||
"infra_step": true,
|
"infra_step": true,
|
||||||
"name": "gsutil cp (4)"
|
"name": "gsutil cp (4)"
|
||||||
@ -687,7 +687,7 @@
|
|||||||
"--json-output",
|
"--json-output",
|
||||||
"/path/to/tmp/json",
|
"/path/to/tmp/json",
|
||||||
"copy",
|
"copy",
|
||||||
"{\n \"args\": [\n \"--isolate\", \n \"[CUSTOM_/_B_WORK]/skia/infra/bots/ct/ct_skps.isolate\", \n \"--isolated\", \n \"[START_DIR]/swarming_temp_dir/skia-task-ct-dm-4.isolated\", \n \"--config-variable\", \n \"OS\", \n \"linux\", \n \"--extra-variable\", \n \"CONFIGURATION\", \n \"Debug\", \n \"--extra-variable\", \n \"BUILDER\", \n \"Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_1m_SKPs\", \n \"--extra-variable\", \n \"GIT_HASH\", \n \"9046e2e693bb92a76e972b694580e5d17ad10748\", \n \"--extra-variable\", \n \"SLAVE_NUM\", \n \"4\", \n \"--extra-variable\", \n \"TOOL_NAME\", \n \"dm\"\n ], \n \"dir\": \"[CUSTOM_/_B_WORK]/skia/infra/bots/ct\", \n \"version\": 1\n}",
|
"{\n \"args\": [\n \"--isolate\", \n \"[CUSTOM_/_B_WORK]/skia/infra/bots/ct/ct_skps.isolate\", \n \"--isolated\", \n \"[START_DIR]/swarming_temp_dir/skia-task-ct-dm-4.isolated\", \n \"--config-variable\", \n \"OS\", \n \"linux\", \n \"--extra-variable\", \n \"NUM_SLAVES\", \n \"5\", \n \"--extra-variable\", \n \"CONFIGURATION\", \n \"Debug\", \n \"--extra-variable\", \n \"SLAVE_NUM\", \n \"4\", \n \"--extra-variable\", \n \"PAGE_TYPE\", \n \"All\", \n \"--extra-variable\", \n \"BUILDER\", \n \"Test-Ubuntu14-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_1m_SKPs\", \n \"--extra-variable\", \n \"GIT_HASH\", \n \"9046e2e693bb92a76e972b694580e5d17ad10748\", \n \"--extra-variable\", \n \"TOOL_NAME\", \n \"dm\", \n \"--extra-variable\", \n \"CHROMIUM_BUILD\", \n \"c37e844a6f8708-eee762104c75bd\"\n ], \n \"dir\": \"[CUSTOM_/_B_WORK]/skia/infra/bots/ct\", \n \"version\": 1\n}",
|
||||||
"[START_DIR]/swarming_temp_dir/ct-dm-4.isolated.gen.json"
|
"[START_DIR]/swarming_temp_dir/ct-dm-4.isolated.gen.json"
|
||||||
],
|
],
|
||||||
"infra_step": true,
|
"infra_step": true,
|
||||||
@ -701,7 +701,7 @@
|
|||||||
"--json-output",
|
"--json-output",
|
||||||
"/path/to/tmp/json",
|
"/path/to/tmp/json",
|
||||||
"rmtree",
|
"rmtree",
|
||||||
"[CUSTOM_/_B_WORK]/skps/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_1m_SKPs/slave5"
|
"[CUSTOM_/_B_WORK]/skps/c37e844a6f8708-eee762104c75bd/All/5/slave5"
|
||||||
],
|
],
|
||||||
"infra_step": true,
|
"infra_step": true,
|
||||||
"name": "rmtree slave5"
|
"name": "rmtree slave5"
|
||||||
@ -716,7 +716,7 @@
|
|||||||
"ensure-directory",
|
"ensure-directory",
|
||||||
"--mode",
|
"--mode",
|
||||||
"0777",
|
"0777",
|
||||||
"[CUSTOM_/_B_WORK]/skps/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_1m_SKPs/slave5"
|
"[CUSTOM_/_B_WORK]/skps/c37e844a6f8708-eee762104c75bd/All/5/slave5"
|
||||||
],
|
],
|
||||||
"infra_step": true,
|
"infra_step": true,
|
||||||
"name": "makedirs slave5"
|
"name": "makedirs slave5"
|
||||||
@ -739,7 +739,7 @@
|
|||||||
"gs://cluster-telemetry/swarming/skps/All/c37e844a6f8708-eee762104c75bd/48/*.skp",
|
"gs://cluster-telemetry/swarming/skps/All/c37e844a6f8708-eee762104c75bd/48/*.skp",
|
||||||
"gs://cluster-telemetry/swarming/skps/All/c37e844a6f8708-eee762104c75bd/49/*.skp",
|
"gs://cluster-telemetry/swarming/skps/All/c37e844a6f8708-eee762104c75bd/49/*.skp",
|
||||||
"gs://cluster-telemetry/swarming/skps/All/c37e844a6f8708-eee762104c75bd/50/*.skp",
|
"gs://cluster-telemetry/swarming/skps/All/c37e844a6f8708-eee762104c75bd/50/*.skp",
|
||||||
"[CUSTOM_/_B_WORK]/skps/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_1m_SKPs/slave5"
|
"[CUSTOM_/_B_WORK]/skps/c37e844a6f8708-eee762104c75bd/All/5/slave5"
|
||||||
],
|
],
|
||||||
"infra_step": true,
|
"infra_step": true,
|
||||||
"name": "gsutil cp (5)"
|
"name": "gsutil cp (5)"
|
||||||
@ -767,7 +767,7 @@
|
|||||||
"--json-output",
|
"--json-output",
|
||||||
"/path/to/tmp/json",
|
"/path/to/tmp/json",
|
||||||
"copy",
|
"copy",
|
||||||
"{\n \"args\": [\n \"--isolate\", \n \"[CUSTOM_/_B_WORK]/skia/infra/bots/ct/ct_skps.isolate\", \n \"--isolated\", \n \"[START_DIR]/swarming_temp_dir/skia-task-ct-dm-5.isolated\", \n \"--config-variable\", \n \"OS\", \n \"linux\", \n \"--extra-variable\", \n \"CONFIGURATION\", \n \"Debug\", \n \"--extra-variable\", \n \"BUILDER\", \n \"Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_1m_SKPs\", \n \"--extra-variable\", \n \"GIT_HASH\", \n \"9046e2e693bb92a76e972b694580e5d17ad10748\", \n \"--extra-variable\", \n \"SLAVE_NUM\", \n \"5\", \n \"--extra-variable\", \n \"TOOL_NAME\", \n \"dm\"\n ], \n \"dir\": \"[CUSTOM_/_B_WORK]/skia/infra/bots/ct\", \n \"version\": 1\n}",
|
"{\n \"args\": [\n \"--isolate\", \n \"[CUSTOM_/_B_WORK]/skia/infra/bots/ct/ct_skps.isolate\", \n \"--isolated\", \n \"[START_DIR]/swarming_temp_dir/skia-task-ct-dm-5.isolated\", \n \"--config-variable\", \n \"OS\", \n \"linux\", \n \"--extra-variable\", \n \"NUM_SLAVES\", \n \"5\", \n \"--extra-variable\", \n \"CONFIGURATION\", \n \"Debug\", \n \"--extra-variable\", \n \"SLAVE_NUM\", \n \"5\", \n \"--extra-variable\", \n \"PAGE_TYPE\", \n \"All\", \n \"--extra-variable\", \n \"BUILDER\", \n \"Test-Ubuntu14-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_1m_SKPs\", \n \"--extra-variable\", \n \"GIT_HASH\", \n \"9046e2e693bb92a76e972b694580e5d17ad10748\", \n \"--extra-variable\", \n \"TOOL_NAME\", \n \"dm\", \n \"--extra-variable\", \n \"CHROMIUM_BUILD\", \n \"c37e844a6f8708-eee762104c75bd\"\n ], \n \"dir\": \"[CUSTOM_/_B_WORK]/skia/infra/bots/ct\", \n \"version\": 1\n}",
|
||||||
"[START_DIR]/swarming_temp_dir/ct-dm-5.isolated.gen.json"
|
"[START_DIR]/swarming_temp_dir/ct-dm-5.isolated.gen.json"
|
||||||
],
|
],
|
||||||
"infra_step": true,
|
"infra_step": true,
|
||||||
@ -782,10 +782,10 @@
|
|||||||
"/path/to/tmp/json",
|
"/path/to/tmp/json",
|
||||||
"copy",
|
"copy",
|
||||||
"{\"chromium_build\": \"c37e844a6f8708-eee762104c75bd\", \"num_slaves\": 5, \"page_type\": \"All\"}",
|
"{\"chromium_build\": \"c37e844a6f8708-eee762104c75bd\", \"num_slaves\": 5, \"page_type\": \"All\"}",
|
||||||
"[CUSTOM_/_B_WORK]/skps/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_1m_SKPs/skps_version"
|
"[CUSTOM_/_B_WORK]/skps/c37e844a6f8708-eee762104c75bd/All/5/skps_version"
|
||||||
],
|
],
|
||||||
"infra_step": true,
|
"infra_step": true,
|
||||||
"name": "Create [CUSTOM_/_B_WORK]/skps/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_1m_SKPs/skps_version"
|
"name": "Create [CUSTOM_/_B_WORK]/skps/c37e844a6f8708-eee762104c75bd/All/5/skps_version"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"cmd": [
|
"cmd": [
|
||||||
@ -833,7 +833,7 @@
|
|||||||
"--shards",
|
"--shards",
|
||||||
"1",
|
"1",
|
||||||
"--task-name",
|
"--task-name",
|
||||||
"ct-dm-1/Ubuntu-14.04/[dummy has/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_1m_SKPs/-1",
|
"ct-dm-1/Ubuntu-14.04/[dummy has/Test-Ubuntu14-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_1m_SKPs/-1",
|
||||||
"--dump-json",
|
"--dump-json",
|
||||||
"/path/to/tmp/json",
|
"/path/to/tmp/json",
|
||||||
"--expiration",
|
"--expiration",
|
||||||
@ -854,7 +854,7 @@
|
|||||||
"--tag",
|
"--tag",
|
||||||
"allow_milo:1",
|
"allow_milo:1",
|
||||||
"--tag",
|
"--tag",
|
||||||
"buildername:Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_1m_SKPs",
|
"buildername:Test-Ubuntu14-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_1m_SKPs",
|
||||||
"--tag",
|
"--tag",
|
||||||
"data:[dummy hash for ct-dm-1]",
|
"data:[dummy hash for ct-dm-1]",
|
||||||
"--tag",
|
"--tag",
|
||||||
@ -873,9 +873,9 @@
|
|||||||
"~followup_annotations": [
|
"~followup_annotations": [
|
||||||
"@@@STEP_TEXT@Run on OS: 'Ubuntu-14.04'@@@",
|
"@@@STEP_TEXT@Run on OS: 'Ubuntu-14.04'@@@",
|
||||||
"@@@STEP_LOG_LINE@json.output@{@@@",
|
"@@@STEP_LOG_LINE@json.output@{@@@",
|
||||||
"@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"ct-dm-1/Ubuntu-14.04/[dummy has/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_1m_SKPs/-1\", @@@",
|
"@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"ct-dm-1/Ubuntu-14.04/[dummy has/Test-Ubuntu14-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_1m_SKPs/-1\", @@@",
|
||||||
"@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@",
|
"@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@",
|
||||||
"@@@STEP_LOG_LINE@json.output@ \"ct-dm-1/Ubuntu-14.04/[dummy has/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_1m_SKPs/-1\": {@@@",
|
"@@@STEP_LOG_LINE@json.output@ \"ct-dm-1/Ubuntu-14.04/[dummy has/Test-Ubuntu14-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_1m_SKPs/-1\": {@@@",
|
||||||
"@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@",
|
"@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@",
|
||||||
"@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@",
|
"@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@",
|
||||||
"@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm.appspot.com/user/task/10000\"@@@",
|
"@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm.appspot.com/user/task/10000\"@@@",
|
||||||
@ -901,7 +901,7 @@
|
|||||||
"--shards",
|
"--shards",
|
||||||
"1",
|
"1",
|
||||||
"--task-name",
|
"--task-name",
|
||||||
"ct-dm-2/Ubuntu-14.04/[dummy has/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_1m_SKPs/-1",
|
"ct-dm-2/Ubuntu-14.04/[dummy has/Test-Ubuntu14-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_1m_SKPs/-1",
|
||||||
"--dump-json",
|
"--dump-json",
|
||||||
"/path/to/tmp/json",
|
"/path/to/tmp/json",
|
||||||
"--expiration",
|
"--expiration",
|
||||||
@ -922,7 +922,7 @@
|
|||||||
"--tag",
|
"--tag",
|
||||||
"allow_milo:1",
|
"allow_milo:1",
|
||||||
"--tag",
|
"--tag",
|
||||||
"buildername:Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_1m_SKPs",
|
"buildername:Test-Ubuntu14-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_1m_SKPs",
|
||||||
"--tag",
|
"--tag",
|
||||||
"data:[dummy hash for ct-dm-2]",
|
"data:[dummy hash for ct-dm-2]",
|
||||||
"--tag",
|
"--tag",
|
||||||
@ -941,9 +941,9 @@
|
|||||||
"~followup_annotations": [
|
"~followup_annotations": [
|
||||||
"@@@STEP_TEXT@Run on OS: 'Ubuntu-14.04'@@@",
|
"@@@STEP_TEXT@Run on OS: 'Ubuntu-14.04'@@@",
|
||||||
"@@@STEP_LOG_LINE@json.output@{@@@",
|
"@@@STEP_LOG_LINE@json.output@{@@@",
|
||||||
"@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"ct-dm-2/Ubuntu-14.04/[dummy has/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_1m_SKPs/-1\", @@@",
|
"@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"ct-dm-2/Ubuntu-14.04/[dummy has/Test-Ubuntu14-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_1m_SKPs/-1\", @@@",
|
||||||
"@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@",
|
"@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@",
|
||||||
"@@@STEP_LOG_LINE@json.output@ \"ct-dm-2/Ubuntu-14.04/[dummy has/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_1m_SKPs/-1\": {@@@",
|
"@@@STEP_LOG_LINE@json.output@ \"ct-dm-2/Ubuntu-14.04/[dummy has/Test-Ubuntu14-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_1m_SKPs/-1\": {@@@",
|
||||||
"@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@",
|
"@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@",
|
||||||
"@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@",
|
"@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@",
|
||||||
"@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm.appspot.com/user/task/10000\"@@@",
|
"@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm.appspot.com/user/task/10000\"@@@",
|
||||||
@ -969,7 +969,7 @@
|
|||||||
"--shards",
|
"--shards",
|
||||||
"1",
|
"1",
|
||||||
"--task-name",
|
"--task-name",
|
||||||
"ct-dm-3/Ubuntu-14.04/[dummy has/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_1m_SKPs/-1",
|
"ct-dm-3/Ubuntu-14.04/[dummy has/Test-Ubuntu14-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_1m_SKPs/-1",
|
||||||
"--dump-json",
|
"--dump-json",
|
||||||
"/path/to/tmp/json",
|
"/path/to/tmp/json",
|
||||||
"--expiration",
|
"--expiration",
|
||||||
@ -990,7 +990,7 @@
|
|||||||
"--tag",
|
"--tag",
|
||||||
"allow_milo:1",
|
"allow_milo:1",
|
||||||
"--tag",
|
"--tag",
|
||||||
"buildername:Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_1m_SKPs",
|
"buildername:Test-Ubuntu14-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_1m_SKPs",
|
||||||
"--tag",
|
"--tag",
|
||||||
"data:[dummy hash for ct-dm-3]",
|
"data:[dummy hash for ct-dm-3]",
|
||||||
"--tag",
|
"--tag",
|
||||||
@ -1009,9 +1009,9 @@
|
|||||||
"~followup_annotations": [
|
"~followup_annotations": [
|
||||||
"@@@STEP_TEXT@Run on OS: 'Ubuntu-14.04'@@@",
|
"@@@STEP_TEXT@Run on OS: 'Ubuntu-14.04'@@@",
|
||||||
"@@@STEP_LOG_LINE@json.output@{@@@",
|
"@@@STEP_LOG_LINE@json.output@{@@@",
|
||||||
"@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"ct-dm-3/Ubuntu-14.04/[dummy has/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_1m_SKPs/-1\", @@@",
|
"@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"ct-dm-3/Ubuntu-14.04/[dummy has/Test-Ubuntu14-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_1m_SKPs/-1\", @@@",
|
||||||
"@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@",
|
"@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@",
|
||||||
"@@@STEP_LOG_LINE@json.output@ \"ct-dm-3/Ubuntu-14.04/[dummy has/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_1m_SKPs/-1\": {@@@",
|
"@@@STEP_LOG_LINE@json.output@ \"ct-dm-3/Ubuntu-14.04/[dummy has/Test-Ubuntu14-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_1m_SKPs/-1\": {@@@",
|
||||||
"@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@",
|
"@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@",
|
||||||
"@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@",
|
"@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@",
|
||||||
"@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm.appspot.com/user/task/10000\"@@@",
|
"@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm.appspot.com/user/task/10000\"@@@",
|
||||||
@ -1037,7 +1037,7 @@
|
|||||||
"--shards",
|
"--shards",
|
||||||
"1",
|
"1",
|
||||||
"--task-name",
|
"--task-name",
|
||||||
"ct-dm-4/Ubuntu-14.04/[dummy has/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_1m_SKPs/-1",
|
"ct-dm-4/Ubuntu-14.04/[dummy has/Test-Ubuntu14-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_1m_SKPs/-1",
|
||||||
"--dump-json",
|
"--dump-json",
|
||||||
"/path/to/tmp/json",
|
"/path/to/tmp/json",
|
||||||
"--expiration",
|
"--expiration",
|
||||||
@ -1058,7 +1058,7 @@
|
|||||||
"--tag",
|
"--tag",
|
||||||
"allow_milo:1",
|
"allow_milo:1",
|
||||||
"--tag",
|
"--tag",
|
||||||
"buildername:Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_1m_SKPs",
|
"buildername:Test-Ubuntu14-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_1m_SKPs",
|
||||||
"--tag",
|
"--tag",
|
||||||
"data:[dummy hash for ct-dm-4]",
|
"data:[dummy hash for ct-dm-4]",
|
||||||
"--tag",
|
"--tag",
|
||||||
@ -1077,9 +1077,9 @@
|
|||||||
"~followup_annotations": [
|
"~followup_annotations": [
|
||||||
"@@@STEP_TEXT@Run on OS: 'Ubuntu-14.04'@@@",
|
"@@@STEP_TEXT@Run on OS: 'Ubuntu-14.04'@@@",
|
||||||
"@@@STEP_LOG_LINE@json.output@{@@@",
|
"@@@STEP_LOG_LINE@json.output@{@@@",
|
||||||
"@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"ct-dm-4/Ubuntu-14.04/[dummy has/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_1m_SKPs/-1\", @@@",
|
"@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"ct-dm-4/Ubuntu-14.04/[dummy has/Test-Ubuntu14-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_1m_SKPs/-1\", @@@",
|
||||||
"@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@",
|
"@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@",
|
||||||
"@@@STEP_LOG_LINE@json.output@ \"ct-dm-4/Ubuntu-14.04/[dummy has/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_1m_SKPs/-1\": {@@@",
|
"@@@STEP_LOG_LINE@json.output@ \"ct-dm-4/Ubuntu-14.04/[dummy has/Test-Ubuntu14-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_1m_SKPs/-1\": {@@@",
|
||||||
"@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@",
|
"@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@",
|
||||||
"@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@",
|
"@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@",
|
||||||
"@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm.appspot.com/user/task/10000\"@@@",
|
"@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm.appspot.com/user/task/10000\"@@@",
|
||||||
@ -1105,7 +1105,7 @@
|
|||||||
"--shards",
|
"--shards",
|
||||||
"1",
|
"1",
|
||||||
"--task-name",
|
"--task-name",
|
||||||
"ct-dm-5/Ubuntu-14.04/[dummy has/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_1m_SKPs/-1",
|
"ct-dm-5/Ubuntu-14.04/[dummy has/Test-Ubuntu14-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_1m_SKPs/-1",
|
||||||
"--dump-json",
|
"--dump-json",
|
||||||
"/path/to/tmp/json",
|
"/path/to/tmp/json",
|
||||||
"--expiration",
|
"--expiration",
|
||||||
@ -1126,7 +1126,7 @@
|
|||||||
"--tag",
|
"--tag",
|
||||||
"allow_milo:1",
|
"allow_milo:1",
|
||||||
"--tag",
|
"--tag",
|
||||||
"buildername:Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_1m_SKPs",
|
"buildername:Test-Ubuntu14-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_1m_SKPs",
|
||||||
"--tag",
|
"--tag",
|
||||||
"data:[dummy hash for ct-dm-5]",
|
"data:[dummy hash for ct-dm-5]",
|
||||||
"--tag",
|
"--tag",
|
||||||
@ -1145,9 +1145,9 @@
|
|||||||
"~followup_annotations": [
|
"~followup_annotations": [
|
||||||
"@@@STEP_TEXT@Run on OS: 'Ubuntu-14.04'@@@",
|
"@@@STEP_TEXT@Run on OS: 'Ubuntu-14.04'@@@",
|
||||||
"@@@STEP_LOG_LINE@json.output@{@@@",
|
"@@@STEP_LOG_LINE@json.output@{@@@",
|
||||||
"@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"ct-dm-5/Ubuntu-14.04/[dummy has/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_1m_SKPs/-1\", @@@",
|
"@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"ct-dm-5/Ubuntu-14.04/[dummy has/Test-Ubuntu14-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_1m_SKPs/-1\", @@@",
|
||||||
"@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@",
|
"@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@",
|
||||||
"@@@STEP_LOG_LINE@json.output@ \"ct-dm-5/Ubuntu-14.04/[dummy has/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_1m_SKPs/-1\": {@@@",
|
"@@@STEP_LOG_LINE@json.output@ \"ct-dm-5/Ubuntu-14.04/[dummy has/Test-Ubuntu14-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_1m_SKPs/-1\": {@@@",
|
||||||
"@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@",
|
"@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@",
|
||||||
"@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@",
|
"@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@",
|
||||||
"@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm.appspot.com/user/task/10000\"@@@",
|
"@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm.appspot.com/user/task/10000\"@@@",
|
||||||
@ -1182,7 +1182,7 @@
|
|||||||
"--decorate",
|
"--decorate",
|
||||||
"--print-status-updates",
|
"--print-status-updates",
|
||||||
"--json",
|
"--json",
|
||||||
"{\"base_task_name\": \"ct-dm-1/Ubuntu-14.04/[dummy has/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_1m_SKPs/-1\", \"tasks\": {\"ct-dm-1/Ubuntu-14.04/[dummy has/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_1m_SKPs/-1\": {\"shard_index\": 0, \"task_id\": \"10000\", \"view_url\": \"https://chromium-swarm.appspot.com/user/task/10000\"}}}",
|
"{\"base_task_name\": \"ct-dm-1/Ubuntu-14.04/[dummy has/Test-Ubuntu14-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_1m_SKPs/-1\", \"tasks\": {\"ct-dm-1/Ubuntu-14.04/[dummy has/Test-Ubuntu14-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_1m_SKPs/-1\": {\"shard_index\": 0, \"task_id\": \"10000\", \"view_url\": \"https://chromium-swarm.appspot.com/user/task/10000\"}}}",
|
||||||
"--task-summary-json",
|
"--task-summary-json",
|
||||||
"/path/to/tmp/json"
|
"/path/to/tmp/json"
|
||||||
],
|
],
|
||||||
@ -1259,7 +1259,7 @@
|
|||||||
"--decorate",
|
"--decorate",
|
||||||
"--print-status-updates",
|
"--print-status-updates",
|
||||||
"--json",
|
"--json",
|
||||||
"{\"base_task_name\": \"ct-dm-2/Ubuntu-14.04/[dummy has/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_1m_SKPs/-1\", \"tasks\": {\"ct-dm-2/Ubuntu-14.04/[dummy has/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_1m_SKPs/-1\": {\"shard_index\": 0, \"task_id\": \"10000\", \"view_url\": \"https://chromium-swarm.appspot.com/user/task/10000\"}}}",
|
"{\"base_task_name\": \"ct-dm-2/Ubuntu-14.04/[dummy has/Test-Ubuntu14-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_1m_SKPs/-1\", \"tasks\": {\"ct-dm-2/Ubuntu-14.04/[dummy has/Test-Ubuntu14-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_1m_SKPs/-1\": {\"shard_index\": 0, \"task_id\": \"10000\", \"view_url\": \"https://chromium-swarm.appspot.com/user/task/10000\"}}}",
|
||||||
"--task-summary-json",
|
"--task-summary-json",
|
||||||
"/path/to/tmp/json"
|
"/path/to/tmp/json"
|
||||||
],
|
],
|
||||||
@ -1336,7 +1336,7 @@
|
|||||||
"--decorate",
|
"--decorate",
|
||||||
"--print-status-updates",
|
"--print-status-updates",
|
||||||
"--json",
|
"--json",
|
||||||
"{\"base_task_name\": \"ct-dm-3/Ubuntu-14.04/[dummy has/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_1m_SKPs/-1\", \"tasks\": {\"ct-dm-3/Ubuntu-14.04/[dummy has/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_1m_SKPs/-1\": {\"shard_index\": 0, \"task_id\": \"10000\", \"view_url\": \"https://chromium-swarm.appspot.com/user/task/10000\"}}}",
|
"{\"base_task_name\": \"ct-dm-3/Ubuntu-14.04/[dummy has/Test-Ubuntu14-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_1m_SKPs/-1\", \"tasks\": {\"ct-dm-3/Ubuntu-14.04/[dummy has/Test-Ubuntu14-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_1m_SKPs/-1\": {\"shard_index\": 0, \"task_id\": \"10000\", \"view_url\": \"https://chromium-swarm.appspot.com/user/task/10000\"}}}",
|
||||||
"--task-summary-json",
|
"--task-summary-json",
|
||||||
"/path/to/tmp/json"
|
"/path/to/tmp/json"
|
||||||
],
|
],
|
||||||
@ -1417,7 +1417,7 @@
|
|||||||
"--decorate",
|
"--decorate",
|
||||||
"--print-status-updates",
|
"--print-status-updates",
|
||||||
"--json",
|
"--json",
|
||||||
"{\"base_task_name\": \"ct-dm-4/Ubuntu-14.04/[dummy has/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_1m_SKPs/-1\", \"tasks\": {\"ct-dm-4/Ubuntu-14.04/[dummy has/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_1m_SKPs/-1\": {\"shard_index\": 0, \"task_id\": \"10000\", \"view_url\": \"https://chromium-swarm.appspot.com/user/task/10000\"}}}",
|
"{\"base_task_name\": \"ct-dm-4/Ubuntu-14.04/[dummy has/Test-Ubuntu14-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_1m_SKPs/-1\", \"tasks\": {\"ct-dm-4/Ubuntu-14.04/[dummy has/Test-Ubuntu14-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_1m_SKPs/-1\": {\"shard_index\": 0, \"task_id\": \"10000\", \"view_url\": \"https://chromium-swarm.appspot.com/user/task/10000\"}}}",
|
||||||
"--task-summary-json",
|
"--task-summary-json",
|
||||||
"/path/to/tmp/json"
|
"/path/to/tmp/json"
|
||||||
],
|
],
|
||||||
@ -1494,7 +1494,7 @@
|
|||||||
"--decorate",
|
"--decorate",
|
||||||
"--print-status-updates",
|
"--print-status-updates",
|
||||||
"--json",
|
"--json",
|
||||||
"{\"base_task_name\": \"ct-dm-5/Ubuntu-14.04/[dummy has/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_1m_SKPs/-1\", \"tasks\": {\"ct-dm-5/Ubuntu-14.04/[dummy has/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_1m_SKPs/-1\": {\"shard_index\": 0, \"task_id\": \"10000\", \"view_url\": \"https://chromium-swarm.appspot.com/user/task/10000\"}}}",
|
"{\"base_task_name\": \"ct-dm-5/Ubuntu-14.04/[dummy has/Test-Ubuntu14-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_1m_SKPs/-1\", \"tasks\": {\"ct-dm-5/Ubuntu-14.04/[dummy has/Test-Ubuntu14-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_1m_SKPs/-1\": {\"shard_index\": 0, \"task_id\": \"10000\", \"view_url\": \"https://chromium-swarm.appspot.com/user/task/10000\"}}}",
|
||||||
"--task-summary-json",
|
"--task-summary-json",
|
||||||
"/path/to/tmp/json"
|
"/path/to/tmp/json"
|
||||||
],
|
],
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
[
|
[
|
||||||
{
|
{
|
||||||
"name": "$result",
|
"name": "$result",
|
||||||
"reason": "Uncaught Exception: Exception('Do not recognise the buildername Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_UnknownRepo_SKPs.',)",
|
"reason": "Uncaught Exception: Exception('Do not recognise the buildername Test-Ubuntu14-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_UnknownRepo_SKPs.',)",
|
||||||
"status_code": -1
|
"status_code": -1
|
||||||
}
|
}
|
||||||
]
|
]
|
@ -118,7 +118,7 @@
|
|||||||
"[CUSTOM_/_B_WORK]/skia/bin/gn",
|
"[CUSTOM_/_B_WORK]/skia/bin/gn",
|
||||||
"gen",
|
"gen",
|
||||||
"[START_DIR]/out/Release",
|
"[START_DIR]/out/Release",
|
||||||
"--args=cc=\"gcc\" cxx=\"g++\" is_debug=false"
|
"--args=cc=\"gcc-4.8\" cxx=\"g++-4.8\" is_debug=false"
|
||||||
],
|
],
|
||||||
"cwd": "[CUSTOM_/_B_WORK]/skia",
|
"cwd": "[CUSTOM_/_B_WORK]/skia",
|
||||||
"env": {
|
"env": {
|
||||||
@ -381,7 +381,7 @@
|
|||||||
"--json-output",
|
"--json-output",
|
||||||
"/path/to/tmp/json",
|
"/path/to/tmp/json",
|
||||||
"rmtree",
|
"rmtree",
|
||||||
"[CUSTOM_/_B_WORK]/skps/Perf-Ubuntu-GCC-Golo-GPU-GT610-x86_64-Release-CT_BENCH_10k_SKPs/slave1"
|
"[CUSTOM_/_B_WORK]/skps/c37e844a6f8708-eee762104c75bd/10k/5/slave1"
|
||||||
],
|
],
|
||||||
"infra_step": true,
|
"infra_step": true,
|
||||||
"name": "rmtree slave1"
|
"name": "rmtree slave1"
|
||||||
@ -396,7 +396,7 @@
|
|||||||
"ensure-directory",
|
"ensure-directory",
|
||||||
"--mode",
|
"--mode",
|
||||||
"0777",
|
"0777",
|
||||||
"[CUSTOM_/_B_WORK]/skps/Perf-Ubuntu-GCC-Golo-GPU-GT610-x86_64-Release-CT_BENCH_10k_SKPs/slave1"
|
"[CUSTOM_/_B_WORK]/skps/c37e844a6f8708-eee762104c75bd/10k/5/slave1"
|
||||||
],
|
],
|
||||||
"infra_step": true,
|
"infra_step": true,
|
||||||
"name": "makedirs slave1"
|
"name": "makedirs slave1"
|
||||||
@ -419,7 +419,7 @@
|
|||||||
"gs://cluster-telemetry/swarming/skps/10k/c37e844a6f8708-eee762104c75bd/8/*.skp",
|
"gs://cluster-telemetry/swarming/skps/10k/c37e844a6f8708-eee762104c75bd/8/*.skp",
|
||||||
"gs://cluster-telemetry/swarming/skps/10k/c37e844a6f8708-eee762104c75bd/9/*.skp",
|
"gs://cluster-telemetry/swarming/skps/10k/c37e844a6f8708-eee762104c75bd/9/*.skp",
|
||||||
"gs://cluster-telemetry/swarming/skps/10k/c37e844a6f8708-eee762104c75bd/10/*.skp",
|
"gs://cluster-telemetry/swarming/skps/10k/c37e844a6f8708-eee762104c75bd/10/*.skp",
|
||||||
"[CUSTOM_/_B_WORK]/skps/Perf-Ubuntu-GCC-Golo-GPU-GT610-x86_64-Release-CT_BENCH_10k_SKPs/slave1"
|
"[CUSTOM_/_B_WORK]/skps/c37e844a6f8708-eee762104c75bd/10k/5/slave1"
|
||||||
],
|
],
|
||||||
"infra_step": true,
|
"infra_step": true,
|
||||||
"name": "gsutil cp"
|
"name": "gsutil cp"
|
||||||
@ -447,7 +447,7 @@
|
|||||||
"--json-output",
|
"--json-output",
|
||||||
"/path/to/tmp/json",
|
"/path/to/tmp/json",
|
||||||
"copy",
|
"copy",
|
||||||
"{\n \"args\": [\n \"--isolate\", \n \"[CUSTOM_/_B_WORK]/skia/infra/bots/ct/ct_skps.isolate\", \n \"--isolated\", \n \"[START_DIR]/swarming_temp_dir/skia-task-ct-nanobench-1.isolated\", \n \"--config-variable\", \n \"OS\", \n \"linux\", \n \"--extra-variable\", \n \"CONFIGURATION\", \n \"Release\", \n \"--extra-variable\", \n \"BUILDER\", \n \"Perf-Ubuntu-GCC-Golo-GPU-GT610-x86_64-Release-CT_BENCH_10k_SKPs\", \n \"--extra-variable\", \n \"GIT_HASH\", \n \"9046e2e693bb92a76e972b694580e5d17ad10748\", \n \"--extra-variable\", \n \"SLAVE_NUM\", \n \"1\", \n \"--extra-variable\", \n \"TOOL_NAME\", \n \"nanobench\"\n ], \n \"dir\": \"[CUSTOM_/_B_WORK]/skia/infra/bots/ct\", \n \"version\": 1\n}",
|
"{\n \"args\": [\n \"--isolate\", \n \"[CUSTOM_/_B_WORK]/skia/infra/bots/ct/ct_skps.isolate\", \n \"--isolated\", \n \"[START_DIR]/swarming_temp_dir/skia-task-ct-nanobench-1.isolated\", \n \"--config-variable\", \n \"OS\", \n \"linux\", \n \"--extra-variable\", \n \"NUM_SLAVES\", \n \"5\", \n \"--extra-variable\", \n \"CONFIGURATION\", \n \"Release\", \n \"--extra-variable\", \n \"SLAVE_NUM\", \n \"1\", \n \"--extra-variable\", \n \"PAGE_TYPE\", \n \"10k\", \n \"--extra-variable\", \n \"BUILDER\", \n \"Perf-Ubuntu14-GCC-Golo-GPU-GT610-x86_64-Release-CT_BENCH_10k_SKPs\", \n \"--extra-variable\", \n \"GIT_HASH\", \n \"9046e2e693bb92a76e972b694580e5d17ad10748\", \n \"--extra-variable\", \n \"TOOL_NAME\", \n \"nanobench\", \n \"--extra-variable\", \n \"CHROMIUM_BUILD\", \n \"c37e844a6f8708-eee762104c75bd\"\n ], \n \"dir\": \"[CUSTOM_/_B_WORK]/skia/infra/bots/ct\", \n \"version\": 1\n}",
|
||||||
"[START_DIR]/swarming_temp_dir/ct-nanobench-1.isolated.gen.json"
|
"[START_DIR]/swarming_temp_dir/ct-nanobench-1.isolated.gen.json"
|
||||||
],
|
],
|
||||||
"infra_step": true,
|
"infra_step": true,
|
||||||
@ -461,7 +461,7 @@
|
|||||||
"--json-output",
|
"--json-output",
|
||||||
"/path/to/tmp/json",
|
"/path/to/tmp/json",
|
||||||
"rmtree",
|
"rmtree",
|
||||||
"[CUSTOM_/_B_WORK]/skps/Perf-Ubuntu-GCC-Golo-GPU-GT610-x86_64-Release-CT_BENCH_10k_SKPs/slave2"
|
"[CUSTOM_/_B_WORK]/skps/c37e844a6f8708-eee762104c75bd/10k/5/slave2"
|
||||||
],
|
],
|
||||||
"infra_step": true,
|
"infra_step": true,
|
||||||
"name": "rmtree slave2"
|
"name": "rmtree slave2"
|
||||||
@ -476,7 +476,7 @@
|
|||||||
"ensure-directory",
|
"ensure-directory",
|
||||||
"--mode",
|
"--mode",
|
||||||
"0777",
|
"0777",
|
||||||
"[CUSTOM_/_B_WORK]/skps/Perf-Ubuntu-GCC-Golo-GPU-GT610-x86_64-Release-CT_BENCH_10k_SKPs/slave2"
|
"[CUSTOM_/_B_WORK]/skps/c37e844a6f8708-eee762104c75bd/10k/5/slave2"
|
||||||
],
|
],
|
||||||
"infra_step": true,
|
"infra_step": true,
|
||||||
"name": "makedirs slave2"
|
"name": "makedirs slave2"
|
||||||
@ -499,7 +499,7 @@
|
|||||||
"gs://cluster-telemetry/swarming/skps/10k/c37e844a6f8708-eee762104c75bd/18/*.skp",
|
"gs://cluster-telemetry/swarming/skps/10k/c37e844a6f8708-eee762104c75bd/18/*.skp",
|
||||||
"gs://cluster-telemetry/swarming/skps/10k/c37e844a6f8708-eee762104c75bd/19/*.skp",
|
"gs://cluster-telemetry/swarming/skps/10k/c37e844a6f8708-eee762104c75bd/19/*.skp",
|
||||||
"gs://cluster-telemetry/swarming/skps/10k/c37e844a6f8708-eee762104c75bd/20/*.skp",
|
"gs://cluster-telemetry/swarming/skps/10k/c37e844a6f8708-eee762104c75bd/20/*.skp",
|
||||||
"[CUSTOM_/_B_WORK]/skps/Perf-Ubuntu-GCC-Golo-GPU-GT610-x86_64-Release-CT_BENCH_10k_SKPs/slave2"
|
"[CUSTOM_/_B_WORK]/skps/c37e844a6f8708-eee762104c75bd/10k/5/slave2"
|
||||||
],
|
],
|
||||||
"infra_step": true,
|
"infra_step": true,
|
||||||
"name": "gsutil cp (2)"
|
"name": "gsutil cp (2)"
|
||||||
@ -527,7 +527,7 @@
|
|||||||
"--json-output",
|
"--json-output",
|
||||||
"/path/to/tmp/json",
|
"/path/to/tmp/json",
|
||||||
"copy",
|
"copy",
|
||||||
"{\n \"args\": [\n \"--isolate\", \n \"[CUSTOM_/_B_WORK]/skia/infra/bots/ct/ct_skps.isolate\", \n \"--isolated\", \n \"[START_DIR]/swarming_temp_dir/skia-task-ct-nanobench-2.isolated\", \n \"--config-variable\", \n \"OS\", \n \"linux\", \n \"--extra-variable\", \n \"CONFIGURATION\", \n \"Release\", \n \"--extra-variable\", \n \"BUILDER\", \n \"Perf-Ubuntu-GCC-Golo-GPU-GT610-x86_64-Release-CT_BENCH_10k_SKPs\", \n \"--extra-variable\", \n \"GIT_HASH\", \n \"9046e2e693bb92a76e972b694580e5d17ad10748\", \n \"--extra-variable\", \n \"SLAVE_NUM\", \n \"2\", \n \"--extra-variable\", \n \"TOOL_NAME\", \n \"nanobench\"\n ], \n \"dir\": \"[CUSTOM_/_B_WORK]/skia/infra/bots/ct\", \n \"version\": 1\n}",
|
"{\n \"args\": [\n \"--isolate\", \n \"[CUSTOM_/_B_WORK]/skia/infra/bots/ct/ct_skps.isolate\", \n \"--isolated\", \n \"[START_DIR]/swarming_temp_dir/skia-task-ct-nanobench-2.isolated\", \n \"--config-variable\", \n \"OS\", \n \"linux\", \n \"--extra-variable\", \n \"NUM_SLAVES\", \n \"5\", \n \"--extra-variable\", \n \"CONFIGURATION\", \n \"Release\", \n \"--extra-variable\", \n \"SLAVE_NUM\", \n \"2\", \n \"--extra-variable\", \n \"PAGE_TYPE\", \n \"10k\", \n \"--extra-variable\", \n \"BUILDER\", \n \"Perf-Ubuntu14-GCC-Golo-GPU-GT610-x86_64-Release-CT_BENCH_10k_SKPs\", \n \"--extra-variable\", \n \"GIT_HASH\", \n \"9046e2e693bb92a76e972b694580e5d17ad10748\", \n \"--extra-variable\", \n \"TOOL_NAME\", \n \"nanobench\", \n \"--extra-variable\", \n \"CHROMIUM_BUILD\", \n \"c37e844a6f8708-eee762104c75bd\"\n ], \n \"dir\": \"[CUSTOM_/_B_WORK]/skia/infra/bots/ct\", \n \"version\": 1\n}",
|
||||||
"[START_DIR]/swarming_temp_dir/ct-nanobench-2.isolated.gen.json"
|
"[START_DIR]/swarming_temp_dir/ct-nanobench-2.isolated.gen.json"
|
||||||
],
|
],
|
||||||
"infra_step": true,
|
"infra_step": true,
|
||||||
@ -541,7 +541,7 @@
|
|||||||
"--json-output",
|
"--json-output",
|
||||||
"/path/to/tmp/json",
|
"/path/to/tmp/json",
|
||||||
"rmtree",
|
"rmtree",
|
||||||
"[CUSTOM_/_B_WORK]/skps/Perf-Ubuntu-GCC-Golo-GPU-GT610-x86_64-Release-CT_BENCH_10k_SKPs/slave3"
|
"[CUSTOM_/_B_WORK]/skps/c37e844a6f8708-eee762104c75bd/10k/5/slave3"
|
||||||
],
|
],
|
||||||
"infra_step": true,
|
"infra_step": true,
|
||||||
"name": "rmtree slave3"
|
"name": "rmtree slave3"
|
||||||
@ -556,7 +556,7 @@
|
|||||||
"ensure-directory",
|
"ensure-directory",
|
||||||
"--mode",
|
"--mode",
|
||||||
"0777",
|
"0777",
|
||||||
"[CUSTOM_/_B_WORK]/skps/Perf-Ubuntu-GCC-Golo-GPU-GT610-x86_64-Release-CT_BENCH_10k_SKPs/slave3"
|
"[CUSTOM_/_B_WORK]/skps/c37e844a6f8708-eee762104c75bd/10k/5/slave3"
|
||||||
],
|
],
|
||||||
"infra_step": true,
|
"infra_step": true,
|
||||||
"name": "makedirs slave3"
|
"name": "makedirs slave3"
|
||||||
@ -579,7 +579,7 @@
|
|||||||
"gs://cluster-telemetry/swarming/skps/10k/c37e844a6f8708-eee762104c75bd/28/*.skp",
|
"gs://cluster-telemetry/swarming/skps/10k/c37e844a6f8708-eee762104c75bd/28/*.skp",
|
||||||
"gs://cluster-telemetry/swarming/skps/10k/c37e844a6f8708-eee762104c75bd/29/*.skp",
|
"gs://cluster-telemetry/swarming/skps/10k/c37e844a6f8708-eee762104c75bd/29/*.skp",
|
||||||
"gs://cluster-telemetry/swarming/skps/10k/c37e844a6f8708-eee762104c75bd/30/*.skp",
|
"gs://cluster-telemetry/swarming/skps/10k/c37e844a6f8708-eee762104c75bd/30/*.skp",
|
||||||
"[CUSTOM_/_B_WORK]/skps/Perf-Ubuntu-GCC-Golo-GPU-GT610-x86_64-Release-CT_BENCH_10k_SKPs/slave3"
|
"[CUSTOM_/_B_WORK]/skps/c37e844a6f8708-eee762104c75bd/10k/5/slave3"
|
||||||
],
|
],
|
||||||
"infra_step": true,
|
"infra_step": true,
|
||||||
"name": "gsutil cp (3)"
|
"name": "gsutil cp (3)"
|
||||||
@ -607,7 +607,7 @@
|
|||||||
"--json-output",
|
"--json-output",
|
||||||
"/path/to/tmp/json",
|
"/path/to/tmp/json",
|
||||||
"copy",
|
"copy",
|
||||||
"{\n \"args\": [\n \"--isolate\", \n \"[CUSTOM_/_B_WORK]/skia/infra/bots/ct/ct_skps.isolate\", \n \"--isolated\", \n \"[START_DIR]/swarming_temp_dir/skia-task-ct-nanobench-3.isolated\", \n \"--config-variable\", \n \"OS\", \n \"linux\", \n \"--extra-variable\", \n \"CONFIGURATION\", \n \"Release\", \n \"--extra-variable\", \n \"BUILDER\", \n \"Perf-Ubuntu-GCC-Golo-GPU-GT610-x86_64-Release-CT_BENCH_10k_SKPs\", \n \"--extra-variable\", \n \"GIT_HASH\", \n \"9046e2e693bb92a76e972b694580e5d17ad10748\", \n \"--extra-variable\", \n \"SLAVE_NUM\", \n \"3\", \n \"--extra-variable\", \n \"TOOL_NAME\", \n \"nanobench\"\n ], \n \"dir\": \"[CUSTOM_/_B_WORK]/skia/infra/bots/ct\", \n \"version\": 1\n}",
|
"{\n \"args\": [\n \"--isolate\", \n \"[CUSTOM_/_B_WORK]/skia/infra/bots/ct/ct_skps.isolate\", \n \"--isolated\", \n \"[START_DIR]/swarming_temp_dir/skia-task-ct-nanobench-3.isolated\", \n \"--config-variable\", \n \"OS\", \n \"linux\", \n \"--extra-variable\", \n \"NUM_SLAVES\", \n \"5\", \n \"--extra-variable\", \n \"CONFIGURATION\", \n \"Release\", \n \"--extra-variable\", \n \"SLAVE_NUM\", \n \"3\", \n \"--extra-variable\", \n \"PAGE_TYPE\", \n \"10k\", \n \"--extra-variable\", \n \"BUILDER\", \n \"Perf-Ubuntu14-GCC-Golo-GPU-GT610-x86_64-Release-CT_BENCH_10k_SKPs\", \n \"--extra-variable\", \n \"GIT_HASH\", \n \"9046e2e693bb92a76e972b694580e5d17ad10748\", \n \"--extra-variable\", \n \"TOOL_NAME\", \n \"nanobench\", \n \"--extra-variable\", \n \"CHROMIUM_BUILD\", \n \"c37e844a6f8708-eee762104c75bd\"\n ], \n \"dir\": \"[CUSTOM_/_B_WORK]/skia/infra/bots/ct\", \n \"version\": 1\n}",
|
||||||
"[START_DIR]/swarming_temp_dir/ct-nanobench-3.isolated.gen.json"
|
"[START_DIR]/swarming_temp_dir/ct-nanobench-3.isolated.gen.json"
|
||||||
],
|
],
|
||||||
"infra_step": true,
|
"infra_step": true,
|
||||||
@ -621,7 +621,7 @@
|
|||||||
"--json-output",
|
"--json-output",
|
||||||
"/path/to/tmp/json",
|
"/path/to/tmp/json",
|
||||||
"rmtree",
|
"rmtree",
|
||||||
"[CUSTOM_/_B_WORK]/skps/Perf-Ubuntu-GCC-Golo-GPU-GT610-x86_64-Release-CT_BENCH_10k_SKPs/slave4"
|
"[CUSTOM_/_B_WORK]/skps/c37e844a6f8708-eee762104c75bd/10k/5/slave4"
|
||||||
],
|
],
|
||||||
"infra_step": true,
|
"infra_step": true,
|
||||||
"name": "rmtree slave4"
|
"name": "rmtree slave4"
|
||||||
@ -636,7 +636,7 @@
|
|||||||
"ensure-directory",
|
"ensure-directory",
|
||||||
"--mode",
|
"--mode",
|
||||||
"0777",
|
"0777",
|
||||||
"[CUSTOM_/_B_WORK]/skps/Perf-Ubuntu-GCC-Golo-GPU-GT610-x86_64-Release-CT_BENCH_10k_SKPs/slave4"
|
"[CUSTOM_/_B_WORK]/skps/c37e844a6f8708-eee762104c75bd/10k/5/slave4"
|
||||||
],
|
],
|
||||||
"infra_step": true,
|
"infra_step": true,
|
||||||
"name": "makedirs slave4"
|
"name": "makedirs slave4"
|
||||||
@ -659,7 +659,7 @@
|
|||||||
"gs://cluster-telemetry/swarming/skps/10k/c37e844a6f8708-eee762104c75bd/38/*.skp",
|
"gs://cluster-telemetry/swarming/skps/10k/c37e844a6f8708-eee762104c75bd/38/*.skp",
|
||||||
"gs://cluster-telemetry/swarming/skps/10k/c37e844a6f8708-eee762104c75bd/39/*.skp",
|
"gs://cluster-telemetry/swarming/skps/10k/c37e844a6f8708-eee762104c75bd/39/*.skp",
|
||||||
"gs://cluster-telemetry/swarming/skps/10k/c37e844a6f8708-eee762104c75bd/40/*.skp",
|
"gs://cluster-telemetry/swarming/skps/10k/c37e844a6f8708-eee762104c75bd/40/*.skp",
|
||||||
"[CUSTOM_/_B_WORK]/skps/Perf-Ubuntu-GCC-Golo-GPU-GT610-x86_64-Release-CT_BENCH_10k_SKPs/slave4"
|
"[CUSTOM_/_B_WORK]/skps/c37e844a6f8708-eee762104c75bd/10k/5/slave4"
|
||||||
],
|
],
|
||||||
"infra_step": true,
|
"infra_step": true,
|
||||||
"name": "gsutil cp (4)"
|
"name": "gsutil cp (4)"
|
||||||
@ -687,7 +687,7 @@
|
|||||||
"--json-output",
|
"--json-output",
|
||||||
"/path/to/tmp/json",
|
"/path/to/tmp/json",
|
||||||
"copy",
|
"copy",
|
||||||
"{\n \"args\": [\n \"--isolate\", \n \"[CUSTOM_/_B_WORK]/skia/infra/bots/ct/ct_skps.isolate\", \n \"--isolated\", \n \"[START_DIR]/swarming_temp_dir/skia-task-ct-nanobench-4.isolated\", \n \"--config-variable\", \n \"OS\", \n \"linux\", \n \"--extra-variable\", \n \"CONFIGURATION\", \n \"Release\", \n \"--extra-variable\", \n \"BUILDER\", \n \"Perf-Ubuntu-GCC-Golo-GPU-GT610-x86_64-Release-CT_BENCH_10k_SKPs\", \n \"--extra-variable\", \n \"GIT_HASH\", \n \"9046e2e693bb92a76e972b694580e5d17ad10748\", \n \"--extra-variable\", \n \"SLAVE_NUM\", \n \"4\", \n \"--extra-variable\", \n \"TOOL_NAME\", \n \"nanobench\"\n ], \n \"dir\": \"[CUSTOM_/_B_WORK]/skia/infra/bots/ct\", \n \"version\": 1\n}",
|
"{\n \"args\": [\n \"--isolate\", \n \"[CUSTOM_/_B_WORK]/skia/infra/bots/ct/ct_skps.isolate\", \n \"--isolated\", \n \"[START_DIR]/swarming_temp_dir/skia-task-ct-nanobench-4.isolated\", \n \"--config-variable\", \n \"OS\", \n \"linux\", \n \"--extra-variable\", \n \"NUM_SLAVES\", \n \"5\", \n \"--extra-variable\", \n \"CONFIGURATION\", \n \"Release\", \n \"--extra-variable\", \n \"SLAVE_NUM\", \n \"4\", \n \"--extra-variable\", \n \"PAGE_TYPE\", \n \"10k\", \n \"--extra-variable\", \n \"BUILDER\", \n \"Perf-Ubuntu14-GCC-Golo-GPU-GT610-x86_64-Release-CT_BENCH_10k_SKPs\", \n \"--extra-variable\", \n \"GIT_HASH\", \n \"9046e2e693bb92a76e972b694580e5d17ad10748\", \n \"--extra-variable\", \n \"TOOL_NAME\", \n \"nanobench\", \n \"--extra-variable\", \n \"CHROMIUM_BUILD\", \n \"c37e844a6f8708-eee762104c75bd\"\n ], \n \"dir\": \"[CUSTOM_/_B_WORK]/skia/infra/bots/ct\", \n \"version\": 1\n}",
|
||||||
"[START_DIR]/swarming_temp_dir/ct-nanobench-4.isolated.gen.json"
|
"[START_DIR]/swarming_temp_dir/ct-nanobench-4.isolated.gen.json"
|
||||||
],
|
],
|
||||||
"infra_step": true,
|
"infra_step": true,
|
||||||
@ -701,7 +701,7 @@
|
|||||||
"--json-output",
|
"--json-output",
|
||||||
"/path/to/tmp/json",
|
"/path/to/tmp/json",
|
||||||
"rmtree",
|
"rmtree",
|
||||||
"[CUSTOM_/_B_WORK]/skps/Perf-Ubuntu-GCC-Golo-GPU-GT610-x86_64-Release-CT_BENCH_10k_SKPs/slave5"
|
"[CUSTOM_/_B_WORK]/skps/c37e844a6f8708-eee762104c75bd/10k/5/slave5"
|
||||||
],
|
],
|
||||||
"infra_step": true,
|
"infra_step": true,
|
||||||
"name": "rmtree slave5"
|
"name": "rmtree slave5"
|
||||||
@ -716,7 +716,7 @@
|
|||||||
"ensure-directory",
|
"ensure-directory",
|
||||||
"--mode",
|
"--mode",
|
||||||
"0777",
|
"0777",
|
||||||
"[CUSTOM_/_B_WORK]/skps/Perf-Ubuntu-GCC-Golo-GPU-GT610-x86_64-Release-CT_BENCH_10k_SKPs/slave5"
|
"[CUSTOM_/_B_WORK]/skps/c37e844a6f8708-eee762104c75bd/10k/5/slave5"
|
||||||
],
|
],
|
||||||
"infra_step": true,
|
"infra_step": true,
|
||||||
"name": "makedirs slave5"
|
"name": "makedirs slave5"
|
||||||
@ -739,7 +739,7 @@
|
|||||||
"gs://cluster-telemetry/swarming/skps/10k/c37e844a6f8708-eee762104c75bd/48/*.skp",
|
"gs://cluster-telemetry/swarming/skps/10k/c37e844a6f8708-eee762104c75bd/48/*.skp",
|
||||||
"gs://cluster-telemetry/swarming/skps/10k/c37e844a6f8708-eee762104c75bd/49/*.skp",
|
"gs://cluster-telemetry/swarming/skps/10k/c37e844a6f8708-eee762104c75bd/49/*.skp",
|
||||||
"gs://cluster-telemetry/swarming/skps/10k/c37e844a6f8708-eee762104c75bd/50/*.skp",
|
"gs://cluster-telemetry/swarming/skps/10k/c37e844a6f8708-eee762104c75bd/50/*.skp",
|
||||||
"[CUSTOM_/_B_WORK]/skps/Perf-Ubuntu-GCC-Golo-GPU-GT610-x86_64-Release-CT_BENCH_10k_SKPs/slave5"
|
"[CUSTOM_/_B_WORK]/skps/c37e844a6f8708-eee762104c75bd/10k/5/slave5"
|
||||||
],
|
],
|
||||||
"infra_step": true,
|
"infra_step": true,
|
||||||
"name": "gsutil cp (5)"
|
"name": "gsutil cp (5)"
|
||||||
@ -767,7 +767,7 @@
|
|||||||
"--json-output",
|
"--json-output",
|
||||||
"/path/to/tmp/json",
|
"/path/to/tmp/json",
|
||||||
"copy",
|
"copy",
|
||||||
"{\n \"args\": [\n \"--isolate\", \n \"[CUSTOM_/_B_WORK]/skia/infra/bots/ct/ct_skps.isolate\", \n \"--isolated\", \n \"[START_DIR]/swarming_temp_dir/skia-task-ct-nanobench-5.isolated\", \n \"--config-variable\", \n \"OS\", \n \"linux\", \n \"--extra-variable\", \n \"CONFIGURATION\", \n \"Release\", \n \"--extra-variable\", \n \"BUILDER\", \n \"Perf-Ubuntu-GCC-Golo-GPU-GT610-x86_64-Release-CT_BENCH_10k_SKPs\", \n \"--extra-variable\", \n \"GIT_HASH\", \n \"9046e2e693bb92a76e972b694580e5d17ad10748\", \n \"--extra-variable\", \n \"SLAVE_NUM\", \n \"5\", \n \"--extra-variable\", \n \"TOOL_NAME\", \n \"nanobench\"\n ], \n \"dir\": \"[CUSTOM_/_B_WORK]/skia/infra/bots/ct\", \n \"version\": 1\n}",
|
"{\n \"args\": [\n \"--isolate\", \n \"[CUSTOM_/_B_WORK]/skia/infra/bots/ct/ct_skps.isolate\", \n \"--isolated\", \n \"[START_DIR]/swarming_temp_dir/skia-task-ct-nanobench-5.isolated\", \n \"--config-variable\", \n \"OS\", \n \"linux\", \n \"--extra-variable\", \n \"NUM_SLAVES\", \n \"5\", \n \"--extra-variable\", \n \"CONFIGURATION\", \n \"Release\", \n \"--extra-variable\", \n \"SLAVE_NUM\", \n \"5\", \n \"--extra-variable\", \n \"PAGE_TYPE\", \n \"10k\", \n \"--extra-variable\", \n \"BUILDER\", \n \"Perf-Ubuntu14-GCC-Golo-GPU-GT610-x86_64-Release-CT_BENCH_10k_SKPs\", \n \"--extra-variable\", \n \"GIT_HASH\", \n \"9046e2e693bb92a76e972b694580e5d17ad10748\", \n \"--extra-variable\", \n \"TOOL_NAME\", \n \"nanobench\", \n \"--extra-variable\", \n \"CHROMIUM_BUILD\", \n \"c37e844a6f8708-eee762104c75bd\"\n ], \n \"dir\": \"[CUSTOM_/_B_WORK]/skia/infra/bots/ct\", \n \"version\": 1\n}",
|
||||||
"[START_DIR]/swarming_temp_dir/ct-nanobench-5.isolated.gen.json"
|
"[START_DIR]/swarming_temp_dir/ct-nanobench-5.isolated.gen.json"
|
||||||
],
|
],
|
||||||
"infra_step": true,
|
"infra_step": true,
|
||||||
@ -782,10 +782,10 @@
|
|||||||
"/path/to/tmp/json",
|
"/path/to/tmp/json",
|
||||||
"copy",
|
"copy",
|
||||||
"{\"chromium_build\": \"c37e844a6f8708-eee762104c75bd\", \"num_slaves\": 5, \"page_type\": \"10k\"}",
|
"{\"chromium_build\": \"c37e844a6f8708-eee762104c75bd\", \"num_slaves\": 5, \"page_type\": \"10k\"}",
|
||||||
"[CUSTOM_/_B_WORK]/skps/Perf-Ubuntu-GCC-Golo-GPU-GT610-x86_64-Release-CT_BENCH_10k_SKPs/skps_version"
|
"[CUSTOM_/_B_WORK]/skps/c37e844a6f8708-eee762104c75bd/10k/5/skps_version"
|
||||||
],
|
],
|
||||||
"infra_step": true,
|
"infra_step": true,
|
||||||
"name": "Create [CUSTOM_/_B_WORK]/skps/Perf-Ubuntu-GCC-Golo-GPU-GT610-x86_64-Release-CT_BENCH_10k_SKPs/skps_version"
|
"name": "Create [CUSTOM_/_B_WORK]/skps/c37e844a6f8708-eee762104c75bd/10k/5/skps_version"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"cmd": [
|
"cmd": [
|
||||||
@ -833,7 +833,7 @@
|
|||||||
"--shards",
|
"--shards",
|
||||||
"1",
|
"1",
|
||||||
"--task-name",
|
"--task-name",
|
||||||
"ct-nanobench-1/Ubuntu-14.04/[dummy has/Perf-Ubuntu-GCC-Golo-GPU-GT610-x86_64-Release-CT_BENCH_10k_SKPs/-1",
|
"ct-nanobench-1/Ubuntu-14.04/[dummy has/Perf-Ubuntu14-GCC-Golo-GPU-GT610-x86_64-Release-CT_BENCH_10k_SKPs/-1",
|
||||||
"--dump-json",
|
"--dump-json",
|
||||||
"/path/to/tmp/json",
|
"/path/to/tmp/json",
|
||||||
"--expiration",
|
"--expiration",
|
||||||
@ -857,7 +857,7 @@
|
|||||||
"--tag",
|
"--tag",
|
||||||
"allow_milo:1",
|
"allow_milo:1",
|
||||||
"--tag",
|
"--tag",
|
||||||
"buildername:Perf-Ubuntu-GCC-Golo-GPU-GT610-x86_64-Release-CT_BENCH_10k_SKPs",
|
"buildername:Perf-Ubuntu14-GCC-Golo-GPU-GT610-x86_64-Release-CT_BENCH_10k_SKPs",
|
||||||
"--tag",
|
"--tag",
|
||||||
"data:[dummy hash for ct-nanobench-1]",
|
"data:[dummy hash for ct-nanobench-1]",
|
||||||
"--tag",
|
"--tag",
|
||||||
@ -876,9 +876,9 @@
|
|||||||
"~followup_annotations": [
|
"~followup_annotations": [
|
||||||
"@@@STEP_TEXT@Run on OS: 'Ubuntu-14.04'@@@",
|
"@@@STEP_TEXT@Run on OS: 'Ubuntu-14.04'@@@",
|
||||||
"@@@STEP_LOG_LINE@json.output@{@@@",
|
"@@@STEP_LOG_LINE@json.output@{@@@",
|
||||||
"@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"ct-nanobench-1/Ubuntu-14.04/[dummy has/Perf-Ubuntu-GCC-Golo-GPU-GT610-x86_64-Release-CT_BENCH_10k_SKPs/-1\", @@@",
|
"@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"ct-nanobench-1/Ubuntu-14.04/[dummy has/Perf-Ubuntu14-GCC-Golo-GPU-GT610-x86_64-Release-CT_BENCH_10k_SKPs/-1\", @@@",
|
||||||
"@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@",
|
"@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@",
|
||||||
"@@@STEP_LOG_LINE@json.output@ \"ct-nanobench-1/Ubuntu-14.04/[dummy has/Perf-Ubuntu-GCC-Golo-GPU-GT610-x86_64-Release-CT_BENCH_10k_SKPs/-1\": {@@@",
|
"@@@STEP_LOG_LINE@json.output@ \"ct-nanobench-1/Ubuntu-14.04/[dummy has/Perf-Ubuntu14-GCC-Golo-GPU-GT610-x86_64-Release-CT_BENCH_10k_SKPs/-1\": {@@@",
|
||||||
"@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@",
|
"@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@",
|
||||||
"@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@",
|
"@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@",
|
||||||
"@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm.appspot.com/user/task/10000\"@@@",
|
"@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm.appspot.com/user/task/10000\"@@@",
|
||||||
@ -904,7 +904,7 @@
|
|||||||
"--shards",
|
"--shards",
|
||||||
"1",
|
"1",
|
||||||
"--task-name",
|
"--task-name",
|
||||||
"ct-nanobench-2/Ubuntu-14.04/[dummy has/Perf-Ubuntu-GCC-Golo-GPU-GT610-x86_64-Release-CT_BENCH_10k_SKPs/-1",
|
"ct-nanobench-2/Ubuntu-14.04/[dummy has/Perf-Ubuntu14-GCC-Golo-GPU-GT610-x86_64-Release-CT_BENCH_10k_SKPs/-1",
|
||||||
"--dump-json",
|
"--dump-json",
|
||||||
"/path/to/tmp/json",
|
"/path/to/tmp/json",
|
||||||
"--expiration",
|
"--expiration",
|
||||||
@ -928,7 +928,7 @@
|
|||||||
"--tag",
|
"--tag",
|
||||||
"allow_milo:1",
|
"allow_milo:1",
|
||||||
"--tag",
|
"--tag",
|
||||||
"buildername:Perf-Ubuntu-GCC-Golo-GPU-GT610-x86_64-Release-CT_BENCH_10k_SKPs",
|
"buildername:Perf-Ubuntu14-GCC-Golo-GPU-GT610-x86_64-Release-CT_BENCH_10k_SKPs",
|
||||||
"--tag",
|
"--tag",
|
||||||
"data:[dummy hash for ct-nanobench-2]",
|
"data:[dummy hash for ct-nanobench-2]",
|
||||||
"--tag",
|
"--tag",
|
||||||
@ -947,9 +947,9 @@
|
|||||||
"~followup_annotations": [
|
"~followup_annotations": [
|
||||||
"@@@STEP_TEXT@Run on OS: 'Ubuntu-14.04'@@@",
|
"@@@STEP_TEXT@Run on OS: 'Ubuntu-14.04'@@@",
|
||||||
"@@@STEP_LOG_LINE@json.output@{@@@",
|
"@@@STEP_LOG_LINE@json.output@{@@@",
|
||||||
"@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"ct-nanobench-2/Ubuntu-14.04/[dummy has/Perf-Ubuntu-GCC-Golo-GPU-GT610-x86_64-Release-CT_BENCH_10k_SKPs/-1\", @@@",
|
"@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"ct-nanobench-2/Ubuntu-14.04/[dummy has/Perf-Ubuntu14-GCC-Golo-GPU-GT610-x86_64-Release-CT_BENCH_10k_SKPs/-1\", @@@",
|
||||||
"@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@",
|
"@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@",
|
||||||
"@@@STEP_LOG_LINE@json.output@ \"ct-nanobench-2/Ubuntu-14.04/[dummy has/Perf-Ubuntu-GCC-Golo-GPU-GT610-x86_64-Release-CT_BENCH_10k_SKPs/-1\": {@@@",
|
"@@@STEP_LOG_LINE@json.output@ \"ct-nanobench-2/Ubuntu-14.04/[dummy has/Perf-Ubuntu14-GCC-Golo-GPU-GT610-x86_64-Release-CT_BENCH_10k_SKPs/-1\": {@@@",
|
||||||
"@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@",
|
"@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@",
|
||||||
"@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@",
|
"@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@",
|
||||||
"@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm.appspot.com/user/task/10000\"@@@",
|
"@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm.appspot.com/user/task/10000\"@@@",
|
||||||
@ -975,7 +975,7 @@
|
|||||||
"--shards",
|
"--shards",
|
||||||
"1",
|
"1",
|
||||||
"--task-name",
|
"--task-name",
|
||||||
"ct-nanobench-3/Ubuntu-14.04/[dummy has/Perf-Ubuntu-GCC-Golo-GPU-GT610-x86_64-Release-CT_BENCH_10k_SKPs/-1",
|
"ct-nanobench-3/Ubuntu-14.04/[dummy has/Perf-Ubuntu14-GCC-Golo-GPU-GT610-x86_64-Release-CT_BENCH_10k_SKPs/-1",
|
||||||
"--dump-json",
|
"--dump-json",
|
||||||
"/path/to/tmp/json",
|
"/path/to/tmp/json",
|
||||||
"--expiration",
|
"--expiration",
|
||||||
@ -999,7 +999,7 @@
|
|||||||
"--tag",
|
"--tag",
|
||||||
"allow_milo:1",
|
"allow_milo:1",
|
||||||
"--tag",
|
"--tag",
|
||||||
"buildername:Perf-Ubuntu-GCC-Golo-GPU-GT610-x86_64-Release-CT_BENCH_10k_SKPs",
|
"buildername:Perf-Ubuntu14-GCC-Golo-GPU-GT610-x86_64-Release-CT_BENCH_10k_SKPs",
|
||||||
"--tag",
|
"--tag",
|
||||||
"data:[dummy hash for ct-nanobench-3]",
|
"data:[dummy hash for ct-nanobench-3]",
|
||||||
"--tag",
|
"--tag",
|
||||||
@ -1018,9 +1018,9 @@
|
|||||||
"~followup_annotations": [
|
"~followup_annotations": [
|
||||||
"@@@STEP_TEXT@Run on OS: 'Ubuntu-14.04'@@@",
|
"@@@STEP_TEXT@Run on OS: 'Ubuntu-14.04'@@@",
|
||||||
"@@@STEP_LOG_LINE@json.output@{@@@",
|
"@@@STEP_LOG_LINE@json.output@{@@@",
|
||||||
"@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"ct-nanobench-3/Ubuntu-14.04/[dummy has/Perf-Ubuntu-GCC-Golo-GPU-GT610-x86_64-Release-CT_BENCH_10k_SKPs/-1\", @@@",
|
"@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"ct-nanobench-3/Ubuntu-14.04/[dummy has/Perf-Ubuntu14-GCC-Golo-GPU-GT610-x86_64-Release-CT_BENCH_10k_SKPs/-1\", @@@",
|
||||||
"@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@",
|
"@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@",
|
||||||
"@@@STEP_LOG_LINE@json.output@ \"ct-nanobench-3/Ubuntu-14.04/[dummy has/Perf-Ubuntu-GCC-Golo-GPU-GT610-x86_64-Release-CT_BENCH_10k_SKPs/-1\": {@@@",
|
"@@@STEP_LOG_LINE@json.output@ \"ct-nanobench-3/Ubuntu-14.04/[dummy has/Perf-Ubuntu14-GCC-Golo-GPU-GT610-x86_64-Release-CT_BENCH_10k_SKPs/-1\": {@@@",
|
||||||
"@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@",
|
"@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@",
|
||||||
"@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@",
|
"@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@",
|
||||||
"@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm.appspot.com/user/task/10000\"@@@",
|
"@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm.appspot.com/user/task/10000\"@@@",
|
||||||
@ -1046,7 +1046,7 @@
|
|||||||
"--shards",
|
"--shards",
|
||||||
"1",
|
"1",
|
||||||
"--task-name",
|
"--task-name",
|
||||||
"ct-nanobench-4/Ubuntu-14.04/[dummy has/Perf-Ubuntu-GCC-Golo-GPU-GT610-x86_64-Release-CT_BENCH_10k_SKPs/-1",
|
"ct-nanobench-4/Ubuntu-14.04/[dummy has/Perf-Ubuntu14-GCC-Golo-GPU-GT610-x86_64-Release-CT_BENCH_10k_SKPs/-1",
|
||||||
"--dump-json",
|
"--dump-json",
|
||||||
"/path/to/tmp/json",
|
"/path/to/tmp/json",
|
||||||
"--expiration",
|
"--expiration",
|
||||||
@ -1070,7 +1070,7 @@
|
|||||||
"--tag",
|
"--tag",
|
||||||
"allow_milo:1",
|
"allow_milo:1",
|
||||||
"--tag",
|
"--tag",
|
||||||
"buildername:Perf-Ubuntu-GCC-Golo-GPU-GT610-x86_64-Release-CT_BENCH_10k_SKPs",
|
"buildername:Perf-Ubuntu14-GCC-Golo-GPU-GT610-x86_64-Release-CT_BENCH_10k_SKPs",
|
||||||
"--tag",
|
"--tag",
|
||||||
"data:[dummy hash for ct-nanobench-4]",
|
"data:[dummy hash for ct-nanobench-4]",
|
||||||
"--tag",
|
"--tag",
|
||||||
@ -1089,9 +1089,9 @@
|
|||||||
"~followup_annotations": [
|
"~followup_annotations": [
|
||||||
"@@@STEP_TEXT@Run on OS: 'Ubuntu-14.04'@@@",
|
"@@@STEP_TEXT@Run on OS: 'Ubuntu-14.04'@@@",
|
||||||
"@@@STEP_LOG_LINE@json.output@{@@@",
|
"@@@STEP_LOG_LINE@json.output@{@@@",
|
||||||
"@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"ct-nanobench-4/Ubuntu-14.04/[dummy has/Perf-Ubuntu-GCC-Golo-GPU-GT610-x86_64-Release-CT_BENCH_10k_SKPs/-1\", @@@",
|
"@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"ct-nanobench-4/Ubuntu-14.04/[dummy has/Perf-Ubuntu14-GCC-Golo-GPU-GT610-x86_64-Release-CT_BENCH_10k_SKPs/-1\", @@@",
|
||||||
"@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@",
|
"@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@",
|
||||||
"@@@STEP_LOG_LINE@json.output@ \"ct-nanobench-4/Ubuntu-14.04/[dummy has/Perf-Ubuntu-GCC-Golo-GPU-GT610-x86_64-Release-CT_BENCH_10k_SKPs/-1\": {@@@",
|
"@@@STEP_LOG_LINE@json.output@ \"ct-nanobench-4/Ubuntu-14.04/[dummy has/Perf-Ubuntu14-GCC-Golo-GPU-GT610-x86_64-Release-CT_BENCH_10k_SKPs/-1\": {@@@",
|
||||||
"@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@",
|
"@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@",
|
||||||
"@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@",
|
"@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@",
|
||||||
"@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm.appspot.com/user/task/10000\"@@@",
|
"@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm.appspot.com/user/task/10000\"@@@",
|
||||||
@ -1117,7 +1117,7 @@
|
|||||||
"--shards",
|
"--shards",
|
||||||
"1",
|
"1",
|
||||||
"--task-name",
|
"--task-name",
|
||||||
"ct-nanobench-5/Ubuntu-14.04/[dummy has/Perf-Ubuntu-GCC-Golo-GPU-GT610-x86_64-Release-CT_BENCH_10k_SKPs/-1",
|
"ct-nanobench-5/Ubuntu-14.04/[dummy has/Perf-Ubuntu14-GCC-Golo-GPU-GT610-x86_64-Release-CT_BENCH_10k_SKPs/-1",
|
||||||
"--dump-json",
|
"--dump-json",
|
||||||
"/path/to/tmp/json",
|
"/path/to/tmp/json",
|
||||||
"--expiration",
|
"--expiration",
|
||||||
@ -1141,7 +1141,7 @@
|
|||||||
"--tag",
|
"--tag",
|
||||||
"allow_milo:1",
|
"allow_milo:1",
|
||||||
"--tag",
|
"--tag",
|
||||||
"buildername:Perf-Ubuntu-GCC-Golo-GPU-GT610-x86_64-Release-CT_BENCH_10k_SKPs",
|
"buildername:Perf-Ubuntu14-GCC-Golo-GPU-GT610-x86_64-Release-CT_BENCH_10k_SKPs",
|
||||||
"--tag",
|
"--tag",
|
||||||
"data:[dummy hash for ct-nanobench-5]",
|
"data:[dummy hash for ct-nanobench-5]",
|
||||||
"--tag",
|
"--tag",
|
||||||
@ -1160,9 +1160,9 @@
|
|||||||
"~followup_annotations": [
|
"~followup_annotations": [
|
||||||
"@@@STEP_TEXT@Run on OS: 'Ubuntu-14.04'@@@",
|
"@@@STEP_TEXT@Run on OS: 'Ubuntu-14.04'@@@",
|
||||||
"@@@STEP_LOG_LINE@json.output@{@@@",
|
"@@@STEP_LOG_LINE@json.output@{@@@",
|
||||||
"@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"ct-nanobench-5/Ubuntu-14.04/[dummy has/Perf-Ubuntu-GCC-Golo-GPU-GT610-x86_64-Release-CT_BENCH_10k_SKPs/-1\", @@@",
|
"@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"ct-nanobench-5/Ubuntu-14.04/[dummy has/Perf-Ubuntu14-GCC-Golo-GPU-GT610-x86_64-Release-CT_BENCH_10k_SKPs/-1\", @@@",
|
||||||
"@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@",
|
"@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@",
|
||||||
"@@@STEP_LOG_LINE@json.output@ \"ct-nanobench-5/Ubuntu-14.04/[dummy has/Perf-Ubuntu-GCC-Golo-GPU-GT610-x86_64-Release-CT_BENCH_10k_SKPs/-1\": {@@@",
|
"@@@STEP_LOG_LINE@json.output@ \"ct-nanobench-5/Ubuntu-14.04/[dummy has/Perf-Ubuntu14-GCC-Golo-GPU-GT610-x86_64-Release-CT_BENCH_10k_SKPs/-1\": {@@@",
|
||||||
"@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@",
|
"@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@",
|
||||||
"@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@",
|
"@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@",
|
||||||
"@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm.appspot.com/user/task/10000\"@@@",
|
"@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm.appspot.com/user/task/10000\"@@@",
|
||||||
@ -1197,7 +1197,7 @@
|
|||||||
"--decorate",
|
"--decorate",
|
||||||
"--print-status-updates",
|
"--print-status-updates",
|
||||||
"--json",
|
"--json",
|
||||||
"{\"base_task_name\": \"ct-nanobench-1/Ubuntu-14.04/[dummy has/Perf-Ubuntu-GCC-Golo-GPU-GT610-x86_64-Release-CT_BENCH_10k_SKPs/-1\", \"tasks\": {\"ct-nanobench-1/Ubuntu-14.04/[dummy has/Perf-Ubuntu-GCC-Golo-GPU-GT610-x86_64-Release-CT_BENCH_10k_SKPs/-1\": {\"shard_index\": 0, \"task_id\": \"10000\", \"view_url\": \"https://chromium-swarm.appspot.com/user/task/10000\"}}}",
|
"{\"base_task_name\": \"ct-nanobench-1/Ubuntu-14.04/[dummy has/Perf-Ubuntu14-GCC-Golo-GPU-GT610-x86_64-Release-CT_BENCH_10k_SKPs/-1\", \"tasks\": {\"ct-nanobench-1/Ubuntu-14.04/[dummy has/Perf-Ubuntu14-GCC-Golo-GPU-GT610-x86_64-Release-CT_BENCH_10k_SKPs/-1\": {\"shard_index\": 0, \"task_id\": \"10000\", \"view_url\": \"https://chromium-swarm.appspot.com/user/task/10000\"}}}",
|
||||||
"--task-summary-json",
|
"--task-summary-json",
|
||||||
"/path/to/tmp/json"
|
"/path/to/tmp/json"
|
||||||
],
|
],
|
||||||
@ -1339,7 +1339,7 @@
|
|||||||
"--decorate",
|
"--decorate",
|
||||||
"--print-status-updates",
|
"--print-status-updates",
|
||||||
"--json",
|
"--json",
|
||||||
"{\"base_task_name\": \"ct-nanobench-2/Ubuntu-14.04/[dummy has/Perf-Ubuntu-GCC-Golo-GPU-GT610-x86_64-Release-CT_BENCH_10k_SKPs/-1\", \"tasks\": {\"ct-nanobench-2/Ubuntu-14.04/[dummy has/Perf-Ubuntu-GCC-Golo-GPU-GT610-x86_64-Release-CT_BENCH_10k_SKPs/-1\": {\"shard_index\": 0, \"task_id\": \"10000\", \"view_url\": \"https://chromium-swarm.appspot.com/user/task/10000\"}}}",
|
"{\"base_task_name\": \"ct-nanobench-2/Ubuntu-14.04/[dummy has/Perf-Ubuntu14-GCC-Golo-GPU-GT610-x86_64-Release-CT_BENCH_10k_SKPs/-1\", \"tasks\": {\"ct-nanobench-2/Ubuntu-14.04/[dummy has/Perf-Ubuntu14-GCC-Golo-GPU-GT610-x86_64-Release-CT_BENCH_10k_SKPs/-1\": {\"shard_index\": 0, \"task_id\": \"10000\", \"view_url\": \"https://chromium-swarm.appspot.com/user/task/10000\"}}}",
|
||||||
"--task-summary-json",
|
"--task-summary-json",
|
||||||
"/path/to/tmp/json"
|
"/path/to/tmp/json"
|
||||||
],
|
],
|
||||||
@ -1481,7 +1481,7 @@
|
|||||||
"--decorate",
|
"--decorate",
|
||||||
"--print-status-updates",
|
"--print-status-updates",
|
||||||
"--json",
|
"--json",
|
||||||
"{\"base_task_name\": \"ct-nanobench-3/Ubuntu-14.04/[dummy has/Perf-Ubuntu-GCC-Golo-GPU-GT610-x86_64-Release-CT_BENCH_10k_SKPs/-1\", \"tasks\": {\"ct-nanobench-3/Ubuntu-14.04/[dummy has/Perf-Ubuntu-GCC-Golo-GPU-GT610-x86_64-Release-CT_BENCH_10k_SKPs/-1\": {\"shard_index\": 0, \"task_id\": \"10000\", \"view_url\": \"https://chromium-swarm.appspot.com/user/task/10000\"}}}",
|
"{\"base_task_name\": \"ct-nanobench-3/Ubuntu-14.04/[dummy has/Perf-Ubuntu14-GCC-Golo-GPU-GT610-x86_64-Release-CT_BENCH_10k_SKPs/-1\", \"tasks\": {\"ct-nanobench-3/Ubuntu-14.04/[dummy has/Perf-Ubuntu14-GCC-Golo-GPU-GT610-x86_64-Release-CT_BENCH_10k_SKPs/-1\": {\"shard_index\": 0, \"task_id\": \"10000\", \"view_url\": \"https://chromium-swarm.appspot.com/user/task/10000\"}}}",
|
||||||
"--task-summary-json",
|
"--task-summary-json",
|
||||||
"/path/to/tmp/json"
|
"/path/to/tmp/json"
|
||||||
],
|
],
|
||||||
@ -1623,7 +1623,7 @@
|
|||||||
"--decorate",
|
"--decorate",
|
||||||
"--print-status-updates",
|
"--print-status-updates",
|
||||||
"--json",
|
"--json",
|
||||||
"{\"base_task_name\": \"ct-nanobench-4/Ubuntu-14.04/[dummy has/Perf-Ubuntu-GCC-Golo-GPU-GT610-x86_64-Release-CT_BENCH_10k_SKPs/-1\", \"tasks\": {\"ct-nanobench-4/Ubuntu-14.04/[dummy has/Perf-Ubuntu-GCC-Golo-GPU-GT610-x86_64-Release-CT_BENCH_10k_SKPs/-1\": {\"shard_index\": 0, \"task_id\": \"10000\", \"view_url\": \"https://chromium-swarm.appspot.com/user/task/10000\"}}}",
|
"{\"base_task_name\": \"ct-nanobench-4/Ubuntu-14.04/[dummy has/Perf-Ubuntu14-GCC-Golo-GPU-GT610-x86_64-Release-CT_BENCH_10k_SKPs/-1\", \"tasks\": {\"ct-nanobench-4/Ubuntu-14.04/[dummy has/Perf-Ubuntu14-GCC-Golo-GPU-GT610-x86_64-Release-CT_BENCH_10k_SKPs/-1\": {\"shard_index\": 0, \"task_id\": \"10000\", \"view_url\": \"https://chromium-swarm.appspot.com/user/task/10000\"}}}",
|
||||||
"--task-summary-json",
|
"--task-summary-json",
|
||||||
"/path/to/tmp/json"
|
"/path/to/tmp/json"
|
||||||
],
|
],
|
||||||
@ -1765,7 +1765,7 @@
|
|||||||
"--decorate",
|
"--decorate",
|
||||||
"--print-status-updates",
|
"--print-status-updates",
|
||||||
"--json",
|
"--json",
|
||||||
"{\"base_task_name\": \"ct-nanobench-5/Ubuntu-14.04/[dummy has/Perf-Ubuntu-GCC-Golo-GPU-GT610-x86_64-Release-CT_BENCH_10k_SKPs/-1\", \"tasks\": {\"ct-nanobench-5/Ubuntu-14.04/[dummy has/Perf-Ubuntu-GCC-Golo-GPU-GT610-x86_64-Release-CT_BENCH_10k_SKPs/-1\": {\"shard_index\": 0, \"task_id\": \"10000\", \"view_url\": \"https://chromium-swarm.appspot.com/user/task/10000\"}}}",
|
"{\"base_task_name\": \"ct-nanobench-5/Ubuntu-14.04/[dummy has/Perf-Ubuntu14-GCC-Golo-GPU-GT610-x86_64-Release-CT_BENCH_10k_SKPs/-1\", \"tasks\": {\"ct-nanobench-5/Ubuntu-14.04/[dummy has/Perf-Ubuntu14-GCC-Golo-GPU-GT610-x86_64-Release-CT_BENCH_10k_SKPs/-1\": {\"shard_index\": 0, \"task_id\": \"10000\", \"view_url\": \"https://chromium-swarm.appspot.com/user/task/10000\"}}}",
|
||||||
"--task-summary-json",
|
"--task-summary-json",
|
||||||
"/path/to/tmp/json"
|
"/path/to/tmp/json"
|
||||||
],
|
],
|
||||||
|
@ -118,7 +118,7 @@
|
|||||||
"[CUSTOM_/_B_WORK]/skia/bin/gn",
|
"[CUSTOM_/_B_WORK]/skia/bin/gn",
|
||||||
"gen",
|
"gen",
|
||||||
"[START_DIR]/out/Release",
|
"[START_DIR]/out/Release",
|
||||||
"--args=cc=\"gcc\" cxx=\"g++\" is_debug=false"
|
"--args=cc=\"gcc-4.8\" cxx=\"g++-4.8\" is_debug=false"
|
||||||
],
|
],
|
||||||
"cwd": "[CUSTOM_/_B_WORK]/skia",
|
"cwd": "[CUSTOM_/_B_WORK]/skia",
|
||||||
"env": {
|
"env": {
|
||||||
@ -381,7 +381,7 @@
|
|||||||
"--json-output",
|
"--json-output",
|
||||||
"/path/to/tmp/json",
|
"/path/to/tmp/json",
|
||||||
"rmtree",
|
"rmtree",
|
||||||
"[CUSTOM_/_B_WORK]/skps/Perf-Ubuntu-GCC-Golo-GPU-GT610-x86_64-Release-CT_BENCH_1k_SKPs/slave1"
|
"[CUSTOM_/_B_WORK]/skps/c37e844a6f8708-eee762104c75bd/10k/5/slave1"
|
||||||
],
|
],
|
||||||
"infra_step": true,
|
"infra_step": true,
|
||||||
"name": "rmtree slave1"
|
"name": "rmtree slave1"
|
||||||
@ -396,7 +396,7 @@
|
|||||||
"ensure-directory",
|
"ensure-directory",
|
||||||
"--mode",
|
"--mode",
|
||||||
"0777",
|
"0777",
|
||||||
"[CUSTOM_/_B_WORK]/skps/Perf-Ubuntu-GCC-Golo-GPU-GT610-x86_64-Release-CT_BENCH_1k_SKPs/slave1"
|
"[CUSTOM_/_B_WORK]/skps/c37e844a6f8708-eee762104c75bd/10k/5/slave1"
|
||||||
],
|
],
|
||||||
"infra_step": true,
|
"infra_step": true,
|
||||||
"name": "makedirs slave1"
|
"name": "makedirs slave1"
|
||||||
@ -419,7 +419,7 @@
|
|||||||
"gs://cluster-telemetry/swarming/skps/10k/c37e844a6f8708-eee762104c75bd/8/*.skp",
|
"gs://cluster-telemetry/swarming/skps/10k/c37e844a6f8708-eee762104c75bd/8/*.skp",
|
||||||
"gs://cluster-telemetry/swarming/skps/10k/c37e844a6f8708-eee762104c75bd/9/*.skp",
|
"gs://cluster-telemetry/swarming/skps/10k/c37e844a6f8708-eee762104c75bd/9/*.skp",
|
||||||
"gs://cluster-telemetry/swarming/skps/10k/c37e844a6f8708-eee762104c75bd/10/*.skp",
|
"gs://cluster-telemetry/swarming/skps/10k/c37e844a6f8708-eee762104c75bd/10/*.skp",
|
||||||
"[CUSTOM_/_B_WORK]/skps/Perf-Ubuntu-GCC-Golo-GPU-GT610-x86_64-Release-CT_BENCH_1k_SKPs/slave1"
|
"[CUSTOM_/_B_WORK]/skps/c37e844a6f8708-eee762104c75bd/10k/5/slave1"
|
||||||
],
|
],
|
||||||
"infra_step": true,
|
"infra_step": true,
|
||||||
"name": "gsutil cp"
|
"name": "gsutil cp"
|
||||||
@ -447,7 +447,7 @@
|
|||||||
"--json-output",
|
"--json-output",
|
||||||
"/path/to/tmp/json",
|
"/path/to/tmp/json",
|
||||||
"copy",
|
"copy",
|
||||||
"{\n \"args\": [\n \"--isolate\", \n \"[CUSTOM_/_B_WORK]/skia/infra/bots/ct/ct_skps.isolate\", \n \"--isolated\", \n \"[START_DIR]/swarming_temp_dir/skia-task-ct-nanobench-1.isolated\", \n \"--config-variable\", \n \"OS\", \n \"linux\", \n \"--extra-variable\", \n \"CONFIGURATION\", \n \"Release\", \n \"--extra-variable\", \n \"BUILDER\", \n \"Perf-Ubuntu-GCC-Golo-GPU-GT610-x86_64-Release-CT_BENCH_1k_SKPs\", \n \"--extra-variable\", \n \"GIT_HASH\", \n \"9046e2e693bb92a76e972b694580e5d17ad10748\", \n \"--extra-variable\", \n \"SLAVE_NUM\", \n \"1\", \n \"--extra-variable\", \n \"TOOL_NAME\", \n \"nanobench\"\n ], \n \"dir\": \"[CUSTOM_/_B_WORK]/skia/infra/bots/ct\", \n \"version\": 1\n}",
|
"{\n \"args\": [\n \"--isolate\", \n \"[CUSTOM_/_B_WORK]/skia/infra/bots/ct/ct_skps.isolate\", \n \"--isolated\", \n \"[START_DIR]/swarming_temp_dir/skia-task-ct-nanobench-1.isolated\", \n \"--config-variable\", \n \"OS\", \n \"linux\", \n \"--extra-variable\", \n \"NUM_SLAVES\", \n \"5\", \n \"--extra-variable\", \n \"CONFIGURATION\", \n \"Release\", \n \"--extra-variable\", \n \"SLAVE_NUM\", \n \"1\", \n \"--extra-variable\", \n \"PAGE_TYPE\", \n \"10k\", \n \"--extra-variable\", \n \"BUILDER\", \n \"Perf-Ubuntu14-GCC-Golo-GPU-GT610-x86_64-Release-CT_BENCH_1k_SKPs\", \n \"--extra-variable\", \n \"GIT_HASH\", \n \"9046e2e693bb92a76e972b694580e5d17ad10748\", \n \"--extra-variable\", \n \"TOOL_NAME\", \n \"nanobench\", \n \"--extra-variable\", \n \"CHROMIUM_BUILD\", \n \"c37e844a6f8708-eee762104c75bd\"\n ], \n \"dir\": \"[CUSTOM_/_B_WORK]/skia/infra/bots/ct\", \n \"version\": 1\n}",
|
||||||
"[START_DIR]/swarming_temp_dir/ct-nanobench-1.isolated.gen.json"
|
"[START_DIR]/swarming_temp_dir/ct-nanobench-1.isolated.gen.json"
|
||||||
],
|
],
|
||||||
"infra_step": true,
|
"infra_step": true,
|
||||||
@ -461,7 +461,7 @@
|
|||||||
"--json-output",
|
"--json-output",
|
||||||
"/path/to/tmp/json",
|
"/path/to/tmp/json",
|
||||||
"rmtree",
|
"rmtree",
|
||||||
"[CUSTOM_/_B_WORK]/skps/Perf-Ubuntu-GCC-Golo-GPU-GT610-x86_64-Release-CT_BENCH_1k_SKPs/slave2"
|
"[CUSTOM_/_B_WORK]/skps/c37e844a6f8708-eee762104c75bd/10k/5/slave2"
|
||||||
],
|
],
|
||||||
"infra_step": true,
|
"infra_step": true,
|
||||||
"name": "rmtree slave2"
|
"name": "rmtree slave2"
|
||||||
@ -476,7 +476,7 @@
|
|||||||
"ensure-directory",
|
"ensure-directory",
|
||||||
"--mode",
|
"--mode",
|
||||||
"0777",
|
"0777",
|
||||||
"[CUSTOM_/_B_WORK]/skps/Perf-Ubuntu-GCC-Golo-GPU-GT610-x86_64-Release-CT_BENCH_1k_SKPs/slave2"
|
"[CUSTOM_/_B_WORK]/skps/c37e844a6f8708-eee762104c75bd/10k/5/slave2"
|
||||||
],
|
],
|
||||||
"infra_step": true,
|
"infra_step": true,
|
||||||
"name": "makedirs slave2"
|
"name": "makedirs slave2"
|
||||||
@ -499,7 +499,7 @@
|
|||||||
"gs://cluster-telemetry/swarming/skps/10k/c37e844a6f8708-eee762104c75bd/18/*.skp",
|
"gs://cluster-telemetry/swarming/skps/10k/c37e844a6f8708-eee762104c75bd/18/*.skp",
|
||||||
"gs://cluster-telemetry/swarming/skps/10k/c37e844a6f8708-eee762104c75bd/19/*.skp",
|
"gs://cluster-telemetry/swarming/skps/10k/c37e844a6f8708-eee762104c75bd/19/*.skp",
|
||||||
"gs://cluster-telemetry/swarming/skps/10k/c37e844a6f8708-eee762104c75bd/20/*.skp",
|
"gs://cluster-telemetry/swarming/skps/10k/c37e844a6f8708-eee762104c75bd/20/*.skp",
|
||||||
"[CUSTOM_/_B_WORK]/skps/Perf-Ubuntu-GCC-Golo-GPU-GT610-x86_64-Release-CT_BENCH_1k_SKPs/slave2"
|
"[CUSTOM_/_B_WORK]/skps/c37e844a6f8708-eee762104c75bd/10k/5/slave2"
|
||||||
],
|
],
|
||||||
"infra_step": true,
|
"infra_step": true,
|
||||||
"name": "gsutil cp (2)"
|
"name": "gsutil cp (2)"
|
||||||
@ -527,7 +527,7 @@
|
|||||||
"--json-output",
|
"--json-output",
|
||||||
"/path/to/tmp/json",
|
"/path/to/tmp/json",
|
||||||
"copy",
|
"copy",
|
||||||
"{\n \"args\": [\n \"--isolate\", \n \"[CUSTOM_/_B_WORK]/skia/infra/bots/ct/ct_skps.isolate\", \n \"--isolated\", \n \"[START_DIR]/swarming_temp_dir/skia-task-ct-nanobench-2.isolated\", \n \"--config-variable\", \n \"OS\", \n \"linux\", \n \"--extra-variable\", \n \"CONFIGURATION\", \n \"Release\", \n \"--extra-variable\", \n \"BUILDER\", \n \"Perf-Ubuntu-GCC-Golo-GPU-GT610-x86_64-Release-CT_BENCH_1k_SKPs\", \n \"--extra-variable\", \n \"GIT_HASH\", \n \"9046e2e693bb92a76e972b694580e5d17ad10748\", \n \"--extra-variable\", \n \"SLAVE_NUM\", \n \"2\", \n \"--extra-variable\", \n \"TOOL_NAME\", \n \"nanobench\"\n ], \n \"dir\": \"[CUSTOM_/_B_WORK]/skia/infra/bots/ct\", \n \"version\": 1\n}",
|
"{\n \"args\": [\n \"--isolate\", \n \"[CUSTOM_/_B_WORK]/skia/infra/bots/ct/ct_skps.isolate\", \n \"--isolated\", \n \"[START_DIR]/swarming_temp_dir/skia-task-ct-nanobench-2.isolated\", \n \"--config-variable\", \n \"OS\", \n \"linux\", \n \"--extra-variable\", \n \"NUM_SLAVES\", \n \"5\", \n \"--extra-variable\", \n \"CONFIGURATION\", \n \"Release\", \n \"--extra-variable\", \n \"SLAVE_NUM\", \n \"2\", \n \"--extra-variable\", \n \"PAGE_TYPE\", \n \"10k\", \n \"--extra-variable\", \n \"BUILDER\", \n \"Perf-Ubuntu14-GCC-Golo-GPU-GT610-x86_64-Release-CT_BENCH_1k_SKPs\", \n \"--extra-variable\", \n \"GIT_HASH\", \n \"9046e2e693bb92a76e972b694580e5d17ad10748\", \n \"--extra-variable\", \n \"TOOL_NAME\", \n \"nanobench\", \n \"--extra-variable\", \n \"CHROMIUM_BUILD\", \n \"c37e844a6f8708-eee762104c75bd\"\n ], \n \"dir\": \"[CUSTOM_/_B_WORK]/skia/infra/bots/ct\", \n \"version\": 1\n}",
|
||||||
"[START_DIR]/swarming_temp_dir/ct-nanobench-2.isolated.gen.json"
|
"[START_DIR]/swarming_temp_dir/ct-nanobench-2.isolated.gen.json"
|
||||||
],
|
],
|
||||||
"infra_step": true,
|
"infra_step": true,
|
||||||
@ -541,7 +541,7 @@
|
|||||||
"--json-output",
|
"--json-output",
|
||||||
"/path/to/tmp/json",
|
"/path/to/tmp/json",
|
||||||
"rmtree",
|
"rmtree",
|
||||||
"[CUSTOM_/_B_WORK]/skps/Perf-Ubuntu-GCC-Golo-GPU-GT610-x86_64-Release-CT_BENCH_1k_SKPs/slave3"
|
"[CUSTOM_/_B_WORK]/skps/c37e844a6f8708-eee762104c75bd/10k/5/slave3"
|
||||||
],
|
],
|
||||||
"infra_step": true,
|
"infra_step": true,
|
||||||
"name": "rmtree slave3"
|
"name": "rmtree slave3"
|
||||||
@ -556,7 +556,7 @@
|
|||||||
"ensure-directory",
|
"ensure-directory",
|
||||||
"--mode",
|
"--mode",
|
||||||
"0777",
|
"0777",
|
||||||
"[CUSTOM_/_B_WORK]/skps/Perf-Ubuntu-GCC-Golo-GPU-GT610-x86_64-Release-CT_BENCH_1k_SKPs/slave3"
|
"[CUSTOM_/_B_WORK]/skps/c37e844a6f8708-eee762104c75bd/10k/5/slave3"
|
||||||
],
|
],
|
||||||
"infra_step": true,
|
"infra_step": true,
|
||||||
"name": "makedirs slave3"
|
"name": "makedirs slave3"
|
||||||
@ -579,7 +579,7 @@
|
|||||||
"gs://cluster-telemetry/swarming/skps/10k/c37e844a6f8708-eee762104c75bd/28/*.skp",
|
"gs://cluster-telemetry/swarming/skps/10k/c37e844a6f8708-eee762104c75bd/28/*.skp",
|
||||||
"gs://cluster-telemetry/swarming/skps/10k/c37e844a6f8708-eee762104c75bd/29/*.skp",
|
"gs://cluster-telemetry/swarming/skps/10k/c37e844a6f8708-eee762104c75bd/29/*.skp",
|
||||||
"gs://cluster-telemetry/swarming/skps/10k/c37e844a6f8708-eee762104c75bd/30/*.skp",
|
"gs://cluster-telemetry/swarming/skps/10k/c37e844a6f8708-eee762104c75bd/30/*.skp",
|
||||||
"[CUSTOM_/_B_WORK]/skps/Perf-Ubuntu-GCC-Golo-GPU-GT610-x86_64-Release-CT_BENCH_1k_SKPs/slave3"
|
"[CUSTOM_/_B_WORK]/skps/c37e844a6f8708-eee762104c75bd/10k/5/slave3"
|
||||||
],
|
],
|
||||||
"infra_step": true,
|
"infra_step": true,
|
||||||
"name": "gsutil cp (3)"
|
"name": "gsutil cp (3)"
|
||||||
@ -607,7 +607,7 @@
|
|||||||
"--json-output",
|
"--json-output",
|
||||||
"/path/to/tmp/json",
|
"/path/to/tmp/json",
|
||||||
"copy",
|
"copy",
|
||||||
"{\n \"args\": [\n \"--isolate\", \n \"[CUSTOM_/_B_WORK]/skia/infra/bots/ct/ct_skps.isolate\", \n \"--isolated\", \n \"[START_DIR]/swarming_temp_dir/skia-task-ct-nanobench-3.isolated\", \n \"--config-variable\", \n \"OS\", \n \"linux\", \n \"--extra-variable\", \n \"CONFIGURATION\", \n \"Release\", \n \"--extra-variable\", \n \"BUILDER\", \n \"Perf-Ubuntu-GCC-Golo-GPU-GT610-x86_64-Release-CT_BENCH_1k_SKPs\", \n \"--extra-variable\", \n \"GIT_HASH\", \n \"9046e2e693bb92a76e972b694580e5d17ad10748\", \n \"--extra-variable\", \n \"SLAVE_NUM\", \n \"3\", \n \"--extra-variable\", \n \"TOOL_NAME\", \n \"nanobench\"\n ], \n \"dir\": \"[CUSTOM_/_B_WORK]/skia/infra/bots/ct\", \n \"version\": 1\n}",
|
"{\n \"args\": [\n \"--isolate\", \n \"[CUSTOM_/_B_WORK]/skia/infra/bots/ct/ct_skps.isolate\", \n \"--isolated\", \n \"[START_DIR]/swarming_temp_dir/skia-task-ct-nanobench-3.isolated\", \n \"--config-variable\", \n \"OS\", \n \"linux\", \n \"--extra-variable\", \n \"NUM_SLAVES\", \n \"5\", \n \"--extra-variable\", \n \"CONFIGURATION\", \n \"Release\", \n \"--extra-variable\", \n \"SLAVE_NUM\", \n \"3\", \n \"--extra-variable\", \n \"PAGE_TYPE\", \n \"10k\", \n \"--extra-variable\", \n \"BUILDER\", \n \"Perf-Ubuntu14-GCC-Golo-GPU-GT610-x86_64-Release-CT_BENCH_1k_SKPs\", \n \"--extra-variable\", \n \"GIT_HASH\", \n \"9046e2e693bb92a76e972b694580e5d17ad10748\", \n \"--extra-variable\", \n \"TOOL_NAME\", \n \"nanobench\", \n \"--extra-variable\", \n \"CHROMIUM_BUILD\", \n \"c37e844a6f8708-eee762104c75bd\"\n ], \n \"dir\": \"[CUSTOM_/_B_WORK]/skia/infra/bots/ct\", \n \"version\": 1\n}",
|
||||||
"[START_DIR]/swarming_temp_dir/ct-nanobench-3.isolated.gen.json"
|
"[START_DIR]/swarming_temp_dir/ct-nanobench-3.isolated.gen.json"
|
||||||
],
|
],
|
||||||
"infra_step": true,
|
"infra_step": true,
|
||||||
@ -621,7 +621,7 @@
|
|||||||
"--json-output",
|
"--json-output",
|
||||||
"/path/to/tmp/json",
|
"/path/to/tmp/json",
|
||||||
"rmtree",
|
"rmtree",
|
||||||
"[CUSTOM_/_B_WORK]/skps/Perf-Ubuntu-GCC-Golo-GPU-GT610-x86_64-Release-CT_BENCH_1k_SKPs/slave4"
|
"[CUSTOM_/_B_WORK]/skps/c37e844a6f8708-eee762104c75bd/10k/5/slave4"
|
||||||
],
|
],
|
||||||
"infra_step": true,
|
"infra_step": true,
|
||||||
"name": "rmtree slave4"
|
"name": "rmtree slave4"
|
||||||
@ -636,7 +636,7 @@
|
|||||||
"ensure-directory",
|
"ensure-directory",
|
||||||
"--mode",
|
"--mode",
|
||||||
"0777",
|
"0777",
|
||||||
"[CUSTOM_/_B_WORK]/skps/Perf-Ubuntu-GCC-Golo-GPU-GT610-x86_64-Release-CT_BENCH_1k_SKPs/slave4"
|
"[CUSTOM_/_B_WORK]/skps/c37e844a6f8708-eee762104c75bd/10k/5/slave4"
|
||||||
],
|
],
|
||||||
"infra_step": true,
|
"infra_step": true,
|
||||||
"name": "makedirs slave4"
|
"name": "makedirs slave4"
|
||||||
@ -659,7 +659,7 @@
|
|||||||
"gs://cluster-telemetry/swarming/skps/10k/c37e844a6f8708-eee762104c75bd/38/*.skp",
|
"gs://cluster-telemetry/swarming/skps/10k/c37e844a6f8708-eee762104c75bd/38/*.skp",
|
||||||
"gs://cluster-telemetry/swarming/skps/10k/c37e844a6f8708-eee762104c75bd/39/*.skp",
|
"gs://cluster-telemetry/swarming/skps/10k/c37e844a6f8708-eee762104c75bd/39/*.skp",
|
||||||
"gs://cluster-telemetry/swarming/skps/10k/c37e844a6f8708-eee762104c75bd/40/*.skp",
|
"gs://cluster-telemetry/swarming/skps/10k/c37e844a6f8708-eee762104c75bd/40/*.skp",
|
||||||
"[CUSTOM_/_B_WORK]/skps/Perf-Ubuntu-GCC-Golo-GPU-GT610-x86_64-Release-CT_BENCH_1k_SKPs/slave4"
|
"[CUSTOM_/_B_WORK]/skps/c37e844a6f8708-eee762104c75bd/10k/5/slave4"
|
||||||
],
|
],
|
||||||
"infra_step": true,
|
"infra_step": true,
|
||||||
"name": "gsutil cp (4)"
|
"name": "gsutil cp (4)"
|
||||||
@ -687,7 +687,7 @@
|
|||||||
"--json-output",
|
"--json-output",
|
||||||
"/path/to/tmp/json",
|
"/path/to/tmp/json",
|
||||||
"copy",
|
"copy",
|
||||||
"{\n \"args\": [\n \"--isolate\", \n \"[CUSTOM_/_B_WORK]/skia/infra/bots/ct/ct_skps.isolate\", \n \"--isolated\", \n \"[START_DIR]/swarming_temp_dir/skia-task-ct-nanobench-4.isolated\", \n \"--config-variable\", \n \"OS\", \n \"linux\", \n \"--extra-variable\", \n \"CONFIGURATION\", \n \"Release\", \n \"--extra-variable\", \n \"BUILDER\", \n \"Perf-Ubuntu-GCC-Golo-GPU-GT610-x86_64-Release-CT_BENCH_1k_SKPs\", \n \"--extra-variable\", \n \"GIT_HASH\", \n \"9046e2e693bb92a76e972b694580e5d17ad10748\", \n \"--extra-variable\", \n \"SLAVE_NUM\", \n \"4\", \n \"--extra-variable\", \n \"TOOL_NAME\", \n \"nanobench\"\n ], \n \"dir\": \"[CUSTOM_/_B_WORK]/skia/infra/bots/ct\", \n \"version\": 1\n}",
|
"{\n \"args\": [\n \"--isolate\", \n \"[CUSTOM_/_B_WORK]/skia/infra/bots/ct/ct_skps.isolate\", \n \"--isolated\", \n \"[START_DIR]/swarming_temp_dir/skia-task-ct-nanobench-4.isolated\", \n \"--config-variable\", \n \"OS\", \n \"linux\", \n \"--extra-variable\", \n \"NUM_SLAVES\", \n \"5\", \n \"--extra-variable\", \n \"CONFIGURATION\", \n \"Release\", \n \"--extra-variable\", \n \"SLAVE_NUM\", \n \"4\", \n \"--extra-variable\", \n \"PAGE_TYPE\", \n \"10k\", \n \"--extra-variable\", \n \"BUILDER\", \n \"Perf-Ubuntu14-GCC-Golo-GPU-GT610-x86_64-Release-CT_BENCH_1k_SKPs\", \n \"--extra-variable\", \n \"GIT_HASH\", \n \"9046e2e693bb92a76e972b694580e5d17ad10748\", \n \"--extra-variable\", \n \"TOOL_NAME\", \n \"nanobench\", \n \"--extra-variable\", \n \"CHROMIUM_BUILD\", \n \"c37e844a6f8708-eee762104c75bd\"\n ], \n \"dir\": \"[CUSTOM_/_B_WORK]/skia/infra/bots/ct\", \n \"version\": 1\n}",
|
||||||
"[START_DIR]/swarming_temp_dir/ct-nanobench-4.isolated.gen.json"
|
"[START_DIR]/swarming_temp_dir/ct-nanobench-4.isolated.gen.json"
|
||||||
],
|
],
|
||||||
"infra_step": true,
|
"infra_step": true,
|
||||||
@ -701,7 +701,7 @@
|
|||||||
"--json-output",
|
"--json-output",
|
||||||
"/path/to/tmp/json",
|
"/path/to/tmp/json",
|
||||||
"rmtree",
|
"rmtree",
|
||||||
"[CUSTOM_/_B_WORK]/skps/Perf-Ubuntu-GCC-Golo-GPU-GT610-x86_64-Release-CT_BENCH_1k_SKPs/slave5"
|
"[CUSTOM_/_B_WORK]/skps/c37e844a6f8708-eee762104c75bd/10k/5/slave5"
|
||||||
],
|
],
|
||||||
"infra_step": true,
|
"infra_step": true,
|
||||||
"name": "rmtree slave5"
|
"name": "rmtree slave5"
|
||||||
@ -716,7 +716,7 @@
|
|||||||
"ensure-directory",
|
"ensure-directory",
|
||||||
"--mode",
|
"--mode",
|
||||||
"0777",
|
"0777",
|
||||||
"[CUSTOM_/_B_WORK]/skps/Perf-Ubuntu-GCC-Golo-GPU-GT610-x86_64-Release-CT_BENCH_1k_SKPs/slave5"
|
"[CUSTOM_/_B_WORK]/skps/c37e844a6f8708-eee762104c75bd/10k/5/slave5"
|
||||||
],
|
],
|
||||||
"infra_step": true,
|
"infra_step": true,
|
||||||
"name": "makedirs slave5"
|
"name": "makedirs slave5"
|
||||||
@ -739,7 +739,7 @@
|
|||||||
"gs://cluster-telemetry/swarming/skps/10k/c37e844a6f8708-eee762104c75bd/48/*.skp",
|
"gs://cluster-telemetry/swarming/skps/10k/c37e844a6f8708-eee762104c75bd/48/*.skp",
|
||||||
"gs://cluster-telemetry/swarming/skps/10k/c37e844a6f8708-eee762104c75bd/49/*.skp",
|
"gs://cluster-telemetry/swarming/skps/10k/c37e844a6f8708-eee762104c75bd/49/*.skp",
|
||||||
"gs://cluster-telemetry/swarming/skps/10k/c37e844a6f8708-eee762104c75bd/50/*.skp",
|
"gs://cluster-telemetry/swarming/skps/10k/c37e844a6f8708-eee762104c75bd/50/*.skp",
|
||||||
"[CUSTOM_/_B_WORK]/skps/Perf-Ubuntu-GCC-Golo-GPU-GT610-x86_64-Release-CT_BENCH_1k_SKPs/slave5"
|
"[CUSTOM_/_B_WORK]/skps/c37e844a6f8708-eee762104c75bd/10k/5/slave5"
|
||||||
],
|
],
|
||||||
"infra_step": true,
|
"infra_step": true,
|
||||||
"name": "gsutil cp (5)"
|
"name": "gsutil cp (5)"
|
||||||
@ -767,7 +767,7 @@
|
|||||||
"--json-output",
|
"--json-output",
|
||||||
"/path/to/tmp/json",
|
"/path/to/tmp/json",
|
||||||
"copy",
|
"copy",
|
||||||
"{\n \"args\": [\n \"--isolate\", \n \"[CUSTOM_/_B_WORK]/skia/infra/bots/ct/ct_skps.isolate\", \n \"--isolated\", \n \"[START_DIR]/swarming_temp_dir/skia-task-ct-nanobench-5.isolated\", \n \"--config-variable\", \n \"OS\", \n \"linux\", \n \"--extra-variable\", \n \"CONFIGURATION\", \n \"Release\", \n \"--extra-variable\", \n \"BUILDER\", \n \"Perf-Ubuntu-GCC-Golo-GPU-GT610-x86_64-Release-CT_BENCH_1k_SKPs\", \n \"--extra-variable\", \n \"GIT_HASH\", \n \"9046e2e693bb92a76e972b694580e5d17ad10748\", \n \"--extra-variable\", \n \"SLAVE_NUM\", \n \"5\", \n \"--extra-variable\", \n \"TOOL_NAME\", \n \"nanobench\"\n ], \n \"dir\": \"[CUSTOM_/_B_WORK]/skia/infra/bots/ct\", \n \"version\": 1\n}",
|
"{\n \"args\": [\n \"--isolate\", \n \"[CUSTOM_/_B_WORK]/skia/infra/bots/ct/ct_skps.isolate\", \n \"--isolated\", \n \"[START_DIR]/swarming_temp_dir/skia-task-ct-nanobench-5.isolated\", \n \"--config-variable\", \n \"OS\", \n \"linux\", \n \"--extra-variable\", \n \"NUM_SLAVES\", \n \"5\", \n \"--extra-variable\", \n \"CONFIGURATION\", \n \"Release\", \n \"--extra-variable\", \n \"SLAVE_NUM\", \n \"5\", \n \"--extra-variable\", \n \"PAGE_TYPE\", \n \"10k\", \n \"--extra-variable\", \n \"BUILDER\", \n \"Perf-Ubuntu14-GCC-Golo-GPU-GT610-x86_64-Release-CT_BENCH_1k_SKPs\", \n \"--extra-variable\", \n \"GIT_HASH\", \n \"9046e2e693bb92a76e972b694580e5d17ad10748\", \n \"--extra-variable\", \n \"TOOL_NAME\", \n \"nanobench\", \n \"--extra-variable\", \n \"CHROMIUM_BUILD\", \n \"c37e844a6f8708-eee762104c75bd\"\n ], \n \"dir\": \"[CUSTOM_/_B_WORK]/skia/infra/bots/ct\", \n \"version\": 1\n}",
|
||||||
"[START_DIR]/swarming_temp_dir/ct-nanobench-5.isolated.gen.json"
|
"[START_DIR]/swarming_temp_dir/ct-nanobench-5.isolated.gen.json"
|
||||||
],
|
],
|
||||||
"infra_step": true,
|
"infra_step": true,
|
||||||
@ -782,10 +782,10 @@
|
|||||||
"/path/to/tmp/json",
|
"/path/to/tmp/json",
|
||||||
"copy",
|
"copy",
|
||||||
"{\"chromium_build\": \"c37e844a6f8708-eee762104c75bd\", \"num_slaves\": 5, \"page_type\": \"10k\"}",
|
"{\"chromium_build\": \"c37e844a6f8708-eee762104c75bd\", \"num_slaves\": 5, \"page_type\": \"10k\"}",
|
||||||
"[CUSTOM_/_B_WORK]/skps/Perf-Ubuntu-GCC-Golo-GPU-GT610-x86_64-Release-CT_BENCH_1k_SKPs/skps_version"
|
"[CUSTOM_/_B_WORK]/skps/c37e844a6f8708-eee762104c75bd/10k/5/skps_version"
|
||||||
],
|
],
|
||||||
"infra_step": true,
|
"infra_step": true,
|
||||||
"name": "Create [CUSTOM_/_B_WORK]/skps/Perf-Ubuntu-GCC-Golo-GPU-GT610-x86_64-Release-CT_BENCH_1k_SKPs/skps_version"
|
"name": "Create [CUSTOM_/_B_WORK]/skps/c37e844a6f8708-eee762104c75bd/10k/5/skps_version"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"cmd": [
|
"cmd": [
|
||||||
@ -833,7 +833,7 @@
|
|||||||
"--shards",
|
"--shards",
|
||||||
"1",
|
"1",
|
||||||
"--task-name",
|
"--task-name",
|
||||||
"ct-nanobench-1/Ubuntu-14.04/[dummy has/Perf-Ubuntu-GCC-Golo-GPU-GT610-x86_64-Release-CT_BENCH_1k_SKPs/-1",
|
"ct-nanobench-1/Ubuntu-14.04/[dummy has/Perf-Ubuntu14-GCC-Golo-GPU-GT610-x86_64-Release-CT_BENCH_1k_SKPs/-1",
|
||||||
"--dump-json",
|
"--dump-json",
|
||||||
"/path/to/tmp/json",
|
"/path/to/tmp/json",
|
||||||
"--expiration",
|
"--expiration",
|
||||||
@ -857,7 +857,7 @@
|
|||||||
"--tag",
|
"--tag",
|
||||||
"allow_milo:1",
|
"allow_milo:1",
|
||||||
"--tag",
|
"--tag",
|
||||||
"buildername:Perf-Ubuntu-GCC-Golo-GPU-GT610-x86_64-Release-CT_BENCH_1k_SKPs",
|
"buildername:Perf-Ubuntu14-GCC-Golo-GPU-GT610-x86_64-Release-CT_BENCH_1k_SKPs",
|
||||||
"--tag",
|
"--tag",
|
||||||
"data:[dummy hash for ct-nanobench-1]",
|
"data:[dummy hash for ct-nanobench-1]",
|
||||||
"--tag",
|
"--tag",
|
||||||
@ -876,9 +876,9 @@
|
|||||||
"~followup_annotations": [
|
"~followup_annotations": [
|
||||||
"@@@STEP_TEXT@Run on OS: 'Ubuntu-14.04'@@@",
|
"@@@STEP_TEXT@Run on OS: 'Ubuntu-14.04'@@@",
|
||||||
"@@@STEP_LOG_LINE@json.output@{@@@",
|
"@@@STEP_LOG_LINE@json.output@{@@@",
|
||||||
"@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"ct-nanobench-1/Ubuntu-14.04/[dummy has/Perf-Ubuntu-GCC-Golo-GPU-GT610-x86_64-Release-CT_BENCH_1k_SKPs/-1\", @@@",
|
"@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"ct-nanobench-1/Ubuntu-14.04/[dummy has/Perf-Ubuntu14-GCC-Golo-GPU-GT610-x86_64-Release-CT_BENCH_1k_SKPs/-1\", @@@",
|
||||||
"@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@",
|
"@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@",
|
||||||
"@@@STEP_LOG_LINE@json.output@ \"ct-nanobench-1/Ubuntu-14.04/[dummy has/Perf-Ubuntu-GCC-Golo-GPU-GT610-x86_64-Release-CT_BENCH_1k_SKPs/-1\": {@@@",
|
"@@@STEP_LOG_LINE@json.output@ \"ct-nanobench-1/Ubuntu-14.04/[dummy has/Perf-Ubuntu14-GCC-Golo-GPU-GT610-x86_64-Release-CT_BENCH_1k_SKPs/-1\": {@@@",
|
||||||
"@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@",
|
"@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@",
|
||||||
"@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@",
|
"@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@",
|
||||||
"@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm.appspot.com/user/task/10000\"@@@",
|
"@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm.appspot.com/user/task/10000\"@@@",
|
||||||
@ -904,7 +904,7 @@
|
|||||||
"--shards",
|
"--shards",
|
||||||
"1",
|
"1",
|
||||||
"--task-name",
|
"--task-name",
|
||||||
"ct-nanobench-2/Ubuntu-14.04/[dummy has/Perf-Ubuntu-GCC-Golo-GPU-GT610-x86_64-Release-CT_BENCH_1k_SKPs/-1",
|
"ct-nanobench-2/Ubuntu-14.04/[dummy has/Perf-Ubuntu14-GCC-Golo-GPU-GT610-x86_64-Release-CT_BENCH_1k_SKPs/-1",
|
||||||
"--dump-json",
|
"--dump-json",
|
||||||
"/path/to/tmp/json",
|
"/path/to/tmp/json",
|
||||||
"--expiration",
|
"--expiration",
|
||||||
@ -928,7 +928,7 @@
|
|||||||
"--tag",
|
"--tag",
|
||||||
"allow_milo:1",
|
"allow_milo:1",
|
||||||
"--tag",
|
"--tag",
|
||||||
"buildername:Perf-Ubuntu-GCC-Golo-GPU-GT610-x86_64-Release-CT_BENCH_1k_SKPs",
|
"buildername:Perf-Ubuntu14-GCC-Golo-GPU-GT610-x86_64-Release-CT_BENCH_1k_SKPs",
|
||||||
"--tag",
|
"--tag",
|
||||||
"data:[dummy hash for ct-nanobench-2]",
|
"data:[dummy hash for ct-nanobench-2]",
|
||||||
"--tag",
|
"--tag",
|
||||||
@ -947,9 +947,9 @@
|
|||||||
"~followup_annotations": [
|
"~followup_annotations": [
|
||||||
"@@@STEP_TEXT@Run on OS: 'Ubuntu-14.04'@@@",
|
"@@@STEP_TEXT@Run on OS: 'Ubuntu-14.04'@@@",
|
||||||
"@@@STEP_LOG_LINE@json.output@{@@@",
|
"@@@STEP_LOG_LINE@json.output@{@@@",
|
||||||
"@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"ct-nanobench-2/Ubuntu-14.04/[dummy has/Perf-Ubuntu-GCC-Golo-GPU-GT610-x86_64-Release-CT_BENCH_1k_SKPs/-1\", @@@",
|
"@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"ct-nanobench-2/Ubuntu-14.04/[dummy has/Perf-Ubuntu14-GCC-Golo-GPU-GT610-x86_64-Release-CT_BENCH_1k_SKPs/-1\", @@@",
|
||||||
"@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@",
|
"@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@",
|
||||||
"@@@STEP_LOG_LINE@json.output@ \"ct-nanobench-2/Ubuntu-14.04/[dummy has/Perf-Ubuntu-GCC-Golo-GPU-GT610-x86_64-Release-CT_BENCH_1k_SKPs/-1\": {@@@",
|
"@@@STEP_LOG_LINE@json.output@ \"ct-nanobench-2/Ubuntu-14.04/[dummy has/Perf-Ubuntu14-GCC-Golo-GPU-GT610-x86_64-Release-CT_BENCH_1k_SKPs/-1\": {@@@",
|
||||||
"@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@",
|
"@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@",
|
||||||
"@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@",
|
"@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@",
|
||||||
"@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm.appspot.com/user/task/10000\"@@@",
|
"@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm.appspot.com/user/task/10000\"@@@",
|
||||||
@ -975,7 +975,7 @@
|
|||||||
"--shards",
|
"--shards",
|
||||||
"1",
|
"1",
|
||||||
"--task-name",
|
"--task-name",
|
||||||
"ct-nanobench-3/Ubuntu-14.04/[dummy has/Perf-Ubuntu-GCC-Golo-GPU-GT610-x86_64-Release-CT_BENCH_1k_SKPs/-1",
|
"ct-nanobench-3/Ubuntu-14.04/[dummy has/Perf-Ubuntu14-GCC-Golo-GPU-GT610-x86_64-Release-CT_BENCH_1k_SKPs/-1",
|
||||||
"--dump-json",
|
"--dump-json",
|
||||||
"/path/to/tmp/json",
|
"/path/to/tmp/json",
|
||||||
"--expiration",
|
"--expiration",
|
||||||
@ -999,7 +999,7 @@
|
|||||||
"--tag",
|
"--tag",
|
||||||
"allow_milo:1",
|
"allow_milo:1",
|
||||||
"--tag",
|
"--tag",
|
||||||
"buildername:Perf-Ubuntu-GCC-Golo-GPU-GT610-x86_64-Release-CT_BENCH_1k_SKPs",
|
"buildername:Perf-Ubuntu14-GCC-Golo-GPU-GT610-x86_64-Release-CT_BENCH_1k_SKPs",
|
||||||
"--tag",
|
"--tag",
|
||||||
"data:[dummy hash for ct-nanobench-3]",
|
"data:[dummy hash for ct-nanobench-3]",
|
||||||
"--tag",
|
"--tag",
|
||||||
@ -1018,9 +1018,9 @@
|
|||||||
"~followup_annotations": [
|
"~followup_annotations": [
|
||||||
"@@@STEP_TEXT@Run on OS: 'Ubuntu-14.04'@@@",
|
"@@@STEP_TEXT@Run on OS: 'Ubuntu-14.04'@@@",
|
||||||
"@@@STEP_LOG_LINE@json.output@{@@@",
|
"@@@STEP_LOG_LINE@json.output@{@@@",
|
||||||
"@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"ct-nanobench-3/Ubuntu-14.04/[dummy has/Perf-Ubuntu-GCC-Golo-GPU-GT610-x86_64-Release-CT_BENCH_1k_SKPs/-1\", @@@",
|
"@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"ct-nanobench-3/Ubuntu-14.04/[dummy has/Perf-Ubuntu14-GCC-Golo-GPU-GT610-x86_64-Release-CT_BENCH_1k_SKPs/-1\", @@@",
|
||||||
"@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@",
|
"@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@",
|
||||||
"@@@STEP_LOG_LINE@json.output@ \"ct-nanobench-3/Ubuntu-14.04/[dummy has/Perf-Ubuntu-GCC-Golo-GPU-GT610-x86_64-Release-CT_BENCH_1k_SKPs/-1\": {@@@",
|
"@@@STEP_LOG_LINE@json.output@ \"ct-nanobench-3/Ubuntu-14.04/[dummy has/Perf-Ubuntu14-GCC-Golo-GPU-GT610-x86_64-Release-CT_BENCH_1k_SKPs/-1\": {@@@",
|
||||||
"@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@",
|
"@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@",
|
||||||
"@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@",
|
"@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@",
|
||||||
"@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm.appspot.com/user/task/10000\"@@@",
|
"@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm.appspot.com/user/task/10000\"@@@",
|
||||||
@ -1046,7 +1046,7 @@
|
|||||||
"--shards",
|
"--shards",
|
||||||
"1",
|
"1",
|
||||||
"--task-name",
|
"--task-name",
|
||||||
"ct-nanobench-4/Ubuntu-14.04/[dummy has/Perf-Ubuntu-GCC-Golo-GPU-GT610-x86_64-Release-CT_BENCH_1k_SKPs/-1",
|
"ct-nanobench-4/Ubuntu-14.04/[dummy has/Perf-Ubuntu14-GCC-Golo-GPU-GT610-x86_64-Release-CT_BENCH_1k_SKPs/-1",
|
||||||
"--dump-json",
|
"--dump-json",
|
||||||
"/path/to/tmp/json",
|
"/path/to/tmp/json",
|
||||||
"--expiration",
|
"--expiration",
|
||||||
@ -1070,7 +1070,7 @@
|
|||||||
"--tag",
|
"--tag",
|
||||||
"allow_milo:1",
|
"allow_milo:1",
|
||||||
"--tag",
|
"--tag",
|
||||||
"buildername:Perf-Ubuntu-GCC-Golo-GPU-GT610-x86_64-Release-CT_BENCH_1k_SKPs",
|
"buildername:Perf-Ubuntu14-GCC-Golo-GPU-GT610-x86_64-Release-CT_BENCH_1k_SKPs",
|
||||||
"--tag",
|
"--tag",
|
||||||
"data:[dummy hash for ct-nanobench-4]",
|
"data:[dummy hash for ct-nanobench-4]",
|
||||||
"--tag",
|
"--tag",
|
||||||
@ -1089,9 +1089,9 @@
|
|||||||
"~followup_annotations": [
|
"~followup_annotations": [
|
||||||
"@@@STEP_TEXT@Run on OS: 'Ubuntu-14.04'@@@",
|
"@@@STEP_TEXT@Run on OS: 'Ubuntu-14.04'@@@",
|
||||||
"@@@STEP_LOG_LINE@json.output@{@@@",
|
"@@@STEP_LOG_LINE@json.output@{@@@",
|
||||||
"@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"ct-nanobench-4/Ubuntu-14.04/[dummy has/Perf-Ubuntu-GCC-Golo-GPU-GT610-x86_64-Release-CT_BENCH_1k_SKPs/-1\", @@@",
|
"@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"ct-nanobench-4/Ubuntu-14.04/[dummy has/Perf-Ubuntu14-GCC-Golo-GPU-GT610-x86_64-Release-CT_BENCH_1k_SKPs/-1\", @@@",
|
||||||
"@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@",
|
"@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@",
|
||||||
"@@@STEP_LOG_LINE@json.output@ \"ct-nanobench-4/Ubuntu-14.04/[dummy has/Perf-Ubuntu-GCC-Golo-GPU-GT610-x86_64-Release-CT_BENCH_1k_SKPs/-1\": {@@@",
|
"@@@STEP_LOG_LINE@json.output@ \"ct-nanobench-4/Ubuntu-14.04/[dummy has/Perf-Ubuntu14-GCC-Golo-GPU-GT610-x86_64-Release-CT_BENCH_1k_SKPs/-1\": {@@@",
|
||||||
"@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@",
|
"@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@",
|
||||||
"@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@",
|
"@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@",
|
||||||
"@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm.appspot.com/user/task/10000\"@@@",
|
"@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm.appspot.com/user/task/10000\"@@@",
|
||||||
@ -1117,7 +1117,7 @@
|
|||||||
"--shards",
|
"--shards",
|
||||||
"1",
|
"1",
|
||||||
"--task-name",
|
"--task-name",
|
||||||
"ct-nanobench-5/Ubuntu-14.04/[dummy has/Perf-Ubuntu-GCC-Golo-GPU-GT610-x86_64-Release-CT_BENCH_1k_SKPs/-1",
|
"ct-nanobench-5/Ubuntu-14.04/[dummy has/Perf-Ubuntu14-GCC-Golo-GPU-GT610-x86_64-Release-CT_BENCH_1k_SKPs/-1",
|
||||||
"--dump-json",
|
"--dump-json",
|
||||||
"/path/to/tmp/json",
|
"/path/to/tmp/json",
|
||||||
"--expiration",
|
"--expiration",
|
||||||
@ -1141,7 +1141,7 @@
|
|||||||
"--tag",
|
"--tag",
|
||||||
"allow_milo:1",
|
"allow_milo:1",
|
||||||
"--tag",
|
"--tag",
|
||||||
"buildername:Perf-Ubuntu-GCC-Golo-GPU-GT610-x86_64-Release-CT_BENCH_1k_SKPs",
|
"buildername:Perf-Ubuntu14-GCC-Golo-GPU-GT610-x86_64-Release-CT_BENCH_1k_SKPs",
|
||||||
"--tag",
|
"--tag",
|
||||||
"data:[dummy hash for ct-nanobench-5]",
|
"data:[dummy hash for ct-nanobench-5]",
|
||||||
"--tag",
|
"--tag",
|
||||||
@ -1160,9 +1160,9 @@
|
|||||||
"~followup_annotations": [
|
"~followup_annotations": [
|
||||||
"@@@STEP_TEXT@Run on OS: 'Ubuntu-14.04'@@@",
|
"@@@STEP_TEXT@Run on OS: 'Ubuntu-14.04'@@@",
|
||||||
"@@@STEP_LOG_LINE@json.output@{@@@",
|
"@@@STEP_LOG_LINE@json.output@{@@@",
|
||||||
"@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"ct-nanobench-5/Ubuntu-14.04/[dummy has/Perf-Ubuntu-GCC-Golo-GPU-GT610-x86_64-Release-CT_BENCH_1k_SKPs/-1\", @@@",
|
"@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"ct-nanobench-5/Ubuntu-14.04/[dummy has/Perf-Ubuntu14-GCC-Golo-GPU-GT610-x86_64-Release-CT_BENCH_1k_SKPs/-1\", @@@",
|
||||||
"@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@",
|
"@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@",
|
||||||
"@@@STEP_LOG_LINE@json.output@ \"ct-nanobench-5/Ubuntu-14.04/[dummy has/Perf-Ubuntu-GCC-Golo-GPU-GT610-x86_64-Release-CT_BENCH_1k_SKPs/-1\": {@@@",
|
"@@@STEP_LOG_LINE@json.output@ \"ct-nanobench-5/Ubuntu-14.04/[dummy has/Perf-Ubuntu14-GCC-Golo-GPU-GT610-x86_64-Release-CT_BENCH_1k_SKPs/-1\": {@@@",
|
||||||
"@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@",
|
"@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@",
|
||||||
"@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@",
|
"@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@",
|
||||||
"@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm.appspot.com/user/task/10000\"@@@",
|
"@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm.appspot.com/user/task/10000\"@@@",
|
||||||
@ -1197,7 +1197,7 @@
|
|||||||
"--decorate",
|
"--decorate",
|
||||||
"--print-status-updates",
|
"--print-status-updates",
|
||||||
"--json",
|
"--json",
|
||||||
"{\"base_task_name\": \"ct-nanobench-1/Ubuntu-14.04/[dummy has/Perf-Ubuntu-GCC-Golo-GPU-GT610-x86_64-Release-CT_BENCH_1k_SKPs/-1\", \"tasks\": {\"ct-nanobench-1/Ubuntu-14.04/[dummy has/Perf-Ubuntu-GCC-Golo-GPU-GT610-x86_64-Release-CT_BENCH_1k_SKPs/-1\": {\"shard_index\": 0, \"task_id\": \"10000\", \"view_url\": \"https://chromium-swarm.appspot.com/user/task/10000\"}}}",
|
"{\"base_task_name\": \"ct-nanobench-1/Ubuntu-14.04/[dummy has/Perf-Ubuntu14-GCC-Golo-GPU-GT610-x86_64-Release-CT_BENCH_1k_SKPs/-1\", \"tasks\": {\"ct-nanobench-1/Ubuntu-14.04/[dummy has/Perf-Ubuntu14-GCC-Golo-GPU-GT610-x86_64-Release-CT_BENCH_1k_SKPs/-1\": {\"shard_index\": 0, \"task_id\": \"10000\", \"view_url\": \"https://chromium-swarm.appspot.com/user/task/10000\"}}}",
|
||||||
"--task-summary-json",
|
"--task-summary-json",
|
||||||
"/path/to/tmp/json"
|
"/path/to/tmp/json"
|
||||||
],
|
],
|
||||||
@ -1339,7 +1339,7 @@
|
|||||||
"--decorate",
|
"--decorate",
|
||||||
"--print-status-updates",
|
"--print-status-updates",
|
||||||
"--json",
|
"--json",
|
||||||
"{\"base_task_name\": \"ct-nanobench-2/Ubuntu-14.04/[dummy has/Perf-Ubuntu-GCC-Golo-GPU-GT610-x86_64-Release-CT_BENCH_1k_SKPs/-1\", \"tasks\": {\"ct-nanobench-2/Ubuntu-14.04/[dummy has/Perf-Ubuntu-GCC-Golo-GPU-GT610-x86_64-Release-CT_BENCH_1k_SKPs/-1\": {\"shard_index\": 0, \"task_id\": \"10000\", \"view_url\": \"https://chromium-swarm.appspot.com/user/task/10000\"}}}",
|
"{\"base_task_name\": \"ct-nanobench-2/Ubuntu-14.04/[dummy has/Perf-Ubuntu14-GCC-Golo-GPU-GT610-x86_64-Release-CT_BENCH_1k_SKPs/-1\", \"tasks\": {\"ct-nanobench-2/Ubuntu-14.04/[dummy has/Perf-Ubuntu14-GCC-Golo-GPU-GT610-x86_64-Release-CT_BENCH_1k_SKPs/-1\": {\"shard_index\": 0, \"task_id\": \"10000\", \"view_url\": \"https://chromium-swarm.appspot.com/user/task/10000\"}}}",
|
||||||
"--task-summary-json",
|
"--task-summary-json",
|
||||||
"/path/to/tmp/json"
|
"/path/to/tmp/json"
|
||||||
],
|
],
|
||||||
@ -1481,7 +1481,7 @@
|
|||||||
"--decorate",
|
"--decorate",
|
||||||
"--print-status-updates",
|
"--print-status-updates",
|
||||||
"--json",
|
"--json",
|
||||||
"{\"base_task_name\": \"ct-nanobench-3/Ubuntu-14.04/[dummy has/Perf-Ubuntu-GCC-Golo-GPU-GT610-x86_64-Release-CT_BENCH_1k_SKPs/-1\", \"tasks\": {\"ct-nanobench-3/Ubuntu-14.04/[dummy has/Perf-Ubuntu-GCC-Golo-GPU-GT610-x86_64-Release-CT_BENCH_1k_SKPs/-1\": {\"shard_index\": 0, \"task_id\": \"10000\", \"view_url\": \"https://chromium-swarm.appspot.com/user/task/10000\"}}}",
|
"{\"base_task_name\": \"ct-nanobench-3/Ubuntu-14.04/[dummy has/Perf-Ubuntu14-GCC-Golo-GPU-GT610-x86_64-Release-CT_BENCH_1k_SKPs/-1\", \"tasks\": {\"ct-nanobench-3/Ubuntu-14.04/[dummy has/Perf-Ubuntu14-GCC-Golo-GPU-GT610-x86_64-Release-CT_BENCH_1k_SKPs/-1\": {\"shard_index\": 0, \"task_id\": \"10000\", \"view_url\": \"https://chromium-swarm.appspot.com/user/task/10000\"}}}",
|
||||||
"--task-summary-json",
|
"--task-summary-json",
|
||||||
"/path/to/tmp/json"
|
"/path/to/tmp/json"
|
||||||
],
|
],
|
||||||
@ -1623,7 +1623,7 @@
|
|||||||
"--decorate",
|
"--decorate",
|
||||||
"--print-status-updates",
|
"--print-status-updates",
|
||||||
"--json",
|
"--json",
|
||||||
"{\"base_task_name\": \"ct-nanobench-4/Ubuntu-14.04/[dummy has/Perf-Ubuntu-GCC-Golo-GPU-GT610-x86_64-Release-CT_BENCH_1k_SKPs/-1\", \"tasks\": {\"ct-nanobench-4/Ubuntu-14.04/[dummy has/Perf-Ubuntu-GCC-Golo-GPU-GT610-x86_64-Release-CT_BENCH_1k_SKPs/-1\": {\"shard_index\": 0, \"task_id\": \"10000\", \"view_url\": \"https://chromium-swarm.appspot.com/user/task/10000\"}}}",
|
"{\"base_task_name\": \"ct-nanobench-4/Ubuntu-14.04/[dummy has/Perf-Ubuntu14-GCC-Golo-GPU-GT610-x86_64-Release-CT_BENCH_1k_SKPs/-1\", \"tasks\": {\"ct-nanobench-4/Ubuntu-14.04/[dummy has/Perf-Ubuntu14-GCC-Golo-GPU-GT610-x86_64-Release-CT_BENCH_1k_SKPs/-1\": {\"shard_index\": 0, \"task_id\": \"10000\", \"view_url\": \"https://chromium-swarm.appspot.com/user/task/10000\"}}}",
|
||||||
"--task-summary-json",
|
"--task-summary-json",
|
||||||
"/path/to/tmp/json"
|
"/path/to/tmp/json"
|
||||||
],
|
],
|
||||||
@ -1765,7 +1765,7 @@
|
|||||||
"--decorate",
|
"--decorate",
|
||||||
"--print-status-updates",
|
"--print-status-updates",
|
||||||
"--json",
|
"--json",
|
||||||
"{\"base_task_name\": \"ct-nanobench-5/Ubuntu-14.04/[dummy has/Perf-Ubuntu-GCC-Golo-GPU-GT610-x86_64-Release-CT_BENCH_1k_SKPs/-1\", \"tasks\": {\"ct-nanobench-5/Ubuntu-14.04/[dummy has/Perf-Ubuntu-GCC-Golo-GPU-GT610-x86_64-Release-CT_BENCH_1k_SKPs/-1\": {\"shard_index\": 0, \"task_id\": \"10000\", \"view_url\": \"https://chromium-swarm.appspot.com/user/task/10000\"}}}",
|
"{\"base_task_name\": \"ct-nanobench-5/Ubuntu-14.04/[dummy has/Perf-Ubuntu14-GCC-Golo-GPU-GT610-x86_64-Release-CT_BENCH_1k_SKPs/-1\", \"tasks\": {\"ct-nanobench-5/Ubuntu-14.04/[dummy has/Perf-Ubuntu14-GCC-Golo-GPU-GT610-x86_64-Release-CT_BENCH_1k_SKPs/-1\": {\"shard_index\": 0, \"task_id\": \"10000\", \"view_url\": \"https://chromium-swarm.appspot.com/user/task/10000\"}}}",
|
||||||
"--task-summary-json",
|
"--task-summary-json",
|
||||||
"/path/to/tmp/json"
|
"/path/to/tmp/json"
|
||||||
],
|
],
|
||||||
|
@ -118,7 +118,7 @@
|
|||||||
"[CUSTOM_/_B_WORK]/skia/bin/gn",
|
"[CUSTOM_/_B_WORK]/skia/bin/gn",
|
||||||
"gen",
|
"gen",
|
||||||
"[START_DIR]/out/Debug",
|
"[START_DIR]/out/Debug",
|
||||||
"--args=cc=\"gcc\" cxx=\"g++\" extra_cflags=[\"-O1\"]"
|
"--args=cc=\"gcc-4.8\" cxx=\"g++-4.8\" extra_cflags=[\"-O1\"]"
|
||||||
],
|
],
|
||||||
"cwd": "[CUSTOM_/_B_WORK]/skia",
|
"cwd": "[CUSTOM_/_B_WORK]/skia",
|
||||||
"env": {
|
"env": {
|
||||||
@ -381,7 +381,7 @@
|
|||||||
"--json-output",
|
"--json-output",
|
||||||
"/path/to/tmp/json",
|
"/path/to/tmp/json",
|
||||||
"rmtree",
|
"rmtree",
|
||||||
"[CUSTOM_/_B_WORK]/skps/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_IMG_DECODE_100k_SKPs/slave1"
|
"[CUSTOM_/_B_WORK]/skps/c37e844a6f8708-eee762104c75bd/100k/5/slave1"
|
||||||
],
|
],
|
||||||
"infra_step": true,
|
"infra_step": true,
|
||||||
"name": "rmtree slave1"
|
"name": "rmtree slave1"
|
||||||
@ -396,7 +396,7 @@
|
|||||||
"ensure-directory",
|
"ensure-directory",
|
||||||
"--mode",
|
"--mode",
|
||||||
"0777",
|
"0777",
|
||||||
"[CUSTOM_/_B_WORK]/skps/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_IMG_DECODE_100k_SKPs/slave1"
|
"[CUSTOM_/_B_WORK]/skps/c37e844a6f8708-eee762104c75bd/100k/5/slave1"
|
||||||
],
|
],
|
||||||
"infra_step": true,
|
"infra_step": true,
|
||||||
"name": "makedirs slave1"
|
"name": "makedirs slave1"
|
||||||
@ -419,7 +419,7 @@
|
|||||||
"gs://cluster-telemetry/swarming/skps/100k/c37e844a6f8708-eee762104c75bd/8/*.skp",
|
"gs://cluster-telemetry/swarming/skps/100k/c37e844a6f8708-eee762104c75bd/8/*.skp",
|
||||||
"gs://cluster-telemetry/swarming/skps/100k/c37e844a6f8708-eee762104c75bd/9/*.skp",
|
"gs://cluster-telemetry/swarming/skps/100k/c37e844a6f8708-eee762104c75bd/9/*.skp",
|
||||||
"gs://cluster-telemetry/swarming/skps/100k/c37e844a6f8708-eee762104c75bd/10/*.skp",
|
"gs://cluster-telemetry/swarming/skps/100k/c37e844a6f8708-eee762104c75bd/10/*.skp",
|
||||||
"[CUSTOM_/_B_WORK]/skps/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_IMG_DECODE_100k_SKPs/slave1"
|
"[CUSTOM_/_B_WORK]/skps/c37e844a6f8708-eee762104c75bd/100k/5/slave1"
|
||||||
],
|
],
|
||||||
"infra_step": true,
|
"infra_step": true,
|
||||||
"name": "gsutil cp"
|
"name": "gsutil cp"
|
||||||
@ -447,7 +447,7 @@
|
|||||||
"--json-output",
|
"--json-output",
|
||||||
"/path/to/tmp/json",
|
"/path/to/tmp/json",
|
||||||
"copy",
|
"copy",
|
||||||
"{\n \"args\": [\n \"--isolate\", \n \"[CUSTOM_/_B_WORK]/skia/infra/bots/ct/ct_skps.isolate\", \n \"--isolated\", \n \"[START_DIR]/swarming_temp_dir/skia-task-ct-get_images_from_skps-1.isolated\", \n \"--config-variable\", \n \"OS\", \n \"linux\", \n \"--extra-variable\", \n \"CONFIGURATION\", \n \"Debug\", \n \"--extra-variable\", \n \"BUILDER\", \n \"Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_IMG_DECODE_100k_SKPs\", \n \"--extra-variable\", \n \"GIT_HASH\", \n \"9046e2e693bb92a76e972b694580e5d17ad10748\", \n \"--extra-variable\", \n \"SLAVE_NUM\", \n \"1\", \n \"--extra-variable\", \n \"TOOL_NAME\", \n \"get_images_from_skps\"\n ], \n \"dir\": \"[CUSTOM_/_B_WORK]/skia/infra/bots/ct\", \n \"version\": 1\n}",
|
"{\n \"args\": [\n \"--isolate\", \n \"[CUSTOM_/_B_WORK]/skia/infra/bots/ct/ct_skps.isolate\", \n \"--isolated\", \n \"[START_DIR]/swarming_temp_dir/skia-task-ct-get_images_from_skps-1.isolated\", \n \"--config-variable\", \n \"OS\", \n \"linux\", \n \"--extra-variable\", \n \"NUM_SLAVES\", \n \"5\", \n \"--extra-variable\", \n \"CONFIGURATION\", \n \"Debug\", \n \"--extra-variable\", \n \"SLAVE_NUM\", \n \"1\", \n \"--extra-variable\", \n \"PAGE_TYPE\", \n \"100k\", \n \"--extra-variable\", \n \"BUILDER\", \n \"Test-Ubuntu14-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_IMG_DECODE_100k_SKPs\", \n \"--extra-variable\", \n \"GIT_HASH\", \n \"9046e2e693bb92a76e972b694580e5d17ad10748\", \n \"--extra-variable\", \n \"TOOL_NAME\", \n \"get_images_from_skps\", \n \"--extra-variable\", \n \"CHROMIUM_BUILD\", \n \"c37e844a6f8708-eee762104c75bd\"\n ], \n \"dir\": \"[CUSTOM_/_B_WORK]/skia/infra/bots/ct\", \n \"version\": 1\n}",
|
||||||
"[START_DIR]/swarming_temp_dir/ct-get_images_from_skps-1.isolated.gen.json"
|
"[START_DIR]/swarming_temp_dir/ct-get_images_from_skps-1.isolated.gen.json"
|
||||||
],
|
],
|
||||||
"infra_step": true,
|
"infra_step": true,
|
||||||
@ -461,7 +461,7 @@
|
|||||||
"--json-output",
|
"--json-output",
|
||||||
"/path/to/tmp/json",
|
"/path/to/tmp/json",
|
||||||
"rmtree",
|
"rmtree",
|
||||||
"[CUSTOM_/_B_WORK]/skps/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_IMG_DECODE_100k_SKPs/slave2"
|
"[CUSTOM_/_B_WORK]/skps/c37e844a6f8708-eee762104c75bd/100k/5/slave2"
|
||||||
],
|
],
|
||||||
"infra_step": true,
|
"infra_step": true,
|
||||||
"name": "rmtree slave2"
|
"name": "rmtree slave2"
|
||||||
@ -476,7 +476,7 @@
|
|||||||
"ensure-directory",
|
"ensure-directory",
|
||||||
"--mode",
|
"--mode",
|
||||||
"0777",
|
"0777",
|
||||||
"[CUSTOM_/_B_WORK]/skps/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_IMG_DECODE_100k_SKPs/slave2"
|
"[CUSTOM_/_B_WORK]/skps/c37e844a6f8708-eee762104c75bd/100k/5/slave2"
|
||||||
],
|
],
|
||||||
"infra_step": true,
|
"infra_step": true,
|
||||||
"name": "makedirs slave2"
|
"name": "makedirs slave2"
|
||||||
@ -499,7 +499,7 @@
|
|||||||
"gs://cluster-telemetry/swarming/skps/100k/c37e844a6f8708-eee762104c75bd/18/*.skp",
|
"gs://cluster-telemetry/swarming/skps/100k/c37e844a6f8708-eee762104c75bd/18/*.skp",
|
||||||
"gs://cluster-telemetry/swarming/skps/100k/c37e844a6f8708-eee762104c75bd/19/*.skp",
|
"gs://cluster-telemetry/swarming/skps/100k/c37e844a6f8708-eee762104c75bd/19/*.skp",
|
||||||
"gs://cluster-telemetry/swarming/skps/100k/c37e844a6f8708-eee762104c75bd/20/*.skp",
|
"gs://cluster-telemetry/swarming/skps/100k/c37e844a6f8708-eee762104c75bd/20/*.skp",
|
||||||
"[CUSTOM_/_B_WORK]/skps/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_IMG_DECODE_100k_SKPs/slave2"
|
"[CUSTOM_/_B_WORK]/skps/c37e844a6f8708-eee762104c75bd/100k/5/slave2"
|
||||||
],
|
],
|
||||||
"infra_step": true,
|
"infra_step": true,
|
||||||
"name": "gsutil cp (2)"
|
"name": "gsutil cp (2)"
|
||||||
@ -527,7 +527,7 @@
|
|||||||
"--json-output",
|
"--json-output",
|
||||||
"/path/to/tmp/json",
|
"/path/to/tmp/json",
|
||||||
"copy",
|
"copy",
|
||||||
"{\n \"args\": [\n \"--isolate\", \n \"[CUSTOM_/_B_WORK]/skia/infra/bots/ct/ct_skps.isolate\", \n \"--isolated\", \n \"[START_DIR]/swarming_temp_dir/skia-task-ct-get_images_from_skps-2.isolated\", \n \"--config-variable\", \n \"OS\", \n \"linux\", \n \"--extra-variable\", \n \"CONFIGURATION\", \n \"Debug\", \n \"--extra-variable\", \n \"BUILDER\", \n \"Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_IMG_DECODE_100k_SKPs\", \n \"--extra-variable\", \n \"GIT_HASH\", \n \"9046e2e693bb92a76e972b694580e5d17ad10748\", \n \"--extra-variable\", \n \"SLAVE_NUM\", \n \"2\", \n \"--extra-variable\", \n \"TOOL_NAME\", \n \"get_images_from_skps\"\n ], \n \"dir\": \"[CUSTOM_/_B_WORK]/skia/infra/bots/ct\", \n \"version\": 1\n}",
|
"{\n \"args\": [\n \"--isolate\", \n \"[CUSTOM_/_B_WORK]/skia/infra/bots/ct/ct_skps.isolate\", \n \"--isolated\", \n \"[START_DIR]/swarming_temp_dir/skia-task-ct-get_images_from_skps-2.isolated\", \n \"--config-variable\", \n \"OS\", \n \"linux\", \n \"--extra-variable\", \n \"NUM_SLAVES\", \n \"5\", \n \"--extra-variable\", \n \"CONFIGURATION\", \n \"Debug\", \n \"--extra-variable\", \n \"SLAVE_NUM\", \n \"2\", \n \"--extra-variable\", \n \"PAGE_TYPE\", \n \"100k\", \n \"--extra-variable\", \n \"BUILDER\", \n \"Test-Ubuntu14-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_IMG_DECODE_100k_SKPs\", \n \"--extra-variable\", \n \"GIT_HASH\", \n \"9046e2e693bb92a76e972b694580e5d17ad10748\", \n \"--extra-variable\", \n \"TOOL_NAME\", \n \"get_images_from_skps\", \n \"--extra-variable\", \n \"CHROMIUM_BUILD\", \n \"c37e844a6f8708-eee762104c75bd\"\n ], \n \"dir\": \"[CUSTOM_/_B_WORK]/skia/infra/bots/ct\", \n \"version\": 1\n}",
|
||||||
"[START_DIR]/swarming_temp_dir/ct-get_images_from_skps-2.isolated.gen.json"
|
"[START_DIR]/swarming_temp_dir/ct-get_images_from_skps-2.isolated.gen.json"
|
||||||
],
|
],
|
||||||
"infra_step": true,
|
"infra_step": true,
|
||||||
@ -541,7 +541,7 @@
|
|||||||
"--json-output",
|
"--json-output",
|
||||||
"/path/to/tmp/json",
|
"/path/to/tmp/json",
|
||||||
"rmtree",
|
"rmtree",
|
||||||
"[CUSTOM_/_B_WORK]/skps/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_IMG_DECODE_100k_SKPs/slave3"
|
"[CUSTOM_/_B_WORK]/skps/c37e844a6f8708-eee762104c75bd/100k/5/slave3"
|
||||||
],
|
],
|
||||||
"infra_step": true,
|
"infra_step": true,
|
||||||
"name": "rmtree slave3"
|
"name": "rmtree slave3"
|
||||||
@ -556,7 +556,7 @@
|
|||||||
"ensure-directory",
|
"ensure-directory",
|
||||||
"--mode",
|
"--mode",
|
||||||
"0777",
|
"0777",
|
||||||
"[CUSTOM_/_B_WORK]/skps/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_IMG_DECODE_100k_SKPs/slave3"
|
"[CUSTOM_/_B_WORK]/skps/c37e844a6f8708-eee762104c75bd/100k/5/slave3"
|
||||||
],
|
],
|
||||||
"infra_step": true,
|
"infra_step": true,
|
||||||
"name": "makedirs slave3"
|
"name": "makedirs slave3"
|
||||||
@ -579,7 +579,7 @@
|
|||||||
"gs://cluster-telemetry/swarming/skps/100k/c37e844a6f8708-eee762104c75bd/28/*.skp",
|
"gs://cluster-telemetry/swarming/skps/100k/c37e844a6f8708-eee762104c75bd/28/*.skp",
|
||||||
"gs://cluster-telemetry/swarming/skps/100k/c37e844a6f8708-eee762104c75bd/29/*.skp",
|
"gs://cluster-telemetry/swarming/skps/100k/c37e844a6f8708-eee762104c75bd/29/*.skp",
|
||||||
"gs://cluster-telemetry/swarming/skps/100k/c37e844a6f8708-eee762104c75bd/30/*.skp",
|
"gs://cluster-telemetry/swarming/skps/100k/c37e844a6f8708-eee762104c75bd/30/*.skp",
|
||||||
"[CUSTOM_/_B_WORK]/skps/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_IMG_DECODE_100k_SKPs/slave3"
|
"[CUSTOM_/_B_WORK]/skps/c37e844a6f8708-eee762104c75bd/100k/5/slave3"
|
||||||
],
|
],
|
||||||
"infra_step": true,
|
"infra_step": true,
|
||||||
"name": "gsutil cp (3)"
|
"name": "gsutil cp (3)"
|
||||||
@ -607,7 +607,7 @@
|
|||||||
"--json-output",
|
"--json-output",
|
||||||
"/path/to/tmp/json",
|
"/path/to/tmp/json",
|
||||||
"copy",
|
"copy",
|
||||||
"{\n \"args\": [\n \"--isolate\", \n \"[CUSTOM_/_B_WORK]/skia/infra/bots/ct/ct_skps.isolate\", \n \"--isolated\", \n \"[START_DIR]/swarming_temp_dir/skia-task-ct-get_images_from_skps-3.isolated\", \n \"--config-variable\", \n \"OS\", \n \"linux\", \n \"--extra-variable\", \n \"CONFIGURATION\", \n \"Debug\", \n \"--extra-variable\", \n \"BUILDER\", \n \"Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_IMG_DECODE_100k_SKPs\", \n \"--extra-variable\", \n \"GIT_HASH\", \n \"9046e2e693bb92a76e972b694580e5d17ad10748\", \n \"--extra-variable\", \n \"SLAVE_NUM\", \n \"3\", \n \"--extra-variable\", \n \"TOOL_NAME\", \n \"get_images_from_skps\"\n ], \n \"dir\": \"[CUSTOM_/_B_WORK]/skia/infra/bots/ct\", \n \"version\": 1\n}",
|
"{\n \"args\": [\n \"--isolate\", \n \"[CUSTOM_/_B_WORK]/skia/infra/bots/ct/ct_skps.isolate\", \n \"--isolated\", \n \"[START_DIR]/swarming_temp_dir/skia-task-ct-get_images_from_skps-3.isolated\", \n \"--config-variable\", \n \"OS\", \n \"linux\", \n \"--extra-variable\", \n \"NUM_SLAVES\", \n \"5\", \n \"--extra-variable\", \n \"CONFIGURATION\", \n \"Debug\", \n \"--extra-variable\", \n \"SLAVE_NUM\", \n \"3\", \n \"--extra-variable\", \n \"PAGE_TYPE\", \n \"100k\", \n \"--extra-variable\", \n \"BUILDER\", \n \"Test-Ubuntu14-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_IMG_DECODE_100k_SKPs\", \n \"--extra-variable\", \n \"GIT_HASH\", \n \"9046e2e693bb92a76e972b694580e5d17ad10748\", \n \"--extra-variable\", \n \"TOOL_NAME\", \n \"get_images_from_skps\", \n \"--extra-variable\", \n \"CHROMIUM_BUILD\", \n \"c37e844a6f8708-eee762104c75bd\"\n ], \n \"dir\": \"[CUSTOM_/_B_WORK]/skia/infra/bots/ct\", \n \"version\": 1\n}",
|
||||||
"[START_DIR]/swarming_temp_dir/ct-get_images_from_skps-3.isolated.gen.json"
|
"[START_DIR]/swarming_temp_dir/ct-get_images_from_skps-3.isolated.gen.json"
|
||||||
],
|
],
|
||||||
"infra_step": true,
|
"infra_step": true,
|
||||||
@ -621,7 +621,7 @@
|
|||||||
"--json-output",
|
"--json-output",
|
||||||
"/path/to/tmp/json",
|
"/path/to/tmp/json",
|
||||||
"rmtree",
|
"rmtree",
|
||||||
"[CUSTOM_/_B_WORK]/skps/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_IMG_DECODE_100k_SKPs/slave4"
|
"[CUSTOM_/_B_WORK]/skps/c37e844a6f8708-eee762104c75bd/100k/5/slave4"
|
||||||
],
|
],
|
||||||
"infra_step": true,
|
"infra_step": true,
|
||||||
"name": "rmtree slave4"
|
"name": "rmtree slave4"
|
||||||
@ -636,7 +636,7 @@
|
|||||||
"ensure-directory",
|
"ensure-directory",
|
||||||
"--mode",
|
"--mode",
|
||||||
"0777",
|
"0777",
|
||||||
"[CUSTOM_/_B_WORK]/skps/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_IMG_DECODE_100k_SKPs/slave4"
|
"[CUSTOM_/_B_WORK]/skps/c37e844a6f8708-eee762104c75bd/100k/5/slave4"
|
||||||
],
|
],
|
||||||
"infra_step": true,
|
"infra_step": true,
|
||||||
"name": "makedirs slave4"
|
"name": "makedirs slave4"
|
||||||
@ -659,7 +659,7 @@
|
|||||||
"gs://cluster-telemetry/swarming/skps/100k/c37e844a6f8708-eee762104c75bd/38/*.skp",
|
"gs://cluster-telemetry/swarming/skps/100k/c37e844a6f8708-eee762104c75bd/38/*.skp",
|
||||||
"gs://cluster-telemetry/swarming/skps/100k/c37e844a6f8708-eee762104c75bd/39/*.skp",
|
"gs://cluster-telemetry/swarming/skps/100k/c37e844a6f8708-eee762104c75bd/39/*.skp",
|
||||||
"gs://cluster-telemetry/swarming/skps/100k/c37e844a6f8708-eee762104c75bd/40/*.skp",
|
"gs://cluster-telemetry/swarming/skps/100k/c37e844a6f8708-eee762104c75bd/40/*.skp",
|
||||||
"[CUSTOM_/_B_WORK]/skps/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_IMG_DECODE_100k_SKPs/slave4"
|
"[CUSTOM_/_B_WORK]/skps/c37e844a6f8708-eee762104c75bd/100k/5/slave4"
|
||||||
],
|
],
|
||||||
"infra_step": true,
|
"infra_step": true,
|
||||||
"name": "gsutil cp (4)"
|
"name": "gsutil cp (4)"
|
||||||
@ -687,7 +687,7 @@
|
|||||||
"--json-output",
|
"--json-output",
|
||||||
"/path/to/tmp/json",
|
"/path/to/tmp/json",
|
||||||
"copy",
|
"copy",
|
||||||
"{\n \"args\": [\n \"--isolate\", \n \"[CUSTOM_/_B_WORK]/skia/infra/bots/ct/ct_skps.isolate\", \n \"--isolated\", \n \"[START_DIR]/swarming_temp_dir/skia-task-ct-get_images_from_skps-4.isolated\", \n \"--config-variable\", \n \"OS\", \n \"linux\", \n \"--extra-variable\", \n \"CONFIGURATION\", \n \"Debug\", \n \"--extra-variable\", \n \"BUILDER\", \n \"Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_IMG_DECODE_100k_SKPs\", \n \"--extra-variable\", \n \"GIT_HASH\", \n \"9046e2e693bb92a76e972b694580e5d17ad10748\", \n \"--extra-variable\", \n \"SLAVE_NUM\", \n \"4\", \n \"--extra-variable\", \n \"TOOL_NAME\", \n \"get_images_from_skps\"\n ], \n \"dir\": \"[CUSTOM_/_B_WORK]/skia/infra/bots/ct\", \n \"version\": 1\n}",
|
"{\n \"args\": [\n \"--isolate\", \n \"[CUSTOM_/_B_WORK]/skia/infra/bots/ct/ct_skps.isolate\", \n \"--isolated\", \n \"[START_DIR]/swarming_temp_dir/skia-task-ct-get_images_from_skps-4.isolated\", \n \"--config-variable\", \n \"OS\", \n \"linux\", \n \"--extra-variable\", \n \"NUM_SLAVES\", \n \"5\", \n \"--extra-variable\", \n \"CONFIGURATION\", \n \"Debug\", \n \"--extra-variable\", \n \"SLAVE_NUM\", \n \"4\", \n \"--extra-variable\", \n \"PAGE_TYPE\", \n \"100k\", \n \"--extra-variable\", \n \"BUILDER\", \n \"Test-Ubuntu14-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_IMG_DECODE_100k_SKPs\", \n \"--extra-variable\", \n \"GIT_HASH\", \n \"9046e2e693bb92a76e972b694580e5d17ad10748\", \n \"--extra-variable\", \n \"TOOL_NAME\", \n \"get_images_from_skps\", \n \"--extra-variable\", \n \"CHROMIUM_BUILD\", \n \"c37e844a6f8708-eee762104c75bd\"\n ], \n \"dir\": \"[CUSTOM_/_B_WORK]/skia/infra/bots/ct\", \n \"version\": 1\n}",
|
||||||
"[START_DIR]/swarming_temp_dir/ct-get_images_from_skps-4.isolated.gen.json"
|
"[START_DIR]/swarming_temp_dir/ct-get_images_from_skps-4.isolated.gen.json"
|
||||||
],
|
],
|
||||||
"infra_step": true,
|
"infra_step": true,
|
||||||
@ -701,7 +701,7 @@
|
|||||||
"--json-output",
|
"--json-output",
|
||||||
"/path/to/tmp/json",
|
"/path/to/tmp/json",
|
||||||
"rmtree",
|
"rmtree",
|
||||||
"[CUSTOM_/_B_WORK]/skps/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_IMG_DECODE_100k_SKPs/slave5"
|
"[CUSTOM_/_B_WORK]/skps/c37e844a6f8708-eee762104c75bd/100k/5/slave5"
|
||||||
],
|
],
|
||||||
"infra_step": true,
|
"infra_step": true,
|
||||||
"name": "rmtree slave5"
|
"name": "rmtree slave5"
|
||||||
@ -716,7 +716,7 @@
|
|||||||
"ensure-directory",
|
"ensure-directory",
|
||||||
"--mode",
|
"--mode",
|
||||||
"0777",
|
"0777",
|
||||||
"[CUSTOM_/_B_WORK]/skps/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_IMG_DECODE_100k_SKPs/slave5"
|
"[CUSTOM_/_B_WORK]/skps/c37e844a6f8708-eee762104c75bd/100k/5/slave5"
|
||||||
],
|
],
|
||||||
"infra_step": true,
|
"infra_step": true,
|
||||||
"name": "makedirs slave5"
|
"name": "makedirs slave5"
|
||||||
@ -739,7 +739,7 @@
|
|||||||
"gs://cluster-telemetry/swarming/skps/100k/c37e844a6f8708-eee762104c75bd/48/*.skp",
|
"gs://cluster-telemetry/swarming/skps/100k/c37e844a6f8708-eee762104c75bd/48/*.skp",
|
||||||
"gs://cluster-telemetry/swarming/skps/100k/c37e844a6f8708-eee762104c75bd/49/*.skp",
|
"gs://cluster-telemetry/swarming/skps/100k/c37e844a6f8708-eee762104c75bd/49/*.skp",
|
||||||
"gs://cluster-telemetry/swarming/skps/100k/c37e844a6f8708-eee762104c75bd/50/*.skp",
|
"gs://cluster-telemetry/swarming/skps/100k/c37e844a6f8708-eee762104c75bd/50/*.skp",
|
||||||
"[CUSTOM_/_B_WORK]/skps/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_IMG_DECODE_100k_SKPs/slave5"
|
"[CUSTOM_/_B_WORK]/skps/c37e844a6f8708-eee762104c75bd/100k/5/slave5"
|
||||||
],
|
],
|
||||||
"infra_step": true,
|
"infra_step": true,
|
||||||
"name": "gsutil cp (5)"
|
"name": "gsutil cp (5)"
|
||||||
@ -767,7 +767,7 @@
|
|||||||
"--json-output",
|
"--json-output",
|
||||||
"/path/to/tmp/json",
|
"/path/to/tmp/json",
|
||||||
"copy",
|
"copy",
|
||||||
"{\n \"args\": [\n \"--isolate\", \n \"[CUSTOM_/_B_WORK]/skia/infra/bots/ct/ct_skps.isolate\", \n \"--isolated\", \n \"[START_DIR]/swarming_temp_dir/skia-task-ct-get_images_from_skps-5.isolated\", \n \"--config-variable\", \n \"OS\", \n \"linux\", \n \"--extra-variable\", \n \"CONFIGURATION\", \n \"Debug\", \n \"--extra-variable\", \n \"BUILDER\", \n \"Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_IMG_DECODE_100k_SKPs\", \n \"--extra-variable\", \n \"GIT_HASH\", \n \"9046e2e693bb92a76e972b694580e5d17ad10748\", \n \"--extra-variable\", \n \"SLAVE_NUM\", \n \"5\", \n \"--extra-variable\", \n \"TOOL_NAME\", \n \"get_images_from_skps\"\n ], \n \"dir\": \"[CUSTOM_/_B_WORK]/skia/infra/bots/ct\", \n \"version\": 1\n}",
|
"{\n \"args\": [\n \"--isolate\", \n \"[CUSTOM_/_B_WORK]/skia/infra/bots/ct/ct_skps.isolate\", \n \"--isolated\", \n \"[START_DIR]/swarming_temp_dir/skia-task-ct-get_images_from_skps-5.isolated\", \n \"--config-variable\", \n \"OS\", \n \"linux\", \n \"--extra-variable\", \n \"NUM_SLAVES\", \n \"5\", \n \"--extra-variable\", \n \"CONFIGURATION\", \n \"Debug\", \n \"--extra-variable\", \n \"SLAVE_NUM\", \n \"5\", \n \"--extra-variable\", \n \"PAGE_TYPE\", \n \"100k\", \n \"--extra-variable\", \n \"BUILDER\", \n \"Test-Ubuntu14-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_IMG_DECODE_100k_SKPs\", \n \"--extra-variable\", \n \"GIT_HASH\", \n \"9046e2e693bb92a76e972b694580e5d17ad10748\", \n \"--extra-variable\", \n \"TOOL_NAME\", \n \"get_images_from_skps\", \n \"--extra-variable\", \n \"CHROMIUM_BUILD\", \n \"c37e844a6f8708-eee762104c75bd\"\n ], \n \"dir\": \"[CUSTOM_/_B_WORK]/skia/infra/bots/ct\", \n \"version\": 1\n}",
|
||||||
"[START_DIR]/swarming_temp_dir/ct-get_images_from_skps-5.isolated.gen.json"
|
"[START_DIR]/swarming_temp_dir/ct-get_images_from_skps-5.isolated.gen.json"
|
||||||
],
|
],
|
||||||
"infra_step": true,
|
"infra_step": true,
|
||||||
@ -782,10 +782,10 @@
|
|||||||
"/path/to/tmp/json",
|
"/path/to/tmp/json",
|
||||||
"copy",
|
"copy",
|
||||||
"{\"chromium_build\": \"c37e844a6f8708-eee762104c75bd\", \"num_slaves\": 5, \"page_type\": \"100k\"}",
|
"{\"chromium_build\": \"c37e844a6f8708-eee762104c75bd\", \"num_slaves\": 5, \"page_type\": \"100k\"}",
|
||||||
"[CUSTOM_/_B_WORK]/skps/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_IMG_DECODE_100k_SKPs/skps_version"
|
"[CUSTOM_/_B_WORK]/skps/c37e844a6f8708-eee762104c75bd/100k/5/skps_version"
|
||||||
],
|
],
|
||||||
"infra_step": true,
|
"infra_step": true,
|
||||||
"name": "Create [CUSTOM_/_B_WORK]/skps/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_IMG_DECODE_100k_SKPs/skps_version"
|
"name": "Create [CUSTOM_/_B_WORK]/skps/c37e844a6f8708-eee762104c75bd/100k/5/skps_version"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"cmd": [
|
"cmd": [
|
||||||
@ -833,7 +833,7 @@
|
|||||||
"--shards",
|
"--shards",
|
||||||
"1",
|
"1",
|
||||||
"--task-name",
|
"--task-name",
|
||||||
"ct-get_images_from_skps-1/Ubuntu-14.04/[dummy has/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_IMG_DECODE_100k_SKPs/-1",
|
"ct-get_images_from_skps-1/Ubuntu-14.04/[dummy has/Test-Ubuntu14-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_IMG_DECODE_100k_SKPs/-1",
|
||||||
"--dump-json",
|
"--dump-json",
|
||||||
"/path/to/tmp/json",
|
"/path/to/tmp/json",
|
||||||
"--expiration",
|
"--expiration",
|
||||||
@ -854,7 +854,7 @@
|
|||||||
"--tag",
|
"--tag",
|
||||||
"allow_milo:1",
|
"allow_milo:1",
|
||||||
"--tag",
|
"--tag",
|
||||||
"buildername:Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_IMG_DECODE_100k_SKPs",
|
"buildername:Test-Ubuntu14-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_IMG_DECODE_100k_SKPs",
|
||||||
"--tag",
|
"--tag",
|
||||||
"data:[dummy hash for ct-get_images_from_skps-1]",
|
"data:[dummy hash for ct-get_images_from_skps-1]",
|
||||||
"--tag",
|
"--tag",
|
||||||
@ -873,9 +873,9 @@
|
|||||||
"~followup_annotations": [
|
"~followup_annotations": [
|
||||||
"@@@STEP_TEXT@Run on OS: 'Ubuntu-14.04'@@@",
|
"@@@STEP_TEXT@Run on OS: 'Ubuntu-14.04'@@@",
|
||||||
"@@@STEP_LOG_LINE@json.output@{@@@",
|
"@@@STEP_LOG_LINE@json.output@{@@@",
|
||||||
"@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"ct-get_images_from_skps-1/Ubuntu-14.04/[dummy has/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_IMG_DECODE_100k_SKPs/-1\", @@@",
|
"@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"ct-get_images_from_skps-1/Ubuntu-14.04/[dummy has/Test-Ubuntu14-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_IMG_DECODE_100k_SKPs/-1\", @@@",
|
||||||
"@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@",
|
"@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@",
|
||||||
"@@@STEP_LOG_LINE@json.output@ \"ct-get_images_from_skps-1/Ubuntu-14.04/[dummy has/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_IMG_DECODE_100k_SKPs/-1\": {@@@",
|
"@@@STEP_LOG_LINE@json.output@ \"ct-get_images_from_skps-1/Ubuntu-14.04/[dummy has/Test-Ubuntu14-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_IMG_DECODE_100k_SKPs/-1\": {@@@",
|
||||||
"@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@",
|
"@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@",
|
||||||
"@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@",
|
"@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@",
|
||||||
"@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm.appspot.com/user/task/10000\"@@@",
|
"@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm.appspot.com/user/task/10000\"@@@",
|
||||||
@ -901,7 +901,7 @@
|
|||||||
"--shards",
|
"--shards",
|
||||||
"1",
|
"1",
|
||||||
"--task-name",
|
"--task-name",
|
||||||
"ct-get_images_from_skps-2/Ubuntu-14.04/[dummy has/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_IMG_DECODE_100k_SKPs/-1",
|
"ct-get_images_from_skps-2/Ubuntu-14.04/[dummy has/Test-Ubuntu14-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_IMG_DECODE_100k_SKPs/-1",
|
||||||
"--dump-json",
|
"--dump-json",
|
||||||
"/path/to/tmp/json",
|
"/path/to/tmp/json",
|
||||||
"--expiration",
|
"--expiration",
|
||||||
@ -922,7 +922,7 @@
|
|||||||
"--tag",
|
"--tag",
|
||||||
"allow_milo:1",
|
"allow_milo:1",
|
||||||
"--tag",
|
"--tag",
|
||||||
"buildername:Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_IMG_DECODE_100k_SKPs",
|
"buildername:Test-Ubuntu14-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_IMG_DECODE_100k_SKPs",
|
||||||
"--tag",
|
"--tag",
|
||||||
"data:[dummy hash for ct-get_images_from_skps-2]",
|
"data:[dummy hash for ct-get_images_from_skps-2]",
|
||||||
"--tag",
|
"--tag",
|
||||||
@ -941,9 +941,9 @@
|
|||||||
"~followup_annotations": [
|
"~followup_annotations": [
|
||||||
"@@@STEP_TEXT@Run on OS: 'Ubuntu-14.04'@@@",
|
"@@@STEP_TEXT@Run on OS: 'Ubuntu-14.04'@@@",
|
||||||
"@@@STEP_LOG_LINE@json.output@{@@@",
|
"@@@STEP_LOG_LINE@json.output@{@@@",
|
||||||
"@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"ct-get_images_from_skps-2/Ubuntu-14.04/[dummy has/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_IMG_DECODE_100k_SKPs/-1\", @@@",
|
"@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"ct-get_images_from_skps-2/Ubuntu-14.04/[dummy has/Test-Ubuntu14-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_IMG_DECODE_100k_SKPs/-1\", @@@",
|
||||||
"@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@",
|
"@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@",
|
||||||
"@@@STEP_LOG_LINE@json.output@ \"ct-get_images_from_skps-2/Ubuntu-14.04/[dummy has/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_IMG_DECODE_100k_SKPs/-1\": {@@@",
|
"@@@STEP_LOG_LINE@json.output@ \"ct-get_images_from_skps-2/Ubuntu-14.04/[dummy has/Test-Ubuntu14-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_IMG_DECODE_100k_SKPs/-1\": {@@@",
|
||||||
"@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@",
|
"@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@",
|
||||||
"@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@",
|
"@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@",
|
||||||
"@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm.appspot.com/user/task/10000\"@@@",
|
"@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm.appspot.com/user/task/10000\"@@@",
|
||||||
@ -969,7 +969,7 @@
|
|||||||
"--shards",
|
"--shards",
|
||||||
"1",
|
"1",
|
||||||
"--task-name",
|
"--task-name",
|
||||||
"ct-get_images_from_skps-3/Ubuntu-14.04/[dummy has/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_IMG_DECODE_100k_SKPs/-1",
|
"ct-get_images_from_skps-3/Ubuntu-14.04/[dummy has/Test-Ubuntu14-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_IMG_DECODE_100k_SKPs/-1",
|
||||||
"--dump-json",
|
"--dump-json",
|
||||||
"/path/to/tmp/json",
|
"/path/to/tmp/json",
|
||||||
"--expiration",
|
"--expiration",
|
||||||
@ -990,7 +990,7 @@
|
|||||||
"--tag",
|
"--tag",
|
||||||
"allow_milo:1",
|
"allow_milo:1",
|
||||||
"--tag",
|
"--tag",
|
||||||
"buildername:Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_IMG_DECODE_100k_SKPs",
|
"buildername:Test-Ubuntu14-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_IMG_DECODE_100k_SKPs",
|
||||||
"--tag",
|
"--tag",
|
||||||
"data:[dummy hash for ct-get_images_from_skps-3]",
|
"data:[dummy hash for ct-get_images_from_skps-3]",
|
||||||
"--tag",
|
"--tag",
|
||||||
@ -1009,9 +1009,9 @@
|
|||||||
"~followup_annotations": [
|
"~followup_annotations": [
|
||||||
"@@@STEP_TEXT@Run on OS: 'Ubuntu-14.04'@@@",
|
"@@@STEP_TEXT@Run on OS: 'Ubuntu-14.04'@@@",
|
||||||
"@@@STEP_LOG_LINE@json.output@{@@@",
|
"@@@STEP_LOG_LINE@json.output@{@@@",
|
||||||
"@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"ct-get_images_from_skps-3/Ubuntu-14.04/[dummy has/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_IMG_DECODE_100k_SKPs/-1\", @@@",
|
"@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"ct-get_images_from_skps-3/Ubuntu-14.04/[dummy has/Test-Ubuntu14-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_IMG_DECODE_100k_SKPs/-1\", @@@",
|
||||||
"@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@",
|
"@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@",
|
||||||
"@@@STEP_LOG_LINE@json.output@ \"ct-get_images_from_skps-3/Ubuntu-14.04/[dummy has/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_IMG_DECODE_100k_SKPs/-1\": {@@@",
|
"@@@STEP_LOG_LINE@json.output@ \"ct-get_images_from_skps-3/Ubuntu-14.04/[dummy has/Test-Ubuntu14-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_IMG_DECODE_100k_SKPs/-1\": {@@@",
|
||||||
"@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@",
|
"@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@",
|
||||||
"@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@",
|
"@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@",
|
||||||
"@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm.appspot.com/user/task/10000\"@@@",
|
"@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm.appspot.com/user/task/10000\"@@@",
|
||||||
@ -1037,7 +1037,7 @@
|
|||||||
"--shards",
|
"--shards",
|
||||||
"1",
|
"1",
|
||||||
"--task-name",
|
"--task-name",
|
||||||
"ct-get_images_from_skps-4/Ubuntu-14.04/[dummy has/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_IMG_DECODE_100k_SKPs/-1",
|
"ct-get_images_from_skps-4/Ubuntu-14.04/[dummy has/Test-Ubuntu14-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_IMG_DECODE_100k_SKPs/-1",
|
||||||
"--dump-json",
|
"--dump-json",
|
||||||
"/path/to/tmp/json",
|
"/path/to/tmp/json",
|
||||||
"--expiration",
|
"--expiration",
|
||||||
@ -1058,7 +1058,7 @@
|
|||||||
"--tag",
|
"--tag",
|
||||||
"allow_milo:1",
|
"allow_milo:1",
|
||||||
"--tag",
|
"--tag",
|
||||||
"buildername:Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_IMG_DECODE_100k_SKPs",
|
"buildername:Test-Ubuntu14-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_IMG_DECODE_100k_SKPs",
|
||||||
"--tag",
|
"--tag",
|
||||||
"data:[dummy hash for ct-get_images_from_skps-4]",
|
"data:[dummy hash for ct-get_images_from_skps-4]",
|
||||||
"--tag",
|
"--tag",
|
||||||
@ -1077,9 +1077,9 @@
|
|||||||
"~followup_annotations": [
|
"~followup_annotations": [
|
||||||
"@@@STEP_TEXT@Run on OS: 'Ubuntu-14.04'@@@",
|
"@@@STEP_TEXT@Run on OS: 'Ubuntu-14.04'@@@",
|
||||||
"@@@STEP_LOG_LINE@json.output@{@@@",
|
"@@@STEP_LOG_LINE@json.output@{@@@",
|
||||||
"@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"ct-get_images_from_skps-4/Ubuntu-14.04/[dummy has/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_IMG_DECODE_100k_SKPs/-1\", @@@",
|
"@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"ct-get_images_from_skps-4/Ubuntu-14.04/[dummy has/Test-Ubuntu14-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_IMG_DECODE_100k_SKPs/-1\", @@@",
|
||||||
"@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@",
|
"@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@",
|
||||||
"@@@STEP_LOG_LINE@json.output@ \"ct-get_images_from_skps-4/Ubuntu-14.04/[dummy has/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_IMG_DECODE_100k_SKPs/-1\": {@@@",
|
"@@@STEP_LOG_LINE@json.output@ \"ct-get_images_from_skps-4/Ubuntu-14.04/[dummy has/Test-Ubuntu14-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_IMG_DECODE_100k_SKPs/-1\": {@@@",
|
||||||
"@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@",
|
"@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@",
|
||||||
"@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@",
|
"@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@",
|
||||||
"@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm.appspot.com/user/task/10000\"@@@",
|
"@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm.appspot.com/user/task/10000\"@@@",
|
||||||
@ -1105,7 +1105,7 @@
|
|||||||
"--shards",
|
"--shards",
|
||||||
"1",
|
"1",
|
||||||
"--task-name",
|
"--task-name",
|
||||||
"ct-get_images_from_skps-5/Ubuntu-14.04/[dummy has/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_IMG_DECODE_100k_SKPs/-1",
|
"ct-get_images_from_skps-5/Ubuntu-14.04/[dummy has/Test-Ubuntu14-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_IMG_DECODE_100k_SKPs/-1",
|
||||||
"--dump-json",
|
"--dump-json",
|
||||||
"/path/to/tmp/json",
|
"/path/to/tmp/json",
|
||||||
"--expiration",
|
"--expiration",
|
||||||
@ -1126,7 +1126,7 @@
|
|||||||
"--tag",
|
"--tag",
|
||||||
"allow_milo:1",
|
"allow_milo:1",
|
||||||
"--tag",
|
"--tag",
|
||||||
"buildername:Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_IMG_DECODE_100k_SKPs",
|
"buildername:Test-Ubuntu14-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_IMG_DECODE_100k_SKPs",
|
||||||
"--tag",
|
"--tag",
|
||||||
"data:[dummy hash for ct-get_images_from_skps-5]",
|
"data:[dummy hash for ct-get_images_from_skps-5]",
|
||||||
"--tag",
|
"--tag",
|
||||||
@ -1145,9 +1145,9 @@
|
|||||||
"~followup_annotations": [
|
"~followup_annotations": [
|
||||||
"@@@STEP_TEXT@Run on OS: 'Ubuntu-14.04'@@@",
|
"@@@STEP_TEXT@Run on OS: 'Ubuntu-14.04'@@@",
|
||||||
"@@@STEP_LOG_LINE@json.output@{@@@",
|
"@@@STEP_LOG_LINE@json.output@{@@@",
|
||||||
"@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"ct-get_images_from_skps-5/Ubuntu-14.04/[dummy has/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_IMG_DECODE_100k_SKPs/-1\", @@@",
|
"@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"ct-get_images_from_skps-5/Ubuntu-14.04/[dummy has/Test-Ubuntu14-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_IMG_DECODE_100k_SKPs/-1\", @@@",
|
||||||
"@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@",
|
"@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@",
|
||||||
"@@@STEP_LOG_LINE@json.output@ \"ct-get_images_from_skps-5/Ubuntu-14.04/[dummy has/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_IMG_DECODE_100k_SKPs/-1\": {@@@",
|
"@@@STEP_LOG_LINE@json.output@ \"ct-get_images_from_skps-5/Ubuntu-14.04/[dummy has/Test-Ubuntu14-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_IMG_DECODE_100k_SKPs/-1\": {@@@",
|
||||||
"@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@",
|
"@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@",
|
||||||
"@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@",
|
"@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@",
|
||||||
"@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm.appspot.com/user/task/10000\"@@@",
|
"@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm.appspot.com/user/task/10000\"@@@",
|
||||||
@ -1182,7 +1182,7 @@
|
|||||||
"--decorate",
|
"--decorate",
|
||||||
"--print-status-updates",
|
"--print-status-updates",
|
||||||
"--json",
|
"--json",
|
||||||
"{\"base_task_name\": \"ct-get_images_from_skps-1/Ubuntu-14.04/[dummy has/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_IMG_DECODE_100k_SKPs/-1\", \"tasks\": {\"ct-get_images_from_skps-1/Ubuntu-14.04/[dummy has/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_IMG_DECODE_100k_SKPs/-1\": {\"shard_index\": 0, \"task_id\": \"10000\", \"view_url\": \"https://chromium-swarm.appspot.com/user/task/10000\"}}}",
|
"{\"base_task_name\": \"ct-get_images_from_skps-1/Ubuntu-14.04/[dummy has/Test-Ubuntu14-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_IMG_DECODE_100k_SKPs/-1\", \"tasks\": {\"ct-get_images_from_skps-1/Ubuntu-14.04/[dummy has/Test-Ubuntu14-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_IMG_DECODE_100k_SKPs/-1\": {\"shard_index\": 0, \"task_id\": \"10000\", \"view_url\": \"https://chromium-swarm.appspot.com/user/task/10000\"}}}",
|
||||||
"--task-summary-json",
|
"--task-summary-json",
|
||||||
"/path/to/tmp/json"
|
"/path/to/tmp/json"
|
||||||
],
|
],
|
||||||
@ -1259,7 +1259,7 @@
|
|||||||
"--decorate",
|
"--decorate",
|
||||||
"--print-status-updates",
|
"--print-status-updates",
|
||||||
"--json",
|
"--json",
|
||||||
"{\"base_task_name\": \"ct-get_images_from_skps-2/Ubuntu-14.04/[dummy has/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_IMG_DECODE_100k_SKPs/-1\", \"tasks\": {\"ct-get_images_from_skps-2/Ubuntu-14.04/[dummy has/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_IMG_DECODE_100k_SKPs/-1\": {\"shard_index\": 0, \"task_id\": \"10000\", \"view_url\": \"https://chromium-swarm.appspot.com/user/task/10000\"}}}",
|
"{\"base_task_name\": \"ct-get_images_from_skps-2/Ubuntu-14.04/[dummy has/Test-Ubuntu14-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_IMG_DECODE_100k_SKPs/-1\", \"tasks\": {\"ct-get_images_from_skps-2/Ubuntu-14.04/[dummy has/Test-Ubuntu14-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_IMG_DECODE_100k_SKPs/-1\": {\"shard_index\": 0, \"task_id\": \"10000\", \"view_url\": \"https://chromium-swarm.appspot.com/user/task/10000\"}}}",
|
||||||
"--task-summary-json",
|
"--task-summary-json",
|
||||||
"/path/to/tmp/json"
|
"/path/to/tmp/json"
|
||||||
],
|
],
|
||||||
@ -1336,7 +1336,7 @@
|
|||||||
"--decorate",
|
"--decorate",
|
||||||
"--print-status-updates",
|
"--print-status-updates",
|
||||||
"--json",
|
"--json",
|
||||||
"{\"base_task_name\": \"ct-get_images_from_skps-3/Ubuntu-14.04/[dummy has/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_IMG_DECODE_100k_SKPs/-1\", \"tasks\": {\"ct-get_images_from_skps-3/Ubuntu-14.04/[dummy has/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_IMG_DECODE_100k_SKPs/-1\": {\"shard_index\": 0, \"task_id\": \"10000\", \"view_url\": \"https://chromium-swarm.appspot.com/user/task/10000\"}}}",
|
"{\"base_task_name\": \"ct-get_images_from_skps-3/Ubuntu-14.04/[dummy has/Test-Ubuntu14-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_IMG_DECODE_100k_SKPs/-1\", \"tasks\": {\"ct-get_images_from_skps-3/Ubuntu-14.04/[dummy has/Test-Ubuntu14-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_IMG_DECODE_100k_SKPs/-1\": {\"shard_index\": 0, \"task_id\": \"10000\", \"view_url\": \"https://chromium-swarm.appspot.com/user/task/10000\"}}}",
|
||||||
"--task-summary-json",
|
"--task-summary-json",
|
||||||
"/path/to/tmp/json"
|
"/path/to/tmp/json"
|
||||||
],
|
],
|
||||||
@ -1413,7 +1413,7 @@
|
|||||||
"--decorate",
|
"--decorate",
|
||||||
"--print-status-updates",
|
"--print-status-updates",
|
||||||
"--json",
|
"--json",
|
||||||
"{\"base_task_name\": \"ct-get_images_from_skps-4/Ubuntu-14.04/[dummy has/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_IMG_DECODE_100k_SKPs/-1\", \"tasks\": {\"ct-get_images_from_skps-4/Ubuntu-14.04/[dummy has/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_IMG_DECODE_100k_SKPs/-1\": {\"shard_index\": 0, \"task_id\": \"10000\", \"view_url\": \"https://chromium-swarm.appspot.com/user/task/10000\"}}}",
|
"{\"base_task_name\": \"ct-get_images_from_skps-4/Ubuntu-14.04/[dummy has/Test-Ubuntu14-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_IMG_DECODE_100k_SKPs/-1\", \"tasks\": {\"ct-get_images_from_skps-4/Ubuntu-14.04/[dummy has/Test-Ubuntu14-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_IMG_DECODE_100k_SKPs/-1\": {\"shard_index\": 0, \"task_id\": \"10000\", \"view_url\": \"https://chromium-swarm.appspot.com/user/task/10000\"}}}",
|
||||||
"--task-summary-json",
|
"--task-summary-json",
|
||||||
"/path/to/tmp/json"
|
"/path/to/tmp/json"
|
||||||
],
|
],
|
||||||
@ -1490,7 +1490,7 @@
|
|||||||
"--decorate",
|
"--decorate",
|
||||||
"--print-status-updates",
|
"--print-status-updates",
|
||||||
"--json",
|
"--json",
|
||||||
"{\"base_task_name\": \"ct-get_images_from_skps-5/Ubuntu-14.04/[dummy has/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_IMG_DECODE_100k_SKPs/-1\", \"tasks\": {\"ct-get_images_from_skps-5/Ubuntu-14.04/[dummy has/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_IMG_DECODE_100k_SKPs/-1\": {\"shard_index\": 0, \"task_id\": \"10000\", \"view_url\": \"https://chromium-swarm.appspot.com/user/task/10000\"}}}",
|
"{\"base_task_name\": \"ct-get_images_from_skps-5/Ubuntu-14.04/[dummy has/Test-Ubuntu14-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_IMG_DECODE_100k_SKPs/-1\", \"tasks\": {\"ct-get_images_from_skps-5/Ubuntu-14.04/[dummy has/Test-Ubuntu14-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_IMG_DECODE_100k_SKPs/-1\": {\"shard_index\": 0, \"task_id\": \"10000\", \"view_url\": \"https://chromium-swarm.appspot.com/user/task/10000\"}}}",
|
||||||
"--task-summary-json",
|
"--task-summary-json",
|
||||||
"/path/to/tmp/json"
|
"/path/to/tmp/json"
|
||||||
],
|
],
|
||||||
|
@ -118,7 +118,7 @@
|
|||||||
"[CUSTOM_/_B_WORK]/skia/bin/gn",
|
"[CUSTOM_/_B_WORK]/skia/bin/gn",
|
||||||
"gen",
|
"gen",
|
||||||
"[START_DIR]/out/Debug",
|
"[START_DIR]/out/Debug",
|
||||||
"--args=cc=\"gcc\" cxx=\"g++\" extra_cflags=[\"-O1\"]"
|
"--args=cc=\"gcc-4.8\" cxx=\"g++-4.8\" extra_cflags=[\"-O1\"]"
|
||||||
],
|
],
|
||||||
"cwd": "[CUSTOM_/_B_WORK]/skia",
|
"cwd": "[CUSTOM_/_B_WORK]/skia",
|
||||||
"env": {
|
"env": {
|
||||||
@ -381,7 +381,7 @@
|
|||||||
"--json-output",
|
"--json-output",
|
||||||
"/path/to/tmp/json",
|
"/path/to/tmp/json",
|
||||||
"rmtree",
|
"rmtree",
|
||||||
"[CUSTOM_/_B_WORK]/skps/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_IMG_DECODE_10k_SKPs/slave1"
|
"[CUSTOM_/_B_WORK]/skps/c37e844a6f8708-eee762104c75bd/10k/5/slave1"
|
||||||
],
|
],
|
||||||
"infra_step": true,
|
"infra_step": true,
|
||||||
"name": "rmtree slave1"
|
"name": "rmtree slave1"
|
||||||
@ -396,7 +396,7 @@
|
|||||||
"ensure-directory",
|
"ensure-directory",
|
||||||
"--mode",
|
"--mode",
|
||||||
"0777",
|
"0777",
|
||||||
"[CUSTOM_/_B_WORK]/skps/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_IMG_DECODE_10k_SKPs/slave1"
|
"[CUSTOM_/_B_WORK]/skps/c37e844a6f8708-eee762104c75bd/10k/5/slave1"
|
||||||
],
|
],
|
||||||
"infra_step": true,
|
"infra_step": true,
|
||||||
"name": "makedirs slave1"
|
"name": "makedirs slave1"
|
||||||
@ -419,7 +419,7 @@
|
|||||||
"gs://cluster-telemetry/swarming/skps/10k/c37e844a6f8708-eee762104c75bd/8/*.skp",
|
"gs://cluster-telemetry/swarming/skps/10k/c37e844a6f8708-eee762104c75bd/8/*.skp",
|
||||||
"gs://cluster-telemetry/swarming/skps/10k/c37e844a6f8708-eee762104c75bd/9/*.skp",
|
"gs://cluster-telemetry/swarming/skps/10k/c37e844a6f8708-eee762104c75bd/9/*.skp",
|
||||||
"gs://cluster-telemetry/swarming/skps/10k/c37e844a6f8708-eee762104c75bd/10/*.skp",
|
"gs://cluster-telemetry/swarming/skps/10k/c37e844a6f8708-eee762104c75bd/10/*.skp",
|
||||||
"[CUSTOM_/_B_WORK]/skps/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_IMG_DECODE_10k_SKPs/slave1"
|
"[CUSTOM_/_B_WORK]/skps/c37e844a6f8708-eee762104c75bd/10k/5/slave1"
|
||||||
],
|
],
|
||||||
"infra_step": true,
|
"infra_step": true,
|
||||||
"name": "gsutil cp"
|
"name": "gsutil cp"
|
||||||
@ -447,7 +447,7 @@
|
|||||||
"--json-output",
|
"--json-output",
|
||||||
"/path/to/tmp/json",
|
"/path/to/tmp/json",
|
||||||
"copy",
|
"copy",
|
||||||
"{\n \"args\": [\n \"--isolate\", \n \"[CUSTOM_/_B_WORK]/skia/infra/bots/ct/ct_skps.isolate\", \n \"--isolated\", \n \"[START_DIR]/swarming_temp_dir/skia-task-ct-get_images_from_skps-1.isolated\", \n \"--config-variable\", \n \"OS\", \n \"linux\", \n \"--extra-variable\", \n \"CONFIGURATION\", \n \"Debug\", \n \"--extra-variable\", \n \"BUILDER\", \n \"Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_IMG_DECODE_10k_SKPs\", \n \"--extra-variable\", \n \"GIT_HASH\", \n \"9046e2e693bb92a76e972b694580e5d17ad10748\", \n \"--extra-variable\", \n \"SLAVE_NUM\", \n \"1\", \n \"--extra-variable\", \n \"TOOL_NAME\", \n \"get_images_from_skps\"\n ], \n \"dir\": \"[CUSTOM_/_B_WORK]/skia/infra/bots/ct\", \n \"version\": 1\n}",
|
"{\n \"args\": [\n \"--isolate\", \n \"[CUSTOM_/_B_WORK]/skia/infra/bots/ct/ct_skps.isolate\", \n \"--isolated\", \n \"[START_DIR]/swarming_temp_dir/skia-task-ct-get_images_from_skps-1.isolated\", \n \"--config-variable\", \n \"OS\", \n \"linux\", \n \"--extra-variable\", \n \"NUM_SLAVES\", \n \"5\", \n \"--extra-variable\", \n \"CONFIGURATION\", \n \"Debug\", \n \"--extra-variable\", \n \"SLAVE_NUM\", \n \"1\", \n \"--extra-variable\", \n \"PAGE_TYPE\", \n \"10k\", \n \"--extra-variable\", \n \"BUILDER\", \n \"Test-Ubuntu14-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_IMG_DECODE_10k_SKPs\", \n \"--extra-variable\", \n \"GIT_HASH\", \n \"9046e2e693bb92a76e972b694580e5d17ad10748\", \n \"--extra-variable\", \n \"TOOL_NAME\", \n \"get_images_from_skps\", \n \"--extra-variable\", \n \"CHROMIUM_BUILD\", \n \"c37e844a6f8708-eee762104c75bd\"\n ], \n \"dir\": \"[CUSTOM_/_B_WORK]/skia/infra/bots/ct\", \n \"version\": 1\n}",
|
||||||
"[START_DIR]/swarming_temp_dir/ct-get_images_from_skps-1.isolated.gen.json"
|
"[START_DIR]/swarming_temp_dir/ct-get_images_from_skps-1.isolated.gen.json"
|
||||||
],
|
],
|
||||||
"infra_step": true,
|
"infra_step": true,
|
||||||
@ -461,7 +461,7 @@
|
|||||||
"--json-output",
|
"--json-output",
|
||||||
"/path/to/tmp/json",
|
"/path/to/tmp/json",
|
||||||
"rmtree",
|
"rmtree",
|
||||||
"[CUSTOM_/_B_WORK]/skps/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_IMG_DECODE_10k_SKPs/slave2"
|
"[CUSTOM_/_B_WORK]/skps/c37e844a6f8708-eee762104c75bd/10k/5/slave2"
|
||||||
],
|
],
|
||||||
"infra_step": true,
|
"infra_step": true,
|
||||||
"name": "rmtree slave2"
|
"name": "rmtree slave2"
|
||||||
@ -476,7 +476,7 @@
|
|||||||
"ensure-directory",
|
"ensure-directory",
|
||||||
"--mode",
|
"--mode",
|
||||||
"0777",
|
"0777",
|
||||||
"[CUSTOM_/_B_WORK]/skps/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_IMG_DECODE_10k_SKPs/slave2"
|
"[CUSTOM_/_B_WORK]/skps/c37e844a6f8708-eee762104c75bd/10k/5/slave2"
|
||||||
],
|
],
|
||||||
"infra_step": true,
|
"infra_step": true,
|
||||||
"name": "makedirs slave2"
|
"name": "makedirs slave2"
|
||||||
@ -499,7 +499,7 @@
|
|||||||
"gs://cluster-telemetry/swarming/skps/10k/c37e844a6f8708-eee762104c75bd/18/*.skp",
|
"gs://cluster-telemetry/swarming/skps/10k/c37e844a6f8708-eee762104c75bd/18/*.skp",
|
||||||
"gs://cluster-telemetry/swarming/skps/10k/c37e844a6f8708-eee762104c75bd/19/*.skp",
|
"gs://cluster-telemetry/swarming/skps/10k/c37e844a6f8708-eee762104c75bd/19/*.skp",
|
||||||
"gs://cluster-telemetry/swarming/skps/10k/c37e844a6f8708-eee762104c75bd/20/*.skp",
|
"gs://cluster-telemetry/swarming/skps/10k/c37e844a6f8708-eee762104c75bd/20/*.skp",
|
||||||
"[CUSTOM_/_B_WORK]/skps/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_IMG_DECODE_10k_SKPs/slave2"
|
"[CUSTOM_/_B_WORK]/skps/c37e844a6f8708-eee762104c75bd/10k/5/slave2"
|
||||||
],
|
],
|
||||||
"infra_step": true,
|
"infra_step": true,
|
||||||
"name": "gsutil cp (2)"
|
"name": "gsutil cp (2)"
|
||||||
@ -527,7 +527,7 @@
|
|||||||
"--json-output",
|
"--json-output",
|
||||||
"/path/to/tmp/json",
|
"/path/to/tmp/json",
|
||||||
"copy",
|
"copy",
|
||||||
"{\n \"args\": [\n \"--isolate\", \n \"[CUSTOM_/_B_WORK]/skia/infra/bots/ct/ct_skps.isolate\", \n \"--isolated\", \n \"[START_DIR]/swarming_temp_dir/skia-task-ct-get_images_from_skps-2.isolated\", \n \"--config-variable\", \n \"OS\", \n \"linux\", \n \"--extra-variable\", \n \"CONFIGURATION\", \n \"Debug\", \n \"--extra-variable\", \n \"BUILDER\", \n \"Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_IMG_DECODE_10k_SKPs\", \n \"--extra-variable\", \n \"GIT_HASH\", \n \"9046e2e693bb92a76e972b694580e5d17ad10748\", \n \"--extra-variable\", \n \"SLAVE_NUM\", \n \"2\", \n \"--extra-variable\", \n \"TOOL_NAME\", \n \"get_images_from_skps\"\n ], \n \"dir\": \"[CUSTOM_/_B_WORK]/skia/infra/bots/ct\", \n \"version\": 1\n}",
|
"{\n \"args\": [\n \"--isolate\", \n \"[CUSTOM_/_B_WORK]/skia/infra/bots/ct/ct_skps.isolate\", \n \"--isolated\", \n \"[START_DIR]/swarming_temp_dir/skia-task-ct-get_images_from_skps-2.isolated\", \n \"--config-variable\", \n \"OS\", \n \"linux\", \n \"--extra-variable\", \n \"NUM_SLAVES\", \n \"5\", \n \"--extra-variable\", \n \"CONFIGURATION\", \n \"Debug\", \n \"--extra-variable\", \n \"SLAVE_NUM\", \n \"2\", \n \"--extra-variable\", \n \"PAGE_TYPE\", \n \"10k\", \n \"--extra-variable\", \n \"BUILDER\", \n \"Test-Ubuntu14-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_IMG_DECODE_10k_SKPs\", \n \"--extra-variable\", \n \"GIT_HASH\", \n \"9046e2e693bb92a76e972b694580e5d17ad10748\", \n \"--extra-variable\", \n \"TOOL_NAME\", \n \"get_images_from_skps\", \n \"--extra-variable\", \n \"CHROMIUM_BUILD\", \n \"c37e844a6f8708-eee762104c75bd\"\n ], \n \"dir\": \"[CUSTOM_/_B_WORK]/skia/infra/bots/ct\", \n \"version\": 1\n}",
|
||||||
"[START_DIR]/swarming_temp_dir/ct-get_images_from_skps-2.isolated.gen.json"
|
"[START_DIR]/swarming_temp_dir/ct-get_images_from_skps-2.isolated.gen.json"
|
||||||
],
|
],
|
||||||
"infra_step": true,
|
"infra_step": true,
|
||||||
@ -541,7 +541,7 @@
|
|||||||
"--json-output",
|
"--json-output",
|
||||||
"/path/to/tmp/json",
|
"/path/to/tmp/json",
|
||||||
"rmtree",
|
"rmtree",
|
||||||
"[CUSTOM_/_B_WORK]/skps/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_IMG_DECODE_10k_SKPs/slave3"
|
"[CUSTOM_/_B_WORK]/skps/c37e844a6f8708-eee762104c75bd/10k/5/slave3"
|
||||||
],
|
],
|
||||||
"infra_step": true,
|
"infra_step": true,
|
||||||
"name": "rmtree slave3"
|
"name": "rmtree slave3"
|
||||||
@ -556,7 +556,7 @@
|
|||||||
"ensure-directory",
|
"ensure-directory",
|
||||||
"--mode",
|
"--mode",
|
||||||
"0777",
|
"0777",
|
||||||
"[CUSTOM_/_B_WORK]/skps/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_IMG_DECODE_10k_SKPs/slave3"
|
"[CUSTOM_/_B_WORK]/skps/c37e844a6f8708-eee762104c75bd/10k/5/slave3"
|
||||||
],
|
],
|
||||||
"infra_step": true,
|
"infra_step": true,
|
||||||
"name": "makedirs slave3"
|
"name": "makedirs slave3"
|
||||||
@ -579,7 +579,7 @@
|
|||||||
"gs://cluster-telemetry/swarming/skps/10k/c37e844a6f8708-eee762104c75bd/28/*.skp",
|
"gs://cluster-telemetry/swarming/skps/10k/c37e844a6f8708-eee762104c75bd/28/*.skp",
|
||||||
"gs://cluster-telemetry/swarming/skps/10k/c37e844a6f8708-eee762104c75bd/29/*.skp",
|
"gs://cluster-telemetry/swarming/skps/10k/c37e844a6f8708-eee762104c75bd/29/*.skp",
|
||||||
"gs://cluster-telemetry/swarming/skps/10k/c37e844a6f8708-eee762104c75bd/30/*.skp",
|
"gs://cluster-telemetry/swarming/skps/10k/c37e844a6f8708-eee762104c75bd/30/*.skp",
|
||||||
"[CUSTOM_/_B_WORK]/skps/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_IMG_DECODE_10k_SKPs/slave3"
|
"[CUSTOM_/_B_WORK]/skps/c37e844a6f8708-eee762104c75bd/10k/5/slave3"
|
||||||
],
|
],
|
||||||
"infra_step": true,
|
"infra_step": true,
|
||||||
"name": "gsutil cp (3)"
|
"name": "gsutil cp (3)"
|
||||||
@ -607,7 +607,7 @@
|
|||||||
"--json-output",
|
"--json-output",
|
||||||
"/path/to/tmp/json",
|
"/path/to/tmp/json",
|
||||||
"copy",
|
"copy",
|
||||||
"{\n \"args\": [\n \"--isolate\", \n \"[CUSTOM_/_B_WORK]/skia/infra/bots/ct/ct_skps.isolate\", \n \"--isolated\", \n \"[START_DIR]/swarming_temp_dir/skia-task-ct-get_images_from_skps-3.isolated\", \n \"--config-variable\", \n \"OS\", \n \"linux\", \n \"--extra-variable\", \n \"CONFIGURATION\", \n \"Debug\", \n \"--extra-variable\", \n \"BUILDER\", \n \"Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_IMG_DECODE_10k_SKPs\", \n \"--extra-variable\", \n \"GIT_HASH\", \n \"9046e2e693bb92a76e972b694580e5d17ad10748\", \n \"--extra-variable\", \n \"SLAVE_NUM\", \n \"3\", \n \"--extra-variable\", \n \"TOOL_NAME\", \n \"get_images_from_skps\"\n ], \n \"dir\": \"[CUSTOM_/_B_WORK]/skia/infra/bots/ct\", \n \"version\": 1\n}",
|
"{\n \"args\": [\n \"--isolate\", \n \"[CUSTOM_/_B_WORK]/skia/infra/bots/ct/ct_skps.isolate\", \n \"--isolated\", \n \"[START_DIR]/swarming_temp_dir/skia-task-ct-get_images_from_skps-3.isolated\", \n \"--config-variable\", \n \"OS\", \n \"linux\", \n \"--extra-variable\", \n \"NUM_SLAVES\", \n \"5\", \n \"--extra-variable\", \n \"CONFIGURATION\", \n \"Debug\", \n \"--extra-variable\", \n \"SLAVE_NUM\", \n \"3\", \n \"--extra-variable\", \n \"PAGE_TYPE\", \n \"10k\", \n \"--extra-variable\", \n \"BUILDER\", \n \"Test-Ubuntu14-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_IMG_DECODE_10k_SKPs\", \n \"--extra-variable\", \n \"GIT_HASH\", \n \"9046e2e693bb92a76e972b694580e5d17ad10748\", \n \"--extra-variable\", \n \"TOOL_NAME\", \n \"get_images_from_skps\", \n \"--extra-variable\", \n \"CHROMIUM_BUILD\", \n \"c37e844a6f8708-eee762104c75bd\"\n ], \n \"dir\": \"[CUSTOM_/_B_WORK]/skia/infra/bots/ct\", \n \"version\": 1\n}",
|
||||||
"[START_DIR]/swarming_temp_dir/ct-get_images_from_skps-3.isolated.gen.json"
|
"[START_DIR]/swarming_temp_dir/ct-get_images_from_skps-3.isolated.gen.json"
|
||||||
],
|
],
|
||||||
"infra_step": true,
|
"infra_step": true,
|
||||||
@ -621,7 +621,7 @@
|
|||||||
"--json-output",
|
"--json-output",
|
||||||
"/path/to/tmp/json",
|
"/path/to/tmp/json",
|
||||||
"rmtree",
|
"rmtree",
|
||||||
"[CUSTOM_/_B_WORK]/skps/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_IMG_DECODE_10k_SKPs/slave4"
|
"[CUSTOM_/_B_WORK]/skps/c37e844a6f8708-eee762104c75bd/10k/5/slave4"
|
||||||
],
|
],
|
||||||
"infra_step": true,
|
"infra_step": true,
|
||||||
"name": "rmtree slave4"
|
"name": "rmtree slave4"
|
||||||
@ -636,7 +636,7 @@
|
|||||||
"ensure-directory",
|
"ensure-directory",
|
||||||
"--mode",
|
"--mode",
|
||||||
"0777",
|
"0777",
|
||||||
"[CUSTOM_/_B_WORK]/skps/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_IMG_DECODE_10k_SKPs/slave4"
|
"[CUSTOM_/_B_WORK]/skps/c37e844a6f8708-eee762104c75bd/10k/5/slave4"
|
||||||
],
|
],
|
||||||
"infra_step": true,
|
"infra_step": true,
|
||||||
"name": "makedirs slave4"
|
"name": "makedirs slave4"
|
||||||
@ -659,7 +659,7 @@
|
|||||||
"gs://cluster-telemetry/swarming/skps/10k/c37e844a6f8708-eee762104c75bd/38/*.skp",
|
"gs://cluster-telemetry/swarming/skps/10k/c37e844a6f8708-eee762104c75bd/38/*.skp",
|
||||||
"gs://cluster-telemetry/swarming/skps/10k/c37e844a6f8708-eee762104c75bd/39/*.skp",
|
"gs://cluster-telemetry/swarming/skps/10k/c37e844a6f8708-eee762104c75bd/39/*.skp",
|
||||||
"gs://cluster-telemetry/swarming/skps/10k/c37e844a6f8708-eee762104c75bd/40/*.skp",
|
"gs://cluster-telemetry/swarming/skps/10k/c37e844a6f8708-eee762104c75bd/40/*.skp",
|
||||||
"[CUSTOM_/_B_WORK]/skps/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_IMG_DECODE_10k_SKPs/slave4"
|
"[CUSTOM_/_B_WORK]/skps/c37e844a6f8708-eee762104c75bd/10k/5/slave4"
|
||||||
],
|
],
|
||||||
"infra_step": true,
|
"infra_step": true,
|
||||||
"name": "gsutil cp (4)"
|
"name": "gsutil cp (4)"
|
||||||
@ -687,7 +687,7 @@
|
|||||||
"--json-output",
|
"--json-output",
|
||||||
"/path/to/tmp/json",
|
"/path/to/tmp/json",
|
||||||
"copy",
|
"copy",
|
||||||
"{\n \"args\": [\n \"--isolate\", \n \"[CUSTOM_/_B_WORK]/skia/infra/bots/ct/ct_skps.isolate\", \n \"--isolated\", \n \"[START_DIR]/swarming_temp_dir/skia-task-ct-get_images_from_skps-4.isolated\", \n \"--config-variable\", \n \"OS\", \n \"linux\", \n \"--extra-variable\", \n \"CONFIGURATION\", \n \"Debug\", \n \"--extra-variable\", \n \"BUILDER\", \n \"Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_IMG_DECODE_10k_SKPs\", \n \"--extra-variable\", \n \"GIT_HASH\", \n \"9046e2e693bb92a76e972b694580e5d17ad10748\", \n \"--extra-variable\", \n \"SLAVE_NUM\", \n \"4\", \n \"--extra-variable\", \n \"TOOL_NAME\", \n \"get_images_from_skps\"\n ], \n \"dir\": \"[CUSTOM_/_B_WORK]/skia/infra/bots/ct\", \n \"version\": 1\n}",
|
"{\n \"args\": [\n \"--isolate\", \n \"[CUSTOM_/_B_WORK]/skia/infra/bots/ct/ct_skps.isolate\", \n \"--isolated\", \n \"[START_DIR]/swarming_temp_dir/skia-task-ct-get_images_from_skps-4.isolated\", \n \"--config-variable\", \n \"OS\", \n \"linux\", \n \"--extra-variable\", \n \"NUM_SLAVES\", \n \"5\", \n \"--extra-variable\", \n \"CONFIGURATION\", \n \"Debug\", \n \"--extra-variable\", \n \"SLAVE_NUM\", \n \"4\", \n \"--extra-variable\", \n \"PAGE_TYPE\", \n \"10k\", \n \"--extra-variable\", \n \"BUILDER\", \n \"Test-Ubuntu14-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_IMG_DECODE_10k_SKPs\", \n \"--extra-variable\", \n \"GIT_HASH\", \n \"9046e2e693bb92a76e972b694580e5d17ad10748\", \n \"--extra-variable\", \n \"TOOL_NAME\", \n \"get_images_from_skps\", \n \"--extra-variable\", \n \"CHROMIUM_BUILD\", \n \"c37e844a6f8708-eee762104c75bd\"\n ], \n \"dir\": \"[CUSTOM_/_B_WORK]/skia/infra/bots/ct\", \n \"version\": 1\n}",
|
||||||
"[START_DIR]/swarming_temp_dir/ct-get_images_from_skps-4.isolated.gen.json"
|
"[START_DIR]/swarming_temp_dir/ct-get_images_from_skps-4.isolated.gen.json"
|
||||||
],
|
],
|
||||||
"infra_step": true,
|
"infra_step": true,
|
||||||
@ -701,7 +701,7 @@
|
|||||||
"--json-output",
|
"--json-output",
|
||||||
"/path/to/tmp/json",
|
"/path/to/tmp/json",
|
||||||
"rmtree",
|
"rmtree",
|
||||||
"[CUSTOM_/_B_WORK]/skps/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_IMG_DECODE_10k_SKPs/slave5"
|
"[CUSTOM_/_B_WORK]/skps/c37e844a6f8708-eee762104c75bd/10k/5/slave5"
|
||||||
],
|
],
|
||||||
"infra_step": true,
|
"infra_step": true,
|
||||||
"name": "rmtree slave5"
|
"name": "rmtree slave5"
|
||||||
@ -716,7 +716,7 @@
|
|||||||
"ensure-directory",
|
"ensure-directory",
|
||||||
"--mode",
|
"--mode",
|
||||||
"0777",
|
"0777",
|
||||||
"[CUSTOM_/_B_WORK]/skps/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_IMG_DECODE_10k_SKPs/slave5"
|
"[CUSTOM_/_B_WORK]/skps/c37e844a6f8708-eee762104c75bd/10k/5/slave5"
|
||||||
],
|
],
|
||||||
"infra_step": true,
|
"infra_step": true,
|
||||||
"name": "makedirs slave5"
|
"name": "makedirs slave5"
|
||||||
@ -739,7 +739,7 @@
|
|||||||
"gs://cluster-telemetry/swarming/skps/10k/c37e844a6f8708-eee762104c75bd/48/*.skp",
|
"gs://cluster-telemetry/swarming/skps/10k/c37e844a6f8708-eee762104c75bd/48/*.skp",
|
||||||
"gs://cluster-telemetry/swarming/skps/10k/c37e844a6f8708-eee762104c75bd/49/*.skp",
|
"gs://cluster-telemetry/swarming/skps/10k/c37e844a6f8708-eee762104c75bd/49/*.skp",
|
||||||
"gs://cluster-telemetry/swarming/skps/10k/c37e844a6f8708-eee762104c75bd/50/*.skp",
|
"gs://cluster-telemetry/swarming/skps/10k/c37e844a6f8708-eee762104c75bd/50/*.skp",
|
||||||
"[CUSTOM_/_B_WORK]/skps/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_IMG_DECODE_10k_SKPs/slave5"
|
"[CUSTOM_/_B_WORK]/skps/c37e844a6f8708-eee762104c75bd/10k/5/slave5"
|
||||||
],
|
],
|
||||||
"infra_step": true,
|
"infra_step": true,
|
||||||
"name": "gsutil cp (5)"
|
"name": "gsutil cp (5)"
|
||||||
@ -767,7 +767,7 @@
|
|||||||
"--json-output",
|
"--json-output",
|
||||||
"/path/to/tmp/json",
|
"/path/to/tmp/json",
|
||||||
"copy",
|
"copy",
|
||||||
"{\n \"args\": [\n \"--isolate\", \n \"[CUSTOM_/_B_WORK]/skia/infra/bots/ct/ct_skps.isolate\", \n \"--isolated\", \n \"[START_DIR]/swarming_temp_dir/skia-task-ct-get_images_from_skps-5.isolated\", \n \"--config-variable\", \n \"OS\", \n \"linux\", \n \"--extra-variable\", \n \"CONFIGURATION\", \n \"Debug\", \n \"--extra-variable\", \n \"BUILDER\", \n \"Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_IMG_DECODE_10k_SKPs\", \n \"--extra-variable\", \n \"GIT_HASH\", \n \"9046e2e693bb92a76e972b694580e5d17ad10748\", \n \"--extra-variable\", \n \"SLAVE_NUM\", \n \"5\", \n \"--extra-variable\", \n \"TOOL_NAME\", \n \"get_images_from_skps\"\n ], \n \"dir\": \"[CUSTOM_/_B_WORK]/skia/infra/bots/ct\", \n \"version\": 1\n}",
|
"{\n \"args\": [\n \"--isolate\", \n \"[CUSTOM_/_B_WORK]/skia/infra/bots/ct/ct_skps.isolate\", \n \"--isolated\", \n \"[START_DIR]/swarming_temp_dir/skia-task-ct-get_images_from_skps-5.isolated\", \n \"--config-variable\", \n \"OS\", \n \"linux\", \n \"--extra-variable\", \n \"NUM_SLAVES\", \n \"5\", \n \"--extra-variable\", \n \"CONFIGURATION\", \n \"Debug\", \n \"--extra-variable\", \n \"SLAVE_NUM\", \n \"5\", \n \"--extra-variable\", \n \"PAGE_TYPE\", \n \"10k\", \n \"--extra-variable\", \n \"BUILDER\", \n \"Test-Ubuntu14-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_IMG_DECODE_10k_SKPs\", \n \"--extra-variable\", \n \"GIT_HASH\", \n \"9046e2e693bb92a76e972b694580e5d17ad10748\", \n \"--extra-variable\", \n \"TOOL_NAME\", \n \"get_images_from_skps\", \n \"--extra-variable\", \n \"CHROMIUM_BUILD\", \n \"c37e844a6f8708-eee762104c75bd\"\n ], \n \"dir\": \"[CUSTOM_/_B_WORK]/skia/infra/bots/ct\", \n \"version\": 1\n}",
|
||||||
"[START_DIR]/swarming_temp_dir/ct-get_images_from_skps-5.isolated.gen.json"
|
"[START_DIR]/swarming_temp_dir/ct-get_images_from_skps-5.isolated.gen.json"
|
||||||
],
|
],
|
||||||
"infra_step": true,
|
"infra_step": true,
|
||||||
@ -782,10 +782,10 @@
|
|||||||
"/path/to/tmp/json",
|
"/path/to/tmp/json",
|
||||||
"copy",
|
"copy",
|
||||||
"{\"chromium_build\": \"c37e844a6f8708-eee762104c75bd\", \"num_slaves\": 5, \"page_type\": \"10k\"}",
|
"{\"chromium_build\": \"c37e844a6f8708-eee762104c75bd\", \"num_slaves\": 5, \"page_type\": \"10k\"}",
|
||||||
"[CUSTOM_/_B_WORK]/skps/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_IMG_DECODE_10k_SKPs/skps_version"
|
"[CUSTOM_/_B_WORK]/skps/c37e844a6f8708-eee762104c75bd/10k/5/skps_version"
|
||||||
],
|
],
|
||||||
"infra_step": true,
|
"infra_step": true,
|
||||||
"name": "Create [CUSTOM_/_B_WORK]/skps/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_IMG_DECODE_10k_SKPs/skps_version"
|
"name": "Create [CUSTOM_/_B_WORK]/skps/c37e844a6f8708-eee762104c75bd/10k/5/skps_version"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"cmd": [
|
"cmd": [
|
||||||
@ -833,7 +833,7 @@
|
|||||||
"--shards",
|
"--shards",
|
||||||
"1",
|
"1",
|
||||||
"--task-name",
|
"--task-name",
|
||||||
"ct-get_images_from_skps-1/Ubuntu-14.04/[dummy has/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_IMG_DECODE_10k_SKPs/-1",
|
"ct-get_images_from_skps-1/Ubuntu-14.04/[dummy has/Test-Ubuntu14-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_IMG_DECODE_10k_SKPs/-1",
|
||||||
"--dump-json",
|
"--dump-json",
|
||||||
"/path/to/tmp/json",
|
"/path/to/tmp/json",
|
||||||
"--expiration",
|
"--expiration",
|
||||||
@ -854,7 +854,7 @@
|
|||||||
"--tag",
|
"--tag",
|
||||||
"allow_milo:1",
|
"allow_milo:1",
|
||||||
"--tag",
|
"--tag",
|
||||||
"buildername:Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_IMG_DECODE_10k_SKPs",
|
"buildername:Test-Ubuntu14-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_IMG_DECODE_10k_SKPs",
|
||||||
"--tag",
|
"--tag",
|
||||||
"data:[dummy hash for ct-get_images_from_skps-1]",
|
"data:[dummy hash for ct-get_images_from_skps-1]",
|
||||||
"--tag",
|
"--tag",
|
||||||
@ -873,9 +873,9 @@
|
|||||||
"~followup_annotations": [
|
"~followup_annotations": [
|
||||||
"@@@STEP_TEXT@Run on OS: 'Ubuntu-14.04'@@@",
|
"@@@STEP_TEXT@Run on OS: 'Ubuntu-14.04'@@@",
|
||||||
"@@@STEP_LOG_LINE@json.output@{@@@",
|
"@@@STEP_LOG_LINE@json.output@{@@@",
|
||||||
"@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"ct-get_images_from_skps-1/Ubuntu-14.04/[dummy has/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_IMG_DECODE_10k_SKPs/-1\", @@@",
|
"@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"ct-get_images_from_skps-1/Ubuntu-14.04/[dummy has/Test-Ubuntu14-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_IMG_DECODE_10k_SKPs/-1\", @@@",
|
||||||
"@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@",
|
"@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@",
|
||||||
"@@@STEP_LOG_LINE@json.output@ \"ct-get_images_from_skps-1/Ubuntu-14.04/[dummy has/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_IMG_DECODE_10k_SKPs/-1\": {@@@",
|
"@@@STEP_LOG_LINE@json.output@ \"ct-get_images_from_skps-1/Ubuntu-14.04/[dummy has/Test-Ubuntu14-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_IMG_DECODE_10k_SKPs/-1\": {@@@",
|
||||||
"@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@",
|
"@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@",
|
||||||
"@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@",
|
"@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@",
|
||||||
"@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm.appspot.com/user/task/10000\"@@@",
|
"@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm.appspot.com/user/task/10000\"@@@",
|
||||||
@ -901,7 +901,7 @@
|
|||||||
"--shards",
|
"--shards",
|
||||||
"1",
|
"1",
|
||||||
"--task-name",
|
"--task-name",
|
||||||
"ct-get_images_from_skps-2/Ubuntu-14.04/[dummy has/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_IMG_DECODE_10k_SKPs/-1",
|
"ct-get_images_from_skps-2/Ubuntu-14.04/[dummy has/Test-Ubuntu14-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_IMG_DECODE_10k_SKPs/-1",
|
||||||
"--dump-json",
|
"--dump-json",
|
||||||
"/path/to/tmp/json",
|
"/path/to/tmp/json",
|
||||||
"--expiration",
|
"--expiration",
|
||||||
@ -922,7 +922,7 @@
|
|||||||
"--tag",
|
"--tag",
|
||||||
"allow_milo:1",
|
"allow_milo:1",
|
||||||
"--tag",
|
"--tag",
|
||||||
"buildername:Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_IMG_DECODE_10k_SKPs",
|
"buildername:Test-Ubuntu14-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_IMG_DECODE_10k_SKPs",
|
||||||
"--tag",
|
"--tag",
|
||||||
"data:[dummy hash for ct-get_images_from_skps-2]",
|
"data:[dummy hash for ct-get_images_from_skps-2]",
|
||||||
"--tag",
|
"--tag",
|
||||||
@ -941,9 +941,9 @@
|
|||||||
"~followup_annotations": [
|
"~followup_annotations": [
|
||||||
"@@@STEP_TEXT@Run on OS: 'Ubuntu-14.04'@@@",
|
"@@@STEP_TEXT@Run on OS: 'Ubuntu-14.04'@@@",
|
||||||
"@@@STEP_LOG_LINE@json.output@{@@@",
|
"@@@STEP_LOG_LINE@json.output@{@@@",
|
||||||
"@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"ct-get_images_from_skps-2/Ubuntu-14.04/[dummy has/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_IMG_DECODE_10k_SKPs/-1\", @@@",
|
"@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"ct-get_images_from_skps-2/Ubuntu-14.04/[dummy has/Test-Ubuntu14-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_IMG_DECODE_10k_SKPs/-1\", @@@",
|
||||||
"@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@",
|
"@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@",
|
||||||
"@@@STEP_LOG_LINE@json.output@ \"ct-get_images_from_skps-2/Ubuntu-14.04/[dummy has/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_IMG_DECODE_10k_SKPs/-1\": {@@@",
|
"@@@STEP_LOG_LINE@json.output@ \"ct-get_images_from_skps-2/Ubuntu-14.04/[dummy has/Test-Ubuntu14-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_IMG_DECODE_10k_SKPs/-1\": {@@@",
|
||||||
"@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@",
|
"@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@",
|
||||||
"@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@",
|
"@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@",
|
||||||
"@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm.appspot.com/user/task/10000\"@@@",
|
"@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm.appspot.com/user/task/10000\"@@@",
|
||||||
@ -969,7 +969,7 @@
|
|||||||
"--shards",
|
"--shards",
|
||||||
"1",
|
"1",
|
||||||
"--task-name",
|
"--task-name",
|
||||||
"ct-get_images_from_skps-3/Ubuntu-14.04/[dummy has/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_IMG_DECODE_10k_SKPs/-1",
|
"ct-get_images_from_skps-3/Ubuntu-14.04/[dummy has/Test-Ubuntu14-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_IMG_DECODE_10k_SKPs/-1",
|
||||||
"--dump-json",
|
"--dump-json",
|
||||||
"/path/to/tmp/json",
|
"/path/to/tmp/json",
|
||||||
"--expiration",
|
"--expiration",
|
||||||
@ -990,7 +990,7 @@
|
|||||||
"--tag",
|
"--tag",
|
||||||
"allow_milo:1",
|
"allow_milo:1",
|
||||||
"--tag",
|
"--tag",
|
||||||
"buildername:Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_IMG_DECODE_10k_SKPs",
|
"buildername:Test-Ubuntu14-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_IMG_DECODE_10k_SKPs",
|
||||||
"--tag",
|
"--tag",
|
||||||
"data:[dummy hash for ct-get_images_from_skps-3]",
|
"data:[dummy hash for ct-get_images_from_skps-3]",
|
||||||
"--tag",
|
"--tag",
|
||||||
@ -1009,9 +1009,9 @@
|
|||||||
"~followup_annotations": [
|
"~followup_annotations": [
|
||||||
"@@@STEP_TEXT@Run on OS: 'Ubuntu-14.04'@@@",
|
"@@@STEP_TEXT@Run on OS: 'Ubuntu-14.04'@@@",
|
||||||
"@@@STEP_LOG_LINE@json.output@{@@@",
|
"@@@STEP_LOG_LINE@json.output@{@@@",
|
||||||
"@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"ct-get_images_from_skps-3/Ubuntu-14.04/[dummy has/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_IMG_DECODE_10k_SKPs/-1\", @@@",
|
"@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"ct-get_images_from_skps-3/Ubuntu-14.04/[dummy has/Test-Ubuntu14-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_IMG_DECODE_10k_SKPs/-1\", @@@",
|
||||||
"@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@",
|
"@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@",
|
||||||
"@@@STEP_LOG_LINE@json.output@ \"ct-get_images_from_skps-3/Ubuntu-14.04/[dummy has/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_IMG_DECODE_10k_SKPs/-1\": {@@@",
|
"@@@STEP_LOG_LINE@json.output@ \"ct-get_images_from_skps-3/Ubuntu-14.04/[dummy has/Test-Ubuntu14-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_IMG_DECODE_10k_SKPs/-1\": {@@@",
|
||||||
"@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@",
|
"@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@",
|
||||||
"@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@",
|
"@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@",
|
||||||
"@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm.appspot.com/user/task/10000\"@@@",
|
"@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm.appspot.com/user/task/10000\"@@@",
|
||||||
@ -1037,7 +1037,7 @@
|
|||||||
"--shards",
|
"--shards",
|
||||||
"1",
|
"1",
|
||||||
"--task-name",
|
"--task-name",
|
||||||
"ct-get_images_from_skps-4/Ubuntu-14.04/[dummy has/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_IMG_DECODE_10k_SKPs/-1",
|
"ct-get_images_from_skps-4/Ubuntu-14.04/[dummy has/Test-Ubuntu14-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_IMG_DECODE_10k_SKPs/-1",
|
||||||
"--dump-json",
|
"--dump-json",
|
||||||
"/path/to/tmp/json",
|
"/path/to/tmp/json",
|
||||||
"--expiration",
|
"--expiration",
|
||||||
@ -1058,7 +1058,7 @@
|
|||||||
"--tag",
|
"--tag",
|
||||||
"allow_milo:1",
|
"allow_milo:1",
|
||||||
"--tag",
|
"--tag",
|
||||||
"buildername:Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_IMG_DECODE_10k_SKPs",
|
"buildername:Test-Ubuntu14-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_IMG_DECODE_10k_SKPs",
|
||||||
"--tag",
|
"--tag",
|
||||||
"data:[dummy hash for ct-get_images_from_skps-4]",
|
"data:[dummy hash for ct-get_images_from_skps-4]",
|
||||||
"--tag",
|
"--tag",
|
||||||
@ -1077,9 +1077,9 @@
|
|||||||
"~followup_annotations": [
|
"~followup_annotations": [
|
||||||
"@@@STEP_TEXT@Run on OS: 'Ubuntu-14.04'@@@",
|
"@@@STEP_TEXT@Run on OS: 'Ubuntu-14.04'@@@",
|
||||||
"@@@STEP_LOG_LINE@json.output@{@@@",
|
"@@@STEP_LOG_LINE@json.output@{@@@",
|
||||||
"@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"ct-get_images_from_skps-4/Ubuntu-14.04/[dummy has/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_IMG_DECODE_10k_SKPs/-1\", @@@",
|
"@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"ct-get_images_from_skps-4/Ubuntu-14.04/[dummy has/Test-Ubuntu14-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_IMG_DECODE_10k_SKPs/-1\", @@@",
|
||||||
"@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@",
|
"@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@",
|
||||||
"@@@STEP_LOG_LINE@json.output@ \"ct-get_images_from_skps-4/Ubuntu-14.04/[dummy has/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_IMG_DECODE_10k_SKPs/-1\": {@@@",
|
"@@@STEP_LOG_LINE@json.output@ \"ct-get_images_from_skps-4/Ubuntu-14.04/[dummy has/Test-Ubuntu14-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_IMG_DECODE_10k_SKPs/-1\": {@@@",
|
||||||
"@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@",
|
"@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@",
|
||||||
"@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@",
|
"@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@",
|
||||||
"@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm.appspot.com/user/task/10000\"@@@",
|
"@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm.appspot.com/user/task/10000\"@@@",
|
||||||
@ -1105,7 +1105,7 @@
|
|||||||
"--shards",
|
"--shards",
|
||||||
"1",
|
"1",
|
||||||
"--task-name",
|
"--task-name",
|
||||||
"ct-get_images_from_skps-5/Ubuntu-14.04/[dummy has/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_IMG_DECODE_10k_SKPs/-1",
|
"ct-get_images_from_skps-5/Ubuntu-14.04/[dummy has/Test-Ubuntu14-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_IMG_DECODE_10k_SKPs/-1",
|
||||||
"--dump-json",
|
"--dump-json",
|
||||||
"/path/to/tmp/json",
|
"/path/to/tmp/json",
|
||||||
"--expiration",
|
"--expiration",
|
||||||
@ -1126,7 +1126,7 @@
|
|||||||
"--tag",
|
"--tag",
|
||||||
"allow_milo:1",
|
"allow_milo:1",
|
||||||
"--tag",
|
"--tag",
|
||||||
"buildername:Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_IMG_DECODE_10k_SKPs",
|
"buildername:Test-Ubuntu14-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_IMG_DECODE_10k_SKPs",
|
||||||
"--tag",
|
"--tag",
|
||||||
"data:[dummy hash for ct-get_images_from_skps-5]",
|
"data:[dummy hash for ct-get_images_from_skps-5]",
|
||||||
"--tag",
|
"--tag",
|
||||||
@ -1145,9 +1145,9 @@
|
|||||||
"~followup_annotations": [
|
"~followup_annotations": [
|
||||||
"@@@STEP_TEXT@Run on OS: 'Ubuntu-14.04'@@@",
|
"@@@STEP_TEXT@Run on OS: 'Ubuntu-14.04'@@@",
|
||||||
"@@@STEP_LOG_LINE@json.output@{@@@",
|
"@@@STEP_LOG_LINE@json.output@{@@@",
|
||||||
"@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"ct-get_images_from_skps-5/Ubuntu-14.04/[dummy has/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_IMG_DECODE_10k_SKPs/-1\", @@@",
|
"@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"ct-get_images_from_skps-5/Ubuntu-14.04/[dummy has/Test-Ubuntu14-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_IMG_DECODE_10k_SKPs/-1\", @@@",
|
||||||
"@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@",
|
"@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@",
|
||||||
"@@@STEP_LOG_LINE@json.output@ \"ct-get_images_from_skps-5/Ubuntu-14.04/[dummy has/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_IMG_DECODE_10k_SKPs/-1\": {@@@",
|
"@@@STEP_LOG_LINE@json.output@ \"ct-get_images_from_skps-5/Ubuntu-14.04/[dummy has/Test-Ubuntu14-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_IMG_DECODE_10k_SKPs/-1\": {@@@",
|
||||||
"@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@",
|
"@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@",
|
||||||
"@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@",
|
"@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@",
|
||||||
"@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm.appspot.com/user/task/10000\"@@@",
|
"@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm.appspot.com/user/task/10000\"@@@",
|
||||||
@ -1182,7 +1182,7 @@
|
|||||||
"--decorate",
|
"--decorate",
|
||||||
"--print-status-updates",
|
"--print-status-updates",
|
||||||
"--json",
|
"--json",
|
||||||
"{\"base_task_name\": \"ct-get_images_from_skps-1/Ubuntu-14.04/[dummy has/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_IMG_DECODE_10k_SKPs/-1\", \"tasks\": {\"ct-get_images_from_skps-1/Ubuntu-14.04/[dummy has/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_IMG_DECODE_10k_SKPs/-1\": {\"shard_index\": 0, \"task_id\": \"10000\", \"view_url\": \"https://chromium-swarm.appspot.com/user/task/10000\"}}}",
|
"{\"base_task_name\": \"ct-get_images_from_skps-1/Ubuntu-14.04/[dummy has/Test-Ubuntu14-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_IMG_DECODE_10k_SKPs/-1\", \"tasks\": {\"ct-get_images_from_skps-1/Ubuntu-14.04/[dummy has/Test-Ubuntu14-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_IMG_DECODE_10k_SKPs/-1\": {\"shard_index\": 0, \"task_id\": \"10000\", \"view_url\": \"https://chromium-swarm.appspot.com/user/task/10000\"}}}",
|
||||||
"--task-summary-json",
|
"--task-summary-json",
|
||||||
"/path/to/tmp/json"
|
"/path/to/tmp/json"
|
||||||
],
|
],
|
||||||
@ -1259,7 +1259,7 @@
|
|||||||
"--decorate",
|
"--decorate",
|
||||||
"--print-status-updates",
|
"--print-status-updates",
|
||||||
"--json",
|
"--json",
|
||||||
"{\"base_task_name\": \"ct-get_images_from_skps-2/Ubuntu-14.04/[dummy has/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_IMG_DECODE_10k_SKPs/-1\", \"tasks\": {\"ct-get_images_from_skps-2/Ubuntu-14.04/[dummy has/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_IMG_DECODE_10k_SKPs/-1\": {\"shard_index\": 0, \"task_id\": \"10000\", \"view_url\": \"https://chromium-swarm.appspot.com/user/task/10000\"}}}",
|
"{\"base_task_name\": \"ct-get_images_from_skps-2/Ubuntu-14.04/[dummy has/Test-Ubuntu14-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_IMG_DECODE_10k_SKPs/-1\", \"tasks\": {\"ct-get_images_from_skps-2/Ubuntu-14.04/[dummy has/Test-Ubuntu14-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_IMG_DECODE_10k_SKPs/-1\": {\"shard_index\": 0, \"task_id\": \"10000\", \"view_url\": \"https://chromium-swarm.appspot.com/user/task/10000\"}}}",
|
||||||
"--task-summary-json",
|
"--task-summary-json",
|
||||||
"/path/to/tmp/json"
|
"/path/to/tmp/json"
|
||||||
],
|
],
|
||||||
@ -1336,7 +1336,7 @@
|
|||||||
"--decorate",
|
"--decorate",
|
||||||
"--print-status-updates",
|
"--print-status-updates",
|
||||||
"--json",
|
"--json",
|
||||||
"{\"base_task_name\": \"ct-get_images_from_skps-3/Ubuntu-14.04/[dummy has/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_IMG_DECODE_10k_SKPs/-1\", \"tasks\": {\"ct-get_images_from_skps-3/Ubuntu-14.04/[dummy has/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_IMG_DECODE_10k_SKPs/-1\": {\"shard_index\": 0, \"task_id\": \"10000\", \"view_url\": \"https://chromium-swarm.appspot.com/user/task/10000\"}}}",
|
"{\"base_task_name\": \"ct-get_images_from_skps-3/Ubuntu-14.04/[dummy has/Test-Ubuntu14-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_IMG_DECODE_10k_SKPs/-1\", \"tasks\": {\"ct-get_images_from_skps-3/Ubuntu-14.04/[dummy has/Test-Ubuntu14-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_IMG_DECODE_10k_SKPs/-1\": {\"shard_index\": 0, \"task_id\": \"10000\", \"view_url\": \"https://chromium-swarm.appspot.com/user/task/10000\"}}}",
|
||||||
"--task-summary-json",
|
"--task-summary-json",
|
||||||
"/path/to/tmp/json"
|
"/path/to/tmp/json"
|
||||||
],
|
],
|
||||||
@ -1413,7 +1413,7 @@
|
|||||||
"--decorate",
|
"--decorate",
|
||||||
"--print-status-updates",
|
"--print-status-updates",
|
||||||
"--json",
|
"--json",
|
||||||
"{\"base_task_name\": \"ct-get_images_from_skps-4/Ubuntu-14.04/[dummy has/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_IMG_DECODE_10k_SKPs/-1\", \"tasks\": {\"ct-get_images_from_skps-4/Ubuntu-14.04/[dummy has/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_IMG_DECODE_10k_SKPs/-1\": {\"shard_index\": 0, \"task_id\": \"10000\", \"view_url\": \"https://chromium-swarm.appspot.com/user/task/10000\"}}}",
|
"{\"base_task_name\": \"ct-get_images_from_skps-4/Ubuntu-14.04/[dummy has/Test-Ubuntu14-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_IMG_DECODE_10k_SKPs/-1\", \"tasks\": {\"ct-get_images_from_skps-4/Ubuntu-14.04/[dummy has/Test-Ubuntu14-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_IMG_DECODE_10k_SKPs/-1\": {\"shard_index\": 0, \"task_id\": \"10000\", \"view_url\": \"https://chromium-swarm.appspot.com/user/task/10000\"}}}",
|
||||||
"--task-summary-json",
|
"--task-summary-json",
|
||||||
"/path/to/tmp/json"
|
"/path/to/tmp/json"
|
||||||
],
|
],
|
||||||
@ -1490,7 +1490,7 @@
|
|||||||
"--decorate",
|
"--decorate",
|
||||||
"--print-status-updates",
|
"--print-status-updates",
|
||||||
"--json",
|
"--json",
|
||||||
"{\"base_task_name\": \"ct-get_images_from_skps-5/Ubuntu-14.04/[dummy has/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_IMG_DECODE_10k_SKPs/-1\", \"tasks\": {\"ct-get_images_from_skps-5/Ubuntu-14.04/[dummy has/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_IMG_DECODE_10k_SKPs/-1\": {\"shard_index\": 0, \"task_id\": \"10000\", \"view_url\": \"https://chromium-swarm.appspot.com/user/task/10000\"}}}",
|
"{\"base_task_name\": \"ct-get_images_from_skps-5/Ubuntu-14.04/[dummy has/Test-Ubuntu14-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_IMG_DECODE_10k_SKPs/-1\", \"tasks\": {\"ct-get_images_from_skps-5/Ubuntu-14.04/[dummy has/Test-Ubuntu14-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_IMG_DECODE_10k_SKPs/-1\": {\"shard_index\": 0, \"task_id\": \"10000\", \"view_url\": \"https://chromium-swarm.appspot.com/user/task/10000\"}}}",
|
||||||
"--task-summary-json",
|
"--task-summary-json",
|
||||||
"/path/to/tmp/json"
|
"/path/to/tmp/json"
|
||||||
],
|
],
|
||||||
|
@ -122,7 +122,7 @@
|
|||||||
"[CUSTOM_/_B_WORK]/skia/bin/gn",
|
"[CUSTOM_/_B_WORK]/skia/bin/gn",
|
||||||
"gen",
|
"gen",
|
||||||
"[START_DIR]/out/Debug",
|
"[START_DIR]/out/Debug",
|
||||||
"--args=cc=\"gcc\" cxx=\"g++\" extra_cflags=[\"-O1\"]"
|
"--args=cc=\"gcc-4.8\" cxx=\"g++-4.8\" extra_cflags=[\"-O1\"]"
|
||||||
],
|
],
|
||||||
"cwd": "[CUSTOM_/_B_WORK]/skia",
|
"cwd": "[CUSTOM_/_B_WORK]/skia",
|
||||||
"env": {
|
"env": {
|
||||||
@ -385,7 +385,7 @@
|
|||||||
"--json-output",
|
"--json-output",
|
||||||
"/path/to/tmp/json",
|
"/path/to/tmp/json",
|
||||||
"rmtree",
|
"rmtree",
|
||||||
"[CUSTOM_/_B_WORK]/skps/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_IMG_DECODE_10k_SKPs/slave1"
|
"[CUSTOM_/_B_WORK]/skps/c37e844a6f8708-eee762104c75bd/10k/5/slave1"
|
||||||
],
|
],
|
||||||
"infra_step": true,
|
"infra_step": true,
|
||||||
"name": "rmtree slave1"
|
"name": "rmtree slave1"
|
||||||
@ -400,7 +400,7 @@
|
|||||||
"ensure-directory",
|
"ensure-directory",
|
||||||
"--mode",
|
"--mode",
|
||||||
"0777",
|
"0777",
|
||||||
"[CUSTOM_/_B_WORK]/skps/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_IMG_DECODE_10k_SKPs/slave1"
|
"[CUSTOM_/_B_WORK]/skps/c37e844a6f8708-eee762104c75bd/10k/5/slave1"
|
||||||
],
|
],
|
||||||
"infra_step": true,
|
"infra_step": true,
|
||||||
"name": "makedirs slave1"
|
"name": "makedirs slave1"
|
||||||
@ -423,7 +423,7 @@
|
|||||||
"gs://cluster-telemetry/swarming/skps/10k/c37e844a6f8708-eee762104c75bd/8/*.skp",
|
"gs://cluster-telemetry/swarming/skps/10k/c37e844a6f8708-eee762104c75bd/8/*.skp",
|
||||||
"gs://cluster-telemetry/swarming/skps/10k/c37e844a6f8708-eee762104c75bd/9/*.skp",
|
"gs://cluster-telemetry/swarming/skps/10k/c37e844a6f8708-eee762104c75bd/9/*.skp",
|
||||||
"gs://cluster-telemetry/swarming/skps/10k/c37e844a6f8708-eee762104c75bd/10/*.skp",
|
"gs://cluster-telemetry/swarming/skps/10k/c37e844a6f8708-eee762104c75bd/10/*.skp",
|
||||||
"[CUSTOM_/_B_WORK]/skps/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_IMG_DECODE_10k_SKPs/slave1"
|
"[CUSTOM_/_B_WORK]/skps/c37e844a6f8708-eee762104c75bd/10k/5/slave1"
|
||||||
],
|
],
|
||||||
"infra_step": true,
|
"infra_step": true,
|
||||||
"name": "gsutil cp"
|
"name": "gsutil cp"
|
||||||
@ -451,7 +451,7 @@
|
|||||||
"--json-output",
|
"--json-output",
|
||||||
"/path/to/tmp/json",
|
"/path/to/tmp/json",
|
||||||
"copy",
|
"copy",
|
||||||
"{\n \"args\": [\n \"--isolate\", \n \"[CUSTOM_/_B_WORK]/skia/infra/bots/ct/ct_skps.isolate\", \n \"--isolated\", \n \"[START_DIR]/swarming_temp_dir/skia-task-ct-get_images_from_skps-1.isolated\", \n \"--config-variable\", \n \"OS\", \n \"linux\", \n \"--extra-variable\", \n \"CONFIGURATION\", \n \"Debug\", \n \"--extra-variable\", \n \"BUILDER\", \n \"Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_IMG_DECODE_10k_SKPs\", \n \"--extra-variable\", \n \"GIT_HASH\", \n \"9046e2e693bb92a76e972b694580e5d17ad10748\", \n \"--extra-variable\", \n \"SLAVE_NUM\", \n \"1\", \n \"--extra-variable\", \n \"TOOL_NAME\", \n \"get_images_from_skps\"\n ], \n \"dir\": \"[CUSTOM_/_B_WORK]/skia/infra/bots/ct\", \n \"version\": 1\n}",
|
"{\n \"args\": [\n \"--isolate\", \n \"[CUSTOM_/_B_WORK]/skia/infra/bots/ct/ct_skps.isolate\", \n \"--isolated\", \n \"[START_DIR]/swarming_temp_dir/skia-task-ct-get_images_from_skps-1.isolated\", \n \"--config-variable\", \n \"OS\", \n \"linux\", \n \"--extra-variable\", \n \"NUM_SLAVES\", \n \"5\", \n \"--extra-variable\", \n \"CONFIGURATION\", \n \"Debug\", \n \"--extra-variable\", \n \"SLAVE_NUM\", \n \"1\", \n \"--extra-variable\", \n \"PAGE_TYPE\", \n \"10k\", \n \"--extra-variable\", \n \"BUILDER\", \n \"Test-Ubuntu14-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_IMG_DECODE_10k_SKPs\", \n \"--extra-variable\", \n \"GIT_HASH\", \n \"9046e2e693bb92a76e972b694580e5d17ad10748\", \n \"--extra-variable\", \n \"TOOL_NAME\", \n \"get_images_from_skps\", \n \"--extra-variable\", \n \"CHROMIUM_BUILD\", \n \"c37e844a6f8708-eee762104c75bd\"\n ], \n \"dir\": \"[CUSTOM_/_B_WORK]/skia/infra/bots/ct\", \n \"version\": 1\n}",
|
||||||
"[START_DIR]/swarming_temp_dir/ct-get_images_from_skps-1.isolated.gen.json"
|
"[START_DIR]/swarming_temp_dir/ct-get_images_from_skps-1.isolated.gen.json"
|
||||||
],
|
],
|
||||||
"infra_step": true,
|
"infra_step": true,
|
||||||
@ -465,7 +465,7 @@
|
|||||||
"--json-output",
|
"--json-output",
|
||||||
"/path/to/tmp/json",
|
"/path/to/tmp/json",
|
||||||
"rmtree",
|
"rmtree",
|
||||||
"[CUSTOM_/_B_WORK]/skps/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_IMG_DECODE_10k_SKPs/slave2"
|
"[CUSTOM_/_B_WORK]/skps/c37e844a6f8708-eee762104c75bd/10k/5/slave2"
|
||||||
],
|
],
|
||||||
"infra_step": true,
|
"infra_step": true,
|
||||||
"name": "rmtree slave2"
|
"name": "rmtree slave2"
|
||||||
@ -480,7 +480,7 @@
|
|||||||
"ensure-directory",
|
"ensure-directory",
|
||||||
"--mode",
|
"--mode",
|
||||||
"0777",
|
"0777",
|
||||||
"[CUSTOM_/_B_WORK]/skps/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_IMG_DECODE_10k_SKPs/slave2"
|
"[CUSTOM_/_B_WORK]/skps/c37e844a6f8708-eee762104c75bd/10k/5/slave2"
|
||||||
],
|
],
|
||||||
"infra_step": true,
|
"infra_step": true,
|
||||||
"name": "makedirs slave2"
|
"name": "makedirs slave2"
|
||||||
@ -503,7 +503,7 @@
|
|||||||
"gs://cluster-telemetry/swarming/skps/10k/c37e844a6f8708-eee762104c75bd/18/*.skp",
|
"gs://cluster-telemetry/swarming/skps/10k/c37e844a6f8708-eee762104c75bd/18/*.skp",
|
||||||
"gs://cluster-telemetry/swarming/skps/10k/c37e844a6f8708-eee762104c75bd/19/*.skp",
|
"gs://cluster-telemetry/swarming/skps/10k/c37e844a6f8708-eee762104c75bd/19/*.skp",
|
||||||
"gs://cluster-telemetry/swarming/skps/10k/c37e844a6f8708-eee762104c75bd/20/*.skp",
|
"gs://cluster-telemetry/swarming/skps/10k/c37e844a6f8708-eee762104c75bd/20/*.skp",
|
||||||
"[CUSTOM_/_B_WORK]/skps/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_IMG_DECODE_10k_SKPs/slave2"
|
"[CUSTOM_/_B_WORK]/skps/c37e844a6f8708-eee762104c75bd/10k/5/slave2"
|
||||||
],
|
],
|
||||||
"infra_step": true,
|
"infra_step": true,
|
||||||
"name": "gsutil cp (2)"
|
"name": "gsutil cp (2)"
|
||||||
@ -531,7 +531,7 @@
|
|||||||
"--json-output",
|
"--json-output",
|
||||||
"/path/to/tmp/json",
|
"/path/to/tmp/json",
|
||||||
"copy",
|
"copy",
|
||||||
"{\n \"args\": [\n \"--isolate\", \n \"[CUSTOM_/_B_WORK]/skia/infra/bots/ct/ct_skps.isolate\", \n \"--isolated\", \n \"[START_DIR]/swarming_temp_dir/skia-task-ct-get_images_from_skps-2.isolated\", \n \"--config-variable\", \n \"OS\", \n \"linux\", \n \"--extra-variable\", \n \"CONFIGURATION\", \n \"Debug\", \n \"--extra-variable\", \n \"BUILDER\", \n \"Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_IMG_DECODE_10k_SKPs\", \n \"--extra-variable\", \n \"GIT_HASH\", \n \"9046e2e693bb92a76e972b694580e5d17ad10748\", \n \"--extra-variable\", \n \"SLAVE_NUM\", \n \"2\", \n \"--extra-variable\", \n \"TOOL_NAME\", \n \"get_images_from_skps\"\n ], \n \"dir\": \"[CUSTOM_/_B_WORK]/skia/infra/bots/ct\", \n \"version\": 1\n}",
|
"{\n \"args\": [\n \"--isolate\", \n \"[CUSTOM_/_B_WORK]/skia/infra/bots/ct/ct_skps.isolate\", \n \"--isolated\", \n \"[START_DIR]/swarming_temp_dir/skia-task-ct-get_images_from_skps-2.isolated\", \n \"--config-variable\", \n \"OS\", \n \"linux\", \n \"--extra-variable\", \n \"NUM_SLAVES\", \n \"5\", \n \"--extra-variable\", \n \"CONFIGURATION\", \n \"Debug\", \n \"--extra-variable\", \n \"SLAVE_NUM\", \n \"2\", \n \"--extra-variable\", \n \"PAGE_TYPE\", \n \"10k\", \n \"--extra-variable\", \n \"BUILDER\", \n \"Test-Ubuntu14-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_IMG_DECODE_10k_SKPs\", \n \"--extra-variable\", \n \"GIT_HASH\", \n \"9046e2e693bb92a76e972b694580e5d17ad10748\", \n \"--extra-variable\", \n \"TOOL_NAME\", \n \"get_images_from_skps\", \n \"--extra-variable\", \n \"CHROMIUM_BUILD\", \n \"c37e844a6f8708-eee762104c75bd\"\n ], \n \"dir\": \"[CUSTOM_/_B_WORK]/skia/infra/bots/ct\", \n \"version\": 1\n}",
|
||||||
"[START_DIR]/swarming_temp_dir/ct-get_images_from_skps-2.isolated.gen.json"
|
"[START_DIR]/swarming_temp_dir/ct-get_images_from_skps-2.isolated.gen.json"
|
||||||
],
|
],
|
||||||
"infra_step": true,
|
"infra_step": true,
|
||||||
@ -545,7 +545,7 @@
|
|||||||
"--json-output",
|
"--json-output",
|
||||||
"/path/to/tmp/json",
|
"/path/to/tmp/json",
|
||||||
"rmtree",
|
"rmtree",
|
||||||
"[CUSTOM_/_B_WORK]/skps/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_IMG_DECODE_10k_SKPs/slave3"
|
"[CUSTOM_/_B_WORK]/skps/c37e844a6f8708-eee762104c75bd/10k/5/slave3"
|
||||||
],
|
],
|
||||||
"infra_step": true,
|
"infra_step": true,
|
||||||
"name": "rmtree slave3"
|
"name": "rmtree slave3"
|
||||||
@ -560,7 +560,7 @@
|
|||||||
"ensure-directory",
|
"ensure-directory",
|
||||||
"--mode",
|
"--mode",
|
||||||
"0777",
|
"0777",
|
||||||
"[CUSTOM_/_B_WORK]/skps/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_IMG_DECODE_10k_SKPs/slave3"
|
"[CUSTOM_/_B_WORK]/skps/c37e844a6f8708-eee762104c75bd/10k/5/slave3"
|
||||||
],
|
],
|
||||||
"infra_step": true,
|
"infra_step": true,
|
||||||
"name": "makedirs slave3"
|
"name": "makedirs slave3"
|
||||||
@ -583,7 +583,7 @@
|
|||||||
"gs://cluster-telemetry/swarming/skps/10k/c37e844a6f8708-eee762104c75bd/28/*.skp",
|
"gs://cluster-telemetry/swarming/skps/10k/c37e844a6f8708-eee762104c75bd/28/*.skp",
|
||||||
"gs://cluster-telemetry/swarming/skps/10k/c37e844a6f8708-eee762104c75bd/29/*.skp",
|
"gs://cluster-telemetry/swarming/skps/10k/c37e844a6f8708-eee762104c75bd/29/*.skp",
|
||||||
"gs://cluster-telemetry/swarming/skps/10k/c37e844a6f8708-eee762104c75bd/30/*.skp",
|
"gs://cluster-telemetry/swarming/skps/10k/c37e844a6f8708-eee762104c75bd/30/*.skp",
|
||||||
"[CUSTOM_/_B_WORK]/skps/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_IMG_DECODE_10k_SKPs/slave3"
|
"[CUSTOM_/_B_WORK]/skps/c37e844a6f8708-eee762104c75bd/10k/5/slave3"
|
||||||
],
|
],
|
||||||
"infra_step": true,
|
"infra_step": true,
|
||||||
"name": "gsutil cp (3)"
|
"name": "gsutil cp (3)"
|
||||||
@ -611,7 +611,7 @@
|
|||||||
"--json-output",
|
"--json-output",
|
||||||
"/path/to/tmp/json",
|
"/path/to/tmp/json",
|
||||||
"copy",
|
"copy",
|
||||||
"{\n \"args\": [\n \"--isolate\", \n \"[CUSTOM_/_B_WORK]/skia/infra/bots/ct/ct_skps.isolate\", \n \"--isolated\", \n \"[START_DIR]/swarming_temp_dir/skia-task-ct-get_images_from_skps-3.isolated\", \n \"--config-variable\", \n \"OS\", \n \"linux\", \n \"--extra-variable\", \n \"CONFIGURATION\", \n \"Debug\", \n \"--extra-variable\", \n \"BUILDER\", \n \"Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_IMG_DECODE_10k_SKPs\", \n \"--extra-variable\", \n \"GIT_HASH\", \n \"9046e2e693bb92a76e972b694580e5d17ad10748\", \n \"--extra-variable\", \n \"SLAVE_NUM\", \n \"3\", \n \"--extra-variable\", \n \"TOOL_NAME\", \n \"get_images_from_skps\"\n ], \n \"dir\": \"[CUSTOM_/_B_WORK]/skia/infra/bots/ct\", \n \"version\": 1\n}",
|
"{\n \"args\": [\n \"--isolate\", \n \"[CUSTOM_/_B_WORK]/skia/infra/bots/ct/ct_skps.isolate\", \n \"--isolated\", \n \"[START_DIR]/swarming_temp_dir/skia-task-ct-get_images_from_skps-3.isolated\", \n \"--config-variable\", \n \"OS\", \n \"linux\", \n \"--extra-variable\", \n \"NUM_SLAVES\", \n \"5\", \n \"--extra-variable\", \n \"CONFIGURATION\", \n \"Debug\", \n \"--extra-variable\", \n \"SLAVE_NUM\", \n \"3\", \n \"--extra-variable\", \n \"PAGE_TYPE\", \n \"10k\", \n \"--extra-variable\", \n \"BUILDER\", \n \"Test-Ubuntu14-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_IMG_DECODE_10k_SKPs\", \n \"--extra-variable\", \n \"GIT_HASH\", \n \"9046e2e693bb92a76e972b694580e5d17ad10748\", \n \"--extra-variable\", \n \"TOOL_NAME\", \n \"get_images_from_skps\", \n \"--extra-variable\", \n \"CHROMIUM_BUILD\", \n \"c37e844a6f8708-eee762104c75bd\"\n ], \n \"dir\": \"[CUSTOM_/_B_WORK]/skia/infra/bots/ct\", \n \"version\": 1\n}",
|
||||||
"[START_DIR]/swarming_temp_dir/ct-get_images_from_skps-3.isolated.gen.json"
|
"[START_DIR]/swarming_temp_dir/ct-get_images_from_skps-3.isolated.gen.json"
|
||||||
],
|
],
|
||||||
"infra_step": true,
|
"infra_step": true,
|
||||||
@ -625,7 +625,7 @@
|
|||||||
"--json-output",
|
"--json-output",
|
||||||
"/path/to/tmp/json",
|
"/path/to/tmp/json",
|
||||||
"rmtree",
|
"rmtree",
|
||||||
"[CUSTOM_/_B_WORK]/skps/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_IMG_DECODE_10k_SKPs/slave4"
|
"[CUSTOM_/_B_WORK]/skps/c37e844a6f8708-eee762104c75bd/10k/5/slave4"
|
||||||
],
|
],
|
||||||
"infra_step": true,
|
"infra_step": true,
|
||||||
"name": "rmtree slave4"
|
"name": "rmtree slave4"
|
||||||
@ -640,7 +640,7 @@
|
|||||||
"ensure-directory",
|
"ensure-directory",
|
||||||
"--mode",
|
"--mode",
|
||||||
"0777",
|
"0777",
|
||||||
"[CUSTOM_/_B_WORK]/skps/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_IMG_DECODE_10k_SKPs/slave4"
|
"[CUSTOM_/_B_WORK]/skps/c37e844a6f8708-eee762104c75bd/10k/5/slave4"
|
||||||
],
|
],
|
||||||
"infra_step": true,
|
"infra_step": true,
|
||||||
"name": "makedirs slave4"
|
"name": "makedirs slave4"
|
||||||
@ -663,7 +663,7 @@
|
|||||||
"gs://cluster-telemetry/swarming/skps/10k/c37e844a6f8708-eee762104c75bd/38/*.skp",
|
"gs://cluster-telemetry/swarming/skps/10k/c37e844a6f8708-eee762104c75bd/38/*.skp",
|
||||||
"gs://cluster-telemetry/swarming/skps/10k/c37e844a6f8708-eee762104c75bd/39/*.skp",
|
"gs://cluster-telemetry/swarming/skps/10k/c37e844a6f8708-eee762104c75bd/39/*.skp",
|
||||||
"gs://cluster-telemetry/swarming/skps/10k/c37e844a6f8708-eee762104c75bd/40/*.skp",
|
"gs://cluster-telemetry/swarming/skps/10k/c37e844a6f8708-eee762104c75bd/40/*.skp",
|
||||||
"[CUSTOM_/_B_WORK]/skps/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_IMG_DECODE_10k_SKPs/slave4"
|
"[CUSTOM_/_B_WORK]/skps/c37e844a6f8708-eee762104c75bd/10k/5/slave4"
|
||||||
],
|
],
|
||||||
"infra_step": true,
|
"infra_step": true,
|
||||||
"name": "gsutil cp (4)"
|
"name": "gsutil cp (4)"
|
||||||
@ -691,7 +691,7 @@
|
|||||||
"--json-output",
|
"--json-output",
|
||||||
"/path/to/tmp/json",
|
"/path/to/tmp/json",
|
||||||
"copy",
|
"copy",
|
||||||
"{\n \"args\": [\n \"--isolate\", \n \"[CUSTOM_/_B_WORK]/skia/infra/bots/ct/ct_skps.isolate\", \n \"--isolated\", \n \"[START_DIR]/swarming_temp_dir/skia-task-ct-get_images_from_skps-4.isolated\", \n \"--config-variable\", \n \"OS\", \n \"linux\", \n \"--extra-variable\", \n \"CONFIGURATION\", \n \"Debug\", \n \"--extra-variable\", \n \"BUILDER\", \n \"Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_IMG_DECODE_10k_SKPs\", \n \"--extra-variable\", \n \"GIT_HASH\", \n \"9046e2e693bb92a76e972b694580e5d17ad10748\", \n \"--extra-variable\", \n \"SLAVE_NUM\", \n \"4\", \n \"--extra-variable\", \n \"TOOL_NAME\", \n \"get_images_from_skps\"\n ], \n \"dir\": \"[CUSTOM_/_B_WORK]/skia/infra/bots/ct\", \n \"version\": 1\n}",
|
"{\n \"args\": [\n \"--isolate\", \n \"[CUSTOM_/_B_WORK]/skia/infra/bots/ct/ct_skps.isolate\", \n \"--isolated\", \n \"[START_DIR]/swarming_temp_dir/skia-task-ct-get_images_from_skps-4.isolated\", \n \"--config-variable\", \n \"OS\", \n \"linux\", \n \"--extra-variable\", \n \"NUM_SLAVES\", \n \"5\", \n \"--extra-variable\", \n \"CONFIGURATION\", \n \"Debug\", \n \"--extra-variable\", \n \"SLAVE_NUM\", \n \"4\", \n \"--extra-variable\", \n \"PAGE_TYPE\", \n \"10k\", \n \"--extra-variable\", \n \"BUILDER\", \n \"Test-Ubuntu14-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_IMG_DECODE_10k_SKPs\", \n \"--extra-variable\", \n \"GIT_HASH\", \n \"9046e2e693bb92a76e972b694580e5d17ad10748\", \n \"--extra-variable\", \n \"TOOL_NAME\", \n \"get_images_from_skps\", \n \"--extra-variable\", \n \"CHROMIUM_BUILD\", \n \"c37e844a6f8708-eee762104c75bd\"\n ], \n \"dir\": \"[CUSTOM_/_B_WORK]/skia/infra/bots/ct\", \n \"version\": 1\n}",
|
||||||
"[START_DIR]/swarming_temp_dir/ct-get_images_from_skps-4.isolated.gen.json"
|
"[START_DIR]/swarming_temp_dir/ct-get_images_from_skps-4.isolated.gen.json"
|
||||||
],
|
],
|
||||||
"infra_step": true,
|
"infra_step": true,
|
||||||
@ -705,7 +705,7 @@
|
|||||||
"--json-output",
|
"--json-output",
|
||||||
"/path/to/tmp/json",
|
"/path/to/tmp/json",
|
||||||
"rmtree",
|
"rmtree",
|
||||||
"[CUSTOM_/_B_WORK]/skps/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_IMG_DECODE_10k_SKPs/slave5"
|
"[CUSTOM_/_B_WORK]/skps/c37e844a6f8708-eee762104c75bd/10k/5/slave5"
|
||||||
],
|
],
|
||||||
"infra_step": true,
|
"infra_step": true,
|
||||||
"name": "rmtree slave5"
|
"name": "rmtree slave5"
|
||||||
@ -720,7 +720,7 @@
|
|||||||
"ensure-directory",
|
"ensure-directory",
|
||||||
"--mode",
|
"--mode",
|
||||||
"0777",
|
"0777",
|
||||||
"[CUSTOM_/_B_WORK]/skps/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_IMG_DECODE_10k_SKPs/slave5"
|
"[CUSTOM_/_B_WORK]/skps/c37e844a6f8708-eee762104c75bd/10k/5/slave5"
|
||||||
],
|
],
|
||||||
"infra_step": true,
|
"infra_step": true,
|
||||||
"name": "makedirs slave5"
|
"name": "makedirs slave5"
|
||||||
@ -743,7 +743,7 @@
|
|||||||
"gs://cluster-telemetry/swarming/skps/10k/c37e844a6f8708-eee762104c75bd/48/*.skp",
|
"gs://cluster-telemetry/swarming/skps/10k/c37e844a6f8708-eee762104c75bd/48/*.skp",
|
||||||
"gs://cluster-telemetry/swarming/skps/10k/c37e844a6f8708-eee762104c75bd/49/*.skp",
|
"gs://cluster-telemetry/swarming/skps/10k/c37e844a6f8708-eee762104c75bd/49/*.skp",
|
||||||
"gs://cluster-telemetry/swarming/skps/10k/c37e844a6f8708-eee762104c75bd/50/*.skp",
|
"gs://cluster-telemetry/swarming/skps/10k/c37e844a6f8708-eee762104c75bd/50/*.skp",
|
||||||
"[CUSTOM_/_B_WORK]/skps/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_IMG_DECODE_10k_SKPs/slave5"
|
"[CUSTOM_/_B_WORK]/skps/c37e844a6f8708-eee762104c75bd/10k/5/slave5"
|
||||||
],
|
],
|
||||||
"infra_step": true,
|
"infra_step": true,
|
||||||
"name": "gsutil cp (5)"
|
"name": "gsutil cp (5)"
|
||||||
@ -771,7 +771,7 @@
|
|||||||
"--json-output",
|
"--json-output",
|
||||||
"/path/to/tmp/json",
|
"/path/to/tmp/json",
|
||||||
"copy",
|
"copy",
|
||||||
"{\n \"args\": [\n \"--isolate\", \n \"[CUSTOM_/_B_WORK]/skia/infra/bots/ct/ct_skps.isolate\", \n \"--isolated\", \n \"[START_DIR]/swarming_temp_dir/skia-task-ct-get_images_from_skps-5.isolated\", \n \"--config-variable\", \n \"OS\", \n \"linux\", \n \"--extra-variable\", \n \"CONFIGURATION\", \n \"Debug\", \n \"--extra-variable\", \n \"BUILDER\", \n \"Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_IMG_DECODE_10k_SKPs\", \n \"--extra-variable\", \n \"GIT_HASH\", \n \"9046e2e693bb92a76e972b694580e5d17ad10748\", \n \"--extra-variable\", \n \"SLAVE_NUM\", \n \"5\", \n \"--extra-variable\", \n \"TOOL_NAME\", \n \"get_images_from_skps\"\n ], \n \"dir\": \"[CUSTOM_/_B_WORK]/skia/infra/bots/ct\", \n \"version\": 1\n}",
|
"{\n \"args\": [\n \"--isolate\", \n \"[CUSTOM_/_B_WORK]/skia/infra/bots/ct/ct_skps.isolate\", \n \"--isolated\", \n \"[START_DIR]/swarming_temp_dir/skia-task-ct-get_images_from_skps-5.isolated\", \n \"--config-variable\", \n \"OS\", \n \"linux\", \n \"--extra-variable\", \n \"NUM_SLAVES\", \n \"5\", \n \"--extra-variable\", \n \"CONFIGURATION\", \n \"Debug\", \n \"--extra-variable\", \n \"SLAVE_NUM\", \n \"5\", \n \"--extra-variable\", \n \"PAGE_TYPE\", \n \"10k\", \n \"--extra-variable\", \n \"BUILDER\", \n \"Test-Ubuntu14-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_IMG_DECODE_10k_SKPs\", \n \"--extra-variable\", \n \"GIT_HASH\", \n \"9046e2e693bb92a76e972b694580e5d17ad10748\", \n \"--extra-variable\", \n \"TOOL_NAME\", \n \"get_images_from_skps\", \n \"--extra-variable\", \n \"CHROMIUM_BUILD\", \n \"c37e844a6f8708-eee762104c75bd\"\n ], \n \"dir\": \"[CUSTOM_/_B_WORK]/skia/infra/bots/ct\", \n \"version\": 1\n}",
|
||||||
"[START_DIR]/swarming_temp_dir/ct-get_images_from_skps-5.isolated.gen.json"
|
"[START_DIR]/swarming_temp_dir/ct-get_images_from_skps-5.isolated.gen.json"
|
||||||
],
|
],
|
||||||
"infra_step": true,
|
"infra_step": true,
|
||||||
@ -786,10 +786,10 @@
|
|||||||
"/path/to/tmp/json",
|
"/path/to/tmp/json",
|
||||||
"copy",
|
"copy",
|
||||||
"{\"chromium_build\": \"c37e844a6f8708-eee762104c75bd\", \"num_slaves\": 5, \"page_type\": \"10k\"}",
|
"{\"chromium_build\": \"c37e844a6f8708-eee762104c75bd\", \"num_slaves\": 5, \"page_type\": \"10k\"}",
|
||||||
"[CUSTOM_/_B_WORK]/skps/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_IMG_DECODE_10k_SKPs/skps_version"
|
"[CUSTOM_/_B_WORK]/skps/c37e844a6f8708-eee762104c75bd/10k/5/skps_version"
|
||||||
],
|
],
|
||||||
"infra_step": true,
|
"infra_step": true,
|
||||||
"name": "Create [CUSTOM_/_B_WORK]/skps/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_IMG_DECODE_10k_SKPs/skps_version"
|
"name": "Create [CUSTOM_/_B_WORK]/skps/c37e844a6f8708-eee762104c75bd/10k/5/skps_version"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"cmd": [
|
"cmd": [
|
||||||
@ -837,7 +837,7 @@
|
|||||||
"--shards",
|
"--shards",
|
||||||
"1",
|
"1",
|
||||||
"--task-name",
|
"--task-name",
|
||||||
"ct-get_images_from_skps-1/Ubuntu-14.04/[dummy has/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_IMG_DECODE_10k_SKPs/571",
|
"ct-get_images_from_skps-1/Ubuntu-14.04/[dummy has/Test-Ubuntu14-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_IMG_DECODE_10k_SKPs/571",
|
||||||
"--dump-json",
|
"--dump-json",
|
||||||
"/path/to/tmp/json",
|
"/path/to/tmp/json",
|
||||||
"--expiration",
|
"--expiration",
|
||||||
@ -858,7 +858,7 @@
|
|||||||
"--tag",
|
"--tag",
|
||||||
"allow_milo:1",
|
"allow_milo:1",
|
||||||
"--tag",
|
"--tag",
|
||||||
"buildername:Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_IMG_DECODE_10k_SKPs",
|
"buildername:Test-Ubuntu14-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_IMG_DECODE_10k_SKPs",
|
||||||
"--tag",
|
"--tag",
|
||||||
"buildnumber:571",
|
"buildnumber:571",
|
||||||
"--tag",
|
"--tag",
|
||||||
@ -883,9 +883,9 @@
|
|||||||
"~followup_annotations": [
|
"~followup_annotations": [
|
||||||
"@@@STEP_TEXT@Run on OS: 'Ubuntu-14.04'@@@",
|
"@@@STEP_TEXT@Run on OS: 'Ubuntu-14.04'@@@",
|
||||||
"@@@STEP_LOG_LINE@json.output@{@@@",
|
"@@@STEP_LOG_LINE@json.output@{@@@",
|
||||||
"@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"ct-get_images_from_skps-1/Ubuntu-14.04/[dummy has/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_IMG_DECODE_10k_SKPs/571\", @@@",
|
"@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"ct-get_images_from_skps-1/Ubuntu-14.04/[dummy has/Test-Ubuntu14-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_IMG_DECODE_10k_SKPs/571\", @@@",
|
||||||
"@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@",
|
"@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@",
|
||||||
"@@@STEP_LOG_LINE@json.output@ \"ct-get_images_from_skps-1/Ubuntu-14.04/[dummy has/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_IMG_DECODE_10k_SKPs/571\": {@@@",
|
"@@@STEP_LOG_LINE@json.output@ \"ct-get_images_from_skps-1/Ubuntu-14.04/[dummy has/Test-Ubuntu14-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_IMG_DECODE_10k_SKPs/571\": {@@@",
|
||||||
"@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@",
|
"@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@",
|
||||||
"@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@",
|
"@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@",
|
||||||
"@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm.appspot.com/user/task/10000\"@@@",
|
"@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm.appspot.com/user/task/10000\"@@@",
|
||||||
@ -911,7 +911,7 @@
|
|||||||
"--shards",
|
"--shards",
|
||||||
"1",
|
"1",
|
||||||
"--task-name",
|
"--task-name",
|
||||||
"ct-get_images_from_skps-2/Ubuntu-14.04/[dummy has/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_IMG_DECODE_10k_SKPs/571",
|
"ct-get_images_from_skps-2/Ubuntu-14.04/[dummy has/Test-Ubuntu14-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_IMG_DECODE_10k_SKPs/571",
|
||||||
"--dump-json",
|
"--dump-json",
|
||||||
"/path/to/tmp/json",
|
"/path/to/tmp/json",
|
||||||
"--expiration",
|
"--expiration",
|
||||||
@ -932,7 +932,7 @@
|
|||||||
"--tag",
|
"--tag",
|
||||||
"allow_milo:1",
|
"allow_milo:1",
|
||||||
"--tag",
|
"--tag",
|
||||||
"buildername:Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_IMG_DECODE_10k_SKPs",
|
"buildername:Test-Ubuntu14-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_IMG_DECODE_10k_SKPs",
|
||||||
"--tag",
|
"--tag",
|
||||||
"buildnumber:571",
|
"buildnumber:571",
|
||||||
"--tag",
|
"--tag",
|
||||||
@ -957,9 +957,9 @@
|
|||||||
"~followup_annotations": [
|
"~followup_annotations": [
|
||||||
"@@@STEP_TEXT@Run on OS: 'Ubuntu-14.04'@@@",
|
"@@@STEP_TEXT@Run on OS: 'Ubuntu-14.04'@@@",
|
||||||
"@@@STEP_LOG_LINE@json.output@{@@@",
|
"@@@STEP_LOG_LINE@json.output@{@@@",
|
||||||
"@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"ct-get_images_from_skps-2/Ubuntu-14.04/[dummy has/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_IMG_DECODE_10k_SKPs/571\", @@@",
|
"@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"ct-get_images_from_skps-2/Ubuntu-14.04/[dummy has/Test-Ubuntu14-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_IMG_DECODE_10k_SKPs/571\", @@@",
|
||||||
"@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@",
|
"@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@",
|
||||||
"@@@STEP_LOG_LINE@json.output@ \"ct-get_images_from_skps-2/Ubuntu-14.04/[dummy has/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_IMG_DECODE_10k_SKPs/571\": {@@@",
|
"@@@STEP_LOG_LINE@json.output@ \"ct-get_images_from_skps-2/Ubuntu-14.04/[dummy has/Test-Ubuntu14-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_IMG_DECODE_10k_SKPs/571\": {@@@",
|
||||||
"@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@",
|
"@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@",
|
||||||
"@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@",
|
"@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@",
|
||||||
"@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm.appspot.com/user/task/10000\"@@@",
|
"@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm.appspot.com/user/task/10000\"@@@",
|
||||||
@ -985,7 +985,7 @@
|
|||||||
"--shards",
|
"--shards",
|
||||||
"1",
|
"1",
|
||||||
"--task-name",
|
"--task-name",
|
||||||
"ct-get_images_from_skps-3/Ubuntu-14.04/[dummy has/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_IMG_DECODE_10k_SKPs/571",
|
"ct-get_images_from_skps-3/Ubuntu-14.04/[dummy has/Test-Ubuntu14-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_IMG_DECODE_10k_SKPs/571",
|
||||||
"--dump-json",
|
"--dump-json",
|
||||||
"/path/to/tmp/json",
|
"/path/to/tmp/json",
|
||||||
"--expiration",
|
"--expiration",
|
||||||
@ -1006,7 +1006,7 @@
|
|||||||
"--tag",
|
"--tag",
|
||||||
"allow_milo:1",
|
"allow_milo:1",
|
||||||
"--tag",
|
"--tag",
|
||||||
"buildername:Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_IMG_DECODE_10k_SKPs",
|
"buildername:Test-Ubuntu14-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_IMG_DECODE_10k_SKPs",
|
||||||
"--tag",
|
"--tag",
|
||||||
"buildnumber:571",
|
"buildnumber:571",
|
||||||
"--tag",
|
"--tag",
|
||||||
@ -1031,9 +1031,9 @@
|
|||||||
"~followup_annotations": [
|
"~followup_annotations": [
|
||||||
"@@@STEP_TEXT@Run on OS: 'Ubuntu-14.04'@@@",
|
"@@@STEP_TEXT@Run on OS: 'Ubuntu-14.04'@@@",
|
||||||
"@@@STEP_LOG_LINE@json.output@{@@@",
|
"@@@STEP_LOG_LINE@json.output@{@@@",
|
||||||
"@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"ct-get_images_from_skps-3/Ubuntu-14.04/[dummy has/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_IMG_DECODE_10k_SKPs/571\", @@@",
|
"@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"ct-get_images_from_skps-3/Ubuntu-14.04/[dummy has/Test-Ubuntu14-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_IMG_DECODE_10k_SKPs/571\", @@@",
|
||||||
"@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@",
|
"@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@",
|
||||||
"@@@STEP_LOG_LINE@json.output@ \"ct-get_images_from_skps-3/Ubuntu-14.04/[dummy has/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_IMG_DECODE_10k_SKPs/571\": {@@@",
|
"@@@STEP_LOG_LINE@json.output@ \"ct-get_images_from_skps-3/Ubuntu-14.04/[dummy has/Test-Ubuntu14-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_IMG_DECODE_10k_SKPs/571\": {@@@",
|
||||||
"@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@",
|
"@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@",
|
||||||
"@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@",
|
"@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@",
|
||||||
"@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm.appspot.com/user/task/10000\"@@@",
|
"@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm.appspot.com/user/task/10000\"@@@",
|
||||||
@ -1059,7 +1059,7 @@
|
|||||||
"--shards",
|
"--shards",
|
||||||
"1",
|
"1",
|
||||||
"--task-name",
|
"--task-name",
|
||||||
"ct-get_images_from_skps-4/Ubuntu-14.04/[dummy has/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_IMG_DECODE_10k_SKPs/571",
|
"ct-get_images_from_skps-4/Ubuntu-14.04/[dummy has/Test-Ubuntu14-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_IMG_DECODE_10k_SKPs/571",
|
||||||
"--dump-json",
|
"--dump-json",
|
||||||
"/path/to/tmp/json",
|
"/path/to/tmp/json",
|
||||||
"--expiration",
|
"--expiration",
|
||||||
@ -1080,7 +1080,7 @@
|
|||||||
"--tag",
|
"--tag",
|
||||||
"allow_milo:1",
|
"allow_milo:1",
|
||||||
"--tag",
|
"--tag",
|
||||||
"buildername:Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_IMG_DECODE_10k_SKPs",
|
"buildername:Test-Ubuntu14-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_IMG_DECODE_10k_SKPs",
|
||||||
"--tag",
|
"--tag",
|
||||||
"buildnumber:571",
|
"buildnumber:571",
|
||||||
"--tag",
|
"--tag",
|
||||||
@ -1105,9 +1105,9 @@
|
|||||||
"~followup_annotations": [
|
"~followup_annotations": [
|
||||||
"@@@STEP_TEXT@Run on OS: 'Ubuntu-14.04'@@@",
|
"@@@STEP_TEXT@Run on OS: 'Ubuntu-14.04'@@@",
|
||||||
"@@@STEP_LOG_LINE@json.output@{@@@",
|
"@@@STEP_LOG_LINE@json.output@{@@@",
|
||||||
"@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"ct-get_images_from_skps-4/Ubuntu-14.04/[dummy has/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_IMG_DECODE_10k_SKPs/571\", @@@",
|
"@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"ct-get_images_from_skps-4/Ubuntu-14.04/[dummy has/Test-Ubuntu14-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_IMG_DECODE_10k_SKPs/571\", @@@",
|
||||||
"@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@",
|
"@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@",
|
||||||
"@@@STEP_LOG_LINE@json.output@ \"ct-get_images_from_skps-4/Ubuntu-14.04/[dummy has/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_IMG_DECODE_10k_SKPs/571\": {@@@",
|
"@@@STEP_LOG_LINE@json.output@ \"ct-get_images_from_skps-4/Ubuntu-14.04/[dummy has/Test-Ubuntu14-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_IMG_DECODE_10k_SKPs/571\": {@@@",
|
||||||
"@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@",
|
"@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@",
|
||||||
"@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@",
|
"@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@",
|
||||||
"@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm.appspot.com/user/task/10000\"@@@",
|
"@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm.appspot.com/user/task/10000\"@@@",
|
||||||
@ -1133,7 +1133,7 @@
|
|||||||
"--shards",
|
"--shards",
|
||||||
"1",
|
"1",
|
||||||
"--task-name",
|
"--task-name",
|
||||||
"ct-get_images_from_skps-5/Ubuntu-14.04/[dummy has/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_IMG_DECODE_10k_SKPs/571",
|
"ct-get_images_from_skps-5/Ubuntu-14.04/[dummy has/Test-Ubuntu14-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_IMG_DECODE_10k_SKPs/571",
|
||||||
"--dump-json",
|
"--dump-json",
|
||||||
"/path/to/tmp/json",
|
"/path/to/tmp/json",
|
||||||
"--expiration",
|
"--expiration",
|
||||||
@ -1154,7 +1154,7 @@
|
|||||||
"--tag",
|
"--tag",
|
||||||
"allow_milo:1",
|
"allow_milo:1",
|
||||||
"--tag",
|
"--tag",
|
||||||
"buildername:Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_IMG_DECODE_10k_SKPs",
|
"buildername:Test-Ubuntu14-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_IMG_DECODE_10k_SKPs",
|
||||||
"--tag",
|
"--tag",
|
||||||
"buildnumber:571",
|
"buildnumber:571",
|
||||||
"--tag",
|
"--tag",
|
||||||
@ -1179,9 +1179,9 @@
|
|||||||
"~followup_annotations": [
|
"~followup_annotations": [
|
||||||
"@@@STEP_TEXT@Run on OS: 'Ubuntu-14.04'@@@",
|
"@@@STEP_TEXT@Run on OS: 'Ubuntu-14.04'@@@",
|
||||||
"@@@STEP_LOG_LINE@json.output@{@@@",
|
"@@@STEP_LOG_LINE@json.output@{@@@",
|
||||||
"@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"ct-get_images_from_skps-5/Ubuntu-14.04/[dummy has/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_IMG_DECODE_10k_SKPs/571\", @@@",
|
"@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"ct-get_images_from_skps-5/Ubuntu-14.04/[dummy has/Test-Ubuntu14-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_IMG_DECODE_10k_SKPs/571\", @@@",
|
||||||
"@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@",
|
"@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@",
|
||||||
"@@@STEP_LOG_LINE@json.output@ \"ct-get_images_from_skps-5/Ubuntu-14.04/[dummy has/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_IMG_DECODE_10k_SKPs/571\": {@@@",
|
"@@@STEP_LOG_LINE@json.output@ \"ct-get_images_from_skps-5/Ubuntu-14.04/[dummy has/Test-Ubuntu14-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_IMG_DECODE_10k_SKPs/571\": {@@@",
|
||||||
"@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@",
|
"@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@",
|
||||||
"@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@",
|
"@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@",
|
||||||
"@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm.appspot.com/user/task/10000\"@@@",
|
"@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm.appspot.com/user/task/10000\"@@@",
|
||||||
@ -1216,7 +1216,7 @@
|
|||||||
"--decorate",
|
"--decorate",
|
||||||
"--print-status-updates",
|
"--print-status-updates",
|
||||||
"--json",
|
"--json",
|
||||||
"{\"base_task_name\": \"ct-get_images_from_skps-1/Ubuntu-14.04/[dummy has/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_IMG_DECODE_10k_SKPs/571\", \"tasks\": {\"ct-get_images_from_skps-1/Ubuntu-14.04/[dummy has/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_IMG_DECODE_10k_SKPs/571\": {\"shard_index\": 0, \"task_id\": \"10000\", \"view_url\": \"https://chromium-swarm.appspot.com/user/task/10000\"}}}",
|
"{\"base_task_name\": \"ct-get_images_from_skps-1/Ubuntu-14.04/[dummy has/Test-Ubuntu14-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_IMG_DECODE_10k_SKPs/571\", \"tasks\": {\"ct-get_images_from_skps-1/Ubuntu-14.04/[dummy has/Test-Ubuntu14-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_IMG_DECODE_10k_SKPs/571\": {\"shard_index\": 0, \"task_id\": \"10000\", \"view_url\": \"https://chromium-swarm.appspot.com/user/task/10000\"}}}",
|
||||||
"--task-summary-json",
|
"--task-summary-json",
|
||||||
"/path/to/tmp/json"
|
"/path/to/tmp/json"
|
||||||
],
|
],
|
||||||
@ -1293,7 +1293,7 @@
|
|||||||
"--decorate",
|
"--decorate",
|
||||||
"--print-status-updates",
|
"--print-status-updates",
|
||||||
"--json",
|
"--json",
|
||||||
"{\"base_task_name\": \"ct-get_images_from_skps-2/Ubuntu-14.04/[dummy has/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_IMG_DECODE_10k_SKPs/571\", \"tasks\": {\"ct-get_images_from_skps-2/Ubuntu-14.04/[dummy has/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_IMG_DECODE_10k_SKPs/571\": {\"shard_index\": 0, \"task_id\": \"10000\", \"view_url\": \"https://chromium-swarm.appspot.com/user/task/10000\"}}}",
|
"{\"base_task_name\": \"ct-get_images_from_skps-2/Ubuntu-14.04/[dummy has/Test-Ubuntu14-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_IMG_DECODE_10k_SKPs/571\", \"tasks\": {\"ct-get_images_from_skps-2/Ubuntu-14.04/[dummy has/Test-Ubuntu14-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_IMG_DECODE_10k_SKPs/571\": {\"shard_index\": 0, \"task_id\": \"10000\", \"view_url\": \"https://chromium-swarm.appspot.com/user/task/10000\"}}}",
|
||||||
"--task-summary-json",
|
"--task-summary-json",
|
||||||
"/path/to/tmp/json"
|
"/path/to/tmp/json"
|
||||||
],
|
],
|
||||||
@ -1370,7 +1370,7 @@
|
|||||||
"--decorate",
|
"--decorate",
|
||||||
"--print-status-updates",
|
"--print-status-updates",
|
||||||
"--json",
|
"--json",
|
||||||
"{\"base_task_name\": \"ct-get_images_from_skps-3/Ubuntu-14.04/[dummy has/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_IMG_DECODE_10k_SKPs/571\", \"tasks\": {\"ct-get_images_from_skps-3/Ubuntu-14.04/[dummy has/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_IMG_DECODE_10k_SKPs/571\": {\"shard_index\": 0, \"task_id\": \"10000\", \"view_url\": \"https://chromium-swarm.appspot.com/user/task/10000\"}}}",
|
"{\"base_task_name\": \"ct-get_images_from_skps-3/Ubuntu-14.04/[dummy has/Test-Ubuntu14-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_IMG_DECODE_10k_SKPs/571\", \"tasks\": {\"ct-get_images_from_skps-3/Ubuntu-14.04/[dummy has/Test-Ubuntu14-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_IMG_DECODE_10k_SKPs/571\": {\"shard_index\": 0, \"task_id\": \"10000\", \"view_url\": \"https://chromium-swarm.appspot.com/user/task/10000\"}}}",
|
||||||
"--task-summary-json",
|
"--task-summary-json",
|
||||||
"/path/to/tmp/json"
|
"/path/to/tmp/json"
|
||||||
],
|
],
|
||||||
@ -1447,7 +1447,7 @@
|
|||||||
"--decorate",
|
"--decorate",
|
||||||
"--print-status-updates",
|
"--print-status-updates",
|
||||||
"--json",
|
"--json",
|
||||||
"{\"base_task_name\": \"ct-get_images_from_skps-4/Ubuntu-14.04/[dummy has/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_IMG_DECODE_10k_SKPs/571\", \"tasks\": {\"ct-get_images_from_skps-4/Ubuntu-14.04/[dummy has/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_IMG_DECODE_10k_SKPs/571\": {\"shard_index\": 0, \"task_id\": \"10000\", \"view_url\": \"https://chromium-swarm.appspot.com/user/task/10000\"}}}",
|
"{\"base_task_name\": \"ct-get_images_from_skps-4/Ubuntu-14.04/[dummy has/Test-Ubuntu14-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_IMG_DECODE_10k_SKPs/571\", \"tasks\": {\"ct-get_images_from_skps-4/Ubuntu-14.04/[dummy has/Test-Ubuntu14-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_IMG_DECODE_10k_SKPs/571\": {\"shard_index\": 0, \"task_id\": \"10000\", \"view_url\": \"https://chromium-swarm.appspot.com/user/task/10000\"}}}",
|
||||||
"--task-summary-json",
|
"--task-summary-json",
|
||||||
"/path/to/tmp/json"
|
"/path/to/tmp/json"
|
||||||
],
|
],
|
||||||
@ -1524,7 +1524,7 @@
|
|||||||
"--decorate",
|
"--decorate",
|
||||||
"--print-status-updates",
|
"--print-status-updates",
|
||||||
"--json",
|
"--json",
|
||||||
"{\"base_task_name\": \"ct-get_images_from_skps-5/Ubuntu-14.04/[dummy has/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_IMG_DECODE_10k_SKPs/571\", \"tasks\": {\"ct-get_images_from_skps-5/Ubuntu-14.04/[dummy has/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_IMG_DECODE_10k_SKPs/571\": {\"shard_index\": 0, \"task_id\": \"10000\", \"view_url\": \"https://chromium-swarm.appspot.com/user/task/10000\"}}}",
|
"{\"base_task_name\": \"ct-get_images_from_skps-5/Ubuntu-14.04/[dummy has/Test-Ubuntu14-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_IMG_DECODE_10k_SKPs/571\", \"tasks\": {\"ct-get_images_from_skps-5/Ubuntu-14.04/[dummy has/Test-Ubuntu14-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_IMG_DECODE_10k_SKPs/571\": {\"shard_index\": 0, \"task_id\": \"10000\", \"view_url\": \"https://chromium-swarm.appspot.com/user/task/10000\"}}}",
|
||||||
"--task-summary-json",
|
"--task-summary-json",
|
||||||
"/path/to/tmp/json"
|
"/path/to/tmp/json"
|
||||||
],
|
],
|
||||||
|
@ -120,7 +120,12 @@ def RunSteps(api):
|
|||||||
"page_type": ct_page_type,
|
"page_type": ct_page_type,
|
||||||
"num_slaves": ct_num_slaves,
|
"num_slaves": ct_num_slaves,
|
||||||
}
|
}
|
||||||
skps_dir = api.vars.checkout_root.join('skps', buildername)
|
# Note: If this directory is changed, the corresponding places it is
|
||||||
|
# referenced also needs to change. As of 8/8/17 the other places are:
|
||||||
|
# * infra/bots/ct/ct_skps.isolate
|
||||||
|
# * infra/bots/ct/run_ct_skps.py
|
||||||
|
skps_dir = api.vars.checkout_root.join('skps', skps_chromium_build,
|
||||||
|
ct_page_type, str(ct_num_slaves))
|
||||||
version_file = skps_dir.join(SKPS_VERSION_FILE)
|
version_file = skps_dir.join(SKPS_VERSION_FILE)
|
||||||
if api.path.exists(version_file): # pragma: nocover
|
if api.path.exists(version_file): # pragma: nocover
|
||||||
version_file_contents = api.file.read_text(
|
version_file_contents = api.file.read_text(
|
||||||
@ -164,6 +169,9 @@ def RunSteps(api):
|
|||||||
'GIT_HASH': api.vars.got_revision,
|
'GIT_HASH': api.vars.got_revision,
|
||||||
'CONFIGURATION': api.vars.configuration,
|
'CONFIGURATION': api.vars.configuration,
|
||||||
'BUILDER': buildername,
|
'BUILDER': buildername,
|
||||||
|
'CHROMIUM_BUILD': skps_chromium_build,
|
||||||
|
'PAGE_TYPE': ct_page_type,
|
||||||
|
'NUM_SLAVES': str(ct_num_slaves),
|
||||||
}
|
}
|
||||||
api.skia_swarming.create_isolated_gen_json(
|
api.skia_swarming.create_isolated_gen_json(
|
||||||
isolate_path, isolate_dir, 'linux', 'ct-%s-%s' % (skia_tool, slave_num),
|
isolate_path, isolate_dir, 'linux', 'ct-%s-%s' % (skia_tool, slave_num),
|
||||||
@ -244,7 +252,8 @@ def GenTests(api):
|
|||||||
yield(
|
yield(
|
||||||
api.test('CT_DM_10k_SKPs') +
|
api.test('CT_DM_10k_SKPs') +
|
||||||
api.properties(
|
api.properties(
|
||||||
buildername='Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_10k_SKPs',
|
buildername=('Test-Ubuntu14-GCC-GCE-CPU-AVX2-x86_64-Debug-' +
|
||||||
|
'CT_DM_10k_SKPs'),
|
||||||
path_config=path_config,
|
path_config=path_config,
|
||||||
swarm_out_dir='[SWARM_OUT_DIR]',
|
swarm_out_dir='[SWARM_OUT_DIR]',
|
||||||
ct_num_slaves=ct_num_slaves,
|
ct_num_slaves=ct_num_slaves,
|
||||||
@ -257,7 +266,7 @@ def GenTests(api):
|
|||||||
yield(
|
yield(
|
||||||
api.test('CT_IMG_DECODE_10k_SKPs') +
|
api.test('CT_IMG_DECODE_10k_SKPs') +
|
||||||
api.properties(
|
api.properties(
|
||||||
buildername='Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_IMG_DECODE_'
|
buildername='Test-Ubuntu14-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_IMG_DECODE_'
|
||||||
'10k_SKPs',
|
'10k_SKPs',
|
||||||
path_config=path_config,
|
path_config=path_config,
|
||||||
swarm_out_dir='[SWARM_OUT_DIR]',
|
swarm_out_dir='[SWARM_OUT_DIR]',
|
||||||
@ -271,7 +280,8 @@ def GenTests(api):
|
|||||||
yield(
|
yield(
|
||||||
api.test('CT_DM_100k_SKPs') +
|
api.test('CT_DM_100k_SKPs') +
|
||||||
api.properties(
|
api.properties(
|
||||||
buildername='Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_100k_SKPs',
|
buildername=('Test-Ubuntu14-GCC-GCE-CPU-AVX2-x86_64-Debug-' +
|
||||||
|
'CT_DM_100k_SKPs'),
|
||||||
path_config=path_config,
|
path_config=path_config,
|
||||||
swarm_out_dir='[SWARM_OUT_DIR]',
|
swarm_out_dir='[SWARM_OUT_DIR]',
|
||||||
ct_num_slaves=ct_num_slaves,
|
ct_num_slaves=ct_num_slaves,
|
||||||
@ -284,7 +294,7 @@ def GenTests(api):
|
|||||||
yield(
|
yield(
|
||||||
api.test('CT_IMG_DECODE_100k_SKPs') +
|
api.test('CT_IMG_DECODE_100k_SKPs') +
|
||||||
api.properties(
|
api.properties(
|
||||||
buildername='Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_IMG_DECODE_'
|
buildername='Test-Ubuntu14-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_IMG_DECODE_'
|
||||||
'100k_SKPs',
|
'100k_SKPs',
|
||||||
path_config=path_config,
|
path_config=path_config,
|
||||||
swarm_out_dir='[SWARM_OUT_DIR]',
|
swarm_out_dir='[SWARM_OUT_DIR]',
|
||||||
@ -299,7 +309,7 @@ def GenTests(api):
|
|||||||
api.test('CT_GPU_BENCH_1k_SKPs') +
|
api.test('CT_GPU_BENCH_1k_SKPs') +
|
||||||
api.properties(
|
api.properties(
|
||||||
buildername=
|
buildername=
|
||||||
'Perf-Ubuntu-GCC-Golo-GPU-GT610-x86_64-Release-CT_BENCH_1k_SKPs',
|
'Perf-Ubuntu14-GCC-Golo-GPU-GT610-x86_64-Release-CT_BENCH_1k_SKPs',
|
||||||
path_config=path_config,
|
path_config=path_config,
|
||||||
swarm_out_dir='[SWARM_OUT_DIR]',
|
swarm_out_dir='[SWARM_OUT_DIR]',
|
||||||
ct_num_slaves=ct_num_slaves,
|
ct_num_slaves=ct_num_slaves,
|
||||||
@ -317,7 +327,7 @@ def GenTests(api):
|
|||||||
api.test('CT_CPU_BENCH_10k_SKPs') +
|
api.test('CT_CPU_BENCH_10k_SKPs') +
|
||||||
api.properties(
|
api.properties(
|
||||||
buildername=
|
buildername=
|
||||||
'Perf-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Release-CT_BENCH_10k_SKPs',
|
'Perf-Ubuntu14-GCC-GCE-CPU-AVX2-x86_64-Release-CT_BENCH_10k_SKPs',
|
||||||
path_config=path_config,
|
path_config=path_config,
|
||||||
swarm_out_dir='[SWARM_OUT_DIR]',
|
swarm_out_dir='[SWARM_OUT_DIR]',
|
||||||
ct_num_slaves=ct_num_slaves,
|
ct_num_slaves=ct_num_slaves,
|
||||||
@ -335,7 +345,7 @@ def GenTests(api):
|
|||||||
api.test('CT_GPU_BENCH_10k_SKPs') +
|
api.test('CT_GPU_BENCH_10k_SKPs') +
|
||||||
api.properties(
|
api.properties(
|
||||||
buildername=
|
buildername=
|
||||||
'Perf-Ubuntu-GCC-Golo-GPU-GT610-x86_64-Release-CT_BENCH_10k_SKPs',
|
'Perf-Ubuntu14-GCC-Golo-GPU-GT610-x86_64-Release-CT_BENCH_10k_SKPs',
|
||||||
path_config=path_config,
|
path_config=path_config,
|
||||||
swarm_out_dir='[SWARM_OUT_DIR]',
|
swarm_out_dir='[SWARM_OUT_DIR]',
|
||||||
ct_num_slaves=ct_num_slaves,
|
ct_num_slaves=ct_num_slaves,
|
||||||
@ -352,7 +362,7 @@ def GenTests(api):
|
|||||||
yield(
|
yield(
|
||||||
api.test('CT_DM_1m_SKPs') +
|
api.test('CT_DM_1m_SKPs') +
|
||||||
api.properties(
|
api.properties(
|
||||||
buildername='Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_1m_SKPs',
|
buildername='Test-Ubuntu14-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_1m_SKPs',
|
||||||
path_config=path_config,
|
path_config=path_config,
|
||||||
swarm_out_dir='[SWARM_OUT_DIR]',
|
swarm_out_dir='[SWARM_OUT_DIR]',
|
||||||
ct_num_slaves=ct_num_slaves,
|
ct_num_slaves=ct_num_slaves,
|
||||||
@ -365,8 +375,8 @@ def GenTests(api):
|
|||||||
yield (
|
yield (
|
||||||
api.test('CT_DM_SKPs_UnknownBuilder') +
|
api.test('CT_DM_SKPs_UnknownBuilder') +
|
||||||
api.properties(
|
api.properties(
|
||||||
buildername=
|
buildername=('Test-Ubuntu14-GCC-GCE-CPU-AVX2-x86_64-Debug-' +
|
||||||
'Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_UnknownRepo_SKPs',
|
'CT_DM_UnknownRepo_SKPs'),
|
||||||
path_config=path_config,
|
path_config=path_config,
|
||||||
swarm_out_dir='[SWARM_OUT_DIR]',
|
swarm_out_dir='[SWARM_OUT_DIR]',
|
||||||
ct_num_slaves=ct_num_slaves,
|
ct_num_slaves=ct_num_slaves,
|
||||||
@ -380,8 +390,8 @@ def GenTests(api):
|
|||||||
yield (
|
yield (
|
||||||
api.test('CT_10k_SKPs_UnknownBuilder') +
|
api.test('CT_10k_SKPs_UnknownBuilder') +
|
||||||
api.properties(
|
api.properties(
|
||||||
buildername=
|
buildername=('Test-Ubuntu14-GCC-GCE-CPU-AVX2-x86_64-Debug-' +
|
||||||
'Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_UnknownTool_10k_SKPs',
|
'CT_UnknownTool_10k_SKPs'),
|
||||||
path_config=path_config,
|
path_config=path_config,
|
||||||
swarm_out_dir='[SWARM_OUT_DIR]',
|
swarm_out_dir='[SWARM_OUT_DIR]',
|
||||||
ct_num_slaves=ct_num_slaves,
|
ct_num_slaves=ct_num_slaves,
|
||||||
@ -396,7 +406,7 @@ def GenTests(api):
|
|||||||
api.test('CT_DM_1m_SKPs_slave3_failure') +
|
api.test('CT_DM_1m_SKPs_slave3_failure') +
|
||||||
api.step_data('ct-dm-3', retcode=1) +
|
api.step_data('ct-dm-3', retcode=1) +
|
||||||
api.properties(
|
api.properties(
|
||||||
buildername='Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_1m_SKPs',
|
buildername='Test-Ubuntu14-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_1m_SKPs',
|
||||||
path_config=path_config,
|
path_config=path_config,
|
||||||
swarm_out_dir='[SWARM_OUT_DIR]',
|
swarm_out_dir='[SWARM_OUT_DIR]',
|
||||||
ct_num_slaves=ct_num_slaves,
|
ct_num_slaves=ct_num_slaves,
|
||||||
@ -411,7 +421,7 @@ def GenTests(api):
|
|||||||
api.step_data('ct-dm-1', retcode=1) +
|
api.step_data('ct-dm-1', retcode=1) +
|
||||||
api.step_data('ct-dm-3', retcode=1) +
|
api.step_data('ct-dm-3', retcode=1) +
|
||||||
api.properties(
|
api.properties(
|
||||||
buildername='Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_1m_SKPs',
|
buildername='Test-Ubuntu14-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_1m_SKPs',
|
||||||
path_config=path_config,
|
path_config=path_config,
|
||||||
swarm_out_dir='[SWARM_OUT_DIR]',
|
swarm_out_dir='[SWARM_OUT_DIR]',
|
||||||
ct_num_slaves=ct_num_slaves,
|
ct_num_slaves=ct_num_slaves,
|
||||||
@ -421,7 +431,7 @@ def GenTests(api):
|
|||||||
)
|
)
|
||||||
)
|
)
|
||||||
|
|
||||||
builder = 'Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_10k_SKPs'
|
builder = 'Test-Ubuntu14-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_10k_SKPs'
|
||||||
yield(
|
yield(
|
||||||
api.test('CT_DM_10k_SKPs_Trybot') +
|
api.test('CT_DM_10k_SKPs_Trybot') +
|
||||||
api.properties(
|
api.properties(
|
||||||
@ -439,7 +449,7 @@ def GenTests(api):
|
|||||||
)
|
)
|
||||||
)
|
)
|
||||||
|
|
||||||
builder = ('Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_IMG_DECODE_'
|
builder = ('Test-Ubuntu14-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_IMG_DECODE_'
|
||||||
'10k_SKPs')
|
'10k_SKPs')
|
||||||
yield(
|
yield(
|
||||||
api.test('CT_IMG_DECODE_10k_SKPs_Trybot') +
|
api.test('CT_IMG_DECODE_10k_SKPs_Trybot') +
|
||||||
|
@ -969,16 +969,16 @@
|
|||||||
],
|
],
|
||||||
"trigger": "master"
|
"trigger": "master"
|
||||||
},
|
},
|
||||||
"Perf-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Release-CT_BENCH_1k_SKPs": {
|
"Perf-Ubuntu14-GCC-GCE-CPU-AVX2-x86_64-Release-CT_BENCH_1k_SKPs": {
|
||||||
"priority": 0.8,
|
"priority": 0.8,
|
||||||
"tasks": [
|
"tasks": [
|
||||||
"Perf-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Release-CT_BENCH_1k_SKPs"
|
"Perf-Ubuntu14-GCC-GCE-CPU-AVX2-x86_64-Release-CT_BENCH_1k_SKPs"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"Perf-Ubuntu-GCC-Golo-GPU-GT610-x86_64-Release-CT_BENCH_1k_SKPs": {
|
"Perf-Ubuntu14-GCC-Golo-GPU-GT610-x86_64-Release-CT_BENCH_1k_SKPs": {
|
||||||
"priority": 0.8,
|
"priority": 0.8,
|
||||||
"tasks": [
|
"tasks": [
|
||||||
"Perf-Ubuntu-GCC-Golo-GPU-GT610-x86_64-Release-CT_BENCH_1k_SKPs"
|
"Perf-Ubuntu14-GCC-Golo-GPU-GT610-x86_64-Release-CT_BENCH_1k_SKPs"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"Perf-Ubuntu16-Clang-NUC5PPYH-GPU-IntelHD405-x86_64-Debug": {
|
"Perf-Ubuntu16-Clang-NUC5PPYH-GPU-IntelHD405-x86_64-Debug": {
|
||||||
@ -1918,22 +1918,23 @@
|
|||||||
"Upload-Test-Mac-Clang-MacMini6.2-GPU-IntelHD4000-x86_64-Release"
|
"Upload-Test-Mac-Clang-MacMini6.2-GPU-IntelHD4000-x86_64-Release"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_100k_SKPs": {
|
"Test-Ubuntu14-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_100k_SKPs": {
|
||||||
"priority": 0.8,
|
"priority": 0.8,
|
||||||
"tasks": [
|
"tasks": [
|
||||||
"Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_100k_SKPs"
|
"Test-Ubuntu14-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_100k_SKPs"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_1m_SKPs": {
|
"Test-Ubuntu14-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_1m_SKPs": {
|
||||||
"priority": 0.8,
|
"priority": 0.8,
|
||||||
"tasks": [
|
"tasks": [
|
||||||
"Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_1m_SKPs"
|
"Test-Ubuntu14-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_1m_SKPs"
|
||||||
]
|
],
|
||||||
|
"trigger": "weekly"
|
||||||
},
|
},
|
||||||
"Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_IMG_DECODE_100k_SKPs": {
|
"Test-Ubuntu14-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_IMG_DECODE_100k_SKPs": {
|
||||||
"priority": 0.8,
|
"priority": 0.8,
|
||||||
"tasks": [
|
"tasks": [
|
||||||
"Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_IMG_DECODE_100k_SKPs"
|
"Test-Ubuntu14-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_IMG_DECODE_100k_SKPs"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"Test-Ubuntu16-Clang-NUC5PPYH-GPU-IntelHD405-x86_64-Debug": {
|
"Test-Ubuntu16-Clang-NUC5PPYH-GPU-IntelHD405-x86_64-Debug": {
|
||||||
@ -7697,10 +7698,10 @@
|
|||||||
"max_attempts": 1,
|
"max_attempts": 1,
|
||||||
"priority": 0.8
|
"priority": 0.8
|
||||||
},
|
},
|
||||||
"Perf-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Release-CT_BENCH_1k_SKPs": {
|
"Perf-Ubuntu14-GCC-GCE-CPU-AVX2-x86_64-Release-CT_BENCH_1k_SKPs": {
|
||||||
"dimensions": [
|
"dimensions": [
|
||||||
"pool:SkiaCT",
|
"pool:SkiaCT",
|
||||||
"os:Ubuntu-14.04"
|
"os:Debian-9.1"
|
||||||
],
|
],
|
||||||
"execution_timeout_ns": 86400000000000,
|
"execution_timeout_ns": 86400000000000,
|
||||||
"extra_args": [
|
"extra_args": [
|
||||||
@ -7708,7 +7709,7 @@
|
|||||||
"../../..",
|
"../../..",
|
||||||
"ct_skps",
|
"ct_skps",
|
||||||
"repository=<(REPO)",
|
"repository=<(REPO)",
|
||||||
"buildername=Perf-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Release-CT_BENCH_1k_SKPs",
|
"buildername=Perf-Ubuntu14-GCC-GCE-CPU-AVX2-x86_64-Release-CT_BENCH_1k_SKPs",
|
||||||
"swarm_out_dir=${ISOLATED_OUTDIR}",
|
"swarm_out_dir=${ISOLATED_OUTDIR}",
|
||||||
"revision=<(REVISION)",
|
"revision=<(REVISION)",
|
||||||
"patch_repo=<(PATCH_REPO)",
|
"patch_repo=<(PATCH_REPO)",
|
||||||
@ -7720,10 +7721,10 @@
|
|||||||
"isolate": "ct_skps_skia.isolate",
|
"isolate": "ct_skps_skia.isolate",
|
||||||
"priority": 0.8
|
"priority": 0.8
|
||||||
},
|
},
|
||||||
"Perf-Ubuntu-GCC-Golo-GPU-GT610-x86_64-Release-CT_BENCH_1k_SKPs": {
|
"Perf-Ubuntu14-GCC-Golo-GPU-GT610-x86_64-Release-CT_BENCH_1k_SKPs": {
|
||||||
"dimensions": [
|
"dimensions": [
|
||||||
"pool:SkiaCT",
|
"pool:SkiaCT",
|
||||||
"os:Ubuntu-14.04"
|
"os:Debian-9.1"
|
||||||
],
|
],
|
||||||
"execution_timeout_ns": 86400000000000,
|
"execution_timeout_ns": 86400000000000,
|
||||||
"extra_args": [
|
"extra_args": [
|
||||||
@ -7731,7 +7732,7 @@
|
|||||||
"../../..",
|
"../../..",
|
||||||
"ct_skps",
|
"ct_skps",
|
||||||
"repository=<(REPO)",
|
"repository=<(REPO)",
|
||||||
"buildername=Perf-Ubuntu-GCC-Golo-GPU-GT610-x86_64-Release-CT_BENCH_1k_SKPs",
|
"buildername=Perf-Ubuntu14-GCC-Golo-GPU-GT610-x86_64-Release-CT_BENCH_1k_SKPs",
|
||||||
"swarm_out_dir=${ISOLATED_OUTDIR}",
|
"swarm_out_dir=${ISOLATED_OUTDIR}",
|
||||||
"revision=<(REVISION)",
|
"revision=<(REVISION)",
|
||||||
"patch_repo=<(PATCH_REPO)",
|
"patch_repo=<(PATCH_REPO)",
|
||||||
@ -14511,10 +14512,10 @@
|
|||||||
"max_attempts": 1,
|
"max_attempts": 1,
|
||||||
"priority": 0.8
|
"priority": 0.8
|
||||||
},
|
},
|
||||||
"Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_100k_SKPs": {
|
"Test-Ubuntu14-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_100k_SKPs": {
|
||||||
"dimensions": [
|
"dimensions": [
|
||||||
"pool:SkiaCT",
|
"pool:SkiaCT",
|
||||||
"os:Ubuntu-14.04"
|
"os:Debian-9.1"
|
||||||
],
|
],
|
||||||
"execution_timeout_ns": 86400000000000,
|
"execution_timeout_ns": 86400000000000,
|
||||||
"extra_args": [
|
"extra_args": [
|
||||||
@ -14522,7 +14523,7 @@
|
|||||||
"../../..",
|
"../../..",
|
||||||
"ct_skps",
|
"ct_skps",
|
||||||
"repository=<(REPO)",
|
"repository=<(REPO)",
|
||||||
"buildername=Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_100k_SKPs",
|
"buildername=Test-Ubuntu14-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_100k_SKPs",
|
||||||
"swarm_out_dir=${ISOLATED_OUTDIR}",
|
"swarm_out_dir=${ISOLATED_OUTDIR}",
|
||||||
"revision=<(REVISION)",
|
"revision=<(REVISION)",
|
||||||
"patch_repo=<(PATCH_REPO)",
|
"patch_repo=<(PATCH_REPO)",
|
||||||
@ -14534,10 +14535,10 @@
|
|||||||
"isolate": "ct_skps_skia.isolate",
|
"isolate": "ct_skps_skia.isolate",
|
||||||
"priority": 0.8
|
"priority": 0.8
|
||||||
},
|
},
|
||||||
"Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_1m_SKPs": {
|
"Test-Ubuntu14-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_1m_SKPs": {
|
||||||
"dimensions": [
|
"dimensions": [
|
||||||
"pool:SkiaCT",
|
"pool:SkiaCT",
|
||||||
"os:Ubuntu-14.04"
|
"os:Debian-9.1"
|
||||||
],
|
],
|
||||||
"execution_timeout_ns": 86400000000000,
|
"execution_timeout_ns": 86400000000000,
|
||||||
"extra_args": [
|
"extra_args": [
|
||||||
@ -14545,7 +14546,7 @@
|
|||||||
"../../..",
|
"../../..",
|
||||||
"ct_skps",
|
"ct_skps",
|
||||||
"repository=<(REPO)",
|
"repository=<(REPO)",
|
||||||
"buildername=Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_1m_SKPs",
|
"buildername=Test-Ubuntu14-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_1m_SKPs",
|
||||||
"swarm_out_dir=${ISOLATED_OUTDIR}",
|
"swarm_out_dir=${ISOLATED_OUTDIR}",
|
||||||
"revision=<(REVISION)",
|
"revision=<(REVISION)",
|
||||||
"patch_repo=<(PATCH_REPO)",
|
"patch_repo=<(PATCH_REPO)",
|
||||||
@ -14557,10 +14558,10 @@
|
|||||||
"isolate": "ct_skps_skia.isolate",
|
"isolate": "ct_skps_skia.isolate",
|
||||||
"priority": 0.8
|
"priority": 0.8
|
||||||
},
|
},
|
||||||
"Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_IMG_DECODE_100k_SKPs": {
|
"Test-Ubuntu14-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_IMG_DECODE_100k_SKPs": {
|
||||||
"dimensions": [
|
"dimensions": [
|
||||||
"pool:SkiaCT",
|
"pool:SkiaCT",
|
||||||
"os:Ubuntu-14.04"
|
"os:Debian-9.1"
|
||||||
],
|
],
|
||||||
"execution_timeout_ns": 86400000000000,
|
"execution_timeout_ns": 86400000000000,
|
||||||
"extra_args": [
|
"extra_args": [
|
||||||
@ -14568,7 +14569,7 @@
|
|||||||
"../../..",
|
"../../..",
|
||||||
"ct_skps",
|
"ct_skps",
|
||||||
"repository=<(REPO)",
|
"repository=<(REPO)",
|
||||||
"buildername=Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_IMG_DECODE_100k_SKPs",
|
"buildername=Test-Ubuntu14-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_IMG_DECODE_100k_SKPs",
|
||||||
"swarm_out_dir=${ISOLATED_OUTDIR}",
|
"swarm_out_dir=${ISOLATED_OUTDIR}",
|
||||||
"revision=<(REVISION)",
|
"revision=<(REVISION)",
|
||||||
"patch_repo=<(PATCH_REPO)",
|
"patch_repo=<(PATCH_REPO)",
|
||||||
|
Loading…
Reference in New Issue
Block a user