Skip to content

Commit

Permalink
Add focus for nightly jenkinsfile
Browse files Browse the repository at this point in the history
Signed-off-by: Maciej Kwiek <maciej@isovalent.com>
  • Loading branch information
nebril committed Feb 24, 2020
1 parent 0e7493f commit ecabe70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile.nightly
Expand Up @@ -100,7 +100,7 @@ pipeline {
steps {
parallel(
"Nightly":{
sh 'cd ${TESTDIR}; ginkgo --focus="Nightly*" -v --failFast=${FAILFAST} -- -cilium.timeout=450m'
sh 'cd ${TESTDIR}; ginkgo --focus="$(echo ${ghprbCommentBody} | sed -r "s/([^ ]* |^[^ ]*$)//" | sed "s/^$/Nightly*/")" -v --failFast=${FAILFAST} -- -cilium.timeout=450m'
},
)
}
Expand Down

0 comments on commit ecabe70

Please sign in to comment.