diff options
author | Thomas Huth <thuth@redhat.com> | 2024-06-03 18:53:23 +0100 |
---|---|---|
committer | Alex Bennée <alex.bennee@linaro.org> | 2024-06-06 10:26:13 +0100 |
commit | 8e3034914a51444a4e5db9b82a8cc711cc1f76ed (patch) | |
tree | c54457a316cefef670ccf6d0e3b6afaa2adbf4c7 | |
parent | 0eb7fadcfdaca701105480f2215bd3e38e40b3da (diff) | |
download | qemu-8e3034914a51444a4e5db9b82a8cc711cc1f76ed.zip qemu-8e3034914a51444a4e5db9b82a8cc711cc1f76ed.tar.gz qemu-8e3034914a51444a4e5db9b82a8cc711cc1f76ed.tar.bz2 |
tests/lcitool: Delete obsolete centos-stream-8.yml file
We've missed to delete this file when removing support for CentOS 8.
Since the current upstream version of the lcitool removed support
for CentOS 8 now, too, we have to remove the file before updating.
Signed-off-by: Thomas Huth <thuth@redhat.com>
Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
Message-Id: <20240601070543.37786-2-thuth@redhat.com>
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Message-Id: <20240603175328.3823123-8-alex.bennee@linaro.org>
-rw-r--r-- | tests/lcitool/targets/centos-stream-8.yml | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/tests/lcitool/targets/centos-stream-8.yml b/tests/lcitool/targets/centos-stream-8.yml deleted file mode 100644 index 6b11160..0000000 --- a/tests/lcitool/targets/centos-stream-8.yml +++ /dev/null @@ -1,3 +0,0 @@ -paths: - pip3: /usr/bin/pip3.8 - python: /usr/bin/python3.8 |