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
Merge requests
!51
Modify the failure form to make it more user-friendly
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Modify the failure form to make it more user-friendly
fix_the_failure_form
into
develop
Overview
0
Commits
2
Pipelines
2
Changes
1
Merged
Simone Spinelli
requested to merge
fix_the_failure_form
into
develop
1 year ago
Overview
0
Commits
2
Pipelines
2
Changes
1
Expand
0
0
Merge request reports
Viewing commit
71f8ea58
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
71f8ea58
Make tox happy
· 71f8ea58
Simone Spinelli
authored
1 year ago
gso/services/provisioning_proxy.py
+
2
−
2
Options
@@ -215,8 +215,8 @@ def _confirm_pp_results(state: State) -> FormGenerator:
if
not
successful_run
:
pp_retry_label1
:
Label
=
(
"
Provisioning Proxy - playbook execution failed: inspect the output before proceeding
"
# type: ignore
)
"
Provisioning Proxy - playbook execution failed: inspect the output before proceeding
"
# type: ignore
)
run_status
:
str
=
ReadOnlyField
(
state
[
"
pp_run_results
"
][
"
status
"
])
run_results
:
LongText
=
ReadOnlyField
(
f
"
{
state
[
'
pp_run_results
'
][
'
output
'
]
}
"
)
if
not
successful_run
:
Loading