From: Ian Jackson Date: Fri, 17 May 2019 17:46:33 +0000 (+0000) Subject: mg-repro-setup: Do all builds in their own tasks, regardless X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=136fbfadd8e3aa244f5c7a25eb527fc31e94e231;p=people%2Froyger%2Fosstest.git mg-repro-setup: Do all builds in their own tasks, regardless 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 --- diff --git a/mg-repro-setup b/mg-repro-setup index dc6c5cb..5a52e61 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