File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -13,23 +13,23 @@ jobs:
1313 image_name : ubuntu-16.04
1414 python_versions : ['3.6', '3.7', '3.8', '3.9']
1515 test_suites :
16- all : tmp/bin/pytest -vvs
16+ all : sudo chmod 0644 /boot/vmlinuz-* && sudo apt install libguestfs-tools && tmp/bin/pytest -vvs
1717
1818 - template : etc/ci/azure-posix.yml
1919 parameters :
2020 job_name : ubuntu18_cpython
2121 image_name : ubuntu-18.04
2222 python_versions : ['3.6', '3.7', '3.8', '3.9']
2323 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
2525
2626 - template : etc/ci/azure-posix.yml
2727 parameters :
2828 job_name : ubuntu20_cpython
2929 image_name : ubuntu-20.04
3030 python_versions : ['3.6', '3.7', '3.8', '3.9']
3131 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
3333
3434 - template : etc/ci/azure-posix.yml
3535 parameters :
You can’t perform that action at this time.
0 commit comments