]> git.ipfire.org Git - thirdparty/qemu.git/commit
gitlab-ci: Avoid to re-run "configure" in the device-crash-test jobs
authorThomas Huth <thuth@redhat.com>
Mon, 24 Apr 2023 09:22:35 +0000 (10:22 +0100)
committerMichael Tokarev <mjt@tls.msk.ru>
Wed, 31 May 2023 06:42:36 +0000 (09:42 +0300)
commiteca6ebee52b22f758f5995ff600d00d576715632
tree9625594da69866be5cd156956dbfb327483ee1bc
parentf7f686b61cf7ee142c9264d2e04ac2c6a96d37f8
gitlab-ci: Avoid to re-run "configure" in the device-crash-test jobs

After "make check-venv" had been added to these jobs, they started
to re-run "configure" each time since our logic in the makefile
thinks that some files are out of date here. Avoid it with the same
trick that we are using in buildtest-template.yml already by disabling
the up-to-date check via NINJA=":".

Fixes: 1d8cf47e5b ("tests: run 'device-crash-test' from tests/venv")
Signed-off-by: Thomas Huth <thuth@redhat.com>
Message-Id: <20230414145845.456145-2-thuth@redhat.com>
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Message-Id: <20230424092249.58552-5-alex.bennee@linaro.org>
(cherry picked from commit 4d3bd91b26a69b39a178744d3d6e5f23050afb23)
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
.gitlab-ci.d/buildtest.yml