Commit Graph

12 Commits

Author SHA1 Message Date
Andreas Jaeger 49cb7ef41b Sync with governance repo
Remove tricircle, swift-specs, add whitebox-tempest-plugin.

Change-Id: Icb7ffab95c007a63ba6cc6533e6e2d1761a61b1a
2020-06-16 22:07:47 +02:00
Andreas Jaeger 0ec5a78f66 Sync with governance
Run script generate-gitmodules.py to sync with governace repository to
add new repositories and remove retired ones.

Change-Id: Ia42b717ad242958ba4a9689ac814c956f460712f
2020-06-07 16:15:34 +02:00
Andreas Jaeger 9a2e01b6ed Sync with governance
Run the script to sync with current list of repositories.

Change-Id: I624f05f730c1a93b2adce00feb3a25a66f21f62a
2019-09-20 12:27:43 +02:00
Andreas Jaeger 45d5296e76 Regenerate .gitmodules after rename
Regenerate .gitmodules after rename.

This also takes into account recent retirement and new creation of repos.

Change-Id: I171261b046cc3f00444ef1f4b2bc0bc646f9b346
2019-05-31 21:10:46 +02:00
Andreas Jaeger 137334e601 Regenerate submodules
Regenerate submodules using the script after the OpenDev change which
moved many projects to another organization.

This removes also some retired repositories and adds newly added ones
since the last run of the script.

Change-Id: Ie8881c7fdd1e86389a8572a06907a6b174f5fef5
2019-04-21 10:13:27 +02:00
Monty Taylor aa262b7a44
Update git submodules based on new script
Change-Id: Ia578b55e3e07b4ea90f034805625caf82e9e674e
2019-01-04 14:13:17 +00:00
Monty Taylor 84d1a171cb
Switch submodule urls to relative paths
The absolute urls here makes allows gerrit to track the submodules, but
it makes doing a submodule update harder, since it makes git try to
clone/fetch directly from gerrit instead of the git farm.

According to the gerrit docs:

  https://gerrit-review.googlesource.com/Documentation/user-submodules.html

we can use relative paths. In local testing, the ../.. relative path on
a copy of the repo cloned from git.openstack.org caused a submodule
update to correctly clone from git.openstack.org as well.

Change-Id: I50517d474397c202e7c628b110354832748b6e91
2018-03-06 16:58:19 -06:00
Monty Taylor 1c8b19396a Trim entries from submodules file that don't exist
We have half-baked submodules in the tree. Clean them.

Change-Id: I2b5c176a749b2c5c9305fefb703deb98c51b0a17
2016-02-26 14:14:38 -06:00
Joe Gordon 45c6dca077 Change scope from integrated gate to all of openstack
Instead of just tracking projects that are part of the integrated gate
lets start tracking all of openstack.

Defining openstack as everything in openstack/ openstack-infra/ and
openstack-dev/

As we move away from a single integrated gate, the list of what should
be in this repo under the old definition is quickly dropping. Instead of
using this to just help debug integrated gate failures, we can use this
to better track all openstack activity.

Knowing the basic nature of a gate failure means you can quickly narrow
down the number of repos that can possibly trigger the failure. That
combined with ElasticSearch data to identify a window of time the issue
was introduced during makes it easy to quickly narrow the number of
patches that could have possibly cause the problems.

Change-Id: I9c04a4d53f4628e0419d744b7e047ad75c0d133d
2015-02-11 11:10:40 -08:00
Joe Gordon 85f0dde360 Update .gitmodules
Run generate-gitmodules to update the list of gitmodules

Change-Id: I59850e492d5d1a9c8ac2a1e3eec9bada074dd22d
2014-09-12 14:51:48 -07:00
Sean Dague 0bc8503e4e create a script to regen gitmodules
the openstack/openstack repo is somewhat out of date in the content
that it contains, especially considering all the new oslo modules.

This change creates a script which goes through config repo and
pulls the integrated-gate* projects out. There are a couple of
manual adds after that point, then create the new .gitmodules.

An updated .gitmodules is included.

Change-Id: I5d833a9fd30ca46356cb59b23aac98d0a3e17ed4
2014-06-04 09:10:52 -04:00
Monty Taylor 1a8546c901 Created repo for tracking tested combinations
zuul gates all of the contained projects in an effective single
timeline. This means that OpenStack, across all of the projects, does
already have a sequence of combinations that have been explcitily
tested, but it's non-trivial to go from a single commit of a particular
project to the commits that were tested with it.

Gerrit's submodule tracking feature will update a super project every
time a subproject is updated, so the specific sequence created by zuul
will be captured by the super project commits.
2013-10-07 17:57:51 -04:00