File tree Expand file tree Collapse file tree 3 files changed +19
-19
lines changed
Expand file tree Collapse file tree 3 files changed +19
-19
lines changed Original file line number Diff line number Diff line change 126126
127127- name : Debug kernel ref settings for 9P builds
128128 delegate_to : localhost
129+ when :
130+ - bootlinux_debug_ref|bool
131+ - bootlinux_9p|bool
132+ run_once : true
133+
129134 block :
130135 - name : Print kernel ref settings for 9P debug (localhost context)
131136 ansible.builtin.debug :
144149
145150 - name : End play gracefully for kernel ref debug
146151 ansible.builtin.meta : end_play
152+ - name : Debug kernel ref settings for non-9P builds
147153 when :
148154 - bootlinux_debug_ref|bool
149- - bootlinux_9p|bool
150- run_once : true
155+ - not bootlinux_9p|bool
151156
152- - name : Debug kernel ref settings for non-9P builds
153157 block :
154158 - name : Print kernel ref settings for non-9P debug (per-node context)
155159 ansible.builtin.debug :
169173
170174 - name : End play gracefully for kernel ref debug
171175 ansible.builtin.meta : end_play
172- when :
173- - bootlinux_debug_ref|bool
174- - not bootlinux_9p|bool
175-
176176- name : Create data partition
177177 ansible.builtin.include_role :
178178 name : create_data_partition
Original file line number Diff line number Diff line change 107107 - hop1_mirror_host is defined
108108
109109 - name : Use hop1 mirror with DEB822 format for debian testing
110+ when :
111+ - has_hop1_mirror is defined
112+ - has_hop1_mirror | bool
113+ - hop1_mirror_connectivity is not failed
114+ - hop1_mirror_host is defined
115+
110116 block :
111117 - name : Backup current sources
112118 ansible.builtin.copy :
141147 cache_valid_time : 0
142148 become : true
143149
144- - name : Inform user about hop1 mirror usage
145- ansible.builtin.debug :
150+ - ansible.builtin.debug :
146151 msg : |
147152 Using local hop1 mirror with DEB822 format:
148153 Mirror: {{ hop1_mirror_host }}{{ hop1_mirror_path }}
149154
150155 This provides faster package downloads from your local mirror.
151156 Sources have been converted to modern DEB822 format.
152- when :
153- - has_hop1_mirror is defined
154- - has_hop1_mirror | bool
155- - hop1_mirror_connectivity is not failed
156- - hop1_mirror_host is defined
157-
157+ name : Inform user about hop1 mirror usage
158158- name : Fall back to official Debian mirrors if current mirror fails
159159 block :
160160 - name : Backup current sources (DEB822 format)
Original file line number Diff line number Diff line change 138138 register : patch_results
139139
140140- name : Get kernel versions from nodes
141+ tags : ["compare"]
141142 block :
142143 - name : Get baseline kernel version
143144 ansible.builtin.command : uname -r
153154 when :
154155 - groups['dev'] is defined
155156 - groups['dev'] | length > 0
156- tags : ["compare"]
157157
158158- name : Set node information facts
159159 ansible.builtin.set_fact :
274274
275275- name : Generate performance graphs using gnuplot
276276 delegate_to : localhost
277+ run_once : true
278+ when : kdevops_baseline_and_dev|bool
279+ tags : ["compare", "graphs"]
277280 block :
278281 - name : Check for available iterations data
279282 ansible.builtin.find :
305308 failed_when : false
306309 environment :
307310 MMTESTS_AUTO_PACKAGE_INSTALL : never
308- run_once : true
309- when : kdevops_baseline_and_dev|bool
310- tags : ["compare", "graphs"]
311311
312312- name : Find generated graph files
313313 delegate_to : localhost
You can’t perform that action at this time.
0 commit comments