Merge "Enforce release notes updates"
This commit is contained in:
commit
0b308f7752
@ -37,9 +37,9 @@
|
||||
chdir: "{{ ansible_user_dir }}/src/{{ zuul.project.canonical_name }}"
|
||||
|
||||
- name: Check release note version matches
|
||||
shell: "{{ zuul_osh_infra_relative_path | default('') }}/tools/gate/reno-check.sh"
|
||||
# TODO(gagehugo): Remove this when all the release notes are updated
|
||||
ignore_errors: True
|
||||
shell: ../openstack-helm-infra/tools/gate/reno-check.sh
|
||||
args:
|
||||
chdir: "{{ ansible_user_dir }}/src/{{ zuul.project.canonical_name }}"
|
||||
|
||||
- name: Check if yamllint.conf exists
|
||||
stat:
|
||||
|
Loading…
Reference in New Issue
Block a user