Comment out cirrus run check (takes too long)

This commit is contained in:
fosslinux 2021-08-27 14:53:41 +10:00
parent 04180f5672
commit 1cfb21e51e
1 changed files with 30 additions and 29 deletions

View File

@ -38,32 +38,33 @@ reuse_lint_task:
check_script: check_script:
- reuse lint - reuse lint
run_task: # XXX: Takes too long right now
timeout_in: 180m #run_task:
container: # timeout_in: 180m
image: potyarkin/molecule:host-kvm # container:
kvm: true # image: potyarkin/molecule:host-kvm
cpu: 2 # kvm: true
memory: 4G # cpu: 2
# Required background services # memory: 4G
dbus_background_script: # # Required background services
- mkdir -p /var/run/dbus # dbus_background_script:
- /usr/bin/dbus-daemon --system --nofork --nopidfile # - mkdir -p /var/run/dbus
virtlogd_background_script: # - /usr/bin/dbus-daemon --system --nofork --nopidfile
- /usr/sbin/virtlogd # virtlogd_background_script:
libvirtd_background_script: # - /usr/sbin/virtlogd
- sleep 2 && /usr/sbin/libvirtd # libvirtd_background_script:
iptables_legacy_script: # - sleep 2 && /usr/sbin/libvirtd
- update-alternatives --set iptables /usr/sbin/iptables-legacy # iptables_legacy_script:
deps_script: # - update-alternatives --set iptables /usr/sbin/iptables-legacy
- apt-get -y update # deps_script:
- apt-get -y dist-upgrade # - apt-get -y update
- apt-get -y install sudo git cpio linux-image-4.19.0-16-amd64 expect wget # - apt-get -y dist-upgrade
- apt-get -y clean # - apt-get -y install sudo git cpio linux-image-4.19.0-16-amd64 expect wget
submodule_script: # - apt-get -y clean
- git submodule update --init --recursive # submodule_script:
kernel_script: # - git submodule update --init --recursive
- cp /boot/vmlinuz-4.19.0-16-amd64 ./kernel # kernel_script:
run_script: # - cp /boot/vmlinuz-4.19.0-16-amd64 ./kernel
- ./.cirrus.expect | tee -a /tmp/run.log # run_script:
- grep -q 'Bootstrapping completed.' /tmp/run.log # - ./.cirrus.expect | tee -a /tmp/run.log
# - grep -q 'Bootstrapping completed.' /tmp/run.log