Fix Zed branch CI

Zed is now call `unmaintained/zed` not `stable/zed`
This is requred for unmaintained/zed CI in Cinder.

NOTE(elod.illes): cinderlib is retired, hence the repository is empty
on master branch, causing issues with build-openstack-releasenotes job,
which should run on master. To unblock the gate this job (actually,
release-notes-jobs-python3 job template) needs to be dropped.

Change-Id: If769d9da92b724d40f47c9a57a75c021809c8850
This commit is contained in:
ricolin 2024-07-09 01:22:35 +08:00 committed by Elod Illes
parent 8fb62944b1
commit 6210535b90
2 changed files with 2 additions and 3 deletions

View File

@ -2,7 +2,6 @@
queue: integrated
templates:
- publish-openstack-docs-pti
- release-notes-jobs-python3
check:
jobs:
- openstack-tox-pep8

View File

@ -31,8 +31,8 @@ usedevelop=True
# NOTE: Functional tests may fail if host is missing bindeps from deps projects
deps =
-r{toxinidir}/test-requirements.txt
git+https://opendev.org/openstack/os-brick@stable/zed#egg=os-brick
git+https://opendev.org/openstack/cinder@stable/zed#egg=cinder
git+https://opendev.org/openstack/os-brick@unmaintained/zed#egg=os-brick
git+https://opendev.org/openstack/cinder@unmaintained/zed#egg=cinder
commands =
find . -ignore_readdir_race -type f -name "*.pyc" -delete