Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Knot DNS
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
22
Issues
22
List
Boards
Labels
Service Desk
Milestones
Merge Requests
17
Merge Requests
17
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Knot projects
Knot DNS
Commits
b3c6ac57
Commit
b3c6ac57
authored
Apr 11, 2017
by
Ondřej Surý
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update to Gitlab CI to use new docker images
parent
3b048bc3
Pipeline
#3121
canceled with stages
Changes
1
Pipelines
4
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
9 deletions
+13
-9
.gitlab-ci.yml
.gitlab-ci.yml
+13
-9
No files found.
.gitlab-ci.yml
View file @
b3c6ac57
...
...
@@ -10,8 +10,9 @@ stages:
-
deploy
.debian_stretch
:
&debian_stretch
image
:
cznic/debian:stretch-knot-
v2
image
:
cznic/debian:stretch-knot-
latest
tags
:
-
knot
-
docker
-
linux
-
amd64
...
...
@@ -19,6 +20,7 @@ stages:
.ubuntu_xenial
:
&ubuntu_xenial
image
:
cznic/ubuntu:16.04-knot
tags
:
-
knot
-
docker
-
linux
-
amd64
...
...
@@ -26,6 +28,7 @@ stages:
.debian_stretch_armel
:
&debian_stretch_armel
image
:
cznic/armel-debian-knot
tags
:
-
knot
-
docker
-
linux
-
arm
...
...
@@ -57,7 +60,7 @@ configure:ubuntu:amd64:
<<
:
*configure_job
except
:
-
tags
-
docs-
*
-
docs-
2.4
build:ubuntu:amd64:
<<
:
*ubuntu_xenial
...
...
@@ -66,7 +69,7 @@ build:ubuntu:amd64:
-
configure:ubuntu:amd64
except
:
-
tags
-
docs-
*
-
docs-
2.4
test:ubuntu:amd64:
<<
:
*ubuntu_xenial
...
...
@@ -75,7 +78,7 @@ test:ubuntu:amd64:
-
build:ubuntu:amd64
except
:
-
tags
-
docs-
*
-
docs-
2.4
configure:debian:stretch:amd64:
<<
:
*debian_stretch
...
...
@@ -86,12 +89,16 @@ build:debian:stretch:amd64:
<<
:
*build_job
dependencies
:
-
configure:debian:stretch:amd64
except
:
-
docs-2.4
test:debian:stretch:amd64:
<<
:
*debian_stretch
<<
:
*test_job
dependencies
:
-
build:debian:stretch:amd64
except
:
-
docs-2.4
configure:debian:stretch:armel:
<<
:
*debian_stretch_armel
...
...
@@ -123,7 +130,7 @@ build:documentation:
only
:
-
tags
-
triggers
-
docs-
*
-
docs-
2.4
script
:
-
make -C doc html singlehtml pdf
artifacts
:
...
...
@@ -136,13 +143,10 @@ build:documentation:
deploy:documentation:
<<
:
*debian_stretch
stage
:
deploy
before_script
:
-
apt-get update
-
apt-get -y install curl
only
:
-
tags
-
triggers
-
docs-
*
-
docs-
2.4
script
:
-
"
curl
--http1.1
--request
POST
--form
token=$WEBSITE_TOKEN
--form
ref=master
--form
\"
variables[RELEASE_CI_BUILD_REF_NAME]=$CI_BUILD_REF_NAME
\"
--form
\"
variables[RELEASE_CI_BUILD_ID]=$CI_BUILD_ID
\"
https://gitlab.labs.nic.cz/api/v3/projects/5/trigger/builds"
artifacts
:
...
...
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