X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=jjb%2Fbottlenecks%2Fbottlenecks-project-jobs.yml;h=523d363f771073e3f55fb674dd5d4adcbce00104;hb=5fa2a94a571796b512d9ac0350acdf1ac7c52623;hp=51782a255b0dbb3cb7e71b702028d9f32b392a8c;hpb=1c58cb1e727a31898b60896307240dcb0899419f;p=releng.git diff --git a/jjb/bottlenecks/bottlenecks-project-jobs.yml b/jjb/bottlenecks/bottlenecks-project-jobs.yml index 51782a255..523d363f7 100644 --- a/jjb/bottlenecks/bottlenecks-project-jobs.yml +++ b/jjb/bottlenecks/bottlenecks-project-jobs.yml @@ -71,7 +71,8 @@ - branch-compare-type: 'ANT' branch-pattern: '**/{branch}' builders: - - bottlenecks-unit-tests + - bottlenecks-hello + #- bottlenecks-unit-tests - job-template: name: 'bottlenecks-merge-{stream}' @@ -105,7 +106,8 @@ branch-pattern: '**/{branch}' builders: - - bottlenecks-unit-tests + - bottlenecks-hello + #- bottlenecks-unit-tests - job-template: name: 'bottlenecks-{suite}-upload-artifacts-{stream}' @@ -215,3 +217,12 @@ /bin/bash $WORKSPACE/tests.sh deactivate + +- builder: + name: bottlenecks-hello + builders: + - shell: | + #!/bin/bash + set -o errexit + + echo "hello"