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-icingabuildtest
Commits
9c0523df
Commit
9c0523df
authored
Feb 07, 2019
by
Markus Frosch
Browse files
Add gitlab-ci config
parent
3d217be7
Pipeline
#3380
passed with stages
in 3 minutes and 22 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
0 → 100644
View file @
9c0523df
stages
:
-
build
-
test
-
upload
variables
:
DOCKER_IMAGE_BASE
:
registry.icinga.com/build-docker
ICINGA_BUILD_TYPE
:
snapshot
.build
:
&build
stage
:
build
tags
:
-
docker
image
:
${DOCKER_IMAGE_BASE}/${DOCKER_IMAGE}
script
:
-
icinga-build-package
cache
:
key
:
"
${CI_JOB_NAME}"
paths
:
-
ccache/
artifacts
:
paths
:
-
build/*
expire_in
:
1 week
.test
:
&test
stage
:
test
tags
:
-
docker
image
:
${DOCKER_IMAGE_BASE}/${DOCKER_IMAGE}
script
:
-
find build/
-
icinga-build-test
build/centos/7
:
<<
:
*build
variables
:
DOCKER_IMAGE
:
centos/7
test/centos/7
:
<<
:
*test
variables
:
DOCKER_IMAGE
:
centos/7
dependencies
:
-
build/centos/7
build/sles/12.4
:
<<
:
*build
variables
:
DOCKER_IMAGE
:
sles/12.4
test/sles/12.4
:
<<
:
*test
variables
:
DOCKER_IMAGE
:
sles/12.4
dependencies
:
-
build/sles/12.4
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