summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2020-04-11 10:30:47 +0300
committerLars Wirzenius <liw@liw.fi>2020-04-11 10:30:47 +0300
commit693a49de485cff99fe3fe682d0d04c10a0c2a144 (patch)
treecfd5e0c3b8dbc19fc2c4dd37a7e8878ec355b6c9
parentb5daa18fb9373eaa39c6a7370a8236d83962f80f (diff)
downloadvmdb2-693a49de485cff99fe3fe682d0d04c10a0c2a144.tar.gz
Add: a faster Contractor build spec
This only runs ./check, and doesn't build a bunch of images, so it's a lot faster, although not as useful for detecting problems.
-rw-r--r--contractor-fast.yaml22
1 files changed, 22 insertions, 0 deletions
diff --git a/contractor-fast.yaml b/contractor-fast.yaml
new file mode 100644
index 0000000..d83e9c4
--- /dev/null
+++ b/contractor-fast.yaml
@@ -0,0 +1,22 @@
+worker-image: ~/tmp/contractor/worker-vmdb2.img
+install:
+ - build-essential
+ - python3-all
+ - python3-coverage-test-runner
+ - python3-cliapp
+ - python3-jinja2
+ - python3-yaml
+ - qemu-utils
+ - parted
+ - kpartx
+ - debootstrap
+ - dosfstools
+ - ansible
+ - moreutils
+ - git
+ - cmdtest
+ - pandoc
+source: .
+build: |
+ export LC_ALL=C.UTF-8
+ ./check