Made the following changes:
- Added py38 and removed py37
- Removed some "(non-voting)" from jobs that are now voting
- Added missing tripleo jobs for Neutron and OVN
- Added missing ovn-rally-task job
Change-Id: I39fd01c1f4a72cf930064849dc34b92e5901c92a
Fix:
rsync: mkdir "/src/yaml2ical/calendars" failed: No such file or directory (2)
It's /srv, not /src as a few lines above.
Change-Id: I86326fa7de68a0db7e6893e8ab291ba33fe6018d
The periodic job fails, example:
https://zuul.opendev.org/t/openstack/build/85f380fb6dde462e85a09bc9b5105ba9/
error is:
rsync: change_dir "/home/zuul//src/opendev.org/openstack/project-config/output" failed: No such file or directory (2)
Problem is that the output directory is in the irc-meetings directory
instead.
Use correct path.
Change-Id: I8e15cbfc9a0c01066de68730709c8c30b234c5f5
Initialize a fresh repository to hold tooling used for generating
coarse-grained reports of aggregate collaboration activity from
publicly available APIs and archives provided by OpenDev hosted
services.
Change-Id: Idfc6007516b3446541e830db0120a0801f17303e
Remove some unused OpenStack IRC channels from our gerritbot config.
Accessbot configuration is being left in place to provide continuity
in case the channel needs to be resurrected at some future date.
These were all discussed in an openstack-discuss ML thread in March,
and nobody has raised any objection:
http://lists.openstack.org/pipermail/openstack-discuss/2020-March/013257.html
A follow-up notification about this change is being sent to the ML
as well.
Change-Id: I8e7e945bea87b4e53883e9679ac149a5cdece9b6
Most folks on #openstack-infra are on #opendev as well, don't duplicate
notifications for zuul/zuul-jobs repository.
Change-Id: I9352b7c917c43bf9838069491f40d0a32f260e1e
This job fails occasionally when we process several release patches at
the same time due to the shared AFS space. This adds a semaphore to
serialize these operations to avoid conflicts since this is a fairly
quick job.
Change-Id: I2c627c38ab87ed4f12fe8ffccd02ad325efe6dcf
Signed-off-by: Sean McGinnis <sean.mcginnis@gmail.com>
We'll be using this in the windmill project to help managed boto3 which
is a nodepool dependency.
Change-Id: I99ede4f0fbabdce26fc981a38e75854d97f5b337
Signed-off-by: Paul Belanger <pabelanger@redhat.com>
Original change adding per-repo GitHub mirroring to official OpenStack
repositories was missing repositories from SIGs, UC, board and TC.
Only remaining openstack/* repositories without the job now are legacy
repositories like openstack/dragonflow.
Change-Id: I4ca341f38ebb0f542fbcd03d0ffe9ac5473c55d9
systemd timesyncd is the default mechanism for timesync on Focal;
let's reduce our modification footprint by not overinstalling ntp or
trying to enable it.
Change-Id: I60e15b9101511e9008159b7a0b63f1b4b3febb96
Now that the Github repositories have been cleaned up of refs/changes
entries, we can enable per-repo mirroring globally.
Note that:
- openstack/release-test was already added as a test
- for repos that did not have an entry in projects.yaml, we create one
Needed-By: https://review.opendev.org/718478
Depends-On: https://review.opendev.org/724329
Change-Id: Ia72b3271a65d38ea6b5e4ad03af5813193c47926
These are for testing nodes without pip-and-virtualenv. They have
built correctly and can be used.
Change-Id: I1d7a78dc6bf2b225098195b22974ebe2a0d9af6d
We took a slightly different approach for tumbleweed and dropped
support for the pip-and-virtualenv element for it (and Fedora 31+)
with I7a6a342461d6001c25e55638ba9b7438c28f2519. So there's no need
for the -plain image now; switch the main image to using the base pip.
This is currently failing to build due to this.
Change-Id: I3333b475ff9d2f2fb96ad5588c6250cba2593e06
We're now running Zuul configuration from the service-zuul Ansible
playbook rather that remote-puppet-else. Use that so that changes
to the Zuul tenant configuration take effect.
Also, make that job soft-depend on manage-projects -- so if we're
adding a new repo to gerrit, we make sure that happens before we
update the Zuul config.
Change-Id: I0bbab2d86cd1d3bd7d9a0469a04868e4069d7479
Focal images were built with [0] and the result looks successful, so
let's start launching them.
[0] https://review.opendev.org/720719
Change-Id: I2b825178df230d13d75e782c60dd247e6d65ac8b
As of now, neutron-fwaas-dashboard and neutron-vpnaas-dashboard do not
define separate groups for stable branch reviewers. It looks better to
define separate teams to align what we do for other repositories under
neutron stadium so that stable branches under all neutron stadium are
controlled by the same maintenance right.
neutron-*-dashboard core reviewer team is a combined group of
corresponding neutron project and horizon cores, so the proposed stable
cores are defined as a combined group from neutron stable core and
horizon stable core.
Change-Id: I9d79688e08f9b8843b89dbd2b2fcdd5e352cc534
With the changes to system-config, zuul-tenant now reports more
config-errors:
https://zuul.opendev.org/t/zuul/config-errors
fix most of them with adding missing projects.
Ignore missing puppet modules since those will be retired.
Change-Id: Id842633f39432ea4747aafcf7448537674c6feda
As there are no more changes allowed to the master
branch, the dashboard shows no data, so remove it.
Change-Id: If97c4598bd371671877203bc58fdaeca941aca77
The airship/treasuremap project publishes to docs.airshipit.org, but
other airship repositories cannot publish to the same site. This change
adds a separate job that enables other Airship repositories to promote
their documentation to a subdirectory of the main documentation site.
This change also replaces airship/treasuremap with airship/docs as the
main documentation repository.
Change-Id: I703ac705b549f4f4a7bc24d37a63b88035b5e892
Signed-off-by: Drew Walters <andrew.walters@att.com>
This patch adds a new ansible role used to manage client software
for the Gemalto Luna SA Hardware Security Module (HSM). This role
is used in TripleO to install HSM client software on Controller nodes
to enable the PCKS#11 backend for Barbican.
Change-Id: Id694007e7da55f92952b1f55474a7f87bfdb3339
Needed-By: Ifb1c1f3ac87caf93d8e1d673b4c07753ca72fe93