Skip to content
Snippets Groups Projects
Commit 0183e11a authored by Markus Frosch's avatar Markus Frosch
Browse files

Release branch for 2.9 (el7 only)

parent 8155dada
No related branches found
No related tags found
No related merge requests found
Pipeline #3471 canceled
## Build
/build/
/ccache/
## Snapshot Artifacts
/*.git/
/*.tar*
/*.version
## Editors
*~
.*.sw[op]
stages:
- build
- test
variables:
DOCKER_IMAGE_BASE: registry.icinga.com/build-docker
ICINGA_BUILD_TYPE: giraffe
UPSTREAM_GIT_BRANCH: support/2.9
.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-arm-rpi
image: ${DOCKER_IMAGE_BASE}/${DOCKER_IMAGE}
script:
- find build/
- icinga-build-test
.upload: &upload
stage: upload
tags:
- docker
image: ${DOCKER_IMAGE_BASE}/upload
script:
- find build/
- icinga-build-upload-aptly
only:
- tags
build:centos/7:
<<: *build
variables:
DOCKER_IMAGE: centos/7
test:centos/7:
<<: *test
variables:
DOCKER_IMAGE: centos/7
dependencies:
- build:centos/7
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment