Commit Graph

17 Commits

Author SHA1 Message Date
Jonathan Rosser f4b5bb65ec Remove functional tests
These jobs are run, but there is no actual test code executed other
than setting up the test environment them exiting success straight
away.

Change-Id: I1c3a3ef2584c65b9b4e7ee4c869d76c612c476d5
2023-03-31 20:10:28 +01:00
Dmitriy Rabotyagov b9c253442e Add integrated linters test
Depends-On: https://review.opendev.org/c/openstack/openstack-ansible-tests/+/798638
Change-Id: I5b6d2ecb472df8f1365046904b67fb70b08c2162
2022-01-24 17:26:54 +00:00
dmitriy 0c4498c307 [reno] Stop publishing release notes
Since we copy all release notes to the integrated repo there is not need
in publishing release notes for each repository. We should only verify their
validity and linting.


Change-Id: I4c84db9eeab21f9eccf00b6021215a2e7a82438a
2021-01-22 18:23:06 +02:00
Dmitriy Rabotyagov e9a63fa67f Return integrated tests
Depends-On: https://review.opendev.org/#/c/729331/
Change-Id: I7fd4db3926a3fb25b2d062e68ba107553ffef69b
2020-05-22 13:43:47 +03:00
Dmitriy Rabotyagov 78ffeb5547 Install octopus ceph client
We disable aio build to resolve circular conflict

Needed-By: https://review.opendev.org/#/c/729331/
Change-Id: Ib03e003bb43896b323f58fec3ecbb61d565bd32f
2020-05-20 10:06:49 +00:00
ShangXiao 1719c3d4f0 Missing document start "---"
Change-Id: Ibfc57264bdce7179c935f89ea61e2d2d1d947efc
2020-03-26 09:19:22 +08:00
Jesse Pretorius 3b581db2d6 Test using integrated build
Rather than do the current no-op testing, we use the
integrated AIO build.

Depends-On: https://review.openstack.org/623250
Depends-On: https://review.openstack.org/629542
Change-Id: I57a0d70e3987d3cca99f0b9fff877173cb8baa2e
2019-01-10 10:32:13 +00:00
huang.zhiping 7efcbf0606 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: I38dbd5f63b52a089427f150398cb9b78aa4ebce4
Story: #2002586
Task: #24319
2018-08-21 13:21:45 +00:00
huang.zhiping 9098c3b6c6 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: I541722df121ed00e605a8d05d9b0119b329c0e76
Story: #2002586
Task: #24319
2018-08-21 12:39:12 +00:00
Heba Naser d23f516dc3 Switch to using project-templates
In order to have more centralized configuration, switch the role
to use the project-template instead.

Change-Id: I3e00d8e96cf040065a9bd5b352e83c923adce55e
2018-06-22 13:10:39 -04:00
Jean-Philippe Evrard ca48f99258 Add Bionic testing
Now that bionic testing is added into the tests repos, we can
start testing it in the repo.

The UCA repository is pointing to queens, as Q is supported on both
18.04 and 16.04

Depends-On: https://review.openstack.org/#/c/566959/
Change-Id: I0ba49abb963bde2e48d6456a8e60b949099d0b4c
2018-05-14 20:49:26 +02:00
Jean-Philippe Evrard 93ad121198 Add ceph integrated repo testing
Ceph client should exercise the integrated ceph job on demand.
This allows to see if a ceph client change breaks the ceph
jobs.

Depends-On: https://review.openstack.org/559693
Change-Id: I91a23b9b79c497d48cbe6837dd8c9eaaa65e23bf
2018-04-09 12:32:58 +02:00
James E. Blair ab68c5e925 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: I31df6342b803ee5e9b17bb5e8cfdf16d1137afc6
2018-01-31 12:29:40 -08:00
Jean-Philippe Evrard d5d9ec3f94 Allow the experimental trigger of the integrated repo
This would allow someone to test its change with an AIO.

Change-Id: I5d8bc9b5a51f94abde76c912dd54ae5ce7c95fe4
2017-12-06 08:20:47 +00:00
Jesse Pretorius 4bafc9b05e 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: Id26651bd1299c672971fafbf1ca3a4e007840f34
2017-10-23 11:09:28 +01:00
Jesse Pretorius b98c36d7c9 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: I20ab90e5d40cc71d0e00f340a7e7e0d07dc2a4b7
Depends-On: I0391ec310c4eede436011a48490e3c524c8ddf4d
2017-10-18 17:46:27 +01:00
Jean-Philippe Evrard aca2340279 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: I0fdf23d144eaf7e712df0c1c88e7765d31956282
2017-10-17 16:40:41 +00:00