-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Create a new extension revision only if submissiontype is experimental #3
Comments
I propose that experimental uploads and continuous uploads should be That kind of garbage collection seems to be more generally useful as a Stephen On Fri, Aug 16, 2013 at 2:19 PM, Jean-Christophe Fillion-Robin <
Stephen R. Aylward, Ph.D. (919) 969-6990 x300 |
Currently there are below ~200 experimental extension uploads, don't think we should worry about them. Let's also note that following Slicer/DashboardScripts@bbe4cb4 extension are always build/tested/packaged against the Slicer nightly build tree. In that case, instead of systematically deleting all continuous upload older than 48hrs we should probably keep the latest extension revision build against a given Slicer revision. Doing so will ensure that every nightly package available will have a set of extensions associated to it. |
I think having extensions for every nightly is extreme. After a few days, On Fri, Aug 16, 2013 at 3:21 PM, Jean-Christophe Fillion-Robin <
Stephen R. Aylward, Ph.D. (919) 969-6990 x300 |
@finetjul @aylward Since a lot of functionality moved into extension, I think it is useful to have Slicer nightly packages and associated extensions available. I will quote @finetjul - email from june 2012 entitled 'slicer.kitware.com space saving':
Will be doing so manual cleaning in the Nighly folder of slicer.kitware.com and will discuss the different approach during next week developer hangout. |
Meh ;)
|
For reference - See http://massmail.spl.harvard.edu/public-archives/slicer-devel/2013/013526.html |
Nice email! s On Fri, Aug 16, 2013 at 4:13 PM, Jean-Christophe Fillion-Robin <
Stephen R. Aylward, Ph.D. (919) 969-6990 x300 |
In case of
nightly
orcontinuous
submission, there are no need to upload a new revision if extension metadata are matching.Indeed, in that case the package are expected to be the same. In practice, a given extension generated for the same Slice revision/Extension revision/Arch/OS/... may be different if created a two different day. This could be explained by the fact year/month/day info are included in the package.
To prevent the upload of an extra extension revision when not needed, new item revision will be created only if submission type is
experimental
.The text was updated successfully, but these errors were encountered: