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
!506
CAPO handling for NAASC submission
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
CAPO handling for NAASC submission
relocatable_workflows
into
main
Overview
8
Commits
4
Pipelines
3
Changes
2
Merged
Charlotte Hausman
requested to merge
relocatable_workflows
into
main
3 years ago
Overview
8
Commits
4
Pipelines
3
Changes
2
Expand
0
0
Merge request reports
Viewing commit
3f76af9b
Prev
Next
Show latest version
2 files
+
2
−
8
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
Search (e.g. *.vue) (Ctrl+P)
3f76af9b
update tests
· 3f76af9b
Charlotte Hausman
authored
3 years ago
shared/workspaces/workspaces/system/services/remote_processing_service.py
+
2
−
4
Options
@@ -45,11 +45,9 @@ class CapoInjector:
"""
parameters
=
self
.
request
.
argument
remote_types
=
RemoteProcessingSites
.
values
()
if
any
([
key
in
remote_types
for
key
in
parameters
])
and
RemoteWorkflows
.
is_remote
(
return
any
([
key
in
remote_types
for
key
in
parameters
])
and
RemoteWorkflows
.
is_remote
(
wf_name
=
self
.
request
.
workflow_name
):
return
True
return
False
)
def
identify_subspace
(
self
)
->
ListView
:
"""
Loading