These are defined in zuul-jobs now. Because the tox-docs in zuul-jobs is
a general purpose "run tox -edocs" job, we should call the openstack
variant that does other things something else.
Depends-On: I19fd6cb20b09b931873a0d9c85ebefabbf2c8373
Depends-On: Ife2b603710e8bdba7eac5fffe68dc41c97f336cf
Change-Id: I828e38d3efd4817146cc6b1fefaa7b5bab71fdf7
Otherwise, we get a deprecation warning:
[DEPRECATION WARNING]: Using comma separated values for a list has been
deprecated. You should instead use the correct YAML syntax for lists.
Change-Id: I59194aa420c449a5d557dfa087f7ab3ec6521afa
Signed-off-by: Paul Belanger <pabelanger@redhat.com>
Check to see if testr / testrepository results have been created. If
so, copy them back to zuul-executor so we can publish them.
Change-Id: Ic367a7e36d8d6f4921704782adabfba770daea58
Signed-off-by: Paul Belanger <pabelanger@redhat.com>
Because we want to use the package task, we need to know facts about
the host we are running on. Otherwise we get the following error:
Could not detect which package manager to use. Try gathering facts
or setting the "use" option.
Change-Id: I069f4025403e301af08137c19da1e5b35e21798d
Signed-off-by: Paul Belanger <pabelanger@redhat.com>
Ensure we pass the envlist variable to our roles.
Change-Id: I1340b5db310e401bcac321ee12138bd5777d2324
Depends-On: Icd8ed9f769c1b2ce7fcb9c3a75296f0279a24d9f
Signed-off-by: Paul Belanger <pabelanger@redhat.com>
Start creating the structure needed to run tox-docs on our project.
Change-Id: Ia9431073189be91fbfdd36fa0781e4bd504adedb
Depends-On: I5999b95cd1e8140118ed65cd35ff87931da79d52
Signed-off-by: Paul Belanger <pabelanger@redhat.com>
We have been using the following ansible playbooks for testing
feature/zuulv3 of zuul. This commit copies the playbooks from zuul
and imports them here.
Change-Id: Ib776cdce10b1f05501c46f6cf359723960f1bc71
Depends-On: I11da723df8823091f25e2a630e80ee4270d99a9b
Depends-On: Ic03634dd02d2eb1fa5aa8a38f4beb5f0ec5582c6
Co-Authored-By: Andreas Jaeger <aj@suse.com>
Signed-off-by: Paul Belanger <pabelanger@redhat.com>