I'm not too familiar with this side of the code. I noticed a few other
tests have this line and the glance_store functional tests are missing it.
The error is that "The following LIBS_FROM_GIT were not installed
correct: glance_store". From the latest check experimental on this patch:
https://review.openstack.org/#/c/302374/
Change-Id: I11a6d898ea3ee3b28c974cc6b99c9c9d87ef9e99
The directory is called hooks not gates. This needs updating so that
glance can find the correct file.
Change-Id: I94e4e1a9cf2e80120ffe87f57ee11459bb9b384d
With change Iff5e96bd80b8f165ccc7d6be09b53208613571eb, we do not need
to pass DEVSTACK_GATE_TIMEOUT anymore to devstack-gate, instead the
value from the build-timeout wrapper is passed.
Remove DEVSTACK_GATE_TIMEOUT for jenkins/jobs/[e-m]*.yaml
Increase timeout for all non-grenade jobs by 5 mins since
Iea866e4cc40e149e598f35e010ec855937bdf9ae will use a 10 minute
buffer and the internal timeout should stay the same. The grenade
jobs already have 10 mins of buffer, so no need
adjust the timeout.
Change-Id: Ied54d602d0cd1b994129f979ec25290e54980426
As clarkb suggested on #openstack-infra at 17:46 2015-10-22:
"maybe we should s/branch-designator/job-suffix/g in all those files
as job-suffix makes more sense considering how branch-designator has been
used".
The rename should make it easier for newcomers to understand
these jobs.
This renames branch-designator everywhere in jenkins/jobs/*.
Change-Id: Icb11271b958d92957fb9907ff03c0b898d7b76fc
Most jobs installing client libs from pypi now, this means that we don't
need set up the client lib git repos by default in devstack-gate. But
before we can clean up devstack-gate the jobs that do need the clients
need to explicitly state that.
Note that this also setups up ironic and related things because of how
the ironic jobs work they all share a common macro.
Change-Id: I97cc3758d5c97494704406d779a7326420940427
This adds a test job to run glance_store functional tests with the
filesystem driver. After this is up and running, jobs will be added for
each driver we want to functionally test as they become ready.
Change-Id: Ie4d06a6e2713f8d5b12582b2963271f10970672e
This adds a non-voting functional test job for python-glanceclient. Once
the tests pass reliably it will be set to voting.
Change-Id: Iae7a72f62357de42a9f25b9062806c16f874b150