Skip to content
GitLab
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
5c5a4cc8
Commit
5c5a4cc8
authored
Nov 05, 2020
by
Markus Frosch
📣
Browse files
Revert "ci: Add netways upload"
This reverts commit
7eece2b1
.
parent
7eece2b1
Pipeline
#22549
failed with stages
in 4 minutes and 2 seconds
Changes
1
Pipelines
3
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
5c5a4cc8
...
...
@@ -5,8 +5,9 @@ stages:
variables
:
DOCKER_IMAGE_BASE
:
registry.icinga.com/build-docker
ICINGA_BUILD_TYPE
:
snapshot
.build
:
.build
:
&build
stage
:
build
tags
:
-
docker
...
...
@@ -22,7 +23,7 @@ variables:
-
build/*
expire_in
:
1 week
.test
:
.test
:
&test
stage
:
test
tags
:
-
docker
...
...
@@ -31,33 +32,48 @@ variables:
-
find build/
-
icinga-build-test
# This expects the job name to be:
# upload:repo:dist
.upload
:
.upload
:
&upload
stage
:
upload
tags
:
-
docker
image
:
${
CI_REGISTRY}/nps/tools/repotool:
upload
image
:
${
DOCKER_IMAGE_BASE}/
upload
script
:
-
find build/
-
pair=${CI_JOB_NAME#*:}
-
repotool-upload --repo ${pair%:*} --dist ${pair#*:}
-
icinga-build-upload-aptly --noop
only
:
-
tags
-
master
build/centos/7
:
extends
:
.
build
<<
:
*
build
variables
:
DOCKER_IMAGE
:
centos/7
test/centos/7
:
extends
:
.
test
<<
:
*
test
variables
:
DOCKER_IMAGE
:
centos/7
dependencies
:
-
build/centos/7
upload
:test
/epel
:
7:
extends
:
.
upload
upload/epel
/
7
:
<<
:
*
upload
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
upload/SUSE/12.4
:
<<
:
*upload
dependencies
:
-
build/sles/12.4
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment