Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
P
picodata
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Container Registry
Model registry
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
core
picodata
Commits
ec2a7ae7
Commit
ec2a7ae7
authored
1 year ago
by
Georgy Moshkin
Browse files
Options
Downloads
Patches
Plain Diff
ci: move linting to the end of the stage
parent
33ac4ca3
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!866
Gmoshkin/pico service follow up
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+2
-2
2 additions, 2 deletions
.gitlab-ci.yml
with
2 additions
and
2 deletions
.gitlab-ci.yml
+
2
−
2
View file @
ec2a7ae7
...
...
@@ -207,8 +207,6 @@ test-linux:
PIPENV_VENV_IN_PROJECT=1 PIP_NO_CACHE_DIR=true python3.10 -m pipenv install --deploy
ci-log-section end "pipenv-install"
-
make lint
# There are no Rust tests for `webui` feature, it's checked in pytest
-
cargo build --locked
-
cargo test --locked
...
...
@@ -222,6 +220,8 @@ test-linux:
--junitxml=junit_pytest.xml
--with-webui
-
make lint
artifacts
:
when
:
always
paths
:
...
...
This diff is collapsed.
Click to expand it.
Georgy Moshkin
@gmoshkin
mentioned in commit
1c91b7e4
·
1 year ago
mentioned in commit
1c91b7e4
mentioned in commit 1c91b7e4f963423eb8b32da3e358277365c46257
Toggle commit list
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