Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
bob.devtools
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
Model registry
Operate
Environments
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
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
bob
bob.devtools
Commits
b3f985e5
Commit
b3f985e5
authored
2 years ago
by
Yannick DAYER
Browse files
Options
Downloads
Plain Diff
Merge branch 'gitlab-test' into 'master'
Support for Gitlab CI Tests tab See merge request
!312
parents
5269ccae
1d7d7697
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!312
Support for Gitlab CI Tests tab
Pipeline
#64359
passed
2 years ago
Stage: qa
Stage: build
Stage: deploy
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
bob/devtools/build.py
+1
-0
1 addition, 0 deletions
bob/devtools/build.py
bob/devtools/data/gitlab-ci/single-package.yaml
+2
-0
2 additions, 0 deletions
bob/devtools/data/gitlab-ci/single-package.yaml
with
3 additions
and
0 deletions
bob/devtools/build.py
+
1
−
0
View file @
b3f985e5
...
...
@@ -591,6 +591,7 @@ def git_clean_build(runner, verbose):
"
miniconda.sh
"
,
# the installer, cached
"
torch
"
,
# eventual pytorch caches
"
sphinx
"
,
# build artifact -- documentation
"
test_results.xml
"
,
# build artifact -- tests report
"
coverage.xml
"
,
# build artifact -- coverage report
]
...
...
This diff is collapsed.
Click to expand it.
bob/devtools/data/gitlab-ci/single-package.yaml
+
2
−
0
View file @
b3f985e5
...
...
@@ -45,8 +45,10 @@ stages:
-
bdt ci clean -vv
coverage
:
'
/(?i)total.*?
(100(?:\.0+)?\%|[1-9]?\d(?:\.\d+)?\%)$/'
artifacts
:
when
:
always
expire_in
:
1 week
reports
:
junit
:
test_results.xml
coverage_report
:
coverage_format
:
cobertura
path
:
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