From: Anil Belur Date: Tue, 1 Oct 2019 15:45:40 +0000 (+0530) Subject: Fix incorrect syntax to use unstable-return X-Git-Url: https://gerrit.fd.io/r/gitweb?a=commitdiff_plain;h=2535643503792ef5a37ae99dea1ff1ea98390d4f;p=ci-management.git Fix incorrect syntax to use unstable-return The shell with !include-raw-escape assumes "command" with no parameters, therefore if we need to use the additional parameters such as `unstable-return` this command must be explicitly defined. Issue: IT-17774 Change-Id: Ide4702af634f4a2fadca3d20514b1bd17b871e02 Signed-off-by: Anil Belur --- diff --git a/jjb/vpp/vpp.yaml b/jjb/vpp/vpp.yaml index 5d294e850..46a04feac 100644 --- a/jjb/vpp/vpp.yaml +++ b/jjb/vpp/vpp.yaml @@ -751,9 +751,8 @@ builders: - shell: - !include-raw-escape: include-raw-vpp-coverity.sh -# TODO: make unstable return actually work with include-raw-escape -# unstable-return: 42 + command: !include-raw-escape: include-raw-vpp-coverity.sh + unstable-return: 42 publishers: - email-ext: