Disablespeedadjust fix
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.
This fixes DisableSpeedAjdust
in SOCs being treated like an integer value instead of a boolean. As in, it requires a number or constant, and doesn't know what you're on about if you write "True" or "Yes" or "T" or "Y" (all of which would be the same thing as setting 1).
Also threw in the smallest cleanup while I was at it, nothing significant extra here.
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.