Disable the -beta jobs
authorChristoph Berg <myon@debian.org>
Tue, 10 Sep 2024 19:40:14 +0000 (21:40 +0200)
committerChristoph Berg <myon@debian.org>
Tue, 10 Sep 2024 19:40:14 +0000 (21:40 +0200)
README.md
jenkins/pgapt-jobs.yaml

index 7931b18530c30b76dc2798d46fa0b23cc56401d8..e48cd085c095043f691f5b303670fc7d1ff46726 100644 (file)
--- a/README.md
+++ b/README.md
@@ -28,7 +28,7 @@ is only about launching the build jobs, the real work is done in the scripts.
   * Update the repository master host: cd /srv/apt; sudo -u aptuser git pull
   * Run apt.postgresql.org job
 * In postgresql-common:
-  * Update `pgdg/apt.postgresql.org.sh`
+  * Run "make" to update `pgdg/apt.postgresql.org.sh`
   * Update debian/supported-versions
   * Install new postgresql-common version on pgdgbuild (generate-pgdg-source needs it)
 * Rebuild the old default version so its libpq gets added to the extra component (as it was in main before)
index f11ceec1c787712db6461b2b8b735497c4a81216..7c5c0fe34fbf3369fc2a2102a64d5bb4bc1b7423 100644 (file)
@@ -49,8 +49,8 @@
     shallow-clone: 'true'
     pg-supported-versions: 'pgdg'
     pg-supported-versions-beta: '17'
-    beta-cron: 'H H H * *'
-    #beta-cron: ''
+    #beta-cron: 'H H H * *'
+    beta-cron: ''
     snapshot-cron: ''
 
 - yamltemplates:
                                 )
                             }}
                         }}
+                        /*
                         stage('binaries-beta') {{
                             steps {{
                                 build(job: '{name}-binaries-beta',
                                 )
                             }}
                         }}
+                        */
                     }}
                 }}