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:
		@@ -2,7 +2,6 @@
 | 
			
		||||
    queue: integrated
 | 
			
		||||
    templates:
 | 
			
		||||
      - publish-openstack-docs-pti
 | 
			
		||||
      - release-notes-jobs-python3
 | 
			
		||||
    check:
 | 
			
		||||
      jobs:
 | 
			
		||||
        - openstack-tox-pep8
 | 
			
		||||
 
 | 
			
		||||
							
								
								
									
										4
									
								
								tox.ini
									
									
									
									
									
								
							
							
						
						
									
										4
									
								
								tox.ini
									
									
									
									
									
								
							@@ -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
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user