ansible: Add RedHat and Rocky Linux support to libs-i386 role
[lttng-ci.git] / jobs / images.yml
index 56fafb3a84c962d19758306ea3feb48154b03e92..9d2f4b0cff7320d9ae3eb4b280e085d80f610ef3 100644 (file)
       - string:
           <<: *images_parameters_GIT_BRANCH
 
+- project:
+    name: images_imagebuilder_rockylinux
+    OS:
+      - rockylinux
+    ARCHES:
+      - amd64
+    RELEASES:
+      - '8'
+      - '9'
+    parameters:
+      - bool:
+          <<: *images_parameters_SKIP_BASE_IMAGES
+      - bool:
+          <<: *images_parameters_SKIP_PROFILE_IMAGES
+      - choice:
+          <<: *images_parameters_ARCH_FILTER
+          choices:
+            - all
+            - amd64
+      - choice:
+          <<: *images_parameters_IMAGE_TYPE_FILTER
+      - choice:
+          <<: *images_parameters_PROFILE_FILTER
+      - choice:
+          name: 'RELEASE_FILTER'
+          choices:
+            - 'all'
+            - '8'
+            - '9'
+      - string:
+          <<: *images_parameters_GIT_URL
+      - string:
+          <<: *images_parameters_GIT_BRANCH
+    jobs:
+      - 'images_imagebuilder_{OS}'
+
 - project:
     name: images_imagebuilder_SLES
     OS:
       #   support the io.bus option to use virtio-blk instead.
       # - '12.5'
       - '15.4'
+      - '15.5'
     parameters:
       - bool:
           <<: *images_parameters_SKIP_BASE_IMAGES
           choices:
             - 'all'
             - '15.4'
+            - '15.5'
       - string:
           <<: *images_parameters_GIT_URL
       - string:
           <<: *images_parameters_GIT_BRANCH
     jobs:
       - 'images_imagebuilder_{OS}'
+
+- project:
+    name: images_imagebuilder_ubuntu
+    OS:
+      - ubuntu
+    ARCHES:
+      - amd64
+    RELEASES:
+      - focal
+      - jammy
+      - noble
+    parameters:
+      - bool:
+          <<: *images_parameters_SKIP_BASE_IMAGES
+      - bool:
+          <<: *images_parameters_SKIP_PROFILE_IMAGES
+      - choice:
+          <<: *images_parameters_ARCH_FILTER
+          choices:
+            - all
+            - amd64
+      - choice:
+          <<: *images_parameters_IMAGE_TYPE_FILTER
+      - choice:
+          <<: *images_parameters_PROFILE_FILTER
+      - choice:
+          name: 'RELEASE_FILTER'
+          choices:
+            - 'all'
+            - 'focal'
+            - 'jammy'
+            - 'noble'
+      - string:
+          <<: *images_parameters_GIT_URL
+      - string:
+          <<: *images_parameters_GIT_BRANCH
+    jobs:
+      - 'images_imagebuilder_{OS}'
+
 - project:
     name: images_basejobs
     jobs:
This page took 0.023774 seconds and 4 git commands to generate.