The branches and push gates are now:
xen.git#staging -[xen-unstable-smoke]-> #smoke -[xen-unstable]-> #master
Deployment note: When this passes the osstest self-push-gate, the main
xen-unstable flight will start using smoke as an input. Therefore,
until the new cronjob is installed to run the xen-unstable-smoke
tests, an automatic process should keep xen.git#smoke up to date with
xen.git#staging. Eg, running in screen in xen@xenbits:~/git/xen.git:
while sleep 1800; do git fetch . staging:smoke; done
Signed-off-by: Ian Jackson <Ian.Jackson@eu.citrix.com>
Acked-by: Ian Campbell <ian.campbell@citrix.com>
---
v2: `xen.git#smoked' branch name changed to `#smoke'
' x
;;
xen-unstable)
+ repo_tree_rev_fetch_git xen $TREE_XEN smoke $LOCALREV_XEN
+ ;;
+xen-unstable-smoke)
repo_tree_rev_fetch_git xen $TREE_XEN staging $LOCALREV_XEN
;;
xen-4.*-testing)
xen-unstable)
repo_tree_rev_fetch_git xen $TREE_XEN master $LOCALREV_XEN
;;
+xen-unstable-smoke)
+ repo_tree_rev_fetch_git xen $TREE_XEN smoke $LOCALREV_XEN
+ ;;
xen-4.*-testing)
branchcore=${branch#xen-}
branchcore=${branchcore%-testing}
cd $repos/xen
git push $TREE_XEN $revision:refs/heads/master
;;
+xen-unstable-smoke)
+ cd $repos/xen
+ git push $TREE_XEN $revision:refs/heads/smoke
+ ;;
xen-*-testing)
cd $repos/xen
xenversion=$branch