Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
float
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
Container Registry
Model registry
Operate
Environments
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
ai3
float
Merge requests
!310
Expose test artifacts to the Gitlab CI interface
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Expose test artifacts to the Gitlab CI interface
test-artifacts
into
master
Overview
0
Commits
12
Pipelines
28
Changes
3
Merged
ale
requested to merge
test-artifacts
into
master
3 months ago
Overview
0
Commits
12
Pipelines
28
Changes
1
Expand
Make tests generate JUnit artifacts and expose them to the Gitlab CI UI.
Edited
3 months ago
by
ale
0
0
Merge request reports
Compare
version 4
version 13
66d3d7b5
3 months ago
version 12
e9a5bdbf
3 months ago
version 11
528cb4cc
3 months ago
version 10
c1c89f55
3 months ago
version 9
17735986
3 months ago
version 8
c195fc47
3 months ago
version 7
2b960e24
3 months ago
version 6
41133754
3 months ago
version 5
faba0fb1
3 months ago
version 4
39492a16
3 months ago
version 3
a6da74af
3 months ago
version 2
d240e1dc
3 months ago
version 1
ebfd55e2
3 months ago
master (base)
and
version 5
latest version
b67991e6
12 commits,
3 months ago
version 13
66d3d7b5
14 commits,
3 months ago
version 12
e9a5bdbf
13 commits,
3 months ago
version 11
528cb4cc
12 commits,
3 months ago
version 10
c1c89f55
11 commits,
3 months ago
version 9
17735986
9 commits,
3 months ago
version 8
c195fc47
8 commits,
3 months ago
version 7
2b960e24
7 commits,
3 months ago
version 6
41133754
6 commits,
3 months ago
version 5
faba0fb1
5 commits,
3 months ago
version 4
39492a16
4 commits,
3 months ago
version 3
a6da74af
3 commits,
3 months ago
version 2
d240e1dc
2 commits,
3 months ago
version 1
ebfd55e2
1 commit,
3 months ago
Show latest version
1 file
+
2
−
0
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
.gitlab-ci.yml
+
2
−
0
Options
@@ -42,6 +42,8 @@ variables:
when
:
on_failure
expire_in
:
1 week
name
:
"
${CI_JOB_NAME}_${CI_COMMIT_REF_SLUG}_${CI_COMMIT_SHORT_SHA}"
reports
:
junit
:
pytest.xml
paths
:
-
"
${BUILD_DIR}/ansible.log"
-
"
${BUILD_DIR}/logs"
Loading