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-icinga2
Commits
14d5f447
Commit
14d5f447
authored
Aug 03, 2021
by
Noah Hilverling
Browse files
Merge branch 'sles15.3-master' into '2.13'
Include support for Suse/SLES 15.3 See merge request
!30
parents
62906b1d
b820fd1e
Pipeline
#19555
canceled with stages
in 38 minutes and 19 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
14d5f447
...
...
@@ -126,6 +126,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
:
...
...
@@ -163,6 +180,23 @@ upload/SUSE/12.5:
###################################
# 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
Markdown
is supported
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