aboutsummaryrefslogtreecommitdiff
path: root/python
diff options
context:
space:
mode:
authorPeter Maydell <peter.maydell@linaro.org>2024-09-18 13:54:48 +0100
committerThomas Huth <thuth@redhat.com>2024-09-25 09:42:06 +0200
commit1cde10ef0196497941cd481760d4ec544c37d66b (patch)
tree2a0bb3c757bccf0e03779612d8ca915b08737261 /python
parent2540a551d395179f42844d29c866402329b89b7c (diff)
downloadqemu-1cde10ef0196497941cd481760d4ec544c37d66b.zip
qemu-1cde10ef0196497941cd481760d4ec544c37d66b.tar.gz
qemu-1cde10ef0196497941cd481760d4ec544c37d66b.tar.bz2
.gitlab-ci.d: Split build and test in cross build job templates
In the native_build_job_template we have separate steps in the script for the build and the test steps. This is helpful because then gitlab will give separate timestamps in the log view for each, and you can see how long it took to compile vs how long to test. In the templates in crossbuild-template.yml, however, we do both the build and test in a single 'make' invocation, and so we don't get the separate timing information. Split the build and test, in the same way we do in the native build template. This will also give us a place to separate out how parallel we want to do the build by default from how parallel we want to do the tests by default, which might be helpful in future. Signed-off-by: Peter Maydell <peter.maydell@linaro.org> Reviewed-by: Thomas Huth <thuth@redhat.com> Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Message-ID: <20240918125449.3125571-2-peter.maydell@linaro.org> Signed-off-by: Thomas Huth <thuth@redhat.com>
Diffstat (limited to 'python')
0 files changed, 0 insertions, 0 deletions