Add -dev eln versions too

This commit is contained in:
Colin Walters 2023-10-11 13:12:59 -04:00
parent ffc8bc146e
commit ffcc6aabef
3 changed files with 7 additions and 8 deletions

View File

@ -19,15 +19,8 @@ stages:
- tier-0
- tier-1
OS: fedora
VERSION: ["38"]
VERSION: ["38", "eln"]
VARIANT: ["", "-dev"]
# TODO add -dev for eln
- TIER:
- tier-0
- tier-1
OS: fedora
VERSION: ["eln"]
VARIANT: [""]
.default-target: fedora-tier-1-38
test-build:

View File

@ -0,0 +1,3 @@
include:
- fedora-tier-0-38.yaml
- fedora-dev.yaml

View File

@ -0,0 +1,3 @@
include:
- fedora-tier-1-eln.yaml
- fedora-dev.yaml