Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
139fd9fc
Commit
139fd9fc
authored
Jul 09, 2021
by
Rémy Coutable
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ci: Expose tests metadata via Pages
Signed-off-by:
Rémy Coutable
<
remy@rymai.me
>
parent
5bb160d3
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
5 deletions
+13
-5
.gitlab/ci/pages.gitlab-ci.yml
.gitlab/ci/pages.gitlab-ci.yml
+13
-5
No files found.
.gitlab/ci/pages.gitlab-ci.yml
View file @
139fd9fc
...
...
@@ -8,11 +8,16 @@ pages:
-
.pages:rules
stage
:
pages
needs
:
-
rspec:coverage
-
coverage-frontend
-
karma
-
compile-production-assets
-
compile-storybook
-
job
:
"
rspec:coverage"
-
job
:
"
coverage-frontend"
-
job
:
"
karma"
-
job
:
"
compile-production-assets"
-
job
:
"
compile-storybook"
# `update-tests-metadata` only runs on GitLab.com's EE schedules pipelines
# while `pages` runs for all the 2-hourly schedules.
-
job
:
"
update-tests-metadata"
optional
:
true
before_script
:
-
apt-get update && apt-get -y install brotli gzip
script
:
...
...
@@ -23,6 +28,9 @@ pages:
-
mv coverage-javascript/ public/coverage-javascript/ ||
true
-
mv storybook/public public/storybook ||
true
-
cp .public/assets/application-*.css public/application.css ||
true
-
mv $KNAPSACK_RSPEC_SUITE_REPORT_PATH public/$KNAPSACK_RSPEC_SUITE_REPORT_PATH ||
true
-
mv $FLAKY_RSPEC_SUITE_REPORT_PATH public/$FLAKY_RSPEC_SUITE_REPORT_PATH ||
true
-
mv $RSPEC_PACKED_TESTS_MAPPING_PATH.gz public/$RSPEC_PACKED_TESTS_MAPPING_PATH.gz ||
true
-
*compress-public
artifacts
:
paths
:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment