1 ##########################################################################
2 # Copyright (c) 2018 ETH Zurich.
5 # This file is distributed under the terms in the attached LICENSE file.
6 # If you do not find this file, copies can be found by writing to:
7 # ETH Zurich D-INFK, CAB F.78, Universitaetstr. 6, CH-8092 Zurich,
9 ##########################################################################
18 ##############################################################################
22 image: achreto/barrelfish-ci
24 - "! git log --since='2018-01-01' --invert-grep --grep='Signed-off-by'
25 | tee 'commits_not_signed.txt' | grep 'commit' -A 5"
27 ##############################################################################
31 image: achreto/barrelfish-ci
33 - "mkdir build; (cd build && ../hake/hake.sh --no-hake -s ../ -a x86_64)"
35 ##############################################################################
39 # image: achreto/barrelfish-ci
45 # - "mkdir build-x86; (cd build-x86 && ../hake/hake.sh -s ../ -a x86_64)"
52 # image: achreto/barrelfish-ci
54 # - "(cd build-x86 && make X86_64_Basic)"
60 # image: achreto/barrelfish-ci
62 # - "mkdir -p results"
63 # - "(./tools/harness/scalebench.py --xml --debug -B build-x86 -m qemu1 -t memtest . results )"
69 # image: achreto/barrelfish-ci
71 # - "mkdir -p results"
72 # - "(./tools/harness/scalebench.py --xml --debug -B build-x86 -m qemu4 -t memtest . results )"
75 # ##############################################################################
80 # image: achreto/barrelfish-ci
86 # - "mkdir build-armv7; (cd build-armv7 && ../hake/hake.sh -s ../ -a armv7)"
93 # image: achreto/barrelfish-ci
95 # - "(cd build-armv7 && make PandaboardES)"
101 # image: achreto/barrelfish-ci
103 # - "mkdir -p results"
104 # - "(./tools/harness/scalebench.py --xml --debug -B build-armv7 -m qemu_armv7 -t memtest . results )"
107 # ##############################################################################
112 # image: achreto/barrelfish-ci
118 # - "mkdir build-armv8; (cd build-armv8 && ../hake/hake.sh -s ../ -a armv8)"#
125 # image: achreto/barrelfish-ci
127 # - "(cd build-armv8 && make ThunderX)"
133 # image: achreto/barrelfish-ci
135 # - "mkdir -p results"
136 # - "(./tools/harness/scalebench.py --xml --debug -B build-armv8 -m qemu_armv8_1 -t memtest . results )"