From bb2525bcc81e8ad41e907e488b25fd549ae5aed6 Mon Sep 17 00:00:00 2001 From: Christoph Berg Date: Tue, 26 Mar 2024 17:31:35 +0100 Subject: [PATCH] Disable pljava on ppc64el It has been unstable for years; tests randomly fail --- jenkins/pgapt-jobs.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jenkins/pgapt-jobs.yaml b/jenkins/pgapt-jobs.yaml index 9b34df8..f5191b4 100644 --- a/jenkins/pgapt-jobs.yaml +++ b/jenkins/pgapt-jobs.yaml @@ -2006,7 +2006,7 @@ # test failures on i386, disable for now # https://github.com/tada/pljava/issues/338 # s390x also fails: https://github.com/tada/pljava/issues/469 - arch-filter: '!(architecture in ["i386", "s390x"])' + arch-filter: '!(architecture in ["i386", "ppc64el", "s390x"])' jobs: - git-packages-with-beta -- 2.39.5