dlr-gtlab / gtlab-core

GTlab Core Framework
https://www.gtlab.de
Other
7 stars 2 forks source link

🐛 [BUG] - Multiple problems with "GTlabConsole run -f" #1254

Closed rainman110 closed 2 months ago

rainman110 commented 2 months ago

Summary

  1. The command ignores the task group argument
  2. Even though "-s" is passed, changes to the project are not stored

Expected Behaviour

  1. Use an optional task group argument
  2. Store changes to the project, if required

Reproduction steps

Problem 1:

1. Create a task in a custom task group <GROUPNAME> other than your current user
2. run `./GTlabConsole run -f myproject.gtlab mytask GROUPNAME

The task will not be found.

Problem 2:

1. Create a task that changes the current project, i.e. using a python task
2. run `./GTlabConsole run -f myproject.gtlab mytask -s

The project will not be changed, although "-s" has been passed

Logs

No response

GTlab environment

GTlab Version: until 2.0.8

OS

All