mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-05-07 09:38:06 +02: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:
|
paths:
|
||||||
- docs-html
|
- docs-html
|
||||||
|
|
||||||
build_f_latest:
|
build_f29:
|
||||||
<<: *fedora_install
|
<<: *fedora_install
|
||||||
image: fedora:latest
|
image: fedora:29
|
||||||
<<: *fedora_script
|
<<: *fedora_script
|
||||||
|
|
||||||
build_f_rawhide:
|
build_f30:
|
||||||
|
<<: *fedora_install
|
||||||
|
image: fedora:30
|
||||||
|
<<: *fedora_script
|
||||||
|
|
||||||
|
build_frawhide:
|
||||||
<<: *fedora_install
|
<<: *fedora_install
|
||||||
image: fedora:rawhide
|
image: fedora:rawhide
|
||||||
<<: *fedora_script
|
<<: *fedora_script
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue