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
D
deckard
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
32
Issues
32
List
Boards
Labels
Service Desk
Milestones
Merge Requests
4
Merge Requests
4
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
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Knot projects
deckard
Commits
54687699
Commit
54687699
authored
Nov 27, 2017
by
Petr Špaček
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'docker-update' into 'master'
CI: synchronize Docker image with kresd repo See merge request
!88
parents
71498657
283dfc6a
Pipeline
#26357
passed with stage
in 1 minute and 14 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
7 deletions
+1
-7
.gitlab-ci.yml
.gitlab-ci.yml
+1
-7
No files found.
.gitlab-ci.yml
View file @
54687699
image
:
cznic/ci-debian-kresd
variables
:
LC_ALL
:
C.UTF-8
...
...
@@ -5,7 +6,6 @@ stages:
-
test
test:pep8:
image
:
cznic/deckard-ci
stage
:
test
script
:
-
cp ci/common.sh /tmp
...
...
@@ -17,7 +17,6 @@ test:pep8:
-
amd64
test:pylint:
image
:
cznic/deckard-ci
stage
:
test
script
:
-
cp ci/common.sh /tmp
...
...
@@ -35,7 +34,6 @@ test:pylint:
-
amd64
test:unittests:
image
:
cznic/deckard-ci
stage
:
test
script
:
-
make check
...
...
@@ -45,7 +43,6 @@ test:unittests:
-
amd64
test:comparative:kresd:
image
:
cznic/deckard-ci
stage
:
test
script
:
-
cp ci/common.sh /tmp
...
...
@@ -68,7 +65,6 @@ test:comparative:kresd:
# Run all tests on the latest kresd version to ensure that we not push tests
# which do not work on latest kresd. It would lead to breakage in kresd CI.
test:latest:kresd:
image
:
cznic/deckard-ci
stage
:
test
script
:
-
git clone --depth=1 https://gitlab.labs.nic.cz/knot/knot-resolver.git kresd-local-build
...
...
@@ -86,7 +82,6 @@ test:latest:kresd:
# I've selected the only tests which are working
# on kresd and Unbound 1.5.8 as well as 1.6.0
test:sanity:unbound:
image
:
cznic/deckard-ci
stage
:
test
script
:
-
TESTS=sets/resolver/iter_hint_lame.rpl ./unbound_run.sh
...
...
@@ -103,7 +98,6 @@ test:sanity:unbound:
# I've selected couple tests which are working
# on kresd and PowerDNS recursor 4.0.0~alpha2 as well as 4.0.4
test:sanity:pdnsrecursor:
image
:
cznic/deckard-ci
stage
:
test
script
:
-
TESTS=sets/resolver/iter_recurse.rpl ./pdns_run.sh
...
...
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