[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Xen-devel] [OSSTEST PATCH v2 3/8] mg-repro-setup: Do all builds in their own tasks, regardless


  • To: <xen-devel@xxxxxxxxxxxxxxxxxxxx>
  • From: Ian Jackson <ian.jackson@xxxxxxxxxxxxx>
  • Date: Fri, 21 Jun 2019 15:22:53 +0100
  • Authentication-results: esa5.hc3370-68.iphmx.com; dkim=none (message not signed) header.i=none; spf=None smtp.pra=ian.jackson@xxxxxxxxxxxxx; spf=Pass smtp.mailfrom=Ian.Jackson@xxxxxxxxxx; spf=None smtp.helo=postmaster@xxxxxxxxxxxxxxx
  • Cc: Ian Jackson <ian.jackson@xxxxxxxxxxxxx>
  • Delivery-date: Fri, 21 Jun 2019 14:24:31 +0000
  • Ironport-sdr: /XUA8yR72MDnMnMtbbiYgcNcDJAXjLqiqKYBoXUFRnXq1wIomde4g36Jgf9qqGGbcrvb075WRq 2/dbXZ1pvNMWIesaRJmt1NiQ7pg2toUx4UPethMyQ1m3HwWneuehMq6q6Cdo2AT2giig9scv9T rJXqPT499J4M+f4zjMVhetADPI/5X0OBhCKYLjS+gk5FdNHaLr2BGu2fA9/SImDit+pW+FqLvM GJthy/5gaxi2vepiII+YymzgvoHniri99QV1QRR2p9ew+6Z4vnypGMnNDoatIuu4M8nXNp9fQr ZQY=
  • List-id: Xen developer discussion <xen-devel.lists.xenproject.org>

In case OSSTEST_TASK was set by the caller, unset it.  Unsetting it
will cause each sg-run-job (inside mg-execute-task) to become its own
task.

Signed-off-by: Ian Jackson <ian.jackson@xxxxxxxxxxxxx>
---
 mg-repro-setup | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/mg-repro-setup b/mg-repro-setup
index dc6c5cbb..5a52e617 100755
--- a/mg-repro-setup
+++ b/mg-repro-setup
@@ -247,7 +247,8 @@ progress "new flight is $flight"
 
 if [ "x$rebuilds_flight" != x ]; then
        progress "running build(s) $rebuilds_flight"
-       ./mg-execute-flight -B$rebuilds_blessing --progress-fd=2 \
+       env -u OSSTEST_TASK \
+                ./mg-execute-flight -B$rebuilds_blessing --progress-fd=2 \
                "${mgexecflags[@]}" $rebuilds_flight
 
        mro=tmp/$rebuilds_flight.mro
-- 
2.11.0


_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxxx
https://lists.xenproject.org/mailman/listinfo/xen-devel

 


Rackspace

Lists.xenproject.org is hosted with RackSpace, monitoring our
servers 24x7x365 and backed by RackSpace's Fanatical Support®.