Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
RDMS
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
researchdata
RDMS
Commits
dc76e842
Commit
dc76e842
authored
4 months ago
by
Anusha Ranganathan
Browse files
Options
Downloads
Patches
Plain Diff
Rename file with correct extension
parent
2478b861
Branches
feature/399_verify_import_task
No related tags found
1 merge request
!352
Verify CRC1280 import task
Pipeline
#18236
passed
4 months ago
Stage: build
Stage: test
Stage: deploy
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
hyrax/lib/tasks/verify_crc_1280_import.rake
+2
-2
2 additions, 2 deletions
hyrax/lib/tasks/verify_crc_1280_import.rake
with
2 additions
and
2 deletions
hyrax/lib/tasks/verify_import.r
b
→
hyrax/lib/tasks/verify_
crc_1280_
import.r
ake
+
2
−
2
View file @
dc76e842
require
'json'
namespace
:rdms
do
namespace
:crc1280_import
do
namespace
:crc
_
1280_import
do
desc
'Verify CRC1280 import or verify CRC1280 import of an experiment. This will compare the files in the file path with the objects in the S3 bucket"]'
task
:"verify_import"
,
[
:import_id
]
=>
:environment
do
|
task
,
args
|
puts
"Verifying import
#{
args
.
import_id
}
"
...
...
@@ -17,4 +17,4 @@ namespace :rdms do
puts
"Detailed reports is available at:
#{
report_path
}
"
end
end
end
\ No newline at end of file
end
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment