Akihiro Motoki <amotoki at gmail.com> writes: > To avoid this, stephenfin, asettle, AJaeger and I agree that some flag > to determine if the PDF build > is ready or not is needed. As of now, "pdf-docs" tox env is used as the flag. > Another way we considered is a variable in openstack-tox-docs job, but > we cannot pass a variable > to zuul project template, so we didn't use this way. You can't pass a variable to a project-template, but you can set a variable on a project: https://zuul-ci.org/docs/zuul/user/config.html#attr-project.vars -Jim