Add clank/orderfile to deletion blocklist

Bug: 343721296
Change-Id: If4907b284246c2952f8da23a47ef5674e50c7ada
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/5584808
Reviewed-by: Sky Malice <skym@chromium.org>
Auto-Submit: Josip Sokcevic <sokcevic@chromium.org>
Reviewed-by: Peter Wen <wnwen@chromium.org>
Commit-Queue: Josip Sokcevic <sokcevic@chromium.org>
changes/08/5584808/2
Josip Sokcevic 11 months ago committed by LUCI CQ
parent da5e2f948a
commit 0a4852e19d

@ -740,13 +740,15 @@ class Dependency(gclient_utils.WorkItem, DependencySettings):
cached_conditions = {}
# TODO(https://crbug.com/343199633): Remove once all packages no longer
# place content in directories with git content.
# place content in directories with git content, and all milestone
# branches have picked it up (m128+).
gcs_cleanup_blocklist_name = set([
'src/base/tracing/test/data',
'src/clank/orderfiles',
'src/third_party/blink/renderer/core/css/perftest_data',
'src/third_party/instrumented_libs/binaries',
'src/third_party/opus/tests/resources',
'src/base/tracing/test/data',
'src/third_party/js_code_coverage',
'src/third_party/opus/tests/resources',
'src/third_party/test_fonts',
'src/third_party/tfhub_models',
'src/tools/perf/page_sets/maps_perf_test/',

Loading…
Cancel
Save