Message ID | f91fc963c992456f8be4ea7ef5264052bb6c4a2e.1409840810.git.ian.campbell@citrix.com |
---|---|
State | New |
Headers | show |
On Thu, 2014-09-04 at 15:26 +0100, Ian Campbell wrote: Oops, the subject should clearly say 3.14! > standalone-generate-dump-flight-runvars before and after shows revision_linux > changing from 9f089cfb4be27efe7c1cd1d6261da02496820441 (v3.4.103) to > 946de0e6b6ed49eacb03e3cddfcb1d774d6378ed (v3.14.17) for the > build-{amd64,i386}-pvops jobs these branches: > > osstest > rumpuserxen > xen-4.0-testing > xen-4.1-testing > xen-4.2-testing > xen-4.3-testing > xen-4.4-testing > xen-unstable > qemu-mainline > qemu-upstream-4.3-testing > qemu-upstream-4.4-testing > qemu-upstream-unstable > seabios > libvirt > qemu-upstream-4.2-testing > > build-armhf-pvops and build-*-oldkern jobs as well as the linux-* branches are > unaffected. Which is as expected. > > Signed-off-by: Ian Campbell <ian.campbell@citrix.com> > --- > ap-common | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/ap-common b/ap-common > index 6c7e654..ba3279d 100644 > --- a/ap-common > +++ b/ap-common > @@ -59,7 +59,7 @@ > > : ${PUSH_TREE_LINUX:=$XENBITS:/home/xen/git/linux-pvops.git} > : ${BASE_TREE_LINUX:=git://xenbits.xen.org/linux-pvops.git} > -: ${BASE_TAG_LINUX:=tested/linux-3.4} > +: ${BASE_TAG_LINUX:=tested/linux-3.14} > : ${BASE_TAG_LINUX_ARM:=tested/linux-arm-xen} > > if [ "x${TREE_LINUX}" = x ]; then
Ian Campbell writes ("Re: [PATCH OSSTEST 1/2] Switch default Linux branch from 3.4 to 3.13"): > On Thu, 2014-09-04 at 15:26 +0100, Ian Campbell wrote: > > Oops, the subject should clearly say 3.14! > > > standalone-generate-dump-flight-runvars before and after shows revision_linux > > changing from 9f089cfb4be27efe7c1cd1d6261da02496820441 (v3.4.103) to > > 946de0e6b6ed49eacb03e3cddfcb1d774d6378ed (v3.14.17) for the > > build-{amd64,i386}-pvops jobs these branches: Acked-by: Ian Jackson <ian.jackson@eu.citrix.com> I guess you will push this as it's in your tree right now. Ian.
On Mon, 2014-09-22 at 17:57 +0100, Ian Jackson wrote: > Ian Campbell writes ("Re: [PATCH OSSTEST 1/2] Switch default Linux branch from 3.4 to 3.13"): > > On Thu, 2014-09-04 at 15:26 +0100, Ian Campbell wrote: > > > > Oops, the subject should clearly say 3.14! > > > > > standalone-generate-dump-flight-runvars before and after shows revision_linux > > > changing from 9f089cfb4be27efe7c1cd1d6261da02496820441 (v3.4.103) to > > > 946de0e6b6ed49eacb03e3cddfcb1d774d6378ed (v3.14.17) for the > > > build-{amd64,i386}-pvops jobs these branches: > > Acked-by: Ian Jackson <ian.jackson@eu.citrix.com> > > I guess you will push this as it's in your tree right now. Can do. Any opinion on the 2/2 to also switch ARM to this branch?
On Mon, 2014-09-22 at 19:53 +0100, Ian Campbell wrote: > On Mon, 2014-09-22 at 17:57 +0100, Ian Jackson wrote: > > Ian Campbell writes ("Re: [PATCH OSSTEST 1/2] Switch default Linux branch from 3.4 to 3.13"): > > > On Thu, 2014-09-04 at 15:26 +0100, Ian Campbell wrote: > > > > > > Oops, the subject should clearly say 3.14! > > > > > > > standalone-generate-dump-flight-runvars before and after shows revision_linux > > > > changing from 9f089cfb4be27efe7c1cd1d6261da02496820441 (v3.4.103) to > > > > 946de0e6b6ed49eacb03e3cddfcb1d774d6378ed (v3.14.17) for the > > > > build-{amd64,i386}-pvops jobs these branches: > > > > Acked-by: Ian Jackson <ian.jackson@eu.citrix.com> > > > > I guess you will push this as it's in your tree right now. > > Can do. Any opinion on the 2/2 to also switch ARM to this branch? You told me on IRC that you intended for the Ack to apply to both patches, so I've pushed both. Thanks, Ian.
diff --git a/ap-common b/ap-common index 6c7e654..ba3279d 100644 --- a/ap-common +++ b/ap-common @@ -59,7 +59,7 @@ : ${PUSH_TREE_LINUX:=$XENBITS:/home/xen/git/linux-pvops.git} : ${BASE_TREE_LINUX:=git://xenbits.xen.org/linux-pvops.git} -: ${BASE_TAG_LINUX:=tested/linux-3.4} +: ${BASE_TAG_LINUX:=tested/linux-3.14} : ${BASE_TAG_LINUX_ARM:=tested/linux-arm-xen} if [ "x${TREE_LINUX}" = x ]; then
standalone-generate-dump-flight-runvars before and after shows revision_linux changing from 9f089cfb4be27efe7c1cd1d6261da02496820441 (v3.4.103) to 946de0e6b6ed49eacb03e3cddfcb1d774d6378ed (v3.14.17) for the build-{amd64,i386}-pvops jobs these branches: osstest rumpuserxen xen-4.0-testing xen-4.1-testing xen-4.2-testing xen-4.3-testing xen-4.4-testing xen-unstable qemu-mainline qemu-upstream-4.3-testing qemu-upstream-4.4-testing qemu-upstream-unstable seabios libvirt qemu-upstream-4.2-testing build-armhf-pvops and build-*-oldkern jobs as well as the linux-* branches are unaffected. Which is as expected. Signed-off-by: Ian Campbell <ian.campbell@citrix.com> --- ap-common | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)