File tree Expand file tree Collapse file tree 1 file changed +12
-1
lines changed Expand file tree Collapse file tree 1 file changed +12
-1
lines changed Original file line number Diff line number Diff line change @@ -22,6 +22,16 @@ RUN apt-get update && apt-get install --no-install-recommends -y \
22
22
23
23
{{ super() }}
24
24
25
+ ADD https://raw.githubusercontent.com/kernelci/kernelci-core/\
26
+ staging.kernelci.org/\
27
+ config/docker/data/gcov_pack.sh \
28
+ /home/cros/gcov_pack.sh
29
+
30
+ ADD https://raw.githubusercontent.com/kernelci/kernelci-core/\
31
+ staging.kernelci.org/\
32
+ config/docker/data/gcov_reset.sh \
33
+ /home/cros/gcov_reset.sh
34
+
25
35
ADD https://raw.githubusercontent.com/kernelci/kernelci-core/\
26
36
kernelci.org/\
27
37
config/docker/data/tast_parser.py \
@@ -38,7 +48,8 @@ rootfs/debos/overlays/fluster/usr/bin/fluster_parser.py \
38
48
39
49
# Needed by LAVA to install the overlay
40
50
USER root
41
- RUN chmod +x /home/cros/tast_parser.py /home/cros/ssh_retry.sh
51
+ RUN chmod +x /home/cros/tast_parser.py /home/cros/ssh_retry.sh \
52
+ /home/cros/gcov_pack.sh /home/cros/gcov_reset.sh
42
53
43
54
# Create symlink to /usr/local/bin for tast gs:// downloads
44
55
RUN ln -s /home/cros/trunk/chromite/bin/gsutil /usr/local/bin/
You can’t perform that action at this time.
0 commit comments