Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
GÉANT Service Orchestrator
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
Container 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
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
GÉANT Orchestration and Automation Team
GAP
GÉANT Service Orchestrator
Commits
191eebaf
Verified
Commit
191eebaf
authored
1 year ago
by
Karel van Klink
Browse files
Options
Downloads
Patches
Plain Diff
pass extra env variable to tox, revert change to gso_app variable naming
parent
51e5ad13
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!96
Make use of new callback step for external provisioning
Pipeline
#84355
passed
1 year ago
Stage: tox
Stage: documentation
Stage: sonarqube
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
gso/main.py
+3
-3
3 additions, 3 deletions
gso/main.py
tox.ini
+1
-1
1 addition, 1 deletion
tox.ini
with
4 additions
and
4 deletions
gso/main.py
+
3
−
3
View file @
191eebaf
...
...
@@ -11,9 +11,9 @@ from gso.api import router as api_router
def
init_gso_app
(
settings
:
AppSettings
)
->
OrchestratorCore
:
gso_
app
=
OrchestratorCore
(
base_settings
=
settings
)
gso_
app
.
include_router
(
api_router
,
prefix
=
"
/api
"
)
return
gso_
app
app
=
OrchestratorCore
(
base_settings
=
settings
)
app
.
include_router
(
api_router
,
prefix
=
"
/api
"
)
return
app
def
init_cli_app
()
->
typer
.
Typer
:
...
...
This diff is collapsed.
Click to expand it.
tox.ini
+
1
−
1
View file @
191eebaf
...
...
@@ -11,7 +11,7 @@ ban-relative-imports = true
markers
=
workflow
[testenv]
passenv
=
DATABASE_URI_TEST,SKIP_ALL_TESTS
passenv
=
DATABASE_URI_TEST,SKIP_ALL_TESTS
,ENVIRONMENT_IGNORE_MUTATION_DISABLED
setenv
=
OAUTH2_ACTIVE
=
False
deps
=
...
...
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