X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=jjb%2Fcsit%2Fcsit-vpp-honeycomb.yaml;h=d96133e5c4cb931c4f66e99ddf33ed41ab095b96;hb=41bad5f842df8862154be09fe69ca4f501c73224;hp=81589ee24a54be019318925d9ae6362cdfc7519e;hpb=3623f5ac7497c369b7a7be650bc9cb3fcd0c2d4c;p=ci-management.git 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'