Enforce release notes updates
This change removes the ignore-errors parameter for the linter in order to enforce release note updates per chart change. Change-Id: I15f538be3c4ad253d5c4f64c21c0b1df10e7e5d2
This commit is contained in:
parent
ee5482e9ed
commit
00334a7f8a
@ -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