Fix packagecloud_push.sh upload failure for vpp-ext-deps 68/29868/1
authorDave Wallace <[email protected]>
Tue, 10 Nov 2020 15:29:38 +0000 (10:29 -0500)
committerDave Wallace <[email protected]>
Tue, 10 Nov 2020 15:29:38 +0000 (10:29 -0500)
commit8b8f1a2b7bf7407581eb3157a789d443191388b0
treea4f8c62b06d73cedf149c662491ccdb2920a578f
parent95d1128532eb210f64c045de2f71085c30afd99b
Fix packagecloud_push.sh upload failure for vpp-ext-deps

- When a new vpp-ext-deps version is created, the
  packagecloud_push.sh script will declare a failure
  for merge jobs if the package already has been
  pushed by another job running in parallel.
  Since vpp-ext-deps will be automatically rebuilt
  by the VPP build, there is no reason to fail the
  merge job if the packagecloud push fails for the
  vpp-ext-deps package.

Signed-off-by: Dave Wallace <[email protected]>
Change-Id: I96edc6948b7f8b654cc66154412e5eb00927266a
jjb/scripts/packagecloud_push.sh