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>
Use the script that was created to test the dhcp settings
in bifrost, using static inventory. Initially add it as non-voting
job until we get successful results.
Change-Id: Ibaa2c298e8549c01a84eda16d187613925c85a4c
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
Addition of a non-voting bifrost integration test that exercises
the code path utilized for image builds while building a diskimage-
builder based IPA image, along with a guest image to be booted,
which should draw it's network configuration via simple-init/glean.
This ultimately allows for an integrated test of:
* bifrost
* diskimage-builder
* ironic
* ironic-python-agent
* python-ironicclient
* shade
* simple-init/glean
Change-Id: Id9b4888fb20d5af163f14fe1f9136913f95a8a5f
Update the bifrost gate job name to clearly define the
scenario of the test, given that it is an integration
test utilizing CoreOS based IPA and cirros as the user
OS that is deployed to the test instance.
Change-Id: I09a8dc069557060d866b41395f49a5e6155c0127
bifrost does a bunch of things with multiple repos, but is currently
managing the cloning of them all internally. Get things set up to properly
use zuul-cloner to prep repo state.
This should be followed up with a bifrost patch to simply use the repos
that zuul-cloner prepares here.
Change-Id: Ied5c5287b79aadfd6660335d4c68182821e2d843
Extending the bifrost job timeout since it is occasionally hitting
the timeout as well as adding preservation of logs.
Change-Id: I715e237853619fbd57d93bf3c7df663998c7a494
Depends-On: I8d686918649a69b8aab9e3c5d7faf3a79a42a4e8
Closes-Bug: 1459803
Closes-Bug: 1460052