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
95075ea5
Commit
95075ea5
authored
1 year ago
by
Daniel Nemergut
Committed by
Charlotte Hausman
1 year ago
Browse files
Options
Downloads
Patches
Plain Diff
This workflow doesn't need to run in CV, removed that condition
parent
6332a0e0
No related branches found
Branches containing commit
No related tags found
Tags containing commit
3 merge requests
!1571
catch 2.8.2.3 up with main
,
!1559
2.8.2.2-DEVELOPMENT into main
,
!1551
Cherry pick partial curation for patch
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
shared/workspaces/alembic/versions/49b7c8150e72_workflows_oracle_update.py
+2
-11
2 additions, 11 deletions
.../alembic/versions/49b7c8150e72_workflows_oracle_update.py
with
2 additions
and
11 deletions
shared/workspaces/alembic/versions/49b7c8150e72_workflows_oracle_update.py
+
2
−
11
View file @
95075ea5
...
...
@@ -16,7 +16,7 @@ branch_labels = None
depends_on
=
None
# Add instantclient_21_1 to the path
for CV nodes
# Add instantclient_21_1 to the path
to download ALMA data
old_curator_condor
=
"""
executable = curator.sh
arguments = metadata.json {{curator_type}}
...
...
@@ -45,18 +45,9 @@ log = condor.log
should_transfer_files = NO
+WantIOProxy = True
request_memory = {{ramInGb}}
{{^remote-cv}}
getenv = True
environment =
"
CAPO_PATH=/home/casa/capo
"
environment =
"
CAPO_PATH=/home/casa/capo ORACLE_HOME=/home/ssa/share/oracle/instantclient_21_1 LD_LIBRARY_PATH=/home/ssa/share/oracle/instantclient_21_1 PATH=/bin:/usr/bin:$(PATH)/home/ssa/share/oracle/instantclient_21_1
"
requirements = HasLustre == True
{{/remote-cv}}
{{#remote-cv}}
environment =
"
CAPO_PATH=. CAPO_PROFILE={{profile}} ORACLE_HOME=/home/ssa/share/oracle/instantclient_21_1 LD_LIBRARY_PATH=/home/ssa/share/oracle/instantclient_21_1 PATH=/bin:/usr/bin:$(PATH)/home/ssa/share/oracle/instantclient_21_1
"
requirements = HasLustre == True && (CVPOST == True)
+partition =
"
CVPOST
"
{{/remote-cv}}
queue
...
...
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