File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -13,23 +13,23 @@ jobs:
13
13
image_name : ubuntu-16.04
14
14
python_versions : ['3.6', '3.7', '3.8', '3.9']
15
15
test_suites :
16
- all : tmp/bin/pytest -vvs
16
+ all : sudo chmod 0644 /boot/vmlinuz-* && sudo apt install libguestfs-tools && tmp/bin/pytest -vvs
17
17
18
18
- template : etc/ci/azure-posix.yml
19
19
parameters :
20
20
job_name : ubuntu18_cpython
21
21
image_name : ubuntu-18.04
22
22
python_versions : ['3.6', '3.7', '3.8', '3.9']
23
23
test_suites :
24
- all : apt-get install libguestfs-tools && tmp/bin/pytest -n 2 -vvs
24
+ all : sudo chmod 0644 /boot/vmlinuz-* && sudo apt install libguestfs-tools && tmp/bin/pytest -n 2 -vvs
25
25
26
26
- template : etc/ci/azure-posix.yml
27
27
parameters :
28
28
job_name : ubuntu20_cpython
29
29
image_name : ubuntu-20.04
30
30
python_versions : ['3.6', '3.7', '3.8', '3.9']
31
31
test_suites :
32
- all : apt-get install libguestfs-tools && tmp/bin/pytest -n 2 -vvs
32
+ all : sudo chmod 0644 /boot/vmlinuz-* && sudo apt install libguestfs-tools && tmp/bin/pytest -n 2 -vvs
33
33
34
34
- template : etc/ci/azure-posix.yml
35
35
parameters :
You can’t perform that action at this time.
0 commit comments