* [OSSTEST PATCH] rump kernel tests: Get upstream from rumprun-xen
[not found] <21466.21735.6720.603455@chiark.greenend.org.uk>
@ 2014-07-31 14:56 ` Ian Jackson
2014-07-31 14:56 ` Ian Jackson
[not found] ` <1406818576-16423-1-git-send-email-ian.jackson@eu.citrix.com>
2 siblings, 0 replies; 4+ messages in thread
From: Ian Jackson @ 2014-07-31 14:56 UTC (permalink / raw)
To: xen-devel, rumpkernel-users
Cc: Ian.Campbell, Ian Jackson, Antti Kantee, Ian Jackson
Replace https://github.com/rumpkernel/rumpuser-xen
with https://github.com/rumpkernel/rumprun-xen
as the source for the pre-test version. The repo has been renamed
upstream.
We do not change, at this time:
* The name of the post-test output repo on xenbits,
git://xenbits.xen.org/rumpuser-xen.git#xen-tested-master
Changing those would be a bit fiddly.
And we don't change the following, which contain `rumpuserxen':
* osstest `branch', `recipe', and `jobs' which are used to correlate
and specify aspects of the different production test runs of
different versions of the code. The branch name appears in the
Subject lines of email reports, and the job names in the body (and
as column names in the html test report matrix).
* The osstest `tree' names (which are used to specify and correlate
the different versions and urls of the `same' codebase in the
various tests). Also, we leave unchanged the corresponding
osstest tree plumbing environment variable names.
* The osstest build output identifiers from ts-rumpuser-xen-build
including the runvar name and the dist part name. (These are used
to communicate between the build and test jobs.)
Changing those would break cross-change comparison of test results and
osstest's automatic bisection across the change.
We also don't change:
* The names of the ts-rumpuserxen-* test scripts.
While this could be changed by renaming the files and editing
sg-run-job to match, it doesn't seem sensible to rename these while
leaving everything else unchanged.
Signed-off-by: Ian Jackson <Ian.Jackson@eu.citrix.com>
---
ap-common | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/ap-common b/ap-common
index 6c7e654..ab8d884 100644
--- a/ap-common
+++ b/ap-common
@@ -39,7 +39,7 @@
: ${TREE_GNULIB_LIBVIRT:=$(besteffort_repo git://git.sv.gnu.org/gnulib.git)}
-: ${TREE_RUMPUSERXEN:=https://github.com/rumpkernel/rumpuser-xen}
+: ${TREE_RUMPUSERXEN:=https://github.com/rumpkernel/rumprun-xen}
: ${TREEVCS_RUMPUSERXEN:=git}
: ${BASE_TREE_RUMPUSERXEN:=git://xenbits.xen.org/rumpuser-xen.git}
: ${PUSH_TREE_RUMPUSERXEN:=$XENBITS:/home/xen/git/rumpuser-xen.git}
--
1.7.10.4
------------------------------------------------------------------------------
Infragistics Professional
Build stunning WinForms apps today!
Reboot your WinForms applications with our WinForms controls.
Build a bridge from your legacy apps to the future.
http://pubads.g.doubleclick.net/gampad/clk?id=153845071&iu=/4140/ostg.clktrk
^ permalink raw reply related [flat|nested] 4+ messages in thread* [OSSTEST PATCH] rump kernel tests: Get upstream from rumprun-xen
[not found] <21466.21735.6720.603455@chiark.greenend.org.uk>
2014-07-31 14:56 ` [OSSTEST PATCH] rump kernel tests: Get upstream from rumprun-xen Ian Jackson
@ 2014-07-31 14:56 ` Ian Jackson
[not found] ` <1406818576-16423-1-git-send-email-ian.jackson@eu.citrix.com>
2 siblings, 0 replies; 4+ messages in thread
From: Ian Jackson @ 2014-07-31 14:56 UTC (permalink / raw)
To: xen-devel, rumpkernel-users; +Cc: Ian.Campbell, Ian Jackson, Antti Kantee
Replace https://github.com/rumpkernel/rumpuser-xen
with https://github.com/rumpkernel/rumprun-xen
as the source for the pre-test version. The repo has been renamed
upstream.
We do not change, at this time:
* The name of the post-test output repo on xenbits,
git://xenbits.xen.org/rumpuser-xen.git#xen-tested-master
Changing those would be a bit fiddly.
And we don't change the following, which contain `rumpuserxen':
* osstest `branch', `recipe', and `jobs' which are used to correlate
and specify aspects of the different production test runs of
different versions of the code. The branch name appears in the
Subject lines of email reports, and the job names in the body (and
as column names in the html test report matrix).
* The osstest `tree' names (which are used to specify and correlate
the different versions and urls of the `same' codebase in the
various tests). Also, we leave unchanged the corresponding
osstest tree plumbing environment variable names.
* The osstest build output identifiers from ts-rumpuser-xen-build
including the runvar name and the dist part name. (These are used
to communicate between the build and test jobs.)
Changing those would break cross-change comparison of test results and
osstest's automatic bisection across the change.
We also don't change:
* The names of the ts-rumpuserxen-* test scripts.
While this could be changed by renaming the files and editing
sg-run-job to match, it doesn't seem sensible to rename these while
leaving everything else unchanged.
Signed-off-by: Ian Jackson <Ian.Jackson@eu.citrix.com>
---
ap-common | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/ap-common b/ap-common
index 6c7e654..ab8d884 100644
--- a/ap-common
+++ b/ap-common
@@ -39,7 +39,7 @@
: ${TREE_GNULIB_LIBVIRT:=$(besteffort_repo git://git.sv.gnu.org/gnulib.git)}
-: ${TREE_RUMPUSERXEN:=https://github.com/rumpkernel/rumpuser-xen}
+: ${TREE_RUMPUSERXEN:=https://github.com/rumpkernel/rumprun-xen}
: ${TREEVCS_RUMPUSERXEN:=git}
: ${BASE_TREE_RUMPUSERXEN:=git://xenbits.xen.org/rumpuser-xen.git}
: ${PUSH_TREE_RUMPUSERXEN:=$XENBITS:/home/xen/git/rumpuser-xen.git}
--
1.7.10.4
^ permalink raw reply related [flat|nested] 4+ messages in thread[parent not found: <1406818576-16423-1-git-send-email-ian.jackson@eu.citrix.com>]
* Re: [OSSTEST PATCH] rump kernel tests: Get upstream from rumprun-xen
[not found] ` <1406818576-16423-1-git-send-email-ian.jackson@eu.citrix.com>
@ 2014-07-31 14:58 ` Ian Campbell
2014-07-31 14:58 ` Ian Campbell
1 sibling, 0 replies; 4+ messages in thread
From: Ian Campbell @ 2014-07-31 14:58 UTC (permalink / raw)
To: Ian Jackson; +Cc: rumpkernel-users, xen-devel, Antti Kantee
On Thu, 2014-07-31 at 15:56 +0100, Ian Jackson wrote:
> Replace https://github.com/rumpkernel/rumpuser-xen
> with https://github.com/rumpkernel/rumprun-xen
> as the source for the pre-test version. The repo has been renamed
> upstream.
>
> We do not change, at this time:
>
> * The name of the post-test output repo on xenbits,
> git://xenbits.xen.org/rumpuser-xen.git#xen-tested-master
>
> Changing those would be a bit fiddly.
>
> And we don't change the following, which contain `rumpuserxen':
>
> * osstest `branch', `recipe', and `jobs' which are used to correlate
> and specify aspects of the different production test runs of
> different versions of the code. The branch name appears in the
> Subject lines of email reports, and the job names in the body (and
> as column names in the html test report matrix).
>
> * The osstest `tree' names (which are used to specify and correlate
> the different versions and urls of the `same' codebase in the
> various tests). Also, we leave unchanged the corresponding
> osstest tree plumbing environment variable names.
>
> * The osstest build output identifiers from ts-rumpuser-xen-build
> including the runvar name and the dist part name. (These are used
> to communicate between the build and test jobs.)
>
> Changing those would break cross-change comparison of test results and
> osstest's automatic bisection across the change.
>
> We also don't change:
>
> * The names of the ts-rumpuserxen-* test scripts.
>
> While this could be changed by renaming the files and editing
> sg-run-job to match, it doesn't seem sensible to rename these while
> leaving everything else unchanged.
>
> Signed-off-by: Ian Jackson <Ian.Jackson@eu.citrix.com>
Acked-by: Ian Campbell <ian.campbell@citrix.com>
^ permalink raw reply [flat|nested] 4+ messages in thread* Re: [OSSTEST PATCH] rump kernel tests: Get upstream from rumprun-xen
[not found] ` <1406818576-16423-1-git-send-email-ian.jackson@eu.citrix.com>
2014-07-31 14:58 ` Ian Campbell
@ 2014-07-31 14:58 ` Ian Campbell
1 sibling, 0 replies; 4+ messages in thread
From: Ian Campbell @ 2014-07-31 14:58 UTC (permalink / raw)
To: Ian Jackson; +Cc: rumpkernel-users, xen-devel, Antti Kantee
On Thu, 2014-07-31 at 15:56 +0100, Ian Jackson wrote:
> Replace https://github.com/rumpkernel/rumpuser-xen
> with https://github.com/rumpkernel/rumprun-xen
> as the source for the pre-test version. The repo has been renamed
> upstream.
>
> We do not change, at this time:
>
> * The name of the post-test output repo on xenbits,
> git://xenbits.xen.org/rumpuser-xen.git#xen-tested-master
>
> Changing those would be a bit fiddly.
>
> And we don't change the following, which contain `rumpuserxen':
>
> * osstest `branch', `recipe', and `jobs' which are used to correlate
> and specify aspects of the different production test runs of
> different versions of the code. The branch name appears in the
> Subject lines of email reports, and the job names in the body (and
> as column names in the html test report matrix).
>
> * The osstest `tree' names (which are used to specify and correlate
> the different versions and urls of the `same' codebase in the
> various tests). Also, we leave unchanged the corresponding
> osstest tree plumbing environment variable names.
>
> * The osstest build output identifiers from ts-rumpuser-xen-build
> including the runvar name and the dist part name. (These are used
> to communicate between the build and test jobs.)
>
> Changing those would break cross-change comparison of test results and
> osstest's automatic bisection across the change.
>
> We also don't change:
>
> * The names of the ts-rumpuserxen-* test scripts.
>
> While this could be changed by renaming the files and editing
> sg-run-job to match, it doesn't seem sensible to rename these while
> leaving everything else unchanged.
>
> Signed-off-by: Ian Jackson <Ian.Jackson@eu.citrix.com>
Acked-by: Ian Campbell <ian.campbell@citrix.com>
------------------------------------------------------------------------------
Infragistics Professional
Build stunning WinForms apps today!
Reboot your WinForms applications with our WinForms controls.
Build a bridge from your legacy apps to the future.
http://pubads.g.doubleclick.net/gampad/clk?id=153845071&iu=/4140/ostg.clktrk
^ permalink raw reply [flat|nested] 4+ messages in thread