- Oct 02, 2024
-
-
fixes #1 Signed-off-by:
Robert Eckelmann <longnoserob@gmail.com>
-
Signed-off-by:
Robert Eckelmann <longnoserob@gmail.com>
-
- May 26, 2024
-
-
Caleb Connolly 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>
-
Caleb Connolly authored
This way we can keep track of which devices have been tested. Signed-off-by:
Caleb Connolly <caleb.connolly@linaro.org>
-
Caleb Connolly 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
-
-
Caleb Connolly authored
This allows ttq to be used in scripts more easily. Signed-off-by:
Caleb Connolly <caleb.connolly@linaro.org>
-
- Oct 30, 2023
-
-
Minecrell authored
AssertionError: can't find end in category_socs.html: <div class="printfooter"> Seems like it's <div class="printfooter" data-nosnippet=""> now. Let's just match the prefix only.
-
- Jul 03, 2023
-
-
Oliver Smith authored
-