Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
L
lrs_srvs_del
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
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
lrs
lrs_srvs_del
Commits
0be977ed
Commit
0be977ed
authored
4 years ago
by
Tommy Persson
Browse files
Options
Downloads
Patches
Plain Diff
Adding tage and unit to display message and to service calls for display tst
parent
d2420b21
No related branches found
No related tags found
No related merge requests found
Pipeline
#47831
failed
4 years ago
Stage: build
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
srv/ExecuteDelegation.srv
+2
-0
2 additions, 0 deletions
srv/ExecuteDelegation.srv
srv/StartDelegation.srv
+2
-0
2 additions, 0 deletions
srv/StartDelegation.srv
with
4 additions
and
0 deletions
srv/ExecuteDelegation.srv
+
2
−
0
View file @
0be977ed
string name # Name of delegation (used for display purposes)
string name # Name of delegation (used for display purposes)
int32 root_id # Root id of the delegation tree to be executed
int32 root_id # Root id of the delegation tree to be executed
bool display_flag # If true display the TST trees.
bool display_flag # If true display the TST trees.
string tag # display Tag, e.g: team-task-queue or empty string
string unit # display Unit running the tree, used for trees run on a signle unit when team-task-queue is the tag
---
---
int32 root_id # Root id of the execution tree that is executed
int32 root_id # Root id of the execution tree that is executed
bool success
bool success
...
...
This diff is collapsed.
Click to expand it.
srv/StartDelegation.srv
+
2
−
0
View file @
0be977ed
...
@@ -11,6 +11,8 @@ bool use_unit_prioritizer #
...
@@ -11,6 +11,8 @@ bool use_unit_prioritizer #
string override_blocking # String that indicates if blocking should be overridden or not.
string override_blocking # String that indicates if blocking should be overridden or not.
bool single_step # If true, ask for input in each check function.
bool single_step # If true, ask for input in each check function.
bool display_flag # If true display the TST trees.
bool display_flag # If true display the TST trees.
string tag # display Tag, e.g: team-task-queue or empty string
string unit # display Unit running the tree, used for trees run on a signle unit when team-task-queue is the tag
---
---
int32 root_id
int32 root_id
string cid # conversation id
string cid # conversation id
...
...
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