[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-devel] [ovmf baseline-only test] 68421: tolerable trouble: blocked/broken
This run is configured for baseline tests only. flight 68421 ovmf real [real] http://osstest.xs.citrite.net/~osstest/testlogs/logs/68421/ Failures :-/ but no regressions. Regressions which are regarded as allowable (not blocking): build-i386 3 host-install(3) broken baseline untested build-amd64 3 host-install(3) broken baseline untested build-i386-pvops 3 host-install(3) broken baseline untested build-i386-xsm 3 host-install(3) broken baseline untested build-amd64-pvops 3 host-install(3) broken baseline untested build-amd64-xsm 3 host-install(3) broken baseline untested Tests which did not succeed, but are not blocking: test-amd64-amd64-xl-qemuu-ovmf-amd64 1 build-check(1) blocked n/a build-amd64-libvirt 1 build-check(1) blocked n/a test-amd64-i386-xl-qemuu-ovmf-amd64 1 build-check(1) blocked n/a build-i386-libvirt 1 build-check(1) blocked n/a version targeted for testing: ovmf f3fa35a00233b6f2e7653b3b8c3e2b28b8ecbe7f baseline version: ovmf 70420e31a04b56f99c1306e281434532a86bde70 Last test of basis 68418 2017-01-22 17:46:43 Z 0 days Testing same since 68421 2017-01-23 07:19:58 Z 0 days 1 attempts ------------------------------------------------------------ People who touched revisions under test: Gary Lin <glin@xxxxxxxx> Jiaxin Wu <jiaxin.wu@xxxxxxxxx> Thomas Huth <thuth@xxxxxxxxxx> Wu Jiaxin <jiaxin.wu@xxxxxxxxx> jobs: build-amd64-xsm broken build-i386-xsm broken build-amd64 broken build-i386 broken build-amd64-libvirt blocked build-i386-libvirt blocked build-amd64-pvops broken build-i386-pvops broken test-amd64-amd64-xl-qemuu-ovmf-amd64 blocked test-amd64-i386-xl-qemuu-ovmf-amd64 blocked ------------------------------------------------------------ sg-report-flight on osstest.xs.citrite.net logs: /home/osstest/logs images: /home/osstest/images Logs, config files, etc. are available at http://osstest.xs.citrite.net/~osstest/testlogs/logs Test harness code can be found at http://xenbits.xensource.com/gitweb?p=osstest.git;a=summary broken-step build-i386 host-install(3) broken-step build-amd64 host-install(3) broken-step build-i386-pvops host-install(3) broken-step build-i386-xsm host-install(3) broken-step build-amd64-pvops host-install(3) broken-step build-amd64-xsm host-install(3) Push not applicable. ------------------------------------------------------------ commit f3fa35a00233b6f2e7653b3b8c3e2b28b8ecbe7f Author: Thomas Huth <thuth@xxxxxxxxxx> Date: Thu Jan 19 17:37:31 2017 +0800 NetworkPkg: Remove superfluous return statement. If the code eventually returns "Status" anyway, it does not make sense to explicitely return "Status" in case of an error, too. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Thomas Huth <thuth@xxxxxxxxxx> Reviewed-by: Wu Jiaxin <jiaxin.wu@xxxxxxxxx> commit 4b2fb7986d571827a6e4885377e531002d806681 Author: Jiaxin Wu <jiaxin.wu@xxxxxxxxx> Date: Thu Jan 19 11:53:08 2017 +0800 OvmfPkg: Allow HTTP connections if HTTP Boot enabled v2 * Move the setting above the "!ifndef $(USE_OLD_SHELL)" part. * Un-indent the setting to column zero. (Comments from Laszlo) Overwrite the value of PcdAllowHttpConnections to allow HTTP connections if HTTP Boot enabled (-D HTTP_BOOT_ENABLE). Cc: Laszlo Ersek <lersek@xxxxxxxxxx> Cc: Justen Jordan L <jordan.l.justen@xxxxxxxxx> Cc: Ye Ting <ting.ye@xxxxxxxxx> Cc: Fu Siyuan <siyuan.fu@xxxxxxxxx> Cc: Kinney Michael D <michael.d.kinney@xxxxxxxxx> Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Wu Jiaxin <jiaxin.wu@xxxxxxxxx> Reviewed-by: Ye Ting <ting.ye@xxxxxxxxx> Reviewed-by: Fu Siyuan <siyuan.fu@xxxxxxxxx> Reviewed-by: Gary Lin <glin@xxxxxxxx> Tested-by: Gary Lin <glin@xxxxxxxx> commit 7c3c53e5e8ee066904e56d9e6dd85dad4933f29e Author: Jiaxin Wu <jiaxin.wu@xxxxxxxxx> Date: Fri Jan 6 11:55:47 2017 +0800 Nt32Pkg.dsc: Add flag to control HTTP connections v3: * Correct the commits grammar v2: * Rename the flag. This flag is to overwrite the value of PcdAllowHttpConnections, then the platform can make a decision whether to allow HTTP connections or not. Cc: Ye Ting <ting.ye@xxxxxxxxx> Cc: Fu Siyuan <siyuan.fu@xxxxxxxxx> Cc: Ruiyu Ni <ruiyu.ni@xxxxxxxxx> Cc: Laszlo Ersek <lersek@xxxxxxxxxx> Cc: Kinney Michael D <michael.d.kinney@xxxxxxxxx> Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Wu Jiaxin <jiaxin.wu@xxxxxxxxx> Reviewed-by: Ye Ting <ting.ye@xxxxxxxxx> Reviewed-by: Fu Siyuan <siyuan.fu@xxxxxxxxx> Reviewed-by: Gary Lin <glin@xxxxxxxx> commit 221463c2b337072532ed4ab8ffe3b566574724d8 Author: Jiaxin Wu <jiaxin.wu@xxxxxxxxx> Date: Fri Jan 6 11:53:57 2017 +0800 NetworkPkg: Add PCD to enable the HTTP connections switch v3: * Correct the commits grammar v2: * Rename the PCD to PcdAllowHttpConnections. * Refine the PCD descriptions. If the value of PcdAllowHttpConnections is TRUE, HTTP connections are allowed. Both the "https://" and "http://" URI schemes are permitted. Otherwise, HTTP connections are denied. Only the "https://" URI scheme is permitted. Cc: Ye Ting <ting.ye@xxxxxxxxx> Cc: Fu Siyuan <siyuan.fu@xxxxxxxxx> Cc: Laszlo Ersek <lersek@xxxxxxxxxx> Cc: Kinney Michael D <michael.d.kinney@xxxxxxxxx> Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Wu Jiaxin <jiaxin.wu@xxxxxxxxx> Reviewed-by: Ye Ting <ting.ye@xxxxxxxxx> Reviewed-by: Fu Siyuan <siyuan.fu@xxxxxxxxx> Reviewed-by: Gary Lin <glin@xxxxxxxx> Tested-by: Gary Lin <glin@xxxxxxxx> _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx https://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |