summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2020-05-05 07:52:07 +0300
committerLars Wirzenius <liw@liw.fi>2020-05-05 07:52:07 +0300
commit80c1bf58caf6d523727b9cc13d57775ed63a07a1 (patch)
treecc9fb417a160cb2365fdf6997e9bf04ac81104eb
parent514ad010062e942d06762dd13553fb35082a062f (diff)
downloadvmdb2-80c1bf58caf6d523727b9cc13d57775ed63a07a1.tar.gz
Drop: contractor files: not useful for others
-rw-r--r--contractor-fast.yaml35
-rw-r--r--contractor.yaml33
2 files changed, 0 insertions, 68 deletions
diff --git a/contractor-fast.yaml b/contractor-fast.yaml
deleted file mode 100644
index a229510..0000000
--- a/contractor-fast.yaml
+++ /dev/null
@@ -1,35 +0,0 @@
-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: .
-workspace: ~/tmp/contractor/vmdb2
-build: |
- export LC_ALL=C.UTF-8
- ./check
-
- ls -lh /workspace
- rm -f /workspace/check.log
- sudo ./vmdb2 --rootfs-tarball /workspace/buster.tar.gz \
- --verbose --log /workspace/check.log \
- --output /workspace/uefi.img uefi.vmdb 2>&1
-
- cd /workspace
- sudo chown -R worker:worker .
- ls -lh
- du -h *.img
- rm -f *.img*
diff --git a/contractor.yaml b/contractor.yaml
deleted file mode 100644
index a960bc6..0000000
--- a/contractor.yaml
+++ /dev/null
@@ -1,33 +0,0 @@
-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: .
-# We build many huge images, and there's no use for them, so don't
-# save them.
-# workspace: ~/tmp/contractor/vmdb2
-build: |
- export LC_ALL=C.UTF-8
-
- ./check
-
- # /dev/vdb is an extra, big disk we can use for scratch space.
- sudo sh -x ./check-external /workspace
-
- cd /workspace
- sudo sh -x ./src/check-all buster.tar.gz
- sudo chmod -R a+rX /workspace