Make TTQ behave better in scripts
- May 26, 2024
-
-
Casey authored
It's possible to push to a branch and open an MR with a single command on GitLab with git push -o merge_request.create One can also adjust the MR title and description with merge_request.title="beep" merge_request.description="boop" However, it isn't possible to include newline literals in git push options. As a workaround GitLab will automatically convert all '\n' literals into newlines. To enable using this with TTQ, add a simple wrapper script which runs TTQ through awk to convert all newline literals into '\n'. Signed-off-by:
Caleb Connolly <caleb.connolly@linaro.org>
-
Casey authored
This way we can keep track of which devices have been tested. Signed-off-by:
Caleb Connolly <caleb.connolly@linaro.org>
-
Casey authored
Include a short sentence linking to the "how to test changes" section of the testing team wiki page, as well as the mrtest wiki page. Signed-off-by:
Caleb Connolly <caleb.connolly@linaro.org>
-
- Feb 11, 2024
-
-
Casey authored
This allows ttq to be used in scripts more easily. Signed-off-by:
Caleb Connolly <caleb.connolly@linaro.org>
-