Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
workspaces
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
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
ssa
workspaces
Commits
414ff7a5
Commit
414ff7a5
authored
1 year ago
by
Sam Kagan
Browse files
Options
Downloads
Patches
Plain Diff
Fixed minor hiccups in running std_cal locally
parent
4105d4fd
No related branches found
No related tags found
1 merge request
!1464
Fixed minor hiccups in running std_cal locally
Pipeline
#12226
passed
1 year ago
Stage: pull-db
Stage: build-packages
Stage: push-packages
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
apps/cli/executables/pexable/casa_envoy/casa_envoy/launchers.py
+4
-5
4 additions, 5 deletions
...li/executables/pexable/casa_envoy/casa_envoy/launchers.py
docker.properties
+1
-1
1 addition, 1 deletion
docker.properties
with
5 additions
and
6 deletions
apps/cli/executables/pexable/casa_envoy/casa_envoy/launchers.py
+
4
−
5
View file @
414ff7a5
...
...
@@ -20,16 +20,15 @@ import json
import
logging
import
os
import
pathlib
import
re
import
subprocess
import
sys
from
typing
import
Dict
,
Union
import
re
from
casa_envoy.auditor
import
AuditDirectories
,
AuditFiles
from
casa_envoy.configure
import
CasaConfigure
,
ParallelRunner
,
StandardRunner
from
casa_envoy.enums
import
ProductType
from
casa_envoy.foundation
import
RestoreFoundation
,
GeneralFoundation
,
CubeFoundation
from
casa_envoy.configure
import
StandardRunner
,
ParallelRunner
,
CasaConfigure
from
casa_envoy.foundation
import
CubeFoundation
,
GeneralFoundation
,
RestoreFoundation
from
casa_envoy.interfaces
import
LauncherIF
from
casa_envoy.schema
import
AbstractTextFile
...
...
@@ -98,7 +97,7 @@ class CasaLauncher:
# directly from the processing directory. Account for both cases
vela_path
=
(
"
./vela
"
if
pathlib
.
Path
(
"
./
vela
"
).
exists
()
if
(
pathlib
.
Path
.
cwd
()
/
"
vela
"
).
exists
()
else
f
"
/lustre/aoc/cluster/pipeline/
{
os
.
environ
.
get
(
'
CAPO_PROFILE
'
)
}
/workspaces/sbin/vela
"
)
subprocess
.
run
([
vela_path
,
"
-f
"
,
metadata
,
ppr
,
"
--
"
+
run_type
])
...
...
This diff is collapsed.
Click to expand it.
docker.properties
+
1
−
1
View file @
414ff7a5
...
...
@@ -65,7 +65,7 @@ edu.nrao.workspaces.DeliverySettings.standardImageDelivery = /lustre/aoc/cluster
#
edu.nrao.workspaces.ProductFetcherSettings.locatorServiceUrlPrefix
=
https://webtest.aoc.nrao.edu/archive-service/location?locator
edu.nrao.workspaces.ProductFetcherSettings.metadataServiceUrlPrefix
=
https://webtest.aoc.nrao.edu/archive-service/product/metadata
edu.nrao.workspaces.ProductFetcherSettings.defaultThreadsPerHost
=
4
edu.nrao.workspaces.ProductFetcherSettings.defaultThreadsPerHost
=
1
edu.nrao.workspaces.ProductFetcherSettings.executionSite
=
local_test
#
...
...
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