From: Jamo Luhrsen Date: Fri, 2 Sep 2016 15:46:33 +0000 (+0000) Subject: Merge "Reduce maximal size of karaf.log to fit in new VMs" X-Git-Tag: release/boron~40 X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=commitdiff_plain;h=f50b9f9d019ae88a81afe4c639216f60794a3acc;hp=0861bd4af55b87c05e046fcef2b744f193b6dd8a;p=releng%2Fbuilder.git Merge "Reduce maximal size of karaf.log to fit in new VMs" --- diff --git a/jjb/genius/genius-csit-genius.yaml b/jjb/genius/genius-csit-genius.yaml new file mode 100644 index 000000000..d137efcbb --- /dev/null +++ b/jjb/genius/genius-csit-genius.yaml @@ -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}' diff --git a/jjb/releng-jobs.yaml b/jjb/releng-jobs.yaml index 89a9ebc3a..d38525177 100644 --- a/jjb/releng-jobs.yaml +++ b/jjb/releng-jobs.yaml @@ -58,11 +58,11 @@ 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: @@ -122,7 +122,6 @@ builders: - - opendaylight-infra-pre-builders - shell: | virtualenv $WORKSPACE/venv source $WORKSPACE/venv/bin/activate @@ -189,7 +188,6 @@ pattern: jjb-templates/** builders: - - opendaylight-infra-pre-builders - shell: | pip freeze jenkins-jobs --version @@ -238,7 +236,6 @@ - timed: 'H H * * 0' builders: - - opendaylight-infra-pre-builders - shell: | jenkins-jobs --flush-cache update --recursive jjb/ @@ -275,7 +272,6 @@ - timed: 'H H * * 1' builders: - - opendaylight-infra-pre-builders - shell: !include-raw-escape: - include-raw-check-poms.sh diff --git a/jjb/releng-macros.yaml b/jjb/releng-macros.yaml index 2f3a79e3e..820abd084 100644 --- a/jjb/releng-macros.yaml +++ b/jjb/releng-macros.yaml @@ -290,19 +290,6 @@ - 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: