Project

General

Profile

Tasks #11153

Updated by Loïc Dachary about 9 years ago

h3. Workflow 

 * "Preparing the release":http://ceph.com/docs/master/dev/development-workflow/#preparing-a-new-release *IN PROGRESS* 
 * "Cutting the release":http://ceph.com/docs/master/dev/development-workflow/#cutting-a-new-stable-release 
 ** Loic gets approval from all leads 
 *** Yehuda, rgw:  
 *** Gregory, CephFS: 
 *** Josh, RBD: 
 *** Sam, rados: 
 ** Sage writes and commits the release notes  
 ** Loic informs Yuri that the branch is ready for testing  
 ** Yuri runs additional integration tests 
 ** If Yuri discovers new bugs with severity Critical, the relase goes back to being prepared, it was not ready after all 
 ** Yuri informs Alfredo that the branch is ready for release 
 ** Alfredo creates the packages and sets the release tag  

 h3. Release information 

 * branch to build from: giant, commit:??? 
 * version: v0.87.2 
 * type of release: point release 
 * where to publish the release: debian/rpm-$release 

 h3. Synchronized pull requests 

 * "rgw acl response should start with <?xml version...":http://tracker.ceph.com/issues/10106 https://github.com/ceph/ceph-qa-suite/pull/370 https://github.com/ceph/ceph/pull/4082 

 h3. Inventory 

 * http://workbench.dachary.org/ceph/ceph-backports/wikis/giant 

 * waiting : 
 * OK :  
 * Not OK : 

 h3. teuthology run commit:???? (march 2015) 

 h4. rados 

 <code>./virtualenv/bin/teuthology-suite --filter-out btrfs,ext4 --priority 101 --suite rados --suite-branch giant firefly --machine-type plana,burnupi,mira --distro ubuntu --email loic@dachary.org --owner loic@dachary.org    --ceph giant-backports</code> firefly-backports</code> 

 h4. rgw 

 <code>./virtualenv/bin/teuthology-suite --priority 101 --suite rgw --suite-branch wip-rgw-acl-giant firefly --machine-type plana,burnupi,mira --distro ubuntu --email loic@dachary.org --owner loic@dachary.org    --ceph giant-backports</code> firefly-backports</code> 

 h4. rbd 

 <code>./virtualenv/bin/teuthology-suite --priority 101 --suite rbd --suite-branch giant firefly --machine-type plana,burnupi,mira --distro ubuntu --email loic@dachary.org --owner loic@dachary.org    --ceph giant-backports</code> firefly-backports</code> 

 h4. fs 

 <code>./virtualenv/bin/teuthology-suite -k testing --priority 101 --suite fs --suite-branch giant firefly --machine-type plana,burnupi,mira --distro ubuntu --email loic@dachary.org --owner loic@dachary.org    --ceph giant-backports</code> firefly-backports</code> 

Back