All of lore.kernel.org
 help / color / mirror / Atom feed
From: Ian Campbell <ian.campbell@citrix.com>
To: Anthony PERARD <anthony.perard@citrix.com>, xen-devel@lists.xen.org
Cc: Ian Jackson <Ian.Jackson@eu.citrix.com>
Subject: Re: [PATCH OSSTEST v3 3/3] Create a flight to test OpenStack with xen-unstable and libvirt
Date: Tue, 29 Sep 2015 16:49:29 +0100	[thread overview]
Message-ID: <1443541769.16718.124.camel@citrix.com> (raw)
In-Reply-To: <1443455775-26131-4-git-send-email-anthony.perard@citrix.com>

On Mon, 2015-09-28 at 16:56 +0100, Anthony PERARD wrote:
> diff --git a/cri-common b/cri-common
> index c874ff9..66d13d1 100644
> --- a/cri-common
> +++ b/cri-common
> @@ -79,6 +79,7 @@ select_xenbranch () {
>  > 	> ovmf)> 	> 	> 	> tree=ovmf;> 	> xenbranch=xen-unstable ;;
>  > 	> distros-*)> 	> 	> tree=none;> 	> xenbranch=xen-unstable ;;
>  > 	> osstest)> 	> 	> tree=osstest;> 	> xenbranch=xen-unstable ;;
> +> 	> openstack)> 	> 	> tree=devstack;> 	> xenbranch=xen-unstable ;;

Is this "devstack" a left over which should have become openstack-nova like
the others?

@@ -621,6 +636,25 @@ test_matrix_do_one () {
>  
>    do_pygrub_tests
>    do_pvgrub_tests
> +
> +  job_create_test test-$xenarch$kern-$dom0arch-devstack \
> +    test-devstack libvirt $xenarch $dom0arch \
> +    tree_devstack=$TREE_OPENSTACK_DEVSTACK \
> +    tree_requirements=$TREE_OPENSTACK_REQUIREMENTS \
> +    tree_keystone=$TREE_OPENSTACK_KEYSTONE \
> +    tree_glance=$TREE_OPENSTACK_GLANCE \
> +    tree_cinder=$TREE_OPENSTACK_CINDER \
> +    tree_nova=$TREE_OPENSTACK_NOVA \
> +    tree_tempest=$TREE_OPENSTACK_TEMPEST \
> +    revision_devstack=master \
> +    revision_requirements=master \
> +    revision_keystone=master \
> +    revision_glance=master \
> +    revision_cinder=master \
> +    revision_nova=master \

This one wants to be $REVISION_OPENSTACK_NOVA which comes from the new call
to determine_revision which you added.

If what you get when you do a bare git clone of $TREE_OPENSTACK_NOVA is not
master then to support standalone mode you might want
${REVISION_OPENSTACK_NOVA:-master} to set the default for non-cr-daily
-branch callers.

Ian.

  reply	other threads:[~2015-09-29 15:49 UTC|newest]

Thread overview: 22+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-09-28 15:56 [PATCH OSSTEST v3 0/3] Have OpenStack tested on top of xen's master and libvirt's master Anthony PERARD
2015-09-28 15:56 ` [PATCH OSSTEST v3 1/3] ts-openstack-deploy: Deploy OpenStack on a host with devstack Anthony PERARD
2015-09-29 15:34   ` Ian Campbell
2015-09-29 16:19     ` Anthony PERARD
2015-09-29 17:04       ` Ian Jackson
2015-09-30  8:29       ` Ian Campbell
2015-09-29 17:02     ` Ian Jackson
2015-09-30  8:32   ` Ian Campbell
2015-09-30 10:52     ` Ian Jackson
2015-09-28 15:56 ` [PATCH OSSTEST v3 2/3] ts-openstack-tempest: Run Tempest to check OpenStack Anthony PERARD
2015-09-29 15:43   ` Ian Campbell
2015-09-29 17:15     ` Anthony PERARD
2015-09-30  8:38       ` Ian Campbell
2015-09-28 15:56 ` [PATCH OSSTEST v3 3/3] Create a flight to test OpenStack with xen-unstable and libvirt Anthony PERARD
2015-09-29 15:49   ` Ian Campbell [this message]
2015-09-29 17:21     ` Anthony PERARD
2015-09-29 16:52   ` Ian Jackson
2015-10-08 16:08     ` Ian Campbell
2015-10-08 16:42       ` Ian Jackson
2015-10-09 10:54         ` Anthony PERARD
2015-10-13 11:02           ` Ian Jackson
2015-10-13 11:39             ` Ian Campbell

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=1443541769.16718.124.camel@citrix.com \
    --to=ian.campbell@citrix.com \
    --cc=Ian.Jackson@eu.citrix.com \
    --cc=anthony.perard@citrix.com \
    --cc=xen-devel@lists.xen.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.