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
!1093
ensure VLASS workflows only run on VLASS nodes
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
ensure VLASS workflows only run on VLASS nodes
carta3
into
main
Overview
0
Commits
2
Pipelines
1
Changes
1
Merged
Charlotte Hausman
requested to merge
carta3
into
main
2 years ago
Overview
0
Commits
2
Pipelines
1
Changes
1
Expand
0
0
Merge request reports
Viewing commit
09d86b5c
Prev
Next
Show latest version
1 file
+
1
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
09d86b5c
ensure VLASS workflows only submit to the VLASS nodes
· 09d86b5c
Charlotte Hausman
authored
2 years ago
shared/workspaces/alembic/versions/dc83011fcd2f_correct_vlass_wfs_to_use_vlass_nodes.py
+
1
−
1
Options
@@ -43,6 +43,6 @@ def downgrade():
SET content= regexp_replace(convert_from(content,
'
utf-8
'
),
E
'
requirements = (VLASS == True) && (HasLustre == True)
\\
n+partition =
"
VLASS
"'
,
E
'
requirements = HasLustre == True
'
)::bytea
WHERE workflow_name in
(
{
affected_workflows
}
) AND filename like (
'
%.condor
'
)
WHERE workflow_name in
{
str
(
affected_workflows
)
}
AND filename like (
'
%.condor
'
)
"""
)
Loading