File tree Expand file tree Collapse file tree 3 files changed +13
-2
lines changed Expand file tree Collapse file tree 3 files changed +13
-2
lines changed Original file line number Diff line number Diff line change @@ -293,6 +293,7 @@ rootfs_configs:
293
293
- bc
294
294
- bpftool
295
295
- ca-certificates
296
+ - curl
296
297
- ethtool
297
298
- iperf3
298
299
- iproute2
Original file line number Diff line number Diff line change 26
26
- tar xf main.tar.gz -C /opt/
27
27
name: platform-test-parameters-fetch
28
28
path: inline/platform-test-parameters-fetch.yaml
29
-
29
+ {% if "coverage" in node .data .config_full %}
30
+ {% include "util/gcov-reset.jinja2" %}
31
+ {% endif %}
30
32
- repository: https://github.com/kernelci/test-definitions.git
31
33
from: git
32
34
revision: kernelci.org
39
41
TST_CASENAME: '{{ tests }}'
40
42
SKIP_INSTALL: True
41
43
ENV: '{{ env }}'
44
+ {% if "coverage" in node .data .config_full %}
45
+ {% include "util/gcov-upload.jinja2" %}
46
+ {% endif %}
Original file line number Diff line number Diff line change 13
13
- systemctl stop systemd-timesyncd || true
14
14
name: timesync-off
15
15
path: inline/timesync-off.yaml
16
-
16
+ {% if "coverage" in node .data .config_full %}
17
+ {% include "util/gcov-reset.jinja2" %}
18
+ {% endif %}
17
19
- repository: https://github.com/kernelci/test-definitions.git
18
20
from: git
19
21
revision: kernelci.org
26
28
TST_CASENAME: '{{ tests }}'
27
29
SKIP_INSTALL: True
28
30
ENV: '{{ env }}'
31
+ {% if "coverage" in node .data .config_full %}
32
+ {% include "util/gcov-upload.jinja2" %}
33
+ {% endif %}
You can’t perform that action at this time.
0 commit comments