diff mbox

[U-Boot,v2,6/6] Travis: Remove sleep test from integratorcp_cm926ejs-qemu test

Message ID 1479403867-54792-7-git-send-email-agraf@suse.de
State Accepted
Commit 78992845a00abb735b314463b1a912923f1cc3da
Delegated to: Tom Rini
Headers show

Commit Message

Alexander Graf Nov. 17, 2016, 5:31 p.m. UTC
Most of the time when running the sleep test in Travis for
the integratorcp_cm926ejs target I get errors like this:

  E       assert 2.999901056289673 >= 3

The deviation is tiny, but fails the overall build result. Since
the sleep test is not terribly important as gate keeper for travis
tests, let's just exclude it for this board.

Signed-off-by: Alexander Graf <agraf@suse.de>
---
 .travis.yml | 1 +
 1 file changed, 1 insertion(+)

Comments

Tom Rini Nov. 21, 2016, 2 p.m. UTC | #1
On Thu, Nov 17, 2016 at 06:31:07PM +0100, Alexander Graf wrote:

> Most of the time when running the sleep test in Travis for
> the integratorcp_cm926ejs target I get errors like this:
> 
>   E       assert 2.999901056289673 >= 3
> 
> The deviation is tiny, but fails the overall build result. Since
> the sleep test is not terribly important as gate keeper for travis
> tests, let's just exclude it for this board.
> 
> Signed-off-by: Alexander Graf <agraf@suse.de>

Reviewed-by: Tom Rini <trini@konsulko.com>
Tom Rini Nov. 27, 2016, 2:55 p.m. UTC | #2
On Thu, Nov 17, 2016 at 06:31:07PM +0100, Alexander Graf wrote:

> Most of the time when running the sleep test in Travis for
> the integratorcp_cm926ejs target I get errors like this:
> 
>   E       assert 2.999901056289673 >= 3
> 
> The deviation is tiny, but fails the overall build result. Since
> the sleep test is not terribly important as gate keeper for travis
> tests, let's just exclude it for this board.
> 
> Signed-off-by: Alexander Graf <agraf@suse.de>
> Reviewed-by: Tom Rini <trini@konsulko.com>

Applied to u-boot/master, thanks!
diff mbox

Patch

diff --git a/.travis.yml b/.travis.yml
index 89f78d3..1957734 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -244,6 +244,7 @@  matrix:
           BUILDMAN="^vexpress_ca9x4$"
     - env:
         - TEST_PY_BD="integratorcp_cm926ejs"
+          TEST_PY_TEST_SPEC="not sleep"
           TEST_PY_ID="--id qemu"
           BUILDMAN="^integratorcp_cm926ejs$"
     - env: