DaVinci:
There are currently no pipelines.
To run a merge request pipeline, the jobs in the CI/CD configuration file must be configured to run in merge request pipelines and you must have sufficient permissions in the source project.
my_selection = ...
dv = DaVinci()
dv.UserAlgorithms += [ my_selection ]
The corresponding SelectionSequence is created on-flight
As a result the final code is more compact and Selection behaves as Configurable...
To run a merge request pipeline, the jobs in the CI/CD configuration file must be configured to run in merge request pipelines and you must have sufficient permissions in the source project.