Merge "Fix ubuntu image update failures."
authorJamo Luhrsen <jluhrsen@redhat.com>
Mon, 7 Aug 2017 21:56:32 +0000 (21:56 +0000)
committerGerrit Code Review <gerrit@opendaylight.org>
Mon, 7 Aug 2017 21:56:32 +0000 (21:56 +0000)
16 files changed:
jjb/integration/integration-test-jobs.yaml
jjb/packaging/ansible.yaml
jjb/packaging/build-deb.sh [moved from jjb/packaging/include-raw-build-deb.sh with 100% similarity]
jjb/packaging/build-rpm-snap.sh [moved from jjb/packaging/include-raw-build-rpm-snap.sh with 100% similarity]
jjb/packaging/build-rpm.sh [moved from jjb/packaging/include-raw-build-rpm.sh with 100% similarity]
jjb/packaging/install-deb.sh [moved from jjb/packaging/include-raw-install-deb.sh with 100% similarity]
jjb/packaging/install-rpm.sh [moved from jjb/packaging/include-raw-install-rpm.sh with 100% similarity]
jjb/packaging/packaging.yaml
jjb/packaging/puppet.yaml
jjb/packaging/start-odl.sh [moved from jjb/packaging/include-raw-start-odl.sh with 100% similarity]
jjb/packaging/stop-odl.sh [moved from jjb/packaging/include-raw-stop-odl.sh with 100% similarity]
jjb/packaging/test-ansible-deb.sh [moved from jjb/packaging/include-raw-test-ansible-deb.sh with 100% similarity]
jjb/packaging/test-ansible-rpm.sh [moved from jjb/packaging/include-raw-test-ansible-rpm.sh with 100% similarity]
jjb/packaging/test-puppet.sh [moved from jjb/packaging/include-raw-test-puppet.sh with 100% similarity]
jjb/packaging/test-rpm-upgrade.sh [moved from jjb/packaging/include-raw-test-rpm-upgrade.sh with 100% similarity]
jjb/releng-jobs.yaml

index 221fda6e12f4d04585d1805631d761c92f6573cb..edfd0d784d8a809194b3e558c884b5112bcead26 100644 (file)
               -Dstream={stream}
               {opendaylight-infra-mvn-opts}
           java-opts:
-            - '-Xmx7168m -XX:MaxPermSize=1024m -Dmaven.compile.fork=true'
+            - '-Xmx3072m -Dmaven.compile.fork=true'
           settings: integration-settings
           settings-type: cfp
           global-settings: global-settings
index 608c4879063a17a4b9a22e1fc20090492b23af4d..ff961d9a0c6e91555f34884d4548aadabe6123e5 100644 (file)
@@ -44,7 +44,7 @@
           build-timeout: '{build-timeout}'
 
     builders:
-      - shell: !include-raw: include-raw-test-ansible-rpm.sh
+      - shell: !include-raw: test-ansible-rpm.sh
 
     triggers:
       - timed: '@daily'
@@ -87,7 +87,7 @@
           build-timeout: '{build-timeout}'
 
     builders:
-      - shell: !include-raw: include-raw-test-ansible-deb.sh
+      - shell: !include-raw: test-ansible-deb.sh
 
     triggers:
       - timed: '@daily'
index 57583193907741b1355d56a060f26f51af9aa258..5f4d1a0e8f13bee02fa8305dcdd2b0eedce37e57 100644 (file)
@@ -73,7 +73,7 @@
           build-timeout: '{build-timeout}'
 
     builders:
-      - shell: !include-raw: include-raw-build-rpm.sh
+      - shell: !include-raw: build-rpm.sh
       - lf-infra-deploy-maven-file:
           global-settings-file: 'global-settings'
           settings-file: 'packaging-settings'
           build-timeout: '{build-timeout}'
 
     builders:
-      - shell: !include-raw: include-raw-build-rpm-snap.sh
+      - shell: !include-raw: build-rpm-snap.sh
       - lf-infra-deploy-maven-file:
           global-settings-file: 'global-settings'
           settings-file: 'packaging-settings'
           build-timeout: '{build-timeout}'
 
     builders:
