aerogearcatalog / unifiedpush-apb

Apache License 2.0
6 stars 21 forks source link

☸ Set imagePullPolicy to Always in Deployments #93

Closed grdryn closed 5 years ago

grdryn commented 5 years ago

JIRA: https://issues.jboss.org/browse/AEROGEAR-9035

grdryn commented 5 years ago

@pb82 thanks for the review! I'm looking into the test failure at the moment. It looks like there hasn't been a passing run for this project in a while :see_no_evil:

This request fails: https://github.com/aerogearcatalog/unifiedpush-apb/blob/a7c44df6d62790beaedda576408eb5c0eaa6454c/roles/test-unifiedpush-apb/tasks/provision.yml#L18

with the following error message:

Status code was -1 and not [200]: Request failed: <urlopen error [Errno 113] No route to host>

Edit 1: I've gotten it to work once here by PUTTING IN MORE LOGGING TO SEE WHAT WAS GOING WRONG. I'll run it a couple more times to see if it will fail with more information in the new debug tasks.

Edit 2: There's a failing case here. The cluster_ip is set, but for some reason the request fails. I've put in some retries, to see if it just needs to wait a moment.