Commit Graph

9 Commits

Author SHA1 Message Date
Monty Taylor 355f7090a6 Remove zuul v2 and jjb content
It's migrated, it can be removed now.

Depends-On: I6a89752d74ed7424267c3af3937ad01fb4bb8f86
Change-Id: Id67d0149b645bd23e460cef65719541f76f0967b
2017-10-24 08:50:05 +02:00
Andreas Jaeger 4a61bc67f5 Change job-suffix to suffix
We have now some rather long job-template names, shorten them with
replacing job-suffix with suffix.

Before this change we had 1500 usages of job-suffix and 700 of just
suffix. This change therefore unifies to one setting.

Note that this does not change any job names at all, they are unchanged,
it changes and shortens only the names of job-templates.

Change-Id: I514df039a848d9f6619bca3adc05dfb84a761fc9
2016-12-08 22:05:01 +01:00
Matt Riedemann 61a9daa2c5 Make the cells v1 job run explicitly with nova-network
The cells v1 job won't work with neutron, so it has to run
with nova-network. As we're looking to globally switch
DEVSTACK_GATE_NEUTRON to 1 (the default) in devstack-gate
for the master branch (Ocata) if not specified, we need to
specify this for the cells v1 job.

See I6ece30e823c0cf21fbb2f37568c669dd7d3c6a08

Change-Id: If86b061be095ed5cfc7a5f5594f84abae68baab0
2016-11-02 15:05:34 -04:00
Clark Boylan a536410240 Run dsvm cells on xenial
This is part of the push to run master/newton tests on xenial by
default. This job passes locally on an infra image using the
reproduce.sh script found at:
http://logs.openstack.org/34/281134/6/gate/gate-tempest-dsvm-cells/e4f7798/logs/reproduce.sh

Change-Id: I8402041b28f2c31947bcff6182a4eaf19fb77645
2016-09-12 12:40:00 -07:00
Andreas Jaeger 9e8c66a93a Increase devstack timeout
Increase devstack wrapper timeout by 5 mins since devstack-gate will use
10 mins - instead of the previous 5 mins - as buffer.

This is needed in this form only for those jobs changed by
21837612a5.

Change-Id: Ida6e84f6c9458d46b7c3792bf57eff27dd72b258
Needed-By: Iea866e4cc40e149e598f35e010ec855937bdf9ae
2016-02-07 09:16:13 +01:00
Andreas Jaeger 21837612a5 Remove DEVSTACK_GATE_TIMEOUT [part 1]
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/[a-c]*.yaml

Correct timeout value in congress, the variable had 60 minutes, the
wrapper 125 - use 65 now since that's what would have been used.

Change-Id: I8a737755608f7a085424d3010c3da8b81a457ebf
2016-02-05 18:54:33 +01:00
Sean Dague 4d7fb2d8d5 remove gate-devstack-dsvm-cells
gate-devstack-dsvm-cells was a stop gap job on juno/kilo to use
devstack exercises on cells until the tempest job got working. The
tempest job was working in kilo, and now votes.

With juno gone, and the old job almost testing nothing on kilo (it
boots 1 vm only), we should remove it and just leave the tempest-cells
job where it already is.

Change-Id: I829903b0690faea2d499f4ba8a2393cf31ed4601
2015-12-04 08:14:45 -05:00
Andreas Jaeger 8828fb1a0a Print the JJB template name in some jobs
Print JJB template name in more job templates so that it's easy to
identify them.

Change-Id: Ia6793a0ae5bed9e655538985f8d0f5ece82774d8
2015-11-25 20:39:22 +01:00
Matt Riedemann 781573eb5a Move cells jobs templates into their own yaml file
This will help organize the cells job templates for when
a follow-on change adds a new job template for cells + neutron.

Change-Id: I923ee199de1956a3375dddbfc3470014d7778e79
2015-11-11 18:44:41 -08:00