drgn/.travis.yml

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

170 lines
5.5 KiB
YAML
Raw Normal View History

# Generated by scripts/generate_travis_yml.py
2019-04-11 21:16:48 +01:00
dist: bionic
2019-04-11 21:16:48 +01:00
jobs:
include:
- language: python
python: 3.8
addons:
apt:
packages:
- libbz2-dev
- liblzma-dev
- zlib1g-dev
install:
script: python setup.py build -j "$(nproc)" test
- language: python
python: 3.7
addons:
apt:
packages:
- libbz2-dev
- liblzma-dev
- zlib1g-dev
install:
script: python setup.py build -j "$(nproc)" test
- language: python
python: 3.6
addons:
apt:
packages:
- libbz2-dev
- liblzma-dev
- zlib1g-dev
install:
script: python setup.py build -j "$(nproc)" test
- name: "vmtest Linux 5.6"
language: minimal
env: KERNEL=5.6
addons:
apt:
packages:
- python3
- python3-setuptools
- qemu-kvm
- rsync
- zstd
install: sudo adduser "$USER" kvm
before_script:
# The double sudo is necessary to pick up the new group membership.
2020-03-28 00:13:44 +00:00
- sudo -E sudo -E -u "$USER" vmtest/run.sh -k "$KERNEL"'.*' -o -d ~ ~/root.img; exitstatus=$?
# Exit status 0 is success, 1 is test failure (should fail in the script
# step), anything else is an error (should fail here).
- test $exitstatus -le 1
script: test $exitstatus -eq 0
- name: "vmtest Linux 5.5"
language: minimal
env: KERNEL=5.5
addons:
apt:
packages:
- python3
- python3-setuptools
- qemu-kvm
- rsync
- zstd
install: sudo adduser "$USER" kvm
before_script:
# The double sudo is necessary to pick up the new group membership.
2020-03-28 00:13:44 +00:00
- sudo -E sudo -E -u "$USER" vmtest/run.sh -k "$KERNEL"'.*' -o -d ~ ~/root.img; exitstatus=$?
# Exit status 0 is success, 1 is test failure (should fail in the script
# step), anything else is an error (should fail here).
- test $exitstatus -le 1
script: test $exitstatus -eq 0
- name: "vmtest Linux 5.4"
language: minimal
env: KERNEL=5.4
addons:
apt:
packages:
- python3
- python3-setuptools
- qemu-kvm
- rsync
- zstd
install: sudo adduser "$USER" kvm
before_script:
# The double sudo is necessary to pick up the new group membership.
2020-03-28 00:13:44 +00:00
- sudo -E sudo -E -u "$USER" vmtest/run.sh -k "$KERNEL"'.*' -o -d ~ ~/root.img; exitstatus=$?
# Exit status 0 is success, 1 is test failure (should fail in the script
# step), anything else is an error (should fail here).
- test $exitstatus -le 1
script: test $exitstatus -eq 0
- name: "vmtest Linux 4.19"
language: minimal
env: KERNEL=4.19
addons:
apt:
packages:
- python3
- python3-setuptools
- qemu-kvm
- rsync
- zstd
install: sudo adduser "$USER" kvm
before_script:
# The double sudo is necessary to pick up the new group membership.
2020-03-28 00:13:44 +00:00
- sudo -E sudo -E -u "$USER" vmtest/run.sh -k "$KERNEL"'.*' -o -d ~ ~/root.img; exitstatus=$?
# Exit status 0 is success, 1 is test failure (should fail in the script
# step), anything else is an error (should fail here).
- test $exitstatus -le 1
script: test $exitstatus -eq 0
- name: "vmtest Linux 4.14"
language: minimal
env: KERNEL=4.14
addons:
apt:
packages:
- python3
- python3-setuptools
- qemu-kvm
- rsync
- zstd
install: sudo adduser "$USER" kvm
before_script:
# The double sudo is necessary to pick up the new group membership.
2020-03-28 00:13:44 +00:00
- sudo -E sudo -E -u "$USER" vmtest/run.sh -k "$KERNEL"'.*' -o -d ~ ~/root.img; exitstatus=$?
# Exit status 0 is success, 1 is test failure (should fail in the script
# step), anything else is an error (should fail here).
- test $exitstatus -le 1
script: test $exitstatus -eq 0
- name: "vmtest Linux 4.9"
language: minimal
env: KERNEL=4.9
addons:
apt:
packages:
- python3
- python3-setuptools
- qemu-kvm
- rsync
- zstd
install: sudo adduser "$USER" kvm
before_script:
# The double sudo is necessary to pick up the new group membership.
2020-03-28 00:13:44 +00:00
- sudo -E sudo -E -u "$USER" vmtest/run.sh -k "$KERNEL"'.*' -o -d ~ ~/root.img; exitstatus=$?
# Exit status 0 is success, 1 is test failure (should fail in the script
# step), anything else is an error (should fail here).
- test $exitstatus -le 1
script: test $exitstatus -eq 0
- name: "vmtest Linux 4.4"
language: minimal
env: KERNEL=4.4
addons:
apt:
packages:
- python3
- python3-setuptools
- qemu-kvm
- rsync
- zstd
install: sudo adduser "$USER" kvm
before_script:
# The double sudo is necessary to pick up the new group membership.
2020-03-28 00:13:44 +00:00
- sudo -E sudo -E -u "$USER" vmtest/run.sh -k "$KERNEL"'.*' -o -d ~ ~/root.img; exitstatus=$?
# Exit status 0 is success, 1 is test failure (should fail in the script
# step), anything else is an error (should fail here).
- test $exitstatus -le 1
script: test $exitstatus -eq 0