Merge "[compass] add new scenario ci jobs"
authorJun Li <matthew.lijun@huawei.com>
Thu, 21 Jul 2016 01:40:43 +0000 (01:40 +0000)
committerGerrit Code Review <gerrit@172.30.200.206>
Thu, 21 Jul 2016 01:40:43 +0000 (01:40 +0000)
jjb/apex/apex.yml
jjb/compass4nfv/compass-deploy.sh
jjb/fuel/fuel-verify-jobs.yml
jjb/functest/functest-ci-jobs.yml
jjb/joid/joid-ci-jobs.yml
jjb/moon/moon-verify.sh [deleted file]
jjb/moon/moon.yml
utils/opnfv-artifacts.py

index edc669e..8f9f49e 100644 (file)
               OPNFV_CLEAN=yes
             git-revision: true
             same-node: true
+            block-thresholds:
+                build-step-failure-threshold: 'never'
             block: true
         - trigger-builds:
           - project: 'functest-apex-{daily-slave}-daily-{stream1}'
               OPNFV_CLEAN=yes
             git-revision: true
             same-node: true
+            block-thresholds:
+                build-step-failure-threshold: 'never'
             block: true
         - trigger-builds:
           - project: 'functest-apex-{daily-slave}-daily-{stream1}'
               OPNFV_CLEAN=yes
             git-revision: true
             same-node: true
+            block-thresholds:
+                build-step-failure-threshold: 'never'
             block: true
         - trigger-builds:
           - project: 'functest-apex-{daily-slave}-daily-{stream1}'
               OPNFV_CLEAN=yes
             git-revision: true
             same-node: true
+            block-thresholds:
+                build-step-failure-threshold: 'never'
             block: true
         - trigger-builds:
           - project: 'functest-apex-{daily-slave}-daily-{stream1}'
index 0259849..0231ea5 100644 (file)
@@ -47,7 +47,7 @@ cd $WORKSPACE
 export OS_VERSION=${COMPASS_OS_VERSION}
 export OPENSTACK_VERSION=${COMPASS_OPENSTACK_VERSION}
 if [[ "${COMPASS_OS_VERSION_OPTION}" = "xenial" ]] && [[ "${OPENSTACK_VERSION}" = "mitaka" ]]; then
-    export OPENSTACK_VERSION=${OPENSTACK_VERSION}_${OS_VERSION}
+    export OPENSTACK_VERSION=${OPENSTACK_VERSION}_${COMPASS_OS_VERSION_OPTION}
 fi
 ./deploy.sh --dha ${DHA_CONF} --network ${NETWORK_CONF}
 if [ $? -ne 0 ]; then
index 6fd06f7..2b62394 100644 (file)
     properties:
         - throttle:
             enabled: true
-            max-total: 4
-            max-per-node: 1
+            max-total: 6
             option: 'project'
         - build-blocker:
             use-build-blocker: true
index 727419d..28ea643 100644 (file)
                 - 'tempest_full_parallel'
                 - 'rally_full'
                 - 'vims'
+                - 'multisite'
 - parameter:
     name: functest-parameter
     parameters:
index 3bfd65e..61c1f82 100644 (file)
@@ -69,6 +69,8 @@
             auto-trigger-name: 'daily-trigger-disabled'
         - 'os-onos-nofeature-noha':
             auto-trigger-name: 'daily-trigger-disabled'
+        - 'os-onos-sfc-ha':
+            auto-trigger-name: 'daily-trigger-disabled'
         - 'os-ocl-nofeature-ha':
             auto-trigger-name: 'daily-trigger-disabled'
         - 'os-ocl-nofeature-noha':
     triggers:
         - timed: ''
 
+# os-onos-sfc-ha trigger - branch: master
+- trigger:
+    name: 'joid-os-onos-sfc-ha-baremetal-master-trigger'
+    triggers:
+        - timed: '0 21 * * *'
+
 # os-onos-nofeature-ha trigger - branch: stable/brahmaputra
 - trigger:
     name: 'joid-os-onos-nofeature-ha-baremetal-brahmaputra-trigger'
diff --git a/jjb/moon/moon-verify.sh b/jjb/moon/moon-verify.sh
deleted file mode 100755 (executable)
index 23bf47c..0000000
+++ /dev/null
@@ -1,3 +0,0 @@
-#!/bin/bash
-
-echo "Hello World"
index 0044eb9..55d593f 100644 (file)
@@ -51,4 +51,6 @@
 
     builders:
         - shell:
-            !include-raw: ./moon-verify.sh
+            #!/bin/bash
+            echo "launch Moon unit tests"
+            nosetest $WORKSPACE/keystone-moon/keystone/tests/moon/unit
\ No newline at end of file
index f826d5c..876efed 100644 (file)
@@ -130,14 +130,6 @@ def has_logs(gerrit_review):
     return False
 
 
-def has_md5hash(item):
-    """
-    If a file has an md5hash available, grab it
-    """
-    if 'md5Hash' in item:
-        return item['md5Hash']
-    return False
-
 
 def has_ignorable_extension(filename):
     for extension in ignore_extensions:
@@ -158,7 +150,6 @@ def get_results(key):
                                           'items('
                                               'name,'
                                               'mediaLink,'
-                                              'md5Hash,'
                                               'updated,'
                                               'contentType,'
                                               'size'
@@ -189,7 +180,6 @@ def get_results(key):
             else:
                 href = site['mediaLink']
                 href_type = 'download'
-            md5 = has_md5hash(site)
 
             gerrit = has_gerrit_review(site_split)
             logs = False  # has_logs(gerrit)
@@ -215,7 +205,6 @@ def get_results(key):
                 'href': href,
                 'href_type': href_type,
                 'proxy_href': proxy,
-                'md5hash': md5,
             }
 
             if project in releases: