[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-devel] [OSSTEST PATCH 25/27] ap-*: Be able to fetch and push xen.git#smoked
The branches and push gates are now: xen.git#staging -[xen-unstable-smoke]-> #smoked -[xen-unstable]-> #master Deployment note: When this passes the osstest self-push-gate, the main xen-unstable flight will start using smoked as an input. Therefore, until the new cronjob is installed to run the xen-unstable-smoke tests, an automatic process should keep xen.git#smoked up to date with xen.git#staging. Eg, running in screen in xen@xenbits:~/git/xen.git: while sleep 1800; do git fetch . staging:smoked; done Signed-off-by: Ian Jackson <Ian.Jackson@xxxxxxxxxxxxx> --- ap-fetch-version | 3 +++ ap-fetch-version-old | 3 +++ ap-push | 4 ++++ 3 files changed, 10 insertions(+) diff --git a/ap-fetch-version b/ap-fetch-version index 488ea55..a239968 100755 --- a/ap-fetch-version +++ b/ap-fetch-version @@ -40,6 +40,9 @@ xen-3.*) ' x ;; xen-unstable) + repo_tree_rev_fetch_git xen $TREE_XEN smoked $LOCALREV_XEN + ;; +xen-unstable-smoke) repo_tree_rev_fetch_git xen $TREE_XEN staging $LOCALREV_XEN ;; xen-4.*-testing) diff --git a/ap-fetch-version-old b/ap-fetch-version-old index 7b918e3..b1e2cd9 100755 --- a/ap-fetch-version-old +++ b/ap-fetch-version-old @@ -50,6 +50,9 @@ xen-3.*) xen-unstable) repo_tree_rev_fetch_git xen $TREE_XEN master $LOCALREV_XEN ;; +xen-unstable-smoke) + repo_tree_rev_fetch_git xen $TREE_XEN smoked $LOCALREV_XEN + ;; xen-4.*-testing) branchcore=${branch#xen-} branchcore=${branchcore%-testing} diff --git a/ap-push b/ap-push index 1dd5b05..bcb2f51 100755 --- a/ap-push +++ b/ap-push @@ -54,6 +54,10 @@ xen-unstable) cd $repos/xen git push $TREE_XEN $revision:refs/heads/master ;; +xen-unstable-smoke) + cd $repos/xen + git push $TREE_XEN $revision:refs/heads/smoked + ;; xen-*-testing) cd $repos/xen xenversion=$branch -- 1.7.10.4 _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx http://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |