Lines Matching +full:docker +full:- +full:test +full:- +full:clang
1 ---
37 Test '{{ test }}' timeout, log:
57 Tester {{ tester }} out of space when running {{ test }}
84 {% if test == "checkpatch" %}
91 {% elif test == "docker-mingw@fedora" or test == "docker-quick@centos8" or test == "asan" %}
94 This series failed the {{ test }} build test. Please find the testing commands and
95 their output below. If you have Docker installed, you can probably reproduce it
98 … {% lines_between logtext start="^=== TEST SCRIPT BEGIN ===$" stop="^=== TEST SCRIPT END ===$" %}
101 {% elif test == "s390x" or test == "FreeBSD" or test == "ppcle" or test == "ppcbe" %}
104 This series failed build test on {{test}} host. Please find the details below.
106 … {% lines_between logtext start="^=== TEST SCRIPT BEGIN ===$" stop="^=== TEST SCRIPT END ===$" %}
115 ---
117 Please send your feedback to patchew-devel@redhat.com
122 requirements: docker
126 time make docker-test-debug@fedora TARGET_LIST=x86_64-softmmu J=14 NETWORK=1
127 docker-quick@centos8:
129 requirements: docker,x86_64
133 time make docker-test-quick@centos8 SHOW_ENV=1 J=14 NETWORK=1
140 git rev-parse base > /dev/null || exit 0
141 ./scripts/checkpatch.pl --mailback base..
142 docker-mingw@fedora:
144 requirements: docker,x86_64
148 test "$(uname -m)" = "x86_64"
158 set -e
162 mkdir -p $BUILD $INSTALL
165 $SRC/configure --cc=$CC --prefix=$INSTALL
166 make -j4
168 # make check -j4 V=1
177 rpm -qa
187 set -e
191 mkdir -p $BUILD $INSTALL
194 $SRC/configure --cc=$CC --prefix=$INSTALL
195 make -j4
197 # make check -j4 V=1
206 rpm -qa
209 requirements: qemu-x86,x86_64,git
216 if qemu-system-x86_64 --help >/dev/null 2>&1; then
217 QEMU=qemu-system-x86_64
218 elif /usr/libexec/qemu-kvm --help >/dev/null 2>&1; then
219 QEMU=/usr/libexec/qemu-kvm
223 make vm-build-freebsd J=21 QEMU=$QEMU
225 docker-clang@ubuntu:
227 requirements: docker,x86_64
231 time make docker-test-clang@ubuntu SHOW_ENV=1 J=14 NETWORK=1
241 set -e
245 mkdir -p $BUILD $INSTALL
248 $SRC/configure --cc=$CC --prefix=$INSTALL
249 make -j4
251 # make check -j4 V=1
260 rpm -qa
265 test "$(uname -m)" = "x86_64"
266 qemu-x86:
269 if qemu-system-x86_64 --help >/dev/null 2>&1; then
271 elif /usr/libexec/qemu-kvm --help >/dev/null 2>&1; then
279 test "$(uname -m)" = "ppc64le"
283 test "$(uname -m)" = "ppc64"
288 docker:
291 docker ps || sudo -n docker ps
295 test "$(uname -m)" = "s390x"
297 push_to: git@github.com:patchew-project/qemu
298 public_repo: https://github.com/patchew-project/qemu
299 url_template: https://github.com/patchew-project/qemu/tree/%t