Add experimental job to test upgrades from stein

Also, correct the version that we check out when upgrading from stable
branches.
Change-Id: Ie733bc50466c66d6e6eb5c6bd42e42a05ef88798
This commit is contained in:
Tim Burke
2019年09月27日 16:18:00 -07:00
parent 2d87ad6333
commit be41721888

View File

@@ -21,7 +21,13 @@
- name:"checkout a previous version: {{ previous_swift_version | default(latest_swift_release.stdout) }}"
shell:
cmd:git checkout {{ previous_swift_verion | default(latest_swift_release.stdout) }} -b previous_swift_version
cmd:git checkout {{ previous_swift_version | default(latest_swift_release.stdout) }} -b previous_swift_version
executable:/bin/bash
chdir:'{{ zuul.project.src_dir }}'
- name:confirm checked out version
shell:
cmd:git describe
executable:/bin/bash
chdir:'{{ zuul.project.src_dir }}'
Reference in New Issue
openstack/swift
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.

The note is not visible to the blocked user.