Merge "Add hardcoded list of CI PODs to avoid pushing logs from non-CI PODs"
authorjose.lausuch <jose.lausuch@ericsson.com>
Tue, 16 Feb 2016 15:38:53 +0000 (15:38 +0000)
committerGerrit Code Review <gerrit@172.30.200.206>
Tue, 16 Feb 2016 15:38:54 +0000 (15:38 +0000)
INFO
jjb/fuel/fuel-ci-jobs.yml
jjb/functest/functest-ci-jobs.yml
utils/docs-build.sh

diff --git a/INFO b/INFO
index 5cb6782..768551d 100644 (file)
--- a/INFO
+++ b/INFO
@@ -15,7 +15,6 @@ Fatih Degirmenci (Ericsson, fatih.degirmenci@ericsson.com)
 Aric Gardner (Linux Foundation, agardner@linuxfoundation.org)
 Tim Rozet (Red Hat, trozet@redhat.com)
 Morgan Richomme (Orange, morgan.richomme@orange.com)
-Victor Laza (CloudBase Solutions, vlaza@cloudbasesolutions.com)
 Matthew Lijun (Huawei, matthew.lijun@huawei.com)
 Peter Bandzi (Cisco, pbandzi@cisco.com)
 Jose Lausuch (Ericsson, jose.lausuch@ericsson.com)
index ef5bd41..1080cd2 100644 (file)
 - trigger:
     name: 'fuel-os-onos-nofeature-ha-opnfv-jump-2-master-trigger'
     triggers:
-        - timed: '0 10 * * *'
+        - timed: '0 10 * * */4'
 - trigger:
     name: 'fuel-os-onos-nofeature-ha-ericsson-pod1-master-trigger'
     triggers:
 - trigger:
     name: 'fuel-os-onos-nofeature-ha-ericsson-pod2-brahmaputra-trigger'
     triggers:
-        - timed: '0 10 * * *'
+        - timed: '0 10 * * */4'
 - trigger:
     name: 'fuel-os-onos-nofeature-ha-virtual-brahmaputra-trigger'
     triggers:
index 9b04b04..9765eb0 100644 (file)
         - build-name:
             name: '$BUILD_NUMBER Suite: $FUNCTEST_SUITE_NAME Scenario: $DEPLOY_SCENARIO'
         - timeout:
-            timeout: $JOB_TIMEOUT
+            timeout: 400
             abort: true
 
     parameters:
             default: 'os-odl_l2-nofeature-ha'
         - functest-parameter:
             gs-pathname: '{gs-pathname}'
-        - string:
-            name: JOB_TIMEOUT
-            default: '210'
-            description: "Job build timeout"
 
     scm:
         - git-scm:
index 3c0e8bd..4d95836 100755 (executable)
@@ -41,7 +41,7 @@ revision="$(git rev-parse --short HEAD)"
 rev_full="$(git rev-parse HEAD)"
 version="$(git describe --abbrev=0 2> /dev/null || echo draft) ($revision)"
 project="$(basename $(git rev-parse --show-toplevel))"
-html_notes="    Revision: $rev_full\n    Build date: |today|"
+html_notes="    Revision: $rev_full\n    Build date: $(date -u +'%Y-%m-%d')"
 default_conf='releng/docs/etc/conf.py'
 opnfv_logo='releng/docs/etc/opnfv-logo.png'