Skip to content

Commit da1f630

Browse files
committed
CI: Drop dump_info.sh
It should not be required anymore, all these information are dumped by different means (generic zuul playbooks, etc). Change-Id: I80569b6fe9e4d779a5448015b8ad9caf09e5abf6 Signed-off-by: Michal Nasiadka <[email protected]>
1 parent d3e3f6b commit da1f630

File tree

3 files changed

+0
-38
lines changed

3 files changed

+0
-38
lines changed

roles/kolla-build-deps/tasks/main.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,6 @@
77
owner: zuul
88
group: zuul
99

10-
- name: Dump host info to logs
11-
ansible.builtin.command: "{{ ansible_user_dir }}/{{ zuul.project.src_dir }}/tools/dump_info.sh"
12-
args:
13-
chdir: "{{ kolla_logs_dir }}"
14-
changed_when: true
15-
1610
- name: Create dir for kolla build logs
1711
ansible.builtin.file:
1812
path: "{{ kolla_build_logs_dir }}"

tests/playbooks/post.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,6 @@
22
- name: Zuul post
33
hosts: all
44
tasks:
5-
- name: Dump host info to logs
6-
ansible.builtin.command: "{{ ansible_user_dir }}/{{ zuul.project.src_dir }}/tools/dump_info.sh"
7-
args:
8-
chdir: "{{ kolla_logs_dir }}"
9-
changed_when: true
10-
115
- name: Collect various info to logs
126
changed_when: true
137
ansible.builtin.shell:

tools/dump_info.sh

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

0 commit comments

Comments
 (0)