Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
S
Stingray
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Jira
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
LOFAR2.0
Stingray
Commits
4dcf4797
Commit
4dcf4797
authored
8 months ago
by
Hannes Feldt
Browse files
Options
Downloads
Patches
Plain Diff
Fix cmd issues
parent
ad9947bf
No related branches found
No related tags found
No related merge requests found
Pipeline
#89366
passed with warnings
7 months ago
Stage: prepare
Stage: lint
Stage: test
Stage: package
Stage: images
Stage: integration
Pipeline: Stingray
#89367
Changes
3
Pipelines
7
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
.gitlab-ci.yml
+1
-1
1 addition, 1 deletion
.gitlab-ci.yml
lofar_stingray/_minio.py
+1
-0
1 addition, 0 deletions
lofar_stingray/_minio.py
lofar_stingray/aggregate.py
+0
-1
0 additions, 1 deletion
lofar_stingray/aggregate.py
with
2 additions
and
2 deletions
.gitlab-ci.yml
+
1
−
1
View file @
4dcf4797
...
...
@@ -199,7 +199,7 @@ deploy_nomad_central:
-
COMPONENT
:
-
aggregate
environment
:
name
:
$STATION
name
:
central
script
:
-
|
levant deploy \
...
...
This diff is collapsed.
Click to expand it.
lofar_stingray/_minio.py
+
1
−
0
View file @
4dcf4797
...
...
@@ -17,6 +17,7 @@ def add_minio_argument(parser: ArgumentParser):
help
=
"
the S3 endpoint to use
"
,
default
=
"
s3.service.consul:9000
"
,
)
parser
.
add_argument
(
"
--secure
"
,
action
=
"
store_true
"
)
def
get_minio_client
(
args
:
Namespace
)
->
Minio
:
...
...
This diff is collapsed.
Click to expand it.
lofar_stingray/aggregate.py
+
0
−
1
View file @
4dcf4797
...
...
@@ -47,7 +47,6 @@ def _create_parser():
"
source
"
,
type
=
urlparse
,
help
=
"
the source bucket location of the data
"
)
parser
.
add_argument
(
"
destination
"
,
type
=
urlparse
,
help
=
"
the target HDF5 file
"
)
parser
.
add_argument
(
"
--secure
"
,
action
=
"
store_true
"
)
add_minio_argument
(
parser
)
return
parser
...
...
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