Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
U
uffd-nginxauth
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Terraform modules
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Russ Garrett
uffd-nginxauth
Commits
0cea7c7a
Commit
0cea7c7a
authored
Oct 19, 2023
by
Julian
Browse files
Options
Downloads
Patches
Plain Diff
CI cleanup
parent
687035b8
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+4
-6
4 additions, 6 deletions
.gitlab-ci.yml
with
4 additions
and
6 deletions
.gitlab-ci.yml
+
4
−
6
View file @
0cea7c7a
...
@@ -32,7 +32,7 @@ linter:buster:
...
@@ -32,7 +32,7 @@ linter:buster:
image
:
registry.git.cccv.de/uffd/docker-images/buster
image
:
registry.git.cccv.de/uffd/docker-images/buster
stage
:
test
stage
:
test
script
:
script
:
-
pip3 install pylint-gitlab
-
pip3 install
$PYLINT_PIN
pylint-gitlab
# this force-updates jinja2 and some other packages!
-
python3 -m pylint --exit-zero --rcfile .pylintrc --output-format=pylint_gitlab.GitlabCodeClimateReporter app.py > codeclimate.json
-
python3 -m pylint --exit-zero --rcfile .pylintrc --output-format=pylint_gitlab.GitlabCodeClimateReporter app.py > codeclimate.json
-
python3 -m pylint --exit-zero --rcfile .pylintrc --output-format=pylint_gitlab.GitlabPagesHtmlReporter app.py > pylint.html
-
python3 -m pylint --exit-zero --rcfile .pylintrc --output-format=pylint_gitlab.GitlabPagesHtmlReporter app.py > pylint.html
-
python3 -m pylint --rcfile .pylintrc --output-format=text app.py
-
python3 -m pylint --rcfile .pylintrc --output-format=text app.py
...
@@ -47,7 +47,7 @@ linter:bullseye:
...
@@ -47,7 +47,7 @@ linter:bullseye:
image
:
registry.git.cccv.de/uffd/docker-images/bullseye
image
:
registry.git.cccv.de/uffd/docker-images/bullseye
stage
:
test
stage
:
test
script
:
script
:
-
pip3 install pylint-gitlab
-
pip3 install
$PYLINT_PIN
pylint-gitlab
# this force-updates jinja2 and some other packages!
-
python3 -m pylint --exit-zero --rcfile .pylintrc --output-format=pylint_gitlab.GitlabCodeClimateReporter app.py > codeclimate.json
-
python3 -m pylint --exit-zero --rcfile .pylintrc --output-format=pylint_gitlab.GitlabCodeClimateReporter app.py > codeclimate.json
-
python3 -m pylint --exit-zero --rcfile .pylintrc --output-format=pylint_gitlab.GitlabPagesHtmlReporter app.py > pylint.html
-
python3 -m pylint --exit-zero --rcfile .pylintrc --output-format=pylint_gitlab.GitlabPagesHtmlReporter app.py > pylint.html
-
python3 -m pylint --rcfile .pylintrc --output-format=text app.py
-
python3 -m pylint --rcfile .pylintrc --output-format=text app.py
...
@@ -62,8 +62,7 @@ unittests:buster:
...
@@ -62,8 +62,7 @@ unittests:buster:
image
:
registry.git.cccv.de/uffd/docker-images/buster
image
:
registry.git.cccv.de/uffd/docker-images/buster
stage
:
test
stage
:
test
script
:
script
:
-
service slapd start
-
python3-coverage run --include 'app.py' -m pytest --junitxml=report.xml ||
true
-
UNITTEST_OPENLDAP=1 python3-coverage run --include 'app.py' -m pytest --junitxml=report.xml ||
true
-
python3-coverage report -m
-
python3-coverage report -m
-
python3-coverage html
-
python3-coverage html
-
python3-coverage xml
-
python3-coverage xml
...
@@ -84,8 +83,7 @@ unittests:bullseye:
...
@@ -84,8 +83,7 @@ unittests:bullseye:
image
:
registry.git.cccv.de/uffd/docker-images/bullseye
image
:
registry.git.cccv.de/uffd/docker-images/bullseye
stage
:
test
stage
:
test
script
:
script
:
-
service slapd start
-
python3-coverage run --include 'app.py' -m pytest --junitxml=report.xml ||
true
-
UNITTEST_OPENLDAP=1 python3-coverage run --include 'app.py' -m pytest --junitxml=report.xml ||
true
#- python3-coverage report -m
#- python3-coverage report -m
-
python3-coverage html
-
python3-coverage html
#- python3-coverage xml
#- python3-coverage xml
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment