Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
nomad-FAIR
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
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
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
nomad-lab
nomad-FAIR
Merge requests
!1991
Remove all deployments from nomad-FAIR
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Remove all deployments from nomad-FAIR
remove-all-deployments
into
develop
Overview
1
Commits
3
Pipelines
17
Changes
1
Merged
Ahmed Ilyas
requested to merge
remove-all-deployments
into
develop
9 months ago
Overview
1
Commits
3
Pipelines
17
Changes
1
Expand
0
0
Merge request reports
Viewing commit
1be11dc6
Show latest version
1 file
+
1
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
1be11dc6
4 parallel tests
· 1be11dc6
Ahmed Ilyas
authored
8 months ago
.gitlab-ci.yml
+
1
−
1
Options
@@ -222,7 +222,7 @@ generate pytest timings:
allow_failure
:
true
python tests
:
parallel
:
3
parallel
:
4
extends
:
.base_test
script
:
-
python -m pytest --cov=nomad --cov-report term --cov-config=.coveragerc -sv tests --splits $CI_NODE_TOTAL --group=$CI_NODE_INDEX
Loading