summaryrefslogtreecommitdiffstats
path: root/jjb
diff options
context:
space:
mode:
authorTibor Frank <tifrank@cisco.com>2016-09-21 08:36:00 +0200
committerAndrew Grimberg <agrimberg@linuxfoundation.org>2016-10-19 15:21:20 +0000
commit41bad5f842df8862154be09fe69ca4f501c73224 (patch)
treedcfa6eb3cb7a82d60a2030e257885a41b46c6424 /jjb
parent3623f5ac7497c369b7a7be650bc9cb3fcd0c2d4c (diff)
CSIT-56: Automated run of Honeycomb tests
- Update 'csit-honeycomb-functional-{stream}-{os}' job to the latest changes. Change-Id: I904423a4f55c11007aa7ba1a0268642a103ab699 Signed-off-by: Tibor Frank <tifrank@cisco.com>
Diffstat (limited to 'jjb')
-rw-r--r--jjb/csit/csit-vpp-honeycomb.yaml25
1 files changed, 17 insertions, 8 deletions
diff --git a/jjb/csit/csit-vpp-honeycomb.yaml b/jjb/csit/csit-vpp-honeycomb.yaml
index 81589ee24..d96133e5c 100644
--- a/jjb/csit/csit-vpp-honeycomb.yaml
+++ b/jjb/csit/csit-vpp-honeycomb.yaml
@@ -10,7 +10,10 @@
stream:
- master:
branch: 'master'
- branch-id: 'master'
+ repo-stream-part: 'master'
+ - '1609':
+ branch: 'stable/1609'
+ repo-stream-part: 'stable.1609'
os:
- ubuntu1404
@@ -32,24 +35,30 @@
project: '{project}'
- gerrit-parameter:
branch: '{branch}'
+ - os-parameter:
+ os: '{os}'
wrappers:
- fdio-infra-wrappers:
build-timeout: '{build-timeout}'
triggers:
- - build-result:
- combine: false
- groups:
- - jobs:
- - honeycomb-merge-{stream}-{os}
- results:
- - success
+ - reverse:
+ jobs: 'honeycomb-integration-{stream}-{os}'
+ result: 'success'
+
+ prebuilders:
+ - shell: |
+ if [ "${{OS}}" == "ubuntu1404" ];then sudo update-java-alternatives -s /usr/lib/jvm/java-1.8.0-openjdk-amd64||echo 'ignoring failure';fi
builders:
- shell:
!include-raw-escape: include-raw-csit-honeycomb-functional-virl.sh
+ postbuilders:
+ - shell: |
+ if [ "${{OS}}" == "ubuntu1404" ];then sudo update-java-alternatives -s /usr/lib/jvm/java-1.7.0-openjdk-amd64||echo 'ignoring failure';fi
+
publishers:
- archive-artifacts:
artifacts: 'report.html, log.html, output.xml'