Commit Graph

15 Commits

Author SHA1 Message Date
Dmitriy Rabotyagov d9df50f4e3 Retire pip_install role
As repo_build role has been succesfully replaced with
python_venv_build role, we have no need in it's futher maintaining and
releasing.

Depends-On: https://review.opendev.org/717715
Change-Id: Ibf9ce1d602c5cfa9ed7431ca37de02df3335b36a
2020-04-06 14:27:00 +00:00
Andreas Jaeger 70b775733c Switch to opensuse-15
opensuse-150 nodeset is referring to openSUSE 15.0, which is still in
maintenance but openSUSE 15.1 has been released already. "opensuse-15"
is going to refer to the "latest openSUSE 15.x" build released and
working for OpenStack going forward, so add this nodeset and use
it by default going forward.

Use job openstack-ansible-functional-opensuse-15 instead of
openstack-ansible-functional-opensuse-150, thus switching nodesets.

Add job to check queue, everything in gate should be in check as well,
mark it voting.

Change-Id: Ieb48124ab26ca22720b3e1b3e8654ab89053be4d
2019-10-23 08:41:56 +02:00
wangqi 4a9ba76c29 missing document start "---"
Change-Id: Ib311bd0e8d324a164f7206b68a0fb3601a1157f4
2018-10-30 08:02:31 +00:00
huang.zhiping f88236e1a1 switch documentation job to new PTI
This is a mechanically generated patch to switch the documentation
jobs to use the new PTI versions of the jobs as part of the
python3-first goal.

See the python3-first goal document for details:
https://governance.openstack.org/tc/goals/stein/python3-first.html

Change-Id: I21c5d414954b5056087dea473c7e041c3fb7d506
Story: #2002586
Task: #24319
2018-08-21 13:22:08 +00:00
huang.zhiping da31b2c227 import zuul job settings from project-config
This is a mechanically generated patch to complete step 1 of moving
the zuul job settings out of project-config and into each project
repository.

Because there will be a separate patch on each branch, the branch
specifiers for branch-specific jobs have been removed.

Because this patch is generated by a script, there may be some
cosmetic changes to the layout of the YAML file(s) as the contents are
normalized.

See the python3-first goal document for details:
https://governance.openstack.org/tc/goals/stein/python3-first.html

Change-Id: I84a1ab4a1d9dfe1374eb41d9e6008931842e6149
Story: #2002586
Task: #24319
2018-08-21 13:19:39 +00:00
Zuul 8347460160 Merge "Trivial: Fix the pep8 warning" 2018-07-11 19:48:18 +00:00
Heba Naser 0f873d7369 Switch to using project-templates
In order to have more centralized configuration, switch the role
to use the project-template instead.

Change-Id: I8b729c3be5a5586451ae9c1e346d013dddadc9e5
2018-06-22 15:45:13 -04:00
fpxie 5ff348020c Trivial: Fix the pep8 warning
The yaml should start with "---"

Change-Id: Ie33623c5607194d57a29557e794c6f9a96582965
2018-06-20 16:23:51 +08:00
Markos Chandras 68aca9603f SUSE: Add support for openSUSE Leap 15
Depends-On: https://review.openstack.org/#/c/572109/
Change-Id: Id44db677289d84b794c2183060a2350587265a0b
2018-06-05 09:04:04 +01:00
Jean-Philippe Evrard fa0d818652 Add Bionic testing
Now that bionic testing is added into the tests repos, we can
start testing it in the repo.

Ubuntu 16.04 and Ubuntu 18.04 var files are identical, and
therefore merged into one.

Depends-On: https://review.openstack.org/#/c/566959/
Change-Id: Id4d84cbe689bf49dbaadd43862f889572f3e648a
2018-05-14 20:58:38 +02:00
James E. Blair faf690dffb Zuul: Remove project name
Zuul no longer requires the project-name for in-repo configuration.
Omitting it makes forking or renaming projects easier.

Change-Id: I241648589dcf0b1e046d3d991cf668410a7d44eb
2018-02-01 03:57:20 -08:00
Jean-Philippe Evrard 716d1b1e70 Allow the experimental trigger of the integrated repo
This would allow someone to test its change with an AIO.

Change-Id: I1e51288a3284410c95817b648572c7161333cad1
2017-12-06 08:23:55 +00:00
Jesse Pretorius a12019f164 Remove unified queue from gate pipeline
Initially the intent for adding this was to better test
any patches for roles together before they merge, but it
has had the unintended side-effect of causing patches to
take much longer to merge (because they all get lined up
in a single queue, rather than independent queues) and
a lot more infra resources are used (because a patch
that fails at the top of the queue will result in all
subsequent patches restarting all their tests).

As discussed in the channel, we'd prefer to revert back
to the previous independent queue method of testing. It
has served us well.

Change-Id: Ib32606c3bb2d488044d1d2100d5651e847b5fcf3
2017-10-23 11:30:52 +01:00
Jesse Pretorius 516a2146f0 Add openstack-ansible-linters test
Currently the linters test is in the project-config
repository, but those are meant to be used for standard
jobs which do not require any repository other than the
one given. Our lint tests use the 'openstack-ansible-tests'
repository, so we should rather use our own job definition.

Change-Id: Icad63aebc1c969ba72befa8fa7b606b7c19bad04
Depends-On: I0391ec310c4eede436011a48490e3c524c8ddf4d
2017-10-18 17:50:32 +01:00
Jean-Philippe Evrard 83d60368d4 Initial OSA zuul v3 role jobs
This patch implements an initial set of jobs intended to match
the current job execution method. It does not intend to improve
how the jobs are executed - only to replicate what is currently
in openstack-infra/openstack-zuul-jobs and provide the platform
to iterate on.

Change-Id: I1c1ebe6a86472acc8c19926e8d2790c3e1ba4812
2017-10-17 18:20:24 +00:00