Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
mpsd-software-manager
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
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
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
MPSD Computational Science
mpsd-software-manager
Commits
aa3721c7
Commit
aa3721c7
authored
1 year ago
by
Ashwin Kumar Karnad
Browse files
Options
Downloads
Patches
Plain Diff
update CI
parent
a996c455
No related branches found
No related tags found
1 merge request
!68
rename test file to a standard filename
Pipeline
#371622
passed
1 year ago
Stage: test
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+3
-3
3 additions, 3 deletions
.gitlab-ci.yml
with
3 additions
and
3 deletions
.gitlab-ci.yml
+
3
−
3
View file @
aa3721c7
...
@@ -81,7 +81,7 @@ style:
...
@@ -81,7 +81,7 @@ style:
-
ruff .
-
ruff .
-
black --check --diff .
-
black --check --diff .
-
pydocstyle mpsd-software.py
-
pydocstyle mpsd-software.py
-
pydocstyle test
s
.py
-
pydocstyle test
_mpsd-software
.py
# we could also use `ruff --select D` for pycodestyle. But the behaviour is not exactly the same.
# we could also use `ruff --select D` for pycodestyle. But the behaviour is not exactly the same.
-
./mpsd-software.py --version
-
./mpsd-software.py --version
...
@@ -91,12 +91,12 @@ test-bullseye:
...
@@ -91,12 +91,12 @@ test-bullseye:
image
:
debian:bullseye-slim
image
:
debian:bullseye-slim
script
:
script
:
-
*prepare_debian
-
*prepare_debian
-
pytest -v -l test
s
.py
-
pytest -v -l test
_mpsd-software
.py
test-bookworm
:
test-bookworm
:
stage
:
test
stage
:
test
image
:
debian:bookworm-slim
image
:
debian:bookworm-slim
script
:
script
:
-
*prepare_debian
-
*prepare_debian
-
pytest -v -l test
s
.py
-
pytest -v -l test
_mpsd-software
.py
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