project-config/jenkins/scripts
Clark Boylan 3d5a035197 Fix retries in grab_console_log.sh
We implemented retries of console log grabbing to workaround occasional
jenkins 502 errors, but this is running under set -e so curl returning a
non zero error message resulted in short circuiting the retries and
failed the jobs.

Fix this with a simple || true appendage to the curl command so that any
failed curls can error properly without affecting the error checking in
the script. We will then retry until we eventually give up.

Change-Id: I0a784aa45bff7de5b411372ccecc569ec148ecc5
2015-04-15 16:51:14 -07:00
..
baremetal-archive-logs.sh Reorganizes project-config 2014-09-25 11:41:04 -04:00
baremetal-deploy.sh Reorganizes project-config 2014-09-25 11:41:04 -04:00
baremetal-os-install.sh Reorganizes project-config 2014-09-25 11:41:04 -04:00
bump-milestone.sh Clean up bashate failures 2014-09-30 12:39:48 -07:00
common_translation_update.sh Fix path of RST locale file 2015-03-09 18:38:17 +01:00
create-ppa-package.sh Clean up bashate failures 2014-09-30 12:39:48 -07:00
gerrit-git-prep.sh Clean up bashate failures 2014-09-30 12:39:48 -07:00
grab_console_log.sh Fix retries in grab_console_log.sh 2015-04-15 16:51:14 -07:00
jenkins-oom-grep.sh Reorganizes project-config 2014-09-25 11:41:04 -04:00
jenkins-sudo-grep.sh Broaden pattern match for jenkins-sudo-grep.sh 2015-01-09 00:24:22 +00:00
jenkinsci-upload.sh Reorganizes project-config 2014-09-25 11:41:04 -04:00
lvm-kexec-reset.sh Reorganizes project-config 2014-09-25 11:41:04 -04:00
mavencentral-upload.sh Reorganizes project-config 2014-09-25 11:41:04 -04:00
merge_tags.sh Reorganizes project-config 2014-09-25 11:41:04 -04:00
package-gerrit.sh Reorganizes project-config 2014-09-25 11:41:04 -04:00
php-laravel-build.sh Clean up bashate failures 2014-09-30 12:39:48 -07:00
ping.py Reorganizes project-config 2014-09-25 11:41:04 -04:00
project-requirements-change.py Simplify requirements check run_command invocation 2015-03-24 23:25:09 +00:00
propose_translation_update_django_openstack_auth.sh Translation download: Update all existing translations 2014-10-15 13:38:47 +02:00
propose_translation_update_horizon.sh Translation download: Update all existing translations 2014-10-15 13:38:47 +02:00
propose_translation_update_manuals.sh Support translation of RST files 2015-03-06 22:23:42 +01:00
propose_translation_update.sh Translation download: Update all existing translations 2014-10-15 13:38:47 +02:00
propose_update.sh Change proposals fall back on proposed branches 2015-04-10 14:38:13 +00:00
pypi-extract-name.py Reorganizes project-config 2014-09-25 11:41:04 -04:00
pypi-extract-universal.py Reorganizes project-config 2014-09-25 11:41:04 -04:00
pypi-tarball-upload.sh Reorganizes project-config 2014-09-25 11:41:04 -04:00
pypi-wheel-upload.sh Reorganizes project-config 2014-09-25 11:41:04 -04:00
run-cover.sh We want to run freese in venv not with tox target 2014-12-23 10:44:10 -08:00
run-docs.sh Run freeze command after running tox 2014-12-24 08:33:07 -08:00
run-jsbuild.sh Reorganizes project-config 2014-09-25 11:41:04 -04:00
run-pep8.sh We want to run freese in venv not with tox target 2014-12-23 10:44:10 -08:00
run-pylint.sh Reorganizes project-config 2014-09-25 11:41:04 -04:00
run-selenium.sh We want to run freese in venv not with tox target 2014-12-23 10:44:10 -08:00
run-tarball.sh Clean up bashate failures 2014-09-30 12:39:48 -07:00
run-tox.sh We want to run freese in venv not with tox target 2014-12-23 10:44:10 -08:00
run-wheel.sh Clean up bashate failures 2014-09-30 12:39:48 -07:00
run-xmllint.sh Reorganizes project-config 2014-09-25 11:41:04 -04:00
subunit2html.py Add license info to subunit2html 2015-04-01 15:48:23 -07:00
tardiff.py Reorganizes project-config 2014-09-25 11:41:04 -04:00
update-pip-cache.sh Reorganizes project-config 2014-09-25 11:41:04 -04:00
upstream_translation_django_openstack_auth.sh Clean up bashate failures 2014-09-30 12:39:48 -07:00
upstream_translation_horizon.sh Clean up bashate failures 2014-09-30 12:39:48 -07:00
upstream_translation_update_manuals.sh Clean up bashate failures 2014-09-30 12:39:48 -07:00
upstream_translation_update.sh Clean up bashate failures 2014-09-30 12:39:48 -07:00
version-properties.sh Reorganizes project-config 2014-09-25 11:41:04 -04:00
wait_for_nova.sh Reorganizes project-config 2014-09-25 11:41:04 -04:00
wait_for_puppet.sh Clean up bashate failures 2014-09-30 12:39:48 -07:00
zuul_swift_upload.py zuul_swift_upload add support for appending help 2015-03-24 10:46:29 +11:00