]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-build.git/commitdiff
ceph-dev{,-new}-trigger: do build kraken w/o ppa and on trusty 974/head
authorKefu Chai <kchai@redhat.com>
Thu, 1 Mar 2018 12:02:28 +0000 (20:02 +0800)
committerKefu Chai <kchai@redhat.com>
Thu, 1 Mar 2018 12:03:54 +0000 (20:03 +0800)
Signed-off-by: Kefu Chai <kchai@redhat.com>
ceph-dev-new-trigger/config/definitions/ceph-dev-new-trigger.yml
ceph-dev-trigger/config/definitions/ceph-dev-trigger.yml
scripts/build_utils.sh

index ce79ea747cf25552fb9ed4552262506b095ce714..39ef024c065185d559dc287c21ea2a92acdebc2d 100644 (file)
@@ -30,7 +30,7 @@
     builders:
       - conditional-step:
           condition-kind: regex-match
-          regex: .*(jewel|luminous).*
+          regex: .*(jewel|kraken|luminous).*
           label: '${GIT_BRANCH}'
           on-evaluation-failure: dont-run
           steps:
@@ -51,7 +51,7 @@
       - conditional-step:
           condition-kind: shell
           condition-command: |
-            echo "${GIT_BRANCH}" | grep -v '\(jewel\|luminous\)'
+            echo "${GIT_BRANCH}" | grep -v '\(jewel\|kraken\|luminous\)'
           on-evaluation-failure: dont-run
           steps:
             - shell:
index 6867b7b53e4b2bf895c225937962dfe02c3ea85a..d0ca9c66ae086a3dc2720c4c1cbfb9b450c12839 100644 (file)
@@ -39,7 +39,7 @@
     builders:
       - conditional-step:
           condition-kind: regex-match
-          regex: .*(jewel|luminous).*
+          regex: .*(jewel|kraken|luminous).*
           label: '${GIT_BRANCH}'
           on-evaluation-failure: dont-run
           steps:
@@ -60,7 +60,7 @@
       - conditional-step:
           condition-kind: shell
           condition-command: |
-            echo "${GIT_BRANCH}" | grep -v '\(jewel\|luminous\)'
+            echo "${GIT_BRANCH}" | grep -v '\(jewel\|kraken\|luminous\)'
           on-evaluation-failure: dont-run
           steps:
             - shell:
index 5639f1c2200f7a98b5ce364403db710a27224636..1ca399475c5e69fcd2b570d0ca7e8d718c8ea42c 100644 (file)
@@ -431,6 +431,9 @@ use_ppa() {
         10.*)
             # jewel
             use_ppa=false;;
+        11.*)
+            # kraken
+            use_ppa=false;;
         12.*)
             # luminous
             use_ppa=false;;