]> git.apps.os.sepia.ceph.com Git - ceph-build.git/commitdiff
ceph-dev-cron: Drop nautilus | Add quincy 1969/head
authorDavid Galloway <dgallowa@redhat.com>
Wed, 23 Feb 2022 15:04:34 +0000 (10:04 -0500)
committerDavid Galloway <dgallowa@redhat.com>
Wed, 23 Feb 2022 15:04:34 +0000 (10:04 -0500)
Signed-off-by: David Galloway <dgallowa@redhat.com>
ceph-dev-cron/config/definitions/ceph-dev-cron.yml

index ddd931892ed9dc9743105779561b35d9cd27377e..101835303ac52f4386f7c2a427a37c3abdf94757 100644 (file)
           browser: auto
           branches:
             - origin/master
+            - origin/quincy
             - origin/pacific
             - origin/octopus
-            - origin/nautilus
           skip-tag: true
           timeout: 20
           wipe-workspace: true
 
     builders:
-      # Build luminous on:
-      # default: centos7 bionic xenial trusty
+      # build octopus on:
+      # default: focal bionic centos7 centos8 leap15
       - conditional-step:
           condition-kind: regex-match
-          regex: .*luminous.*
+          regex: .*octopus.*
           label: '${GIT_BRANCH}'
           on-evaluation-failure: dont-run
           steps:
                   predefined-parameters: |
                     BRANCH=${GIT_BRANCH}
                     FORCE=True
-                    DISTROS=centos7 bionic xenial trusty
-      # build nautilus on:
-      # default: bionic xenial centos7 centos8
+                    DISTROS=focal bionic centos7 centos8 leap15
+      # build pacific on:
+      # default: focal bionic centos8 leap15
+      # crimson: centos8
       - conditional-step:
           condition-kind: regex-match
-          regex: .*nautilus.*
+          regex: .*pacific.*
           label: '${GIT_BRANCH}'
           on-evaluation-failure: dont-run
           steps:
                   predefined-parameters: |
                     BRANCH=${GIT_BRANCH}
                     FORCE=True
-                    DISTROS=bionic xenial centos7 centos8
-      # build octopus on:
-      # default: focal bionic centos7 centos8 leap15
-      - conditional-step:
-          condition-kind: regex-match
-          regex: .*octopus.*
-          label: '${GIT_BRANCH}'
-          on-evaluation-failure: dont-run
-          steps:
-            - shell:
-                !include-raw:
-                - ../../../scripts/build_utils.sh
-                - ../../build/notify
-            - trigger-builds:
+                    DISTROS=focal bionic centos8 leap15
                 - project: 'ceph-dev'
                   predefined-parameters: |
                     BRANCH=${GIT_BRANCH}
                     FORCE=True
-                    DISTROS=focal bionic centos7 centos8 leap15
-      # build pacific on:
-      # default: focal bionic centos8 leap15
+                    DISTROS=centos8
+                    FLAVOR=crimson
+                    ARCHS=x86_64
+      # build quincy on:
+      # default: focal centos8 leap15
       # crimson: centos8
       - conditional-step:
           condition-kind: regex-match
-          regex: .*pacific.*
+          regex: .*quincy.*
           label: '${GIT_BRANCH}'
           on-evaluation-failure: dont-run
           steps:
                   predefined-parameters: |
                     BRANCH=${GIT_BRANCH}
                     FORCE=True
-                    DISTROS=focal bionic centos8 leap15
+                    DISTROS=focal centos8 leap15
                 - project: 'ceph-dev'
                   predefined-parameters: |
                     BRANCH=${GIT_BRANCH}