-      - shell: !include-raw: include-raw-install-rpm.sh
-      - shell: !include-raw: include-raw-start-odl.sh
+      - shell: !include-raw: install-rpm.sh
+      - shell: !include-raw: start-odl.sh
       - shell: |
           # Install expect to interact with Karaf shell
           sudo yum install -y expect
           # Install nmap to check status of ODL's SSH port
           sudo yum install -y nmap
       - shell: !include-raw: include-raw-test-karaf.expect
-      - shell: !include-raw: include-raw-stop-odl.sh
+      - shell: !include-raw: stop-odl.sh
 
     publishers:
       # TODO: Remove the archive publisher
           build-timeout: '{build-timeout}'
 
     builders:
-      - shell: !include-raw: include-raw-install-rpm.sh
-      - shell: !include-raw: include-raw-start-odl.sh
+      - shell: !include-raw: install-rpm.sh
+      - shell: !include-raw: start-odl.sh
       - shell: |
           # Install expect to interact with Karaf shell
           sudo yum install -y expect
           # Install nmap to check status of ODL's SSH port
           sudo yum install -y nmap
       - shell: !include-raw: include-raw-test-karaf.expect
-      - shell: !include-raw: include-raw-stop-odl.sh
-      - shell: !include-raw: include-raw-test-rpm-upgrade.sh
-      - shell: !include-raw: include-raw-start-odl.sh
+      - shell: !include-raw: stop-odl.sh
+      - shell: !include-raw: test-rpm-upgrade.sh
+      - shell: !include-raw: start-odl.sh
       - shell: !include-raw: include-raw-test-karaf.expect
-      - shell: !include-raw: include-raw-stop-odl.sh
+      - shell: !include-raw: stop-odl.sh
 
     publishers:
       - lf-infra-publish
           build-timeout: '{build-timeout}'
 
     builders:
-      - shell: !include-raw: include-raw-install-deb.sh
-      - shell: !include-raw: include-raw-start-odl.sh
+      - shell: !include-raw: install-deb.sh
+      - shell: !include-raw: start-odl.sh
       - shell: |
           # Install expect to interact with Karaf shell
           sudo apt-get install -y expect
           # Install nmap to check status of ODL's SSH port
           sudo apt-get install -y nmap
       - shell: !include-raw: include-raw-test-karaf.expect
-      - shell: !include-raw: include-raw-stop-odl.sh
+      - shell: !include-raw: stop-odl.sh
 
     publishers:
       - lf-infra-publish
           build-timeout: '{build-timeout}'
 
     builders:
-      - shell: !include-raw: include-raw-build-deb.sh
+      - shell: !include-raw: build-deb.sh
       - lf-infra-deploy-maven-file:
           global-settings-file: 'global-settings'
           settings-file: 'packaging-settings'
index ece33cf8e72ff420e44bd683b84764f3a21e573b..b92d46977e3dd079361f209458f4a06f7bba0277 100644 (file)
@@ -52,7 +52,7 @@
           build-timeout: '{build-timeout}'
 
     builders:
-      - shell: !include-raw: include-raw-test-puppet.sh
+      - shell: !include-raw: test-puppet.sh
 
     triggers:
       - timed: '@weekly'
@@ -99,7 +99,7 @@
           build-timeout: '{build-timeout}'
 
     builders:
-      - shell: !include-raw: include-raw-test-puppet.sh
+      - shell: !include-raw: test-puppet.sh
 
     triggers:
       - timed: '@daily'
index bf52f06ec7f89e4812f4a4952f38403c2f5380b2..42e6d8aeea033a4c190c7041a73cbab9c0778fa7 100644 (file)
       - docker
       - gbp
       - java-builder:
-          build-timeout: 60
+          build-timeout: 75
       - mininet
-      - mininet-ovs-2.5
+      - mininet-ovs-2.5:
+          build-timeout: 60
       - robot
 
     exclude: