Commit Graph

10 Commits

Author SHA1 Message Date
Ade Lee 50f0a50cf4 Add FIPS check job
Testing a new FIPS enabled gate job here.  This job will be
for Centos 8 with FIPS enabled.  This will use a playbook in
the zuul-jobs repo to enable FIPS.

Depends-On: https://review.opendev.org/c/zuul/zuul-jobs/+/788778
Change-Id: I3187971a14b38c7ca3bb64bdd3d18c64709c466f
2021-08-04 14:25:06 -04:00
Luigi Toscano 3be8d40fc5 Port the grenade multinode job to Zuul v3
It implements the same behavior of the old one.

It is worth noting that the existing job the MULTI_KEYSTONE does not
produce any effect because this change hasn't been merged yet:
- https://review.opendev.org/399472
and when that merges, the following devstack-gate changes should be
applied directly to this new job definition instead:
- https://review.opendev.org/394895

Both changes are out of scope for this porting.

Change-Id: I5d5d31c8d89b0d2812a5e9be18a81611041e6da8
2020-06-05 14:25:26 +02:00
Ghanshyam Mann 48f70150be Migrate grenade jobs to py3
As part of community goal of dropping py27 support[1], we are
moving the devstack to py3 by default[2]. That will make grenade job
to perform upgrade from py2 to py3 which will not work (we have seen
the failure in neutron-grenade job).

To avoid existing grenade py2 job break, this commit moves grenade
jobs to py3 which is what we planned as part dropping the py2 support.

[1] https://governance.openstack.org/tc/goals/selected/ussuri/drop-py27.html
[2] https://review.opendev.org/#/c/649097/12
    http://lists.openstack.org/pipermail/openstack-discuss/2019-November/010938.html

Change-Id: I822c7cb26f0d0f4e4d67df5d4b678853059cc0be
2019-11-19 22:26:54 +00:00
OpenDev Sysadmins 4038fa4604 OpenDev Migration Patch
This commit was bulk generated and pushed by the OpenDev sysadmins
as a part of the Git hosting and code review systems migration
detailed in these mailing list posts:

http://lists.openstack.org/pipermail/openstack-discuss/2019-March/003603.html
http://lists.openstack.org/pipermail/openstack-discuss/2019-April/004920.html

Attempts have been made to correct repository namespaces and
hostnames based on simple pattern matching, but it's possible some
were updated incorrectly or missed entirely. Please reach out to us
via the contact information listed at https://opendev.org/ with any
questions you may have.
2019-04-19 19:30:29 +00:00
Ian Wienand 4e523ce422 Replace openstack.org git:// URLs with https://
This is a mechanically generated change to replace openstack.org
git:// URLs with https:// equivalents.

This is in aid of a planned future move of the git hosting
infrastructure to a self-hosted instance of gitea (https://gitea.io),
which does not support the git wire protocol at this stage.

This update should result in no functional change.

For more information see the thread at

 http://lists.openstack.org/pipermail/openstack-discuss/2019-March/003825.html

Change-Id: Ic878f69afe5eaf9ec22194944c2dfd8e1ead0542
2019-03-24 20:33:58 +00:00
Colleen Murphy 1a5bbb5677 Convert legacy functional jobs to Zuul-v3-native
Follow the guidelines from the Infra[1] and QA[2] teams to properly set
up our functional tests. This patch leaves the experimental grenade jobs
alone for now since there does not yet seem to be an existing
Zuul-v3-native grenade job to use as a parent.

[1] https://docs.openstack.org/infra/manual/zuulv3.html#reworking-legacy-jobs-to-be-v3-native
[2] https://docs.openstack.org/devstack/latest/zuul_ci_jobs_migration.html

Change-Id: Iabf40c723f2611c7eeb0a289b7ff594766a3452e
2018-09-26 20:09:49 +02:00
Gage Hugo cbda685ea8 Rename v3-only functional zuul job
The v3-only functional job was repurposed to run federation. This
change renames the job in order to reflect this.

Change-Id: Ib7c8a2f1cfa19f332aad20ac528f8fa86addd5f9
2018-09-14 15:20:31 -06:00
Gage Hugo aebb568eff Rename py35 v3 only check
This renames the "keystone-dsvm-py35-functional-v3-only" check to
"keystone-dsvm-py35-functional-federation" in order to better
describe what this job does. This also removes the
"ENABLE_IDENTITY_V2=FALSE" setting since v2 has since been removed
from keystone.

Change-Id: If6c4a5844eb1d2f9f75c614634c781c2915c4a11
2018-09-10 17:21:54 -06:00
Andreas Jaeger 21af4fe428 Use native Zuul v3 tox job
Replace tox legacy job with native Zuul v3 job.

Also, remove name from project stanza, this is not needed anymore.

Change-Id: I97f852a39ad461c0ef7bef8071c18eb9eab453a1
2018-01-29 06:50:03 +00:00
Gage Hugo 5ed86b2ee6 Migrate jobs to zuulV3
This migrates the converted legacy jobs to the keystone
repo. This follows Step 1 in the legacy migration docs[0].

[0] https://docs.openstack.org/infra/manual/zuulv3.html#legacy-job-migration-details

Needed-By: I33e09b0f7835eb038c76bb5c7343570762e52ab0
Needed-By: I3ca75444be1961c4870d3afd07febaa70ead05fb
Change-Id: If0d0db326f25a95f6a0c16f49c841a4db7cb6022
2018-01-05 21:45:03 +00:00