Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
packaging
rpm-icingadb
Commits
2d58403c
Commit
2d58403c
authored
Aug 10, 2021
by
Henrik Triem
Browse files
Add support for SLES 15.3
parent
cd68b700
Pipeline
#19761
passed with stages
in 6 minutes and 5 seconds
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
2d58403c
...
...
@@ -122,6 +122,23 @@ upload/fedora/33:
###################################
# SLES
###################################
build/sles/15.3
:
<<
:
*build
variables
:
DOCKER_IMAGE
:
sles/15.3
test/sles/15.3
:
<<
:
*test
variables
:
DOCKER_IMAGE
:
sles/15.3
dependencies
:
-
build/sles/15.3
upload/SUSE/15.3
:
<<
:
*upload
dependencies
:
-
build/sles/15.3
build/sles/15.2
:
<<
:
*build
variables
:
...
...
@@ -142,6 +159,23 @@ upload/SUSE/15.2:
###################################
# openSUSE
###################################
build/opensuse/15.3
:
<<
:
*build
variables
:
DOCKER_IMAGE
:
opensuse/15.3
test/opensuse/15.3
:
<<
:
*test
variables
:
DOCKER_IMAGE
:
opensuse/15.3
dependencies
:
-
build/opensuse/15.3
upload/openSUSE/15.3
:
<<
:
*upload
dependencies
:
-
build/opensuse/15.3
build/opensuse/15.2
:
<<
:
*build
variables
:
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment