Skip to content

Commit 023b08f

Browse files
committed
Remove obsolete check scripts
Signed-off-by: Matthias Büchse <[email protected]>
1 parent 5a220bd commit 023b08f

File tree

3 files changed

+0
-158
lines changed

3 files changed

+0
-158
lines changed

Tests/iaas/scs_0100_flavor_naming/check_yaml.py

Lines changed: 0 additions & 110 deletions
This file was deleted.

Tests/iaas/scs_0100_flavor_naming/check_yaml_test.py

Lines changed: 0 additions & 40 deletions
This file was deleted.

playbooks/adr_syntax.yaml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,5 @@
1010
changed_when: true
1111
failed_when: result.rc != 0
1212

13-
- name: Run test script consistency check script
14-
ansible.builtin.shell:
15-
cmd: python3 Tests/iaas/scs_0100_flavor_naming/check_yaml.py Tests/iaas
16-
chdir: "{{ ansible_user_dir }}/{{ zuul.project.src_dir }}"
17-
register: result
18-
changed_when: true
19-
failed_when: result.rc != 0
20-
2113
- ansible.builtin.debug:
2214
msg: "{{ result.stdout }} {{ result.stderr }}"

0 commit comments

Comments
 (0)