From 172bb4fc2a8f97964ef888170f39bb2079d5ed0f Mon Sep 17 00:00:00 2001 From: Benoit Daloze Date: Fri, 13 Jun 2025 17:50:57 +0200 Subject: [PATCH] [GR-65967] Add comment about extra catch_files pattern in buildbot --- ci/common.jsonnet | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/ci/common.jsonnet b/ci/common.jsonnet index 74d4ac1dc9b2..71f49d50414b 100644 --- a/ci/common.jsonnet +++ b/ci/common.jsonnet @@ -142,6 +142,11 @@ local common_json = import "../common.json"; common_catch_files: { catch_files+: [ + # There are additional catch_files-like patterns in buildbot/graal/catcher.py for: + # * hs_err_pid*.log files + # * Dumping IGV graphs to (?P.+(\.gv\.xml|\.bgv)) + # * CFGPrinter: Output to file (?P.*compilations-.+\.cfg) + # There are defined there for efficiency reasons. # Keep in sync with jdk.graal.compiler.debug.StandardPathUtilitiesProvider#DIAGNOSTIC_OUTPUT_DIRECTORY_MESSAGE_REGEXP "Graal diagnostic output saved in '(?P[^']+)'", # Keep in sync with jdk.graal.compiler.debug.DebugContext#DUMP_FILE_MESSAGE_REGEXP