aboutsummaryrefslogtreecommitdiff
path: root/examples
AgeCommit message (Collapse)AuthorFilesLines
2024-04-25examples: Switch away Fedora 38 to 40Michal Privoznik1-2/+2
Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
2024-01-22examples: illustrate use of remote project referenceDaniel P. Berrangé1-1/+1
Anywhere that accepts a project name, also accepts a project URL. This illustrates it for the manifest YML file. Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
2023-12-12examples: Drop macOS 12Andrea Bolognani1-2/+0
Signed-off-by: Andrea Bolognani <abologna@redhat.com>
2023-12-12examples: Add macOS 14Andrea Bolognani1-0/+2
It had been missed when support for the target was added. Signed-off-by: Andrea Bolognani <abologna@redhat.com>
2023-12-12examples: Drop FreeBSD 12Andrea Bolognani1-2/+0
Signed-off-by: Andrea Bolognani <abologna@redhat.com>
2023-12-12examples: Add FreeBSD 14Andrea Bolognani1-0/+2
Signed-off-by: Andrea Bolognani <abologna@redhat.com>
2023-12-12examples: Add FreeBSD 13Andrea Bolognani1-0/+2
It had been missed when support for the target was added. Signed-off-by: Andrea Bolognani <abologna@redhat.com>
2023-12-12examples: Drop Fedora 37Andrea Bolognani1-2/+0
Signed-off-by: Andrea Bolognani <abologna@redhat.com>
2023-12-12examples: Add Fedora 39Andrea Bolognani1-0/+2
Signed-off-by: Andrea Bolognani <abologna@redhat.com>
2023-12-12examples: Add Fedora 38Andrea Bolognani1-0/+2
It had been missed when support for the target was added. Signed-off-by: Andrea Bolognani <abologna@redhat.com>
2023-12-12targets: Drop Alpine 3.17Michal Privoznik1-2/+0
With 3.18 and 3.19 being the 2 latest supported targets, we can drop 3.17. Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
2023-12-12gitlab-ci.yml: Add Alpine 3.19Michal Privoznik1-0/+2
Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
2023-08-09tests: Move workloads from Debian 10 to Debian 12Erik Skultety1-1/+1
Signed-off-by: Erik Skultety <eskultet@redhat.com>
2023-05-31targets: Drop Alpine 3.16Erik Skultety1-2/+0
With 3.17 and 3.18 being the 2 latest supported targets, we can drop 3.16. Signed-off-by: Erik Skultety <eskultet@redhat.com>
2023-05-31gitlab-ci.yml: Add Alpine 3.18Erik Skultety1-0/+2
Signed-off-by: Erik Skultety <eskultet@redhat.com>
2023-05-31Drop Alpine 3.15Erik Skultety1-2/+0
Signed-off-by: Erik Skultety <eskultet@redhat.com>
2023-05-31facts: targets: Add Alpine 3.17Erik Skultety1-0/+2
Signed-off-by: Erik Skultety <eskultet@redhat.com>
2023-04-18remove minor version number from OpenSUSE LEAP target namesPaolo Bonzini1-1/+1
Just like Alma Linux only has the "9" version number, only use "15" in the target name for OpenSUSE Leap. The minor version is only needed in the FROM line of the dockerfiles and for the installation URLs. Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
2023-04-14Switch to OpenSUSE 15.4Peter Krempa1-1/+1
15.3 is EOL and will be removed in upcoming patches. Switch the tests to use 15.4 Signed-off-by: Peter Krempa <pkrempa@redhat.com>
2023-01-17manifest: integrate support for 'flake8' formatting jobDaniel P. Berrangé1-0/+1
This allows the manifest to request use of 'flake8' for python code formatting checks. Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
2023-01-17manifest: integrate support for 'black' formatting jobDaniel P. Berrangé1-0/+1
This allows the manifest to request use of 'black' for python code formatting checks. Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
2022-12-13lcitool: Move off of Fedora-35 to Fedora-37Erik Skultety1-1/+1
Signed-off-by: Erik Skultety <eskultet@redhat.com>
2022-11-14facts: introduce macos 13 Cirrus CI target on aarch64Daniel P. Berrangé1-0/+2
Cirrus CI has replaced their infrastructure for runing macOS images and now targets the M1 hardware. The original x86_64 hardware is no longer supported and users are required to stop using it prior to Jan 1st 2023. The Ventura release is only supported for M1 hardware in Cirrus CI and is the new default https://cirrus-ci.org/blog/2022/11/08/sunsetting-intel-macos-instances/ Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
2022-11-14facts: switch macos 12 Cirrus CI target to aarch64Daniel P. Berrangé1-1/+1
Cirrus CI has replaced their infrastructure for runing macOS images and now targets the M1 hardware. The original x86_64 hardware is no longer supported and users are required to stop using it prior to Jan 1st 2023. The Monteray release is supported for M1 hardware in Cirrus CI, so just switch it over https://cirrus-ci.org/blog/2022/11/08/sunsetting-intel-macos-instances/ Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
2022-11-14facts: remove macos 11 Cirrus CI targetDaniel P. Berrangé1-2/+0
Cirrus CI has replaced their infrastructure for runing macOS images and now targets the M1 hardware. The original x86_64 hardware is no longer supported and users are required to stop using it prior to Jan 1st 2023. The Big Sur release is not supported for M1 hardware in Cirrus CI, so we must delete it https://cirrus-ci.org/blog/2022/11/08/sunsetting-intel-macos-instances/ Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
2022-10-06facts/projects: fix libvirt Go project names to match repoDaniel P. Berrangé1-2/+2
Previously the manifest had relied on the $CI_PROJECT_NAME variable to build a path to the upstream container registry. This was incorrect though, because the repo fork may have had its name changed relative to upstream. This the current manifest code uses the lcitool project name to identify the upstream cohntainer registry. This means that project names need to match the git repo names, but we never updated the libvirt Go projects after we switched development to new repos to enable Go modules usage. Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
2022-07-12gitlab: Move workloads off of Alpine 3.14Erik Skultety1-2/+2
Signed-off-by: Erik Skultety <eskultet@redhat.com>
2022-06-03libvirt-ci: Move lcitool/ to the git root directoryAbdulwasiu Apalowo1-0/+172
This decreases the directory hierarchy by two levels to adopt a Python project-like structure. Signed-off-by: Abdulwasiu Apalowo <abdulwasiuapalowo@gmail.com>