mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2025-12-27 08:10:08 +01:00
gitlab-ci: add test on Fedora 30 image
And no longer use "fedora:lastest". While "fedora:rawhide" names the very
latest branch (and we want to test that), for all proper releases we want
name them explicitly.
(cherry picked from commit 2955d5e69a)
This commit is contained in:
parent
54a525c14f
commit
ed39bf7640
1 changed files with 8 additions and 3 deletions
|
|
@ -50,12 +50,17 @@ build_f28:
|
|||
paths:
|
||||
- docs-html
|
||||
|
||||
build_f_latest:
|
||||
build_f29:
|
||||
<<: *fedora_install
|
||||
image: fedora:latest
|
||||
image: fedora:29
|
||||
<<: *fedora_script
|
||||
|
||||
build_f_rawhide:
|
||||
build_f30:
|
||||
<<: *fedora_install
|
||||
image: fedora:30
|
||||
<<: *fedora_script
|
||||
|
||||
build_frawhide:
|
||||
<<: *fedora_install
|
||||
image: fedora:rawhide
|
||||
<<: *fedora_script
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue