21363: Add ubuntu2404 to run_upload_packages
authorBrett Smith <brett.smith@curii.com>
Fri, 7 Jun 2024 13:10:38 +0000 (09:10 -0400)
committerBrett Smith <brett.smith@curii.com>
Fri, 7 Jun 2024 13:10:38 +0000 (09:10 -0400)
Refs #21363.

Arvados-DCO-1.1-Signed-off-by: Brett Smith <brett.smith@curii.com>

jenkins/run_upload_packages.py

index a299c2ad74e0b8ae3fa459a84a0e273cb3d75bcd..23fd09621fd9ee68673fb347dc7c62f32cb2d11a 100755 (executable)
@@ -209,6 +209,7 @@ aptly publish update "$DISTNAME" filesystem:"${DISTNAME%-*}":
             'ubuntu1804': 'bionic-'+repo,
             'ubuntu2004': 'focal-'+repo,
             'ubuntu2204': 'jammy-'+repo,
+            'ubuntu2404': 'noble-'+repo,
             }
 
     def post_uploads(self, paths):
@@ -292,7 +293,7 @@ def parse_arguments(arguments):
 
     for target in [
             'debian10', 'debian11', 'debian12',
-            'ubuntu1804', 'ubuntu2004', 'ubuntu2204',
+            'ubuntu1804', 'ubuntu2004', 'ubuntu2204', 'ubuntu2404',
     ]:
         PACKAGE_SUITES[target] = _define_suite(
             DebianPackageSuite, os.path.join('packages', target, '*.deb'),