The AFS based publishing and serving via files.openstack.org works fine,
we can stop publishing to docs.openstack.org
Change-Id: I4d6b51c7f8065e5cd21942acc64ae56639bb185b
JJB already has a tox module[1]. Defining a macro with the same name is
confusing and may cause problems when attempting to use this macro
elsewhere. Renaming it to something else should clear things up.
This is the warning from JJB:
$ jenkins-jobs test -o out ../project-config/jenkins/jobs
WARNING:jenkins_jobs.registry:You have a macro ('tox') defined for
'builder' component type that is masking an inbuilt definition
[1] http://docs.openstack.org/infra/jenkins-job-builder/builders.html#builders.tox
Change-Id: I6946229f6e94a5f4c10d6a5fc3b7049adeacacb1
Add missing root-marker to jobs that publish to docs.openstack.org.
This is so that we can create a list of directories to ignore when
we rsync documentation builds to a publishing site. Some builds
are published as subdirectories underneath the results of superior
builds. This allows those superior builds to be rsynced without
removing the other builds that were published under them.
Change-Id: I3c5555829bd064675b2fded82cdafaa0916294dd
This is related to zuulv25, we make sure console-log is the last
publisher to ensure zuul-launcher logs are also uploaded.
Change-Id: I1616b97fad2b97fb9e977ec14543aab4bc673b58
Signed-off-by: Paul Belanger <pabelanger@redhat.com>
We have some headroom on the logs filesystem and this allows us to go
back to more reliable methods of grabbing logs. Specifically we are not
required to have http access back to the jenkins master from every job
that runs into order to get the console logs then upload them to swift.
Change-Id: Ie8479c224b2fd3c3efca4e1bf4157656540eccff
Between the Icehouse and Juno releases, OpenStack changed its
supported Ubuntu LTS platform from Precise to Trusty. In support of
continuing testing stable/icehouse and prior branches on Precise
while starting to test newer branches on Trusty, a branch-based
decision tree was introduced into our Zuul configuration by way of
complex parameter functions with an ever growing list of regular
expression matches on job names.
Now that Icehouse is EOL (in fact, Juno is too) this simply adds
unnecessary complexity and an attractive nuisance for cargo-cult
copying into new job and job-template definitions which don't even
need it. In preparation to remove the associated parameter
functions, get rid of multiple labels in all jobs and set them to
whatever label Zuul would ultimately select.
This change touches a vast number, possibly a majority, of our jobs
and so manual jenkins-jobs updates on all Jenkins masters will be
needed after this merges, before it's safe to approve the
corresponding Zuul configuration cleanup.
Change-Id: Ic952ee02da2c77fe2ace81c4e2fa87531be6119c
This commit adds docs jobs to grenade. Previously grenade didn't have
support for building docs and just relied on having rst files in the
repo. Now that doc building mechanism from devstack was ported over
to grenade this adds the necessary jobs to publish the resulting
rendered documentation.
Change-Id: I17d62fba8a8cd49f2e4bb777df02e3313119b16b
Depends-On: I505c1d5e250d103b6e0f9da008f44d3ce28df94f