projects
/
pgapt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a961502
)
Disable ppc64el and s390x on buster
author
Christoph Berg
<myon@debian.org>
Mon, 15 Apr 2024 13:02:37 +0000
(15:02 +0200)
committer
Christoph Berg
<myon@debian.org>
Mon, 15 Apr 2024 13:02:37 +0000
(15:02 +0200)
jenkins/pgapt-jobs.yaml
patch
|
blob
|
blame
|
history
diff --git
a/jenkins/pgapt-jobs.yaml
b/jenkins/pgapt-jobs.yaml
index e7298f639a7e8100ceb45b0c6d349d972eaaca5b..46190337a5dfb116f21981dbcc7a373faf91db9b 100644
(file)
--- a/
jenkins/pgapt-jobs.yaml
+++ b/
jenkins/pgapt-jobs.yaml
@@
-33,8
+33,8
@@
filter: &filter |
architecture=="amd64" ||
distribution=="sid" ||
- (architecture in ["arm64", "ppc64el", "s390x"] && !(distribution in ["mantic"])) ||
- (
architecture=="i386"
&& (distribution in ["buster"]))
+ (architecture in ["arm64", "ppc64el", "s390x"] && !(distribution in ["
buster", "
mantic"])) ||
+ (
(architecture in ["arm64", "i386"])
&& (distribution in ["buster"]))
filter_pattern: &filter_pattern |
({arch-filter}) &&
({dist-filter}) &&