Commit Graph

26 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 1662be8582 Use local_conf for jenkins/jobs/n*
Update to use newer local_conf stanza for projects where possible.

Change-Id: I5fca7640cef18362cd1ca6bfc736c3606b1bc93e
2017-07-15 19:49:55 +02:00
Andreas Jaeger b0239e9055 Remove mitaka specific cases in jobs
Remove special treatment for mitaka in jobs where the repo has now
the stable/mitaka branch retired.

Change-Id: I1af11cf22c145bb96e93485460cca277287c88ca
2017-07-05 18:09:44 +02:00
Reedip 519a1776ce Trigger correct gate jobs
Neutron fullstack jobs were running instead of the intended
Neutron FWaaS fullstack jobs after [1] got merged.
This patch corrects the same.

[1]: I98b58355b558fba9a17e75284a42db2813fb20ac

Change-Id: Ia10b9bb4cf4ac747154d2c6d9cb7c301d5bfb5f3
2017-05-17 07:05:39 +00:00
Armando Migliaccio 31be1c0e03 Export gate hook for neutron-fwaas on newton branch
Change-Id: I3f6c870359bbe8b756f956972074e924891cd42f
2017-02-03 14:10:21 -08:00
Nate Johnston 028e732ef8 Add neutron-fwaas dsvm-fullstack testing job
Now that the openstack client fully supports FWaaS v2, add a fullstack
testing job for neutron-fwaas.  This will be experimental to start with,
since the change that implements fullstack testing [1] is still under
development.

[1] https://review.openstack.org/394619

Change-Id: I98b58355b558fba9a17e75284a42db2813fb20ac
2017-01-17 23:11:34 +00:00
Clark Boylan b0e9c09117 Liberty spring cleaning
Liberty is EOL, start cleaning up all of the special things we have in
place for handling libertyisms. Note that this doesn't touch the configs
for deployment projects as they may still attempt to support liberty via
distro packages.

Change-Id: I7faa16c1d6038204a4b42167ed91b73175abe58c
2016-12-14 11:19:13 -08:00
Nate Johnston 82a1491ab5 Enable plugin for fwaas multinode tests
The multinode test definiton for neutron-fwaas omitted proper loading of
the neutron-fwaas plugin.

Change-Id: Ic898203c58ea390f11b53b91e29d18fc4585ab9e
2016-12-09 15:48:35 +00: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
Nate Johnston c2b4d39dfd Make neutron-fwaas multinode jobs work
These changes are to make the neutron-fwaas multinode jobs work.  I also
backport fixes to the grenade job.

Change-Id: Id2f5dddb316bb0304ffe7e32dc9f228735088482
2016-12-01 14:12:29 +00:00
YAMAMOTO Takashi 0c96947add neutron-fwaas: Consume gate hook for tempest plugin jobs
To populate NETWORK_API_EXTENSIONS.

Co-Authored-By: Nate Johnston <Nate_Johnston@cable.comcast.com>

Related-Bug: #1643844
Depends-On: I3e3647cc2343ba2eb1712f9f99001e980acdf612
Change-Id: I56671803d3414db3f2e70c398a954972a1295c15
2016-11-22 20:02:46 +00:00
Chandan Dutta Chowdhury 1bc9f8f053 Add multinode CI for neutron-fwaas project.
Enable experimental non-voting multinode CI for neutron-fwaas project.

Change-Id: I40e5d62d7bac37305ef59f682bef2d3495dbcec4
2016-11-03 09:19:33 +00:00
Jenkins a13973b0ba Merge "Add grenade configuration for neutron-fwaas" 2016-10-21 06:29:38 +00:00
Nate Johnston 9e05b38190 Add grenade configuration for neutron-fwaas
A grenade job is required for neutron stadium compliance, so therefore a
grenade job should be added for neutron-fwaas.  Plus, it's just a good
thing to have.

Change-Id: I196973df2260ebbc88f891d6b02830b987e7a9c7
2016-10-18 19:28:01 +00:00
Nate Johnston fe203892ca Change neutron-fwaas tempest config for v2
Late discussions on how the neutron-fwaas devstack template should
function resulted in the fwaas v2 case being configured a little
differently.  Therefore the neutron-fwaas v2 tempest test needs a minor
adjustment to select FWaaS v2 properly.

Change-Id: Idc91b573eb69e0601576a851963e4bb2914715f0
2016-10-12 18:50:31 +00:00
Nate Johnston 34b5e3a096 Trifurcate neutron-fwaas tempest gate for v2
The neutron-fwaas project has implemented FWaaS v2, while still
maintaining support for FWaaS v1.  In order to properly test both of
these, trifurcate the gate-neutron-fwaas-dsvm-tempest job into versions
specific to v1 and v2, as well as a 'legacy' configuration to properly
handle testing from before the v1/v2 split.

Change-Id: I07a4e5a54c0ad862de791b655445e01f805981e4
Depends-On: If35ca26028ddedcf1bc22dd8749cb11c69a1ccbb
2016-10-04 15:34:13 +00:00
YAMAMOTO Takashi f45e9c165f neutron-fwaas: Fix a typo (ENABLE_SERVICES vs ENABLED_SERVICES)
Closes-Bug: #1607625
Change-Id: Id26c253c595d14e8e346e984e1eccf0657982f3e
2016-07-29 14:30:06 +09:00
YAMAMOTO Takashi 7b022fd20b neutron-fwaas-dsvm-tempest: Use devstack plugin on master
Also, enable q-fwaas explicitly as it's going to be dropped in
devstack-gate.

Note: this job is excluded from stable/liberty.

Related-Change: Ic60cd1fa90c19dfac00be583e2ddc5633dbb68a3
Related-Change: Iadcee07e873fcb4f099ebccc2e33780e74438140
Change-Id: I23e39abada43b1ea3c7e95b082c04945305089a9
2016-06-29 20:59:51 +09:00
madhusudhan-kandadai 341d6e00e6 Remove redundant job to stop running the same tests
gate-neutron-fwaas-dsvm-api and gate-neutron-fwaas-dsvm-functional
runs the same tests. This is incorrect. Remove one of them to run
the correct job at neutron-fwaas gate

Change-Id: I4c9d4c90f193073dce2cd91dde7f458f91a830fc
2016-02-23 15:52:08 -08:00
Jenkins 9eed855416 Merge "Add an experiment job for Neutron FWaaS tempest tests" 2016-02-23 21:41:54 +00:00
YAMAMOTO Takashi f3a557fb9d Add an experiment job for Neutron FWaaS tempest tests
This job runs tests in tempest plugin provided by
neutron-fwaas repository.

Related-Bug: #1507522
Change-Id: I4a138cedea46c631fa1c4c49eb96e8e8b90481d8
2016-02-08 12:20:57 +09:00
Andreas Jaeger 065a80d9c2 Remove DEVSTACK_GATE_TIMEOUT [part 4]
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/[n-z]*.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.

Adjust timeout for gate-rally-dsvm-cue-{broker},
the removed variable in builder devstack-cue-rally-gate was 100,
so set timeout to 110.

Change-Id: I623fff029fb2e0acdbe2bf93a13af02547062a71
2016-02-07 10:45:25 +01:00
Andreas Jaeger 4331f670b4 Print the JJB template name in some more jobs
Print JJB template name in more job templates so that it's easy to
identify them.

Change-Id: Ia92e39d0ac8c7655577e8fa4accde5748f30d5f1
2015-11-26 20:09:53 +01:00
Andreas Jaeger bd882cdd7a s/branch-designator/job-suffix/g
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
2015-10-28 07:50:13 +01:00
YAMAMOTO Takashi 1fa02d9961 Add experimental Neutron Fwaas api tests
The intention is to merge this first so that we can test
the api test change [1] by "check experimental".

[1] I8329cb9a14c4348235c3b30208664d649e7245ce

Change-Id: I982933a7fe7b58d4409776c338e319e0f9c2b042
2015-10-20 01:01:55 +00:00
Sumit Naiksatam bef94a097d Create experimental job for neutron-fwaas
This patch enables functional testing as experimental and non-voting.

Change-Id: Ibf5fe43a654ee8f97e9de978698fa0f1e17ae639
2015-03-09 13:30:39 -07:00