All of lore.kernel.org
 help / color / mirror / Atom feed
From: Ian Jackson <ian.jackson@eu.citrix.com>
To: xen-devel@lists.xenproject.org
Cc: Ian Jackson <ian.jackson@eu.citrix.com>
Subject: [OSSTEST PATCH 01/11] mg-execute-flight: Save an mro in tmp/
Date: Fri, 3 May 2019 17:59:47 +0100	[thread overview]
Message-ID: <20190503165957.5960-2-ian.jackson@eu.citrix.com> (raw)
In-Reply-To: <20190503165957.5960-1-ian.jackson@eu.citrix.com>

This may be useful for some things.  For example, it will be used in
just a moment.

Signed-off-by: Ian Jackson <ian.jackson@eu.citrix.com>
---
 mg-execute-flight | 1 +
 1 file changed, 1 insertion(+)

diff --git a/mg-execute-flight b/mg-execute-flight
index b3cdf431..391f4810 100755
--- a/mg-execute-flight
+++ b/mg-execute-flight
@@ -81,6 +81,7 @@ echo >&5 "flight $flight reporting"
 
 ./sg-report-flight $basisflightopt \
 	--html-dir=$OSSTEST_HTMLPUB_DIR/$flight/ \
+	--machine-readable-output=tmp/$flight.mro \
 	$flight >tmp/$flight.report
 
 subject=`sed -n 1p <tmp/$flight.report`
-- 
2.11.0


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

WARNING: multiple messages have this Message-ID (diff)
From: Ian Jackson <ian.jackson@eu.citrix.com>
To: <xen-devel@lists.xenproject.org>
Cc: Ian Jackson <ian.jackson@eu.citrix.com>
Subject: [Xen-devel] [OSSTEST PATCH 01/11] mg-execute-flight: Save an mro in tmp/
Date: Fri, 3 May 2019 17:59:47 +0100	[thread overview]
Message-ID: <20190503165957.5960-2-ian.jackson@eu.citrix.com> (raw)
Message-ID: <20190503165947.SKjZAz0b1klivwRNdOaDSlfZ3zAjdsNTfSs8oCdKCI8@z> (raw)
In-Reply-To: <20190503165957.5960-1-ian.jackson@eu.citrix.com>

This may be useful for some things.  For example, it will be used in
just a moment.

Signed-off-by: Ian Jackson <ian.jackson@eu.citrix.com>
---
 mg-execute-flight | 1 +
 1 file changed, 1 insertion(+)

diff --git a/mg-execute-flight b/mg-execute-flight
index b3cdf431..391f4810 100755
--- a/mg-execute-flight
+++ b/mg-execute-flight
@@ -81,6 +81,7 @@ echo >&5 "flight $flight reporting"
 
 ./sg-report-flight $basisflightopt \
 	--html-dir=$OSSTEST_HTMLPUB_DIR/$flight/ \
+	--machine-readable-output=tmp/$flight.mro \
 	$flight >tmp/$flight.report
 
 subject=`sed -n 1p <tmp/$flight.report`
-- 
2.11.0


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

  reply	other threads:[~2019-05-03 17:00 UTC|newest]

Thread overview: 24+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-05-03 16:59 [OSSTEST PATCH 00/11] mg-repro-flight: Provide --rebuild to make variant build jobs too Ian Jackson
2019-05-03 16:59 ` [Xen-devel] " Ian Jackson
2019-05-03 16:59 ` Ian Jackson [this message]
2019-05-03 16:59   ` [Xen-devel] [OSSTEST PATCH 01/11] mg-execute-flight: Save an mro in tmp/ Ian Jackson
2019-05-03 16:59 ` [OSSTEST PATCH 02/11] cs-adjust-flight: Break out copy_jobs_* Ian Jackson
2019-05-03 16:59   ` [Xen-devel] " Ian Jackson
2019-05-03 16:59 ` [OSSTEST PATCH 03/11] cs-adjust-flight: Use db_prepare and honour -D -D for sql dumps Ian Jackson
2019-05-03 16:59   ` [Xen-devel] " Ian Jackson
2019-05-03 16:59 ` [OSSTEST PATCH 04/11] mg-repro-setup: Improve a doc message slightly Ian Jackson
2019-05-03 16:59   ` [Xen-devel] " Ian Jackson
2019-05-03 16:59 ` [OSSTEST PATCH 05/11] mg-repro-setup: Break out compute_adjusts Ian Jackson
2019-05-03 16:59   ` [Xen-devel] " Ian Jackson
2019-05-03 16:59 ` [OSSTEST PATCH 06/11] mg-repro-setup: Move logging setup to later Ian Jackson
2019-05-03 16:59   ` [Xen-devel] " Ian Jackson
2019-05-03 16:59 ` [OSSTEST PATCH 07/11] mg-repro-setup: Allow arguments to badusage Ian Jackson
2019-05-03 16:59   ` [Xen-devel] " Ian Jackson
2019-05-03 16:59 ` [OSSTEST PATCH 08/11] mg-repro-setup: Move flight creation up before task creation Ian Jackson
2019-05-03 16:59   ` [Xen-devel] " Ian Jackson
2019-05-03 16:59 ` [OSSTEST PATCH 09/11] mg-repro-flight: Provide --rebuild to make variant build jobs too Ian Jackson
2019-05-03 16:59   ` [Xen-devel] " Ian Jackson
2019-05-03 16:59 ` [OSSTEST PATCH 10/11] mg-repro-setup: Detect options (-...) in wrong place Ian Jackson
2019-05-03 16:59   ` [Xen-devel] " Ian Jackson
2019-05-03 16:59 ` [OSSTEST PATCH 11/11] mg-allocate: Don't try allocating the same resource for two specs Ian Jackson
2019-05-03 16:59   ` [Xen-devel] " Ian Jackson

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20190503165957.5960-2-ian.jackson@eu.citrix.com \
    --to=ian.jackson@eu.citrix.com \
    --cc=xen-devel@lists.xenproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.