Closed richtja closed 3 months ago
Hi @clebergnu, thanks for your review. I agree with you, and I will update the examples. Also, it reminded to me that I should update our documentation as well.
Hi @clebergnu, I have added the examples and update the avocado list
. Please have a look.
Hi @clebergnu, thanks for your review. I have addressed your comments via force-push. Please have a look.
Hi @clebergnu, I have just updated the examples/jobs/custom_exec_test.py
. Please have a look.
This commit introduces a way how to explicitly specify runnable identifier through Job API or runnable recipe. This change shouldn't affect current behaviour and if the identifier is not specified it will be generated based on the
runner.identifier_format
config variable.Reference: #5964