Relocate the opendev/bindep repository from the openstack tenant
into the opendev tenant. Also delete its jobs, as the next change to
land will add them in the project's repository instead.
Change-Id: Ib63e040c90c10b77b10980194b3717b3a3e592c2
VEXXHOST no longer offers to flavors of instances, and it makes more
sense to use the standard flavors. This flavor has 8 cores, 32GB
of memory and 160GB of disk space. It doesn't make sense to have
a smaller memory/disk allocation as the hypervisors are ratio'd out
to work with this configuration.
Change-Id: Ie424e7d6236c00678d92b34ed33dafaf966180fa
This reverts commit a7edbb7a18.
Merge once the mirror server in citycloud-kna1 is reachable and
working correctly.
Change-Id: I72c8344d60a3f6fe184b1ffc8a64c8f8a8d78c80
Our mirror server in citycloud-kna1 is unreachable, even after a
reboot. The console log shows it booted fine and started services,
but connectivity seems to die somewhere in Citynetwork's KNA3 core
routers. For now, stop booting new job nodes here until we and the
provider can work out what's transpired.
Change-Id: I7336ecc4c7b0ea39c49aa501c1d0e4f96c9eb2a8
The editHashtags key should be accepted as acl entry key as it's
required to define permissions to edit hashtags in the gerrit ui.
Change-Id: I2294d72ee36e33ea5d137eb4e0faeac69ea86625
Now that the repo openstack/glance-tempest-plugin has been imported,
adding the official-openstack-repo-jobs template.
Change-Id: I44e1c5e2ff06a6fd6aeb0215caf52a5cdaeb1dfa
Recently we did some change in names of the CI jobs and we moved some
jobs to the experimental and periodic queues.
This patch reflects those changes in the Grafana dashboard.
It also removes graph with number of periodic jobs run every day as
those jobs are run once per day so there is no need to have this graph
at all.
Change-Id: I6984cbd220ec76eec04d0c096c5edf0d2f53f776
Add the rbd-iscsi-client repo to the cinder project. It will
follow the independent release model.
rbd-iscsi-client was added to global-requirements by commit
2ce1a5eaab. The cinder project is assuming maintenance of the
library.
Needed-by: I8f968adcc827cc7171c8310a585d3c79aba12940
Change-Id: Icac3f5f74b2fca06c8b25fa78d895bbb710ea308
This reverts commit fa9e37d729.
Still seeing a significant percentage of nodes becoming
unreachable/broken during builds, turn it back off again while we
dig deeper in service logs.
Change-Id: Ib0ba945e91956cb76504893bd9924d4b70d4ffb6
This reverts commit 91d811b005.
We're going to try this again to see if the duplicate IPs (and resulting
ARP fights) persist. This is being done to balance against long queues
in Zuul.
Change-Id: I8d48371b592a54809f9845baf6110dc8fb7deca2
The job definitions will be moved into the cursive repository
and updated when needed.
For example, the python(2) and python35 jobs are failing right now
and they won't be copied anyway.
Required-By: https://review.opendev.org/746584
Change-Id: I92bd7e69d03f1a387b0d34fb667c6fc4b099a1da
Some distros (gentoo) do not come with six in the base image (stage3),
it is installed later in the image build. Use the native
urlopen/URLError if the six version is not available.
Change-Id: Id1c52aa17e565c16369645508e43e4f485defa66
The Open Infrastructure Foundation is going to work on consolidating
its IRC channel names under a common namespace, #openinfra on
Freenode. Access has been granted to our bot account by the original
channel operators.
Change-Id: If407e4c4fa9d81c13577bac6240e02472a7fb6b2
As discussed in ML[1], we are combining the all source
code repo for interop group under the refstack acl file
which will be easy to maintain the things.
interop core group will continue as separate cor list
and rest other repo will be using refstack-core group.
[1] http://lists.openstack.org/pipermail/openstack-discuss/2020-December/019388.html
Change-Id: I54bd79b0b3dad2a3a8766771ad660badaa1a3227
We haven't refreshed Gentoo images for the better part of a year,
and now the ones we're using are consistently failing jobs so we
need to update them. Un-pause initially to see if we can spot the
reason they fail (if they still fail).
Change-Id: I9bc26974f641eb934a85a730d0910cb170000e47
This will allow us to change jobs run by zuul on this repo without having to rely on restricted
project-config repo.
Change-Id: Id7976d573b7eeda3ccf5970104e22a4427406e87
Needed-By: https://review.opendev.org/c/opendev/git-review/+/770539
In the normal course of script execution, clone_repo.sh routinely logs
the following error message:
error: pathspec 'xxx' did not match any file(s) known to git
This error can be safely ignored, as the script moves on to checking out
master instead. But it can be (and has been) mistakenly interpreted as
the reason why the script fails.
This change avoids logging the error message and logs a clearer
explanation instead.
Change-Id: Iaaaed7b0ea343bd81b8ad898654658545942a3d0
Use python3 when running the script to add release note page as
part of the release process.
Without that we get the following error:
```
2020-12-26 16:58:15.569890 | ubuntu-focal | + python -c 'print('\''victoria'\''.title())'
2020-12-26 16:58:15.570573 | ubuntu-focal |
/home/zuul/scripts/release-tools/add_release_note_page.sh: line 51:
python: command not found
```
c.f http://lists.openstack.org/pipermail/release-job-failures/2020-December/001499.html
Change-Id: I6a5a68570b8948692aa48f09003d26590ee621e4