Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
main
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Simone Rossi
main
Commits
f16c6073
Commit
f16c6073
authored
Apr 24, 2017
by
Daniele Venzano
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update pylint configuration, tune gitlab CI config
parent
f41ed0cf
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
238 additions
and
142 deletions
+238
-142
.gitlab-ci.yml
.gitlab-ci.yml
+5
-5
.pylintrc
.pylintrc
+233
-137
No files found.
.gitlab-ci.yml
View file @
f16c6073
...
...
@@ -9,7 +9,7 @@ variables:
POSTGRES_USER
:
zoeuser
POSTGRES_PASSWORD
:
zoepass
ZOE_TEST_IMAGE
:
zoe:$CI_BUILD_REF
ZOE_COMMON_OPTIONS
:
--debug --backend-swarm-url ${SWARM_URL} --deployment-name test${CI_BUILD_REF} --dbuser ${POSTGRES_USER} --dbhost postgres --dbport 5432 --dbname ${POSTGRES_DB} --dbpass ${POSTGRES_PASSWORD} --master-url tcp://localhost:4850 --auth-type text --
proxy-type none --
listen-port 5100 --workspace-base-path /tmp
ZOE_COMMON_OPTIONS
:
--debug --backend-swarm-url ${SWARM_URL} --deployment-name test${CI_BUILD_REF} --dbuser ${POSTGRES_USER} --dbhost postgres --dbport 5432 --dbname ${POSTGRES_DB} --dbpass ${POSTGRES_PASSWORD} --master-url tcp://localhost:4850 --auth-type text --listen-port 5100 --workspace-base-path /tmp
lint
:
stage
:
static-test
...
...
@@ -25,7 +25,7 @@ SonarQube:
variables
:
SONAR_PROJECT_KEY
:
"
zoe.devel"
SONAR_BRANCH
:
"
$CI_BUILD_REF_NAME"
SONAR_PROJECT_NAME
:
"
Zoe
devel
"
SONAR_PROJECT_NAME
:
"
$CI_PROJECT_NAME
"
SONAR_PROJECT_VERSION
:
"
$CI_BUILD_REF"
SONARQUBE_SERVER_URL
:
"
$SONARQUBE_SERVER_URL"
script
:
...
...
@@ -78,7 +78,7 @@ images:
-
docker build --pull -t ${DOCKER_REGISTRY}/ci/${ZOE_TEST_IMAGE} .
-
docker push ${DOCKER_REGISTRY}/ci/${ZOE_TEST_IMAGE}
only
:
-
/^.*master$/
-
master
docs
:
stage
:
deploy
...
...
@@ -96,7 +96,7 @@ docs:
environment
:
name
:
staging
only
:
-
/^.*master$/
-
master
frontend
:
stage
:
deploy
...
...
@@ -123,4 +123,4 @@ frontend:
environment
:
name
:
staging
only
:
-
/^.*master$/
-
master
.pylintrc
View file @
f16c6073
This diff is collapsed.
Click to expand it.
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