Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
pystencils-sfg
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
pycodegen
pystencils-sfg
Commits
e8874138
Commit
e8874138
authored
4 months ago
by
Frederik Hennig
Browse files
Options
Downloads
Patches
Plain Diff
clean up CI config
parent
7b79ba1c
No related branches found
No related tags found
1 merge request
!10
Introduce Nox for Test Automation
Pipeline
#71684
passed
4 months ago
Stage: Code Quality
Stage: Tests
Stage: Documentation
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+10
-19
10 additions, 19 deletions
.gitlab-ci.yml
with
10 additions
and
19 deletions
.gitlab-ci.yml
+
10
−
19
View file @
e8874138
...
...
@@ -4,36 +4,29 @@ stages:
-
"
Documentation"
-
deploy
.nox-base
:
image
:
i10git.cs.fau.de:5005/pycodegen/pycodegen/nox
tags
:
-
docker
linter
:
extends
:
.nox-base
stage
:
"
Code
Quality"
needs
:
[]
except
:
variables
:
-
$ENABLE_NIGHTLY_BUILDS
image
:
i10git.cs.fau.de:5005/pycodegen/pycodegen/nox
script
:
-
nox --session lint
tags
:
-
docker
typechecker
:
extends
:
.nox-base
stage
:
"
Code
Quality"
needs
:
[]
except
:
variables
:
-
$ENABLE_NIGHTLY_BUILDS
image
:
i10git.cs.fau.de:5005/pycodegen/pycodegen/nox
script
:
-
nox --session typecheck
tags
:
-
docker
testsuite
:
extends
:
.nox-base
stage
:
"
Tests"
image
:
i10git.cs.fau.de:5005/pycodegen/pycodegen/nox
needs
:
[]
tags
:
-
docker
script
:
-
nox --session testsuite
coverage
:
'
/TOTAL.*\s+(\d+%)$/'
...
...
@@ -48,19 +41,17 @@ testsuite:
path
:
coverage.xml
build-documentation
:
extends
:
.nox-base
stage
:
"
Documentation"
image
:
i10git.cs.fau.de:5005/pycodegen/pycodegen/nox
needs
:
[]
script
:
-
nox --session docs
tags
:
-
docker
artifacts
:
paths
:
-
docs/build/html
pages
:
image
:
i10git.cs.fau.de:5005/pycodegen/pycodegen/full
image
:
alpine:latest
stage
:
deploy
script
:
-
ls -l
...
...
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