Running Webots in GitLab-CI Pipeline: --log-performance
#6166
ThorbenCarl
started this conversation in
General
Replies: 1 comment
|
There are two potential issues that could be causing the problem:
|
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Hello together,
we have built a simulation for our robot and now we have defined test cases and test them in GitLab CI/CD pipeline.
Works also everything best, however I would like to use the function
--log-performance.Unfortunately it doesn't work for me or I can't find the file. Must there already be an empty file or is it created automatically? Which file format must the file have .txt .log ...? Or is it a problem that I kill Webots?
GitLabYML.txt
line 29: starting Webots
line 39: looking for log-file
Job_log.txt
line 169: no log-file available
Am I missing something or what am I doing wrong?
(I know that there is a supervisor, until now I did not have the time to deal with it further. But it is definitely on the to-do list!)
All reactions