From 68a15c223c416e854779075b91bb60e8e5733c02 Mon Sep 17 00:00:00 2001 From: Michael Banck Date: Wed, 28 Feb 2024 09:17:17 +0100 Subject: [PATCH] Reintroduce elephant-shed --- jenkins/packages | 1 + jenkins/pgapt-jobs.yaml | 8 ++++++++ 2 files changed, 9 insertions(+) diff --git a/jenkins/packages b/jenkins/packages index b461b74..0c1316c 100644 --- a/jenkins/packages +++ b/jenkins/packages @@ -8,6 +8,7 @@ check-pgactivity check-pgbackrest check-postgres credcheck +elephant-shed extra-window-functions first-last-agg h3-pg diff --git a/jenkins/pgapt-jobs.yaml b/jenkins/pgapt-jobs.yaml index 81ef218..1baaf7a 100644 --- a/jenkins/pgapt-jobs.yaml +++ b/jenkins/pgapt-jobs.yaml @@ -1057,6 +1057,14 @@ jobs: - git-packages-with-beta +- project: + name: elephant-shed + git-url: https://github.com/credativ/elephant-shed.git + git-branch: rel1_3 + dist-filter: '!(distribution in ["buster"])' + jobs: + - git-packages + - project: name: extra-window-functions git-url: https://salsa.debian.org/postgresql/extra-window-functions.git -- 2.39.5