Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
R
rpm-icinga2
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
packaging
rpm-icinga2
Commits
bed8eef8
Commit
bed8eef8
authored
3 years ago
by
Henrik Triem
Browse files
Options
Downloads
Patches
Plain Diff
Build for RHEL 6
parent
5776d45a
No related branches found
No related tags found
No related merge requests found
Pipeline
#23107
failed
3 years ago
Stage: build
Stage: test
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+23
-135
23 additions, 135 deletions
.gitlab-ci.yml
with
23 additions
and
135 deletions
.gitlab-ci.yml
+
23
−
135
View file @
bed8eef8
stages
:
stages
:
-
build
-
build
-
test
-
test
-
upload
-
upload
variables
:
variables
:
DOCKER_IMAGE_BASE
:
registry.icinga.com/build-docker
DOCKER_IMAGE_BASE
:
registry.icinga.com/build-docker
...
@@ -11,169 +11,57 @@ variables:
...
@@ -11,169 +11,57 @@ variables:
.build
:
&build
.build
:
&build
stage
:
build
stage
:
build
tags
:
tags
:
-
docker
-
docker
image
:
${DOCKER_IMAGE_BASE}/${DOCKER_IMAGE}
image
:
${DOCKER_IMAGE_BASE}/${DOCKER_IMAGE}
script
:
script
:
-
icinga-build-package
-
icinga-build-package
cache
:
cache
:
key
:
"
${CI_JOB_NAME}"
key
:
"
${CI_JOB_NAME}"
paths
:
paths
:
-
ccache/
-
ccache/
-
'
icinga2.git'
-
'
icinga2.git'
artifacts
:
artifacts
:
paths
:
paths
:
-
build/*
-
build/*
expire_in
:
1 week
expire_in
:
1 week
.test
:
&test
.test
:
&test
stage
:
test
stage
:
test
tags
:
tags
:
-
docker
-
docker
image
:
${DOCKER_IMAGE_BASE}/${DOCKER_IMAGE}
image
:
${DOCKER_IMAGE_BASE}/${DOCKER_IMAGE}
script
:
script
:
-
find build/
-
find build/
-
icinga-build-test
-
icinga-build-test
.upload
:
&upload
.upload
:
&upload
stage
:
upload
stage
:
upload
tags
:
tags
:
-
docker
-
docker
image
:
${DOCKER_IMAGE_BASE}/upload
image
:
${DOCKER_IMAGE_BASE}/upload
script
:
script
:
-
find build/
-
find build/
-
icinga-build-upload-aptly
-
icinga-build-upload-aptly
only
:
only
:
-
master
-
master
-
tags
-
tags
###################################
###################################
# EPEL
# EPEL
###################################
###################################
build/
centos/8
:
build/
rhel/6
:
<<
:
*build
<<
:
*build
variables
:
variables
:
DOCKER_IMAGE
:
centos/8
DOCKER_IMAGE
:
rhel/6
test/
centos/8
:
test/
rhel/6
:
<<
:
*test
<<
:
*test
variables
:
variables
:
DOCKER_IMAGE
:
centos/8
DOCKER_IMAGE
:
rhel/6
dependencies
:
dependencies
:
-
build/
centos/8
-
build/
rhel/6
upload/
ep
el/
8
:
upload/
rh
el/
6
:
<<
:
*upload
<<
:
*upload
dependencies
:
dependencies
:
-
build/centos/8
-
build/rhel/6
\ No newline at end of file
build/centos/7
:
<<
:
*build
variables
:
DOCKER_IMAGE
:
centos/7
test/centos/7
:
<<
:
*test
variables
:
DOCKER_IMAGE
:
centos/7
dependencies
:
-
build/centos/7
upload/epel/7
:
<<
:
*upload
dependencies
:
-
build/centos/7
###################################
# Fedora
###################################
build/fedora/34
:
<<
:
*build
variables
:
DOCKER_IMAGE
:
fedora/34
RPM_BUILD_NCPUS
:
'
1'
test/fedora/34
:
<<
:
*test
variables
:
DOCKER_IMAGE
:
fedora/34
dependencies
:
-
build/fedora/34
upload/fedora/34
:
<<
:
*upload
dependencies
:
-
build/fedora/34
build/fedora/33
:
<<
:
*build
variables
:
DOCKER_IMAGE
:
fedora/33
test/fedora/33
:
<<
:
*test
variables
:
DOCKER_IMAGE
:
fedora/33
dependencies
:
-
build/fedora/33
upload/fedora/33
:
<<
:
*upload
dependencies
:
-
build/fedora/33
###################################
# SLES
###################################
build/sles/15.2
:
<<
:
*build
variables
:
DOCKER_IMAGE
:
sles/15.2
test/sles/15.2
:
<<
:
*test
variables
:
DOCKER_IMAGE
:
sles/15.2
dependencies
:
-
build/sles/15.2
upload/SUSE/15.2
:
<<
:
*upload
dependencies
:
-
build/sles/15.2
build/sles/12.5
:
<<
:
*build
variables
:
DOCKER_IMAGE
:
sles/12.5
test/sles/12.5
:
<<
:
*test
variables
:
DOCKER_IMAGE
:
sles/12.5
dependencies
:
-
build/sles/12.5
upload/SUSE/12.5
:
<<
:
*upload
dependencies
:
-
build/sles/12.5
###################################
# openSUSE
###################################
build/opensuse/15.2
:
<<
:
*build
variables
:
DOCKER_IMAGE
:
opensuse/15.2
test/opensuse/15.2
:
<<
:
*test
variables
:
DOCKER_IMAGE
:
opensuse/15.2
dependencies
:
-
build/opensuse/15.2
upload/openSUSE/15.2
:
<<
:
*upload
dependencies
:
-
build/opensuse/15.2
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment