From: Ian Campbell <ian.campbell@citrix.com>
To: Ian Jackson <Ian.Jackson@eu.citrix.com>
Cc: xen-devel@lists.xen.org
Subject: Re: [PATCH OSSTEST v4] mg-all-branch-statuses: Show how up to date each branch is
Date: Fri, 3 Jul 2015 17:01:16 +0100 [thread overview]
Message-ID: <1435939276.9447.174.camel@citrix.com> (raw)
In-Reply-To: <21910.40835.399148.476474@mariner.uk.xensource.com>
On Fri, 2015-07-03 at 15:43 +0100, Ian Jackson wrote:
> Ian Campbell writes ("Re: [PATCH OSSTEST v4] mg-all-branch-statuses: Show how up to date each branch is"):
> > On Fri, 2015-07-03 at 14:40 +0100, Ian Jackson wrote:
> > > Do you want to provide a cron job to run this weekly, or something ?
> >
> > Given the "NN days" I was thinking more like daily, otherwise "NN days"
> > is more like "+= up to 7".
>
> Sure.
>
> > Where would be a good place to run it from? Is $HOME/testing.git#master
> > always up to date after an osstest harness pass?
>
> No, it isn't - it's only updated by the machinery in cr-for-branches.
> cr-for-branches enters $HOME/testing.git and updates it each time it's
> run, but...
>
> > (I think we can tolerate the occasional update under foot).
>
> ... that's not ideal.
>
> Perhaps we should make a new $HOME/for-maintjobs.git which can run
> other kinds of not-particularly-long-running jobs.
>
> You could use cr-for-branches from $HOME/testing.git to invoke it.
> cr-for-branches will do any necessary update and take the lock.
> BRANCHES=maintjobs ./cr-for-branches . -w ./cr-all-branch-statuses ''
> which would run (in $HOME/./for-maintjobs.git):
> ./cr-all-branch-statuses maintjobs
Should it not be:
BRANCHES=all-branch-statuses ./cr-for-branches . -w ./cr-maintjobs ''
which ends up calling
./cr-maintjobs all-branch-status
which in turn calls (from a "case $1") the new mg- from this patch?
Or maybe we rename it to mj- (for maintjob) and have cr-maintjobs call
mj-$1.
Would using ~osstest/daemons-testing.git for this be an intolerable
bodge?
Ian.
next prev parent reply other threads:[~2015-07-03 16:01 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-07-03 12:47 [PATCH OSSTEST v4] mg-all-branch-statuses: Show how up to date each branch is Ian Campbell
2015-07-03 13:40 ` Ian Jackson
2015-07-03 13:53 ` Ian Campbell
2015-07-03 14:43 ` Ian Jackson
2015-07-03 16:01 ` Ian Campbell [this message]
2015-07-03 16:04 ` 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=1435939276.9447.174.camel@citrix.com \
--to=ian.campbell@citrix.com \
--cc=Ian.Jackson@eu.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.