Merge "Reduce maximal size of karaf.log to fit in new VMs"
authorJamo Luhrsen <jluhrsen@redhat.com>
Fri, 2 Sep 2016 15:46:33 +0000 (15:46 +0000)
committerGerrit Code Review <gerrit@opendaylight.org>
Fri, 2 Sep 2016 15:46:33 +0000 (15:46 +0000)
jjb/genius/genius-csit-genius.yaml [new file with mode: 0644]
jjb/releng-jobs.yaml
jjb/releng-macros.yaml

diff --git a/jjb/genius/genius-csit-genius.yaml b/jjb/genius/genius-csit-genius.yaml
new file mode 100644 (file)
index 0000000..d137efc
--- /dev/null
@@ -0,0 +1,39 @@
+- project:
+    name: genius-csit-genius
+    jobs:
+        - '{project}-csit-1node-{functionality}-{install}-{stream}'
+        - '{project}-csit-verify-1node-{functionality}'
+
+    # The project name
+    project: 'genius'
+
+    # The functionality under test
+    functionality: 'genius'
+
+    # Project branches
+    stream:
+        - carbon:
+            branch: 'master'
+            jre: 'openjdk8'
+        - boron:
+            branch: 'stable/boron'
+            jre: 'openjdk8'
+
+    install:
+        - only:
+            scope: 'only'
+        - all:
+            scope: 'all'
+
+    # Mininet configuration
+    mininet-image: 'ubuntu-trusty-mininet-ovs-23-2c-2g'
+    mininet-vms: 2
+
+    # Features to install
+    install-features: 'odl-genius-ui'
+
+    # Robot custom options
+    robot-options: ' '
+
+    # Trigger jobs (upstream dependencies)
+    trigger-jobs: 'yangtools-distribution-{stream},controller-distribution-{stream},openflowjava-distribution-{stream},openflowplugin-distribution-{stream},genius-distribution-{stream}'
index 89a9ebc3a6dd9d625ce6788cd403754e52e8d476..d385251772271ed8fd1b7811ea8505bb4cfeb6fb 100644 (file)
                       pattern: jjb-templates/**
 
     builders:
-        - opendaylight-infra-pre-builders
         - shell: |
             pip freeze
             jenkins-jobs -l DEBUG test --recursive -o archives/job_output jjb/
             gzip archives/job_output/*
+
         - releng-check-unicode
 
     publishers:
 
 
     builders:
-        - opendaylight-infra-pre-builders
         - shell: |
             virtualenv $WORKSPACE/venv
             source $WORKSPACE/venv/bin/activate
                       pattern: jjb-templates/**
 
     builders:
-        - opendaylight-infra-pre-builders
         - shell: |
             pip freeze
             jenkins-jobs --version
         - timed: 'H H * * 0'
 
     builders:
-        - opendaylight-infra-pre-builders
         - shell: |
             jenkins-jobs --flush-cache update --recursive jjb/
 
         - timed: 'H H * * 1'
 
     builders:
-        - opendaylight-infra-pre-builders
         - shell:
             !include-raw-escape:
                 - include-raw-check-poms.sh
index 2f3a79e3e59e8c0cfb0777864a1b21f774a9090f..820abd08440e79a8a00951e98fac869c4e35ffb8 100644 (file)
         - workspace-cleanup:
             fail-build: false
 
-- builder:
-    name: opendaylight-infra-pre-builders
-    builders:
-        - shell: |
-            if [ ! -z "$GERRIT_PATCHSET_REVISION" ]; then
-                LOG_MESSAGE="
-                    Logs for $JOB_NAME:
-                    https://logs.opendaylight.org/$SILO/$JENKINS_HOSTNAME/$JOB_NAME/$BUILD_NUMBER
-                    (note that logs will be unavailable until the job is completed running.)
-                "
-                ssh -p 29418 jenkins-$SILO@git.opendaylight.org gerrit review -m \"${LOG_MESSAGE}\" $GERRIT_PATCHSET_REVISION
-            fi
-
 - builder:
     name: wipe-org-opendaylight-repo
     builders: