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:
2 changed files with 14 additions and 1 deletions
@@ -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
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.