Commit bf4c42e5 authored by Bartek Nowierski's avatar Bartek Nowierski Committed by Chromium LUCI CQ

Temporarily disable PA-Everywhere in FYI bots

This is to check if the selected tests pass under a normal configuration

Bug: 1121427
Change-Id: I3a23c18d51ec7e51ae290d10a649c09491c2015a
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2592855Reviewed-by: default avatarGarrett Beaty <gbeaty@chromium.org>
Commit-Queue: Garrett Beaty <gbeaty@chromium.org>
Auto-Submit: Bartek Nowierski <bartekn@chromium.org>
Cr-Commit-Position: refs/heads/master@{#837619}
parent 862f8ec2
......@@ -327,8 +327,10 @@
'mac-upload-perfetto': 'release_bot',
'win-annotator-rel': 'release_bot',
'win-celab-builder-rel': 'release_bot_minimal_symbols',
'win-paeverywhere-x86-fyi-dbg': 'debug_bot_paeverywhere_x86',
'win-paeverywhere-x86-fyi-rel': 'release_trybot_paeverywhere_x86',
# TODO(bartekn): Switch back to debug_bot_paeverywhere_x86 and
# release_trybot_paeverywhere_x86.
'win-paeverywhere-x86-fyi-dbg': 'debug_bot_x86',
'win-paeverywhere-x86-fyi-rel': 'release_trybot_x86',
'win-paeverywhere-x64-fyi-dbg': 'debug_bot_paeverywhere_x64',
'win-paeverywhere-x64-fyi-rel': 'release_trybot_paeverywhere_x64',
'win-pixel-builder-rel': 'release_bot',
......@@ -1861,10 +1863,6 @@
'debug_bot', 'fuchsia', 'compile_only',
],
'debug_bot_paeverywhere_x86': [
'debug_bot', 'paeverywhere', 'x86',
],
'debug_bot_paeverywhere_x64': [
'debug_bot', 'paeverywhere', 'x64',
],
......@@ -2506,10 +2504,6 @@
'use_clang_coverage', 'partial_code_coverage_instrumentation',
],
'release_trybot_paeverywhere_x86': [
'release_trybot', 'paeverywhere', 'x86',
],
'release_trybot_paeverywhere_x64': [
'release_trybot', 'paeverywhere', 'x64',
],
......@@ -3104,7 +3098,8 @@
},
'paeverywhere': {
'gn_args': 'use_allocator="partition"',
# TODO(bartekn): Re-enable.
# 'gn_args': 'use_allocator="partition"',
},
# Used to pass the list of files to instrument for coverage to the compile
......
......@@ -248,7 +248,6 @@
"symbol_level": 1,
"target_cpu": "arm",
"target_os": "android",
"use_allocator": "partition",
"use_goma": true
}
},
......@@ -260,7 +259,6 @@
"symbol_level": 1,
"target_cpu": "arm",
"target_os": "android",
"use_allocator": "partition",
"use_goma": true
}
},
......@@ -271,7 +269,6 @@
"symbol_level": 1,
"target_cpu": "arm64",
"target_os": "android",
"use_allocator": "partition",
"use_goma": true
}
},
......@@ -283,7 +280,6 @@
"symbol_level": 1,
"target_cpu": "arm64",
"target_os": "android",
"use_allocator": "partition",
"use_goma": true
}
},
......@@ -651,7 +647,6 @@
"is_debug": true,
"symbol_level": 1,
"target_cpu": "x64",
"use_allocator": "partition",
"use_goma": true
}
},
......@@ -662,7 +657,6 @@
"is_debug": false,
"symbol_level": 1,
"target_cpu": "x64",
"use_allocator": "partition",
"use_goma": true
}
},
......@@ -728,7 +722,6 @@
"is_debug": true,
"symbol_level": 1,
"target_cpu": "x64",
"use_allocator": "partition",
"use_goma": true
}
},
......@@ -739,7 +732,6 @@
"is_debug": false,
"symbol_level": 1,
"target_cpu": "x64",
"use_allocator": "partition",
"use_goma": true
}
},
......@@ -771,7 +763,6 @@
"is_debug": true,
"symbol_level": 1,
"target_cpu": "x64",
"use_allocator": "partition",
"use_goma": true
}
},
......@@ -782,7 +773,6 @@
"is_debug": false,
"symbol_level": 1,
"target_cpu": "x64",
"use_allocator": "partition",
"use_goma": true
}
},
......@@ -792,7 +782,6 @@
"is_debug": true,
"symbol_level": 1,
"target_cpu": "x86",
"use_allocator": "partition",
"use_goma": true
}
},
......@@ -803,7 +792,6 @@
"is_debug": false,
"symbol_level": 1,
"target_cpu": "x86",
"use_allocator": "partition",
"use_goma": true
}
},
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment