]> git.ipfire.org Git - thirdparty/libvirt.git/commit
ci: Fix .integration_tests_upstream_qemu
authorAndrea Bolognani <abologna@redhat.com>
Fri, 12 Jan 2024 10:01:34 +0000 (11:01 +0100)
committerAndrea Bolognani <abologna@redhat.com>
Fri, 12 Jan 2024 13:28:38 +0000 (14:28 +0100)
commit9cf0faac48bb52029f9bad94a96240bd17621d20
treec8b7c10f439eb7aebcd09b1c283568664e086f0f
parenta6f73c69a717d4e20cce7d19405b7e859ec3c447
ci: Fix .integration_tests_upstream_qemu

We enter $SCRATCH_DIR before going through the process of
cloning QEMU's upstream repo and building it, but once we're
done we don't get back to libvirt's sources, so the very next
step fails with

  /tmp/script.: line 188: ci/jobs.sh: No such file or directory

Use pushd/popd to ensure that we're back to the correct place
once QEMU has been built and installed.

Signed-off-by: Andrea Bolognani <abologna@redhat.com>
Reviewed-by: Michal Privoznik <mprivozn@redhat.com>
ci/integration-template.yml