Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
L
lrs_srvs_tst
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_tst
Commits
a00e2910
Commit
a00e2910
authored
3 years ago
by
Tommy Persson
Browse files
Options
Downloads
Patches
Plain Diff
Renaming id field in TSTNodeInfo to factory_local_id.
parent
6ddf1d6b
No related branches found
No related tags found
No related merge requests found
Pipeline
#61606
passed
3 years ago
Stage: build
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
CMakeLists.txt
+2
-0
2 additions, 0 deletions
CMakeLists.txt
srv/TSTSetStartExecutorFlagFromUuid.srv
+11
-0
11 additions, 0 deletions
srv/TSTSetStartExecutorFlagFromUuid.srv
srv/TSTSetTreeStartTimeFromUuid.srv
+14
-0
14 additions, 0 deletions
srv/TSTSetTreeStartTimeFromUuid.srv
with
27 additions
and
0 deletions
CMakeLists.txt
+
2
−
0
View file @
a00e2910
...
...
@@ -109,9 +109,11 @@ TSTSetNodeParameterString.srv
TSTSetNodeParameterStrings.srv
TSTSetFailReason.srv
TSTSetStartExecutorFlag.srv
TSTSetStartExecutorFlagFromUuid.srv
TSTSetUuidFlag.srv
TSTSetTree.srv
TSTSetTreeStartTime.srv
TSTSetTreeStartTimeFromUuid.srv
TSTSetNodeStartTime.srv
TSTSetAllSame.srv
TSTSetAllDifferent.srv
...
...
This diff is collapsed.
Click to expand it.
srv/TSTSetStartExecutorFlagFromUuid.srv
0 → 100644
+
11
−
0
View file @
a00e2910
#
# Set the node flag start_executor to the value val.
#
string uuid
bool val
---
string com_uuid
bool success
int32 error
string reason
This diff is collapsed.
Click to expand it.
srv/TSTSetTreeStartTimeFromUuid.srv
0 → 100644
+
14
−
0
View file @
a00e2910
#
# Set the start execution time for the tree containing the node id.
# The time is set in the node id. This time is used to be able to have
# node start and end times relative to the tree start time.
#
string uuid
time start_time
---
string[] com_uuids # Used to check if time have been set at all agents.
bool success
int32 error
string reason
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