From 881cf4c658f4638c4c750436e4542080aeb6397c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jean-Fran=C3=A7ois=20Thibert?= Date: Wed, 4 Jan 2023 11:40:32 -0500 Subject: [PATCH] Ignore perf test binary files in allstar Change-Id: I023823f96342099a14d9376d9ce776204a3e23db --- .allstar/binary_artifacts.yaml | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 .allstar/binary_artifacts.yaml diff --git a/.allstar/binary_artifacts.yaml b/.allstar/binary_artifacts.yaml new file mode 100644 index 000000000000..1436e454240f --- /dev/null +++ b/.allstar/binary_artifacts.yaml @@ -0,0 +1,4 @@ +# Ignore reason: Upstream binary test files +ignorePaths: +- tools/perf/tests/pe-file.exe +- tools/perf/tests/pe-file.exe.debug