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
Merge requests
!501
Relocatable Null
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Relocatable Null
relocatable_workflows
into
main
Overview
2
Commits
3
Pipelines
2
Changes
1
1 unresolved thread
Hide all comments
Merged
Charlotte Hausman
requested to merge
relocatable_workflows
into
main
3 years ago
Overview
2
Commits
3
Pipelines
2
Changes
1
1 unresolved thread
Hide all comments
Expand
0
0
Merge request reports
Viewing commit
8d2b5131
Prev
Next
Show latest version
1 file
+
2
−
2
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
8d2b5131
making null execution location specifiable
· 8d2b5131
Charlotte Hausman
authored
3 years ago
schema/versions/257537f99abc_make_null_relocatable_for_testing.py
+
2
−
2
Options
@@ -24,14 +24,14 @@ log = condor.log
should_transfer_files = yes
transfer_input_files = /lustre/aoc/cluster/pipeline/$ENV(CAPO_PROFILE)/workspaces/sbin/null
#run on a condor node in CV-NAASC
{{#remote-cv}}
#run on a condor node in CV-NAASC
requirements = (CVPOST == True)
+partition =
"
CVPOST
"
{{/remote-cv}}
#run on a NMT condor node. (naming consistent with vlass-seci)
{{#remote}}
#run on a NMT condor node. (naming consistent with vlass-seci)
requirements = (HasLustre =!= True)
{{/remote}}
Loading