From 162edb1e96735c8c8689a1c02bc70aec45ba0834 Mon Sep 17 00:00:00 2001 From: Christoph Berg Date: Tue, 8 Aug 2023 22:00:31 +0200 Subject: [PATCH] Enable the autopkgtest-beta jobs --- jenkins/pgapt-jobs.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/jenkins/pgapt-jobs.yaml b/jenkins/pgapt-jobs.yaml index 0df0671..f23f3b6 100644 --- a/jenkins/pgapt-jobs.yaml +++ b/jenkins/pgapt-jobs.yaml @@ -51,6 +51,7 @@ shallow-clone: 'true' pg-supported-versions: 'pgdg' pg-supported-versions-beta: '16' + beta-cron: 'H H H * *' snapshot-cron: '' - yamltemplates: @@ -539,7 +540,7 @@ - string: *PG_SUPPORTED_VERSIONS - matrix-combinations: *matrix_combination_parameter triggers: - # - timed: "H H H * *" + - timed: '{beta-cron}' # upgrade test template -- 2.39.5