David Gibson <da...@gibson.dropbear.id.au> writes:
> On Tue, Mar 12, 2019 at 07:20:22PM +0000, Alex Bennée wrote: >> >> David Gibson <da...@gibson.dropbear.id.au> writes: >> >> > On Mon, Mar 11, 2019 at 10:40:54AM +0000, Alex Bennée wrote: >> >> > > [snip] >> >> > MALLOC_PERTURB_=${MALLOC_PERTURB_:-$(( ${RANDOM:-0} % 255 + 1))} >> >> > QTEST_QEMU_BINARY=ppc64-softmmu/qemu-system-ppc64 >> >> > QTEST_QEMU_IMG=qemu-img tests/ >> >> > boot-serial-test -m=quick -k --tap < /dev/null | >> >> > ./scripts/tap-driver.pl --test-name="boot-serial-test" >> >> > PASS 1 boot-serial-test /ppc64/boot-serial/ppce500 >> >> > PASS 2 boot-serial-test /ppc64/boot-serial/40p >> >> > PASS 3 boot-serial-test /ppc64/boot-serial/mac99 >> >> > qemu-system-ppc64: warning: TCG doesn't support requested feature, >> >> > cap-cfpc=workaround >> >> > qemu-system-ppc64: warning: TCG doesn't support requested feature, >> >> > cap-sbbc=workaround >> >> > qemu-system-ppc64: warning: TCG doesn't support requested feature, >> >> > cap-ibs=workaround >> >> > PASS 4 boot-serial-test /ppc64/boot-serial/pseries >> >> > PASS 5 boot-serial-test /ppc64/boot-serial/powernv >> >> > PASS 6 boot-serial-test /ppc64/boot-serial/sam460ex >> >> > >> >> > and similarly during the boot-pxe-test. >> >> > >> >> > Could you silence these, please? >> >> >> >> FWIW this PR contains fixes that will finally get the gitlab CI green so >> >> I look forward to v2 getting merged ;-) >> > >> > Huh. I knew about the travis CI and the shippable CI, but not the >> > gitlab one. How do I see that? It was surprisingly non-obvious from >> > the gitlab qemu project page. >> >> The various badges should link to the relevant bits: >> >> https://wiki.qemu.org/Testing > > Um.. not that I can see. The "GitLab CI" link on the left of the > table takes me to a GitLab mirror of qemu, but I can't spot any links > to CI status or information. > > The link on the right, next to the badge gives me a 404. Ahh looks like a permission thing. I assume you also asked for access to the project as @dgibson? I'll dig through and see if I can make the view public, it should be. -- Alex Bennée