-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
129 add file already in bundle directory #215
129 add file already in bundle directory #215
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Look good given the state of housekeeper. :)
Just wondering. I read through the issue again as well. What happens when we re-demux fastq files that had index errors and now need to be re-added in hk? Or anything similar where new files need to replace old ones.
Quality Gate passedIssues Measures |
Thank you! :D Isn't that situation unrelated with this case here? 🤔 |
Indeed, if the user is the automation how would that work? Would the automation need to remove those files first as well? I am not 100% familiar with the issue so it might not be a problem at all. Just asking whether this has been considered or not. |
Checked and the command changed does not seem to be called by any automation or the housekeeper api in cg! |
Deployment[beatriz.sa@hasta:~] [base] $ housekeeper-deploy
Are you sure you want to pull the latest Housekeeper image? [Y/n] y
Pulling the latest Housekeeper image which will be used in stage and prod
WARNING: Authentication token file not found : Only pulls of public images will succeed
INFO: Starting build...
Getting image source signatures
Skipping fetch of repeat blob sha256:89320e7119e225692d79aaeb4989a18d7f97daafdb2b3782f84a0a8de31a09de
Skipping fetch of repeat blob sha256:3209946de9579ac14f7eaf9d21e81a6d09435da76479d8ebb28a4c445f34f8a3
Skipping fetch of repeat blob sha256:91ae80a0eefbaa4c934bee961631566b75946a0ad59cb9e8fa8bfdd9b6b3773b
Skipping fetch of repeat blob sha256:80bb75eec761350ae41910a383dff9097812ebd9917560d6d50c14d00210fc72
Copying blob sha256:e943e395a7594f1211b25a65062b0e3cffcb2c6309c72edfde3bf9f84f73914a
93 B / 93 B [==============================================================] 0s
Copying blob sha256:3ebdc146ba0de08b121bcea78def4112c9cee04279b4f839a95b3859eb264885
455.32 KiB / 455.32 KiB [==================================================] 0s
Copying blob sha256:2f6b22f2783b6f1177d7d5c8fcf81dd648a376d3e14515cfd5d21c717440e767
69.23 MiB / 69.23 MiB [====================================================] 1s
Copying config sha256:42a5eb662cb7cf2667bac84b5f8204564c2779c3f27a28a3cd998e8379d879a9
5.92 KiB / 5.92 KiB [======================================================] 0s
Writing manifest to image destination
Storing signatures
INFO: Creating SIF file...
INFO: Build complete: /home/proj/stage/singularity_containers/housekeeper_temp.sif
Successfully pulled the latest Housekeeper image.
mv: try to overwrite ‘/home/proj/stage/singularity_containers/housekeeper_latest.sif’, overriding mode 0750 (rwxr-x---)? y Tested in stage and it seems to be working as intended! |
Description
Closes #129.
Changed
link_to_housekeeper_path
as it is unused given the new logic.Testing
How to test
Review
Thanks for filling in who performed the code review and the test!
This version is a: