Commit Graph

14 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
Michael Johnson 756dc15d12 Load balancer functional for python-openstacksdk
This patch adds a seperate functional test gate for the load-balancer
support in python-openstacksdk.

These tests can take a significant amount of time to run so this new
job allows it to run in parallel to the other SDK functional tests.

Change-Id: Ifc2022b4983da12ffe8fe7c1eae5cdc7e65a51c8
Depends-On: I6c526cd8225a929d3d5984da10b6478312461e6f
2017-07-18 14:13:40 -07:00
Nakul Dahiwade 7a0bd64a7c Enabling (Adding) Octavia to SDK gate.
Currently the fucntional tests written for Octavia controllers in
SDK are not able to hit the API endpoints for respective services.
So the tests are not validated properly. This patch would solve that
by enabling Octavia in SDK gates.
Also adding a local_conf section would enable other projects to add
for similar reasons.

Change-Id: Id64c4d8d33194332b121c16187428b1574144cc1
2017-04-05 15:31:21 +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
Andreas Jaeger afbb7906ae Switch to Xenial: python-openstacksdk
Switch master and newton jobs to run on xenial, older branches test on
trusty.

Note the changed job is non-voting, so remove regex and use -nv suffix.

Change-Id: I72dd315584cd560f6ee4453a2b4174108531dd6b
2016-12-06 09:02:30 +01:00
Steve Martinelli 77cd81abd1 cleanup sdk functional test definition
neutron was already enabled via the `DEVSTACK_GATE_NEUTRON`
definition, and enabling the qos service can be done
more cleanly

Change-Id: I508c75a47418924c8dc3fa545043213edbc9963a
2016-09-08 12:08:51 +00:00
Miguel Angel Ajo 29f3f79d4f Enable QoS on neutron for python-openstacksdk.
Testing the sdk & client integration to neutron we need to enable
the qos service and extension.

This patch enables this by importing the on-tree neutron plugin
and enabling the q-qos service.

Change-Id: Idf319cd182304952071bc976a2e56c42fbcb8468
Related-bug: 1609037
2016-08-18 09:48:52 -04: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 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
Clint Adams 15312b86db Stackforge namespace retirement renaming
This patch renames many projects that were in the stackforge namespace
and moves them to the openstack namespace.

Input for this process was derived from community collaboration
resulting in this set of two lists:
https://wiki.openstack.org/w/index.php?title=Stackforge_Namespace_Retirement&oldid=92717

Uses data/stackforge-renames in patchset 36 of
https://review.openstack.org/#/c/228002/
as input to the script in patchset 36 of
https://review.openstack.org/#/c/228002/

Change-Id: I5d41b8268b9472aef78dce810ac30ee959ae8d42
2015-10-16 11:10:16 -04:00
tengqm 682ad1089f Adjust SDK jobs to use ceilometer plugin
This patch updates SDK jenkins jobs so that ceilometer service is
enabled.

Change-Id: I9799e03b3684a5c121261eeda1c221b781e49060
Related-Bug: #1489436
2015-09-30 03:36:03 -04:00
Terry Howe 941cc2f48e Enable Heat and Neutron for Python SDK gate
It would be nice if the Python SDK could test Neutron and Heat
as well as other services.

Change-Id: Ic6902b0254df3e601504ed40a4c319676537496a
2015-05-20 13:19:15 -07:00
TerryHowe 9c099d0bc6 Add Python SDK to PROJECTS for SDK gate
The gate is saying:

    bash: /opt/stack/new/python-openstacksdk/post_test_hook.sh: No such file or directory

I assume the problem is the SDK project was not checked out.

Change-Id: I9b2c1d0b10c3672d5deb1b16b16b01054e502804
2015-05-01 09:29:47 -06:00
TerryHowe 37fc7e318b Add OpenStack Python SDK gate
Add a gate to run some basic functional tests for the Python
SDK.

Change-Id: I4feec23f0f711dfe422af47a8e391d5a560e9ea9
2015-04-29 09:48:05 -06:00