ci/travis.py: also wait if in "created" state
Apparently they added this state; example: https://gitlab.labs.nic.cz/knot/knot-resolver/-/jobs/275512
Self sign-up has been disabled due to increased spam activity. If you want to get access, please send an email to a project owner (preferred) or at gitlab(at)nic(dot)cz. We apologize for the inconvenience.
Apparently they added this state; example: https://gitlab.labs.nic.cz/knot/knot-resolver/-/jobs/275512
Merge details
merged
mentioned in commit ac789eba
continue
used there? Won't that lead to repeating requests.get()
too fast due to skipping the time.sleep()
part? (i.e. I'd expect pass
instead of continue
)
You're right. I'll add it to my branch of nitpick fixes.