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
e4a977c7
Commit
e4a977c7
authored
Feb 06, 2020
by
Rémy Coutable
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Use 'rules' for '.gitlab/ci/reports.gitlab-ci.yml' jobs
Signed-off-by:
Rémy Coutable
<
remy@rymai.me
>
parent
b9940c46
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
176 additions
and
105 deletions
+176
-105
.gitlab/ci/reports.gitlab-ci.yml
.gitlab/ci/reports.gitlab-ci.yml
+172
-101
.gitlab/ci/review.gitlab-ci.yml
.gitlab/ci/review.gitlab-ci.yml
+4
-4
No files found.
.gitlab/ci/reports.gitlab-ci.yml
View file @
e4a977c7
This diff is collapsed.
Click to expand it.
.gitlab/ci/review.gitlab-ci.yml
View file @
e4a977c7
...
@@ -148,7 +148,7 @@ review-deploy:
...
@@ -148,7 +148,7 @@ review-deploy:
-
export GITLAB_SHELL_VERSION=$(<GITLAB_SHELL_VERSION)
-
export GITLAB_SHELL_VERSION=$(<GITLAB_SHELL_VERSION)
-
export GITALY_VERSION=$(<GITALY_SERVER_VERSION)
-
export GITALY_VERSION=$(<GITALY_SERVER_VERSION)
-
export GITLAB_WORKHORSE_VERSION=$(<GITLAB_WORKHORSE_VERSION)
-
export GITLAB_WORKHORSE_VERSION=$(<GITLAB_WORKHORSE_VERSION)
-
echo "${CI_ENVIRONMENT_URL}" >
review_app
_url.txt
-
echo "${CI_ENVIRONMENT_URL}" >
environment
_url.txt
-
source ./scripts/utils.sh
-
source ./scripts/utils.sh
-
install_api_client_dependencies_with_apk
-
install_api_client_dependencies_with_apk
-
source scripts/review_apps/review-apps.sh
-
source scripts/review_apps/review-apps.sh
...
@@ -161,7 +161,7 @@ review-deploy:
...
@@ -161,7 +161,7 @@ review-deploy:
-
date
-
date
-
deploy || (display_deployment_debug && exit 1)
-
deploy || (display_deployment_debug && exit 1)
artifacts
:
artifacts
:
paths
:
[
review_app
_url.txt
]
paths
:
[
environment
_url.txt
]
expire_in
:
2 days
expire_in
:
2 days
when
:
always
when
:
always
...
@@ -216,7 +216,7 @@ review-stop:
...
@@ -216,7 +216,7 @@ review-stop:
before_script
:
before_script
:
-
'
[[
!
-d
"ee/"
]]
||
export
GITLAB_EDITION="ee"'
-
'
[[
!
-d
"ee/"
]]
||
export
GITLAB_EDITION="ee"'
-
export QA_IMAGE="${CI_REGISTRY}/${CI_PROJECT_PATH}/gitlab/gitlab-${GITLAB_EDITION}-qa:${CI_COMMIT_REF_SLUG}"
-
export QA_IMAGE="${CI_REGISTRY}/${CI_PROJECT_PATH}/gitlab/gitlab-${GITLAB_EDITION}-qa:${CI_COMMIT_REF_SLUG}"
-
export CI_ENVIRONMENT_URL="$(cat
review_app
_url.txt)"
-
export CI_ENVIRONMENT_URL="$(cat
environment
_url.txt)"
-
echo "${CI_ENVIRONMENT_URL}"
-
echo "${CI_ENVIRONMENT_URL}"
-
echo "${QA_IMAGE}"
-
echo "${QA_IMAGE}"
-
source scripts/utils.sh
-
source scripts/utils.sh
...
@@ -255,7 +255,7 @@ review-performance:
...
@@ -255,7 +255,7 @@ review-performance:
artifacts
:
true
artifacts
:
true
allow_failure
:
true
allow_failure
:
true
before_script
:
before_script
:
-
export CI_ENVIRONMENT_URL="$(cat
review_app
_url.txt)"
-
export CI_ENVIRONMENT_URL="$(cat
environment
_url.txt)"
-
echo "${CI_ENVIRONMENT_URL}"
-
echo "${CI_ENVIRONMENT_URL}"
-
mkdir -p gitlab-exporter
-
mkdir -p gitlab-exporter
-
wget -O ./gitlab-exporter/index.js https://gitlab.com/gitlab-org/gl-performance/raw/master/index.js
-
wget -O ./gitlab-exporter/index.js https://gitlab.com/gitlab-org/gl-performance/raw/master/index.js
...
...
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