Bugzilla – Attachment 189778 Details for
Bug 41274
Incremental test runs not properly skipping Schema files
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 41274: Remove exceptions from files listed in the result repo
241f3a0.patch (text/plain), 1.11 KB, created by
Jonathan Druart
on 2025-11-20 14:02:13 UTC
(
hide
)
Description:
Bug 41274: Remove exceptions from files listed in the result repo
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2025-11-20 14:02:13 UTC
Size:
1.11 KB
patch
obsolete
>From 241f3a006c98d365dda3dd40053411335454c683 Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Thu, 20 Nov 2025 14:58:31 +0100 >Subject: [PATCH] Bug 41274: Remove exceptions from files listed in the result > repo > >IF we have pushed some files that should have been excluded from the >tests but have been processed previously and failed, we should skip it >the next build anyway >--- > Koha/Devel/CI/IncrementalRuns.pm | 1 + > 1 file changed, 1 insertion(+) > >diff --git a/Koha/Devel/CI/IncrementalRuns.pm b/Koha/Devel/CI/IncrementalRuns.pm >index a62becddb9e..f7e02638f91 100644 >--- a/Koha/Devel/CI/IncrementalRuns.pm >+++ b/Koha/Devel/CI/IncrementalRuns.pm >@@ -140,6 +140,7 @@ sub get_files_to_test { > @koha_commit_history; > if ($last_build_commit) { > @files = @{ from_json( read_file("$self->{git_repo_dir}/$self->{test_dir}/$last_build_commit") ) }; >+ @files = $dev_files->remove_exceptions( \@files, $filetype ); > push @files, $dev_files->ls_files( $filetype, "$last_build_commit HEAD" ); > } else { > >-- >2.43.0 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 41274
:
189716
|
189776
|
189777
| 189778