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
Commits
b67991e6
Commit
b67991e6
authored
4 months ago
by
ale
Browse files
Options
Downloads
Patches
Plain Diff
Do not shadow artifacts in full_review job
parent
c5623f9a
No related branches found
No related tags found
1 merge request
!310
Expose test artifacts to the Gitlab CI interface
Pipeline
#84124
passed
4 months ago
Stage: test
Stage: cleanup
Changes
1
Pipelines
2
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+3
-5
3 additions, 5 deletions
.gitlab-ci.yml
with
3 additions
and
5 deletions
.gitlab-ci.yml
+
3
−
5
View file @
b67991e6
...
...
@@ -38,13 +38,16 @@ variables:
CREATE_ENV_VARS
:
"
"
TEST_DIR
:
"
"
tags
:
[
ai3
]
# Some artifacts may be missing, depending on the specific job.
artifacts
:
when
:
always
expire_in
:
1 week
name
:
"
${CI_JOB_NAME}_${CI_COMMIT_REF_SLUG}_${CI_COMMIT_SHORT_SHA}"
reports
:
dotenv
:
deploy.env
junit
:
pytest.xml
paths
:
-
"
.vmine_group_review*"
-
"
${BUILD_DIR}/ansible.log"
-
"
${BUILD_DIR}/logs"
...
...
@@ -74,11 +77,6 @@ full_test_review:
FLOATUP_ARGS
:
"
--state-file
.vmine_group_review_$CI_MERGE_REQUEST_ID
--ttl
6h
--env
deploy.env
--dashboard-url
https://vm.investici.org"
TEST_DIR
:
"
test/full.ref"
allow_failure
:
true
artifacts
:
when
:
always
reports
:
dotenv
:
deploy.env
paths
:
[
'
.vmine_group_review*'
]
environment
:
name
:
review/$CI_COMMIT_REF_SLUG
url
:
$VMINE_GROUP_URL
...
...
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