From mboxrd@z Thu Jan 1 00:00:00 1970 X-GM-THRID: 6550672688539500544 X-Received: by 10.176.80.136 with SMTP id c8mr13484731uaa.43.1525436858800; Fri, 04 May 2018 05:27:38 -0700 (PDT) X-BeenThere: isar-users@googlegroups.com Received: by 10.176.17.213 with SMTP id q21ls2787455uac.16.gmail; Fri, 04 May 2018 05:27:38 -0700 (PDT) X-Google-Smtp-Source: AB8JxZrz4gzO4pMY72aqwvjUki3i2rcHDqRAfoH9ACFdzq+syyXmYyIYDRk/MZ6PSe0nhWwhy/jU X-Received: by 10.176.94.160 with SMTP id y32mr13260838uag.90.1525436858384; Fri, 04 May 2018 05:27:38 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1525436858; cv=none; d=google.com; s=arc-20160816; b=OPw4IZz8MI801hF0Z3E6+iIR4VBYwCaCfuFrNNHtrmbp63VV/znko8CEXO/naLEP8M m/kgvsAK/xiDUgYgQtMu6kEFkUHvdTaem/mP7Jh0vl8UtVLOKHVItR7UlkQ7htdnBrnK uPo6BHEZy02qZ7zzC2j6R8PtMRqSBP2bMFISAhnvmq+D+LS4B9IZtE/2dZR+lJXF0e3C lVbJFVWyP/vPpzfPhZrgeOBeoG/TGC1LrDZoGUjLARiCWwTnlCLShekRwYMLfkpGR8lZ u1QbGEYwO9G3HmsoAzcYSY9xMKAB8oaAf+5EMb3ZmnrijEv4KR3YPtfNUJbub7myao2L L+Rg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=message-id:date:subject:cc:to:from:arc-authentication-results; bh=XCHP7cTjU9rwmKl5oN5Z455cNpepnSkJIZmIV0omDdw=; b=EJBCgxYGouhB/RooRI3vW9AkcZ6CUz3L4o3qZhejO+wPzc1xf5W6xnXtFSB/GxinX2 GehSUx72H78uinVT/4YCMFxzY6aqKLyT247acmDJpd/8/a08xzAi3iHCAKRaz6kv8Mae I1nv1lo8pyfk6p8v1VJDVxoEt+yx0T5PJLwoshvyb4xB4ATAhWHGXY8qLVLhOzYwADMY SRs/c9F+QBcN9CXXCGoRXi3xuazrXqPoh4phZ+hIw4r7odhc/8qaajQyq6MbiGih7dk3 4PXFDypEeOTMVb2Blt0pzPf2B52DgC9pZC0JHD1L9nK+9zjBi3YtwiD0R7Wjb/5A2YMT q59A== ARC-Authentication-Results: i=1; gmr-mx.google.com; spf=pass (google.com: best guess record for domain of asmirnov@ilbers.de designates 85.214.62.211 as permitted sender) smtp.mailfrom=asmirnov@ilbers.de Return-Path: Received: from aqmola.ilbers.de (aqmola.ilbers.de. [85.214.62.211]) by gmr-mx.google.com with ESMTPS id q145-v6si1315357vka.0.2018.05.04.05.27.37 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 04 May 2018 05:27:38 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of asmirnov@ilbers.de designates 85.214.62.211 as permitted sender) client-ip=85.214.62.211; Authentication-Results: gmr-mx.google.com; spf=pass (google.com: best guess record for domain of asmirnov@ilbers.de designates 85.214.62.211 as permitted sender) smtp.mailfrom=asmirnov@ilbers.de Received: from localhost.localdomain ([188.227.110.165]) (authenticated bits=0) by aqmola.ilbers.de (8.14.4/8.14.4/Debian-4+deb7u1) with ESMTP id w44CRLEB030799 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Fri, 4 May 2018 14:27:27 +0200 From: Alexander Smirnov To: isar-users@googlegroups.com Cc: Alexander Smirnov Subject: [PATCH v2 0/3] Update scripts Date: Fri, 4 May 2018 15:27:11 +0300 Message-Id: <20180504122714.1201-1-asmirnov@ilbers.de> X-Mailer: git-send-email 2.9.5 X-TUID: 3MuoOI7BBzMY Hello all, this is the second version of patches which update build and testing scripts. Changes since v1: 1. According to the Henning's suggestion, I set verbose output enabled by default. In general, these scripts should be used for CI and testing only, so for me it's OK to have verbosity by default. 2. Add debug option for bitbake. Alex Alexander Smirnov (3): scripts/vm_smoke_test: Add quite parameter scripts/vm_smoke_test: Check if QEMU didn't start scripts/ci_build: Make CI script more generic scripts/ci_build.sh | 72 +++++++++++++++++++++++++++++++++------- scripts/vm_smoke_test | 91 +++++++++++++++++++++++++++++++++++++++++---------- 2 files changed, 134 insertions(+), 29 deletions(-) -- 2.1.4