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
10d8b3a0
Commit
10d8b3a0
authored
Apr 24, 2018
by
Filipa Lacerda
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update tests with json endpoint
Cleans merge request css
parent
312928f5
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
109 additions
and
13 deletions
+109
-13
app/assets/stylesheets/pages/merge_requests.scss
app/assets/stylesheets/pages/merge_requests.scss
+0
-4
db/schema.rb
db/schema.rb
+3
-3
spec/javascripts/pipelines/mock_data.js
spec/javascripts/pipelines/mock_data.js
+99
-2
spec/javascripts/pipelines/stage_spec.js
spec/javascripts/pipelines/stage_spec.js
+7
-4
No files found.
app/assets/stylesheets/pages/merge_requests.scss
View file @
10d8b3a0
...
...
@@ -156,10 +156,6 @@
.dropdown-menu
{
z-index
:
300
;
}
.ci-action-icon-wrapper
{
line-height
:
16px
;
}
}
.mini-pipeline-graph-dropdown-toggle
{
...
...
db/schema.rb
View file @
10d8b3a0
...
...
@@ -307,10 +307,10 @@ ActiveRecord::Schema.define(version: 20180418053107) do
t
.
integer
"auto_canceled_by_id"
t
.
boolean
"retried"
t
.
integer
"stage_id"
t
.
integer
"artifacts_file_store"
t
.
integer
"artifacts_metadata_store"
t
.
boolean
"protected"
t
.
integer
"failure_reason"
t
.
integer
"artifacts_file_store"
t
.
integer
"artifacts_metadata_store"
end
add_index
"ci_builds"
,
[
"artifacts_expire_at"
],
name:
"index_ci_builds_on_artifacts_expire_at"
,
where:
"(artifacts_file <> ''::text)"
,
using: :btree
...
...
@@ -357,13 +357,13 @@ ActiveRecord::Schema.define(version: 20180418053107) do
t
.
integer
"project_id"
,
null:
false
t
.
integer
"job_id"
,
null:
false
t
.
integer
"file_type"
,
null:
false
t
.
integer
"file_store"
t
.
integer
"size"
,
limit:
8
t
.
datetime_with_timezone
"created_at"
,
null:
false
t
.
datetime_with_timezone
"updated_at"
,
null:
false
t
.
datetime_with_timezone
"expire_at"
t
.
string
"file"
t
.
binary
"file_sha256"
t
.
integer
"file_store"
end
add_index
"ci_job_artifacts"
,
[
"expire_at"
,
"job_id"
],
name:
"index_ci_job_artifacts_on_expire_at_and_job_id"
,
using: :btree
...
...
spec/javascripts/pipelines/mock_data.js
View file @
10d8b3a0
...
...
@@ -321,6 +321,103 @@ export const pipelineWithStages = {
};
export
const
stageReply
=
{
html
:
'
\
u003cli
\
u003e
\n\
u003ca class="mini-pipeline-graph-dropdown-item" data-toggle="tooltip" data-title="karma - failed
\
u0026lt;br
\
u0026gt; (script failure)" data-html="true" data-container="body" href="/gitlab-org/gitlab-ce/-/jobs/62402048"
\
u003e
\
u003cspan class="ci-status-icon ci-status-icon-failed"
\
u003e
\
u003csvg
\
u003e
\
u003cuse xlink:href="https://gitlab.com/assets/icons-fe86f87a3d244c952cc0ec8d7f88c5effefcbe454d751d8449d4a1a32aaaf9a0.svg#status_failed"
\
u003e
\
u003c/use
\
u003e
\
u003c/svg
\
u003e
\
u003c/span
\
u003e
\n\
u003cspan class="ci-build-text"
\
u003ekarma
\
u003c/span
\
u003e
\n\
u003c/a
\
u003e
\
u003ca class="ci-action-icon-wrapper js-ci-action-icon" data-toggle="tooltip" data-title="Retry" data-container="body" rel="nofollow" data-method="post" href="/gitlab-org/gitlab-ce/-/jobs/62402048/retry"
\
u003e
\
u003csvg class=" icon-action-retry"
\
u003e
\
u003cuse xlink:href="https://gitlab.com/assets/icons-fe86f87a3d244c952cc0ec8d7f88c5effefcbe454d751d8449d4a1a32aaaf9a0.svg#retry"
\
u003e
\
u003c/use
\
u003e
\
u003c/svg
\
u003e
\n\
u003c/a
\
u003e
\n\
u003c/li
\
u003e
\n\
u003cli
\
u003e
\n\
u003ca class="mini-pipeline-graph-dropdown-item" data-toggle="tooltip" data-title="codequality - passed" data-html="true" data-container="body" href="/gitlab-org/gitlab-ce/-/jobs/62398081"
\
u003e
\
u003cspan class="ci-status-icon ci-status-icon-success"
\
u003e
\
u003csvg
\
u003e
\
u003cuse xlink:href="https://gitlab.com/assets/icons-fe86f87a3d244c952cc0ec8d7f88c5effefcbe454d751d8449d4a1a32aaaf9a0.svg#status_success"
\
u003e
\
u003c/use
\
u003e
\
u003c/svg
\
u003e
\
u003c/span
\
u003e
\n\
u003cspan class="ci-build-text"
\
u003ecodequality
\
u003c/span
\
u003e
\n\
u003c/a
\
u003e
\
u003ca class="ci-action-icon-wrapper js-ci-action-icon" data-toggle="tooltip" data-title="Retry" data-container="body" rel="nofollow" data-method="post" href="/gitlab-org/gitlab-ce/-/jobs/62398081/retry"
\
u003e
\
u003csvg class=" icon-action-retry"
\
u003e
\
u003cuse xlink:href="https://gitlab.com/assets/icons-fe86f87a3d244c952cc0ec8d7f88c5effefcbe454d751d8449d4a1a32aaaf9a0.svg#retry"
\
u003e
\
u003c/use
\
u003e
\
u003c/svg
\
u003e
\n\
u003c/a
\
u003e
\n\
u003c/li
\
u003e
\n\
u003cli
\
u003e
\n\
u003ca class="mini-pipeline-graph-dropdown-item" data-toggle="tooltip" data-title="db:check-schema-pg - passed" data-html="true" data-container="body" href="/gitlab-org/gitlab-ce/-/jobs/62398066"
\
u003e
\
u003cspan class="ci-status-icon ci-status-icon-success"
\
u003e
\
u003csvg
\
u003e
\
u003cuse xlink:href="https://gitlab.com/assets/icons-fe86f87a3d244c952cc0ec8d7f88c5effefcbe454d751d8449d4a1a32aaaf9a0.svg#status_success"
\
u003e
\
u003c/use
\
u003e
\
u003c/svg
\
u003e
\
u003c/span
\
u003e
\n\
u003cspan class="ci-build-text"
\
u003edb:check-schema-pg
\
u003c/span
\
u003e
\n\
u003c/a
\
u003e
\
u003ca class="ci-action-icon-wrapper js-ci-action-icon" data-toggle="tooltip" data-title="Retry" data-container="body" rel="nofollow" data-method="post" href="/gitlab-org/gitlab-ce/-/jobs/62398066/retry"
\
u003e
\
u003csvg class=" icon-action-retry"
\
u003e
\
u003cuse xlink:href="https://gitlab.com/assets/icons-fe86f87a3d244c952cc0ec8d7f88c5effefcbe454d751d8449d4a1a32aaaf9a0.svg#retry"
\
u003e
\
u003c/use
\
u003e
\
u003c/svg
\
u003e
\n\
u003c/a
\
u003e
\n\
u003c/li
\
u003e
\n\
u003cli
\
u003e
\n\
u003ca class="mini-pipeline-graph-dropdown-item" data-toggle="tooltip" data-title="db:migrate:reset-mysql - passed" data-html="true" data-container="body" href="/gitlab-org/gitlab-ce/-/jobs/62398065"
\
u003e
\
u003cspan class="ci-status-icon ci-status-icon-success"
\
u003e
\
u003csvg
\
u003e
\
u003cuse xlink:href="https://gitlab.com/assets/icons-fe86f87a3d244c952cc0ec8d7f88c5effefcbe454d751d8449d4a1a32aaaf9a0.svg#status_success"
\
u003e
\
u003c/use
\
u003e
\
u003c/svg
\
u003e
\
u003c/span
\
u003e
\n\
u003cspan class="ci-build-text"
\
u003edb:migrate:reset-mysql
\
u003c/span
\
u003e
\n\
u003c/a
\
u003e
\
u003ca class="ci-action-icon-wrapper js-ci-action-icon" data-toggle="tooltip" data-title="Retry" data-container="body" rel="nofollow" data-method="post" href="/gitlab-org/gitlab-ce/-/jobs/62398065/retry"
\
u003e
\
u003csvg class=" icon-action-retry"
\
u003e
\
u003cuse xlink:href="https://gitlab.com/assets/icons-fe86f87a3d244c952cc0ec8d7f88c5effefcbe454d751d8449d4a1a32aaaf9a0.svg#retry"
\
u003e
\
u003c/use
\
u003e
\
u003c/svg
\
u003e
\n\
u003c/a
\
u003e
\n\
u003c/li
\
u003e
\n\
u003cli
\
u003e
\n\
u003ca class="mini-pipeline-graph-dropdown-item" data-toggle="tooltip" data-title="db:migrate:reset-pg - passed" data-html="true" data-container="body" href="/gitlab-org/gitlab-ce/-/jobs/62398064"
\
u003e
\
u003cspan class="ci-status-icon ci-status-icon-success"
\
u003e
\
u003csvg
\
u003e
\
u003cuse xlink:href="https://gitlab.com/assets/icons-fe86f87a3d244c952cc0ec8d7f88c5effefcbe454d751d8449d4a1a32aaaf9a0.svg#status_success"
\
u003e
\
u003c/use
\
u003e
\
u003c/svg
\
u003e
\
u003c/span
\
u003e
\n\
u003cspan class="ci-build-text"
\
u003edb:migrate:reset-pg
\
u003c/span
\
u003e
\n\
u003c/a
\
u003e
\
u003ca class="ci-action-icon-wrapper js-ci-action-icon" data-toggle="tooltip" data-title="Retry" data-container="body" rel="nofollow" data-method="post" href="/gitlab-org/gitlab-ce/-/jobs/62398064/retry"
\
u003e
\
u003csvg class=" icon-action-retry"
\
u003e
\
u003cuse xlink:href="https://gitlab.com/assets/icons-fe86f87a3d244c952cc0ec8d7f88c5effefcbe454d751d8449d4a1a32aaaf9a0.svg#retry"
\
u003e
\
u003c/use
\
u003e
\
u003c/svg
\
u003e
\n\
u003c/a
\
u003e
\n\
u003c/li
\
u003e
\n\
u003cli
\
u003e
\n\
u003ca class="mini-pipeline-graph-dropdown-item" data-toggle="tooltip" data-title="db:rollback-mysql - passed" data-html="true" data-container="body" href="/gitlab-org/gitlab-ce/-/jobs/62398070"
\
u003e
\
u003cspan class="ci-status-icon ci-status-icon-success"
\
u003e
\
u003csvg
\
u003e
\
u003cuse xlink:href="https://gitlab.com/assets/icons-fe86f87a3d244c952cc0ec8d7f88c5effefcbe454d751d8449d4a1a32aaaf9a0.svg#status_success"
\
u003e
\
u003c/use
\
u003e
\
u003c/svg
\
u003e
\
u003c/span
\
u003e
\n\
u003cspan class="ci-build-text"
\
u003edb:rollback-mysql
\
u003c/span
\
u003e
\n\
u003c/a
\
u003e
\
u003ca class="ci-action-icon-wrapper js-ci-action-icon" data-toggle="tooltip" data-title="Retry" data-container="body" rel="nofollow" data-method="post" href="/gitlab-org/gitlab-ce/-/jobs/62398070/retry"
\
u003e
\
u003csvg class=" icon-action-retry"
\
u003e
\
u003cuse xlink:href="https://gitlab.com/assets/icons-fe86f87a3d244c952cc0ec8d7f88c5effefcbe454d751d8449d4a1a32aaaf9a0.svg#retry"
\
u003e
\
u003c/use
\
u003e
\
u003c/svg
\
u003e
\n\
u003c/a
\
u003e
\n\
u003c/li
\
u003e
\n\
u003cli
\
u003e
\n\
u003ca class="mini-pipeline-graph-dropdown-item" data-toggle="tooltip" data-title="db:rollback-pg - passed" data-html="true" data-container="body" href="/gitlab-org/gitlab-ce/-/jobs/62398069"
\
u003e
\
u003cspan class="ci-status-icon ci-status-icon-success"
\
u003e
\
u003csvg
\
u003e
\
u003cuse xlink:href="https://gitlab.com/assets/icons-fe86f87a3d244c952cc0ec8d7f88c5effefcbe454d751d8449d4a1a32aaaf9a0.svg#status_success"
\
u003e
\
u003c/use
\
u003e
\
u003c/svg
\
u003e
\
u003c/span
\
u003e
\n\
u003cspan class="ci-build-text"
\
u003edb:rollback-pg
\
u003c/span
\
u003e
\n\
u003c/a
\
u003e
\
u003ca class="ci-action-icon-wrapper js-ci-action-icon" data-toggle="tooltip" data-title="Retry" data-container="body" rel="nofollow" data-method="post" href="/gitlab-org/gitlab-ce/-/jobs/62398069/retry"
\
u003e
\
u003csvg class=" icon-action-retry"
\
u003e
\
u003cuse xlink:href="https://gitlab.com/assets/icons-fe86f87a3d244c952cc0ec8d7f88c5effefcbe454d751d8449d4a1a32aaaf9a0.svg#retry"
\
u003e
\
u003c/use
\
u003e
\
u003c/svg
\
u003e
\n\
u003c/a
\
u003e
\n\
u003c/li
\
u003e
\n\
u003cli
\
u003e
\n\
u003ca class="mini-pipeline-graph-dropdown-item" data-toggle="tooltip" data-title="dependency_scanning - passed" data-html="true" data-container="body" href="/gitlab-org/gitlab-ce/-/jobs/62398083"
\
u003e
\
u003cspan class="ci-status-icon ci-status-icon-success"
\
u003e
\
u003csvg
\
u003e
\
u003cuse xlink:href="https://gitlab.com/assets/icons-fe86f87a3d244c952cc0ec8d7f88c5effefcbe454d751d8449d4a1a32aaaf9a0.svg#status_success"
\
u003e
\
u003c/use
\
u003e
\
u003c/svg
\
u003e
\
u003c/span
\
u003e
\n\
u003cspan class="ci-build-text"
\
u003edependency_scanning
\
u003c/span
\
u003e
\n\
u003c/a
\
u003e
\
u003ca class="ci-action-icon-wrapper js-ci-action-icon" data-toggle="tooltip" data-title="Retry" data-container="body" rel="nofollow" data-method="post" href="/gitlab-org/gitlab-ce/-/jobs/62398083/retry"
\
u003e
\
u003csvg class=" icon-action-retry"
\
u003e
\
u003cuse xlink:href="https://gitlab.com/assets/icons-fe86f87a3d244c952cc0ec8d7f88c5effefcbe454d751d8449d4a1a32aaaf9a0.svg#retry"
\
u003e
\
u003c/use
\
u003e
\
u003c/svg
\
u003e
\n\
u003c/a
\
u003e
\n\
u003c/li
\
u003e
\n\
u003cli
\
u003e
\n\
u003ca class="mini-pipeline-graph-dropdown-item" data-toggle="tooltip" data-title="docs lint - passed" data-html="true" data-container="body" href="/gitlab-org/gitlab-ce/-/jobs/62398061"
\
u003e
\
u003cspan class="ci-status-icon ci-status-icon-success"
\
u003e
\
u003csvg
\
u003e
\
u003cuse xlink:href="https://gitlab.com/assets/icons-fe86f87a3d244c952cc0ec8d7f88c5effefcbe454d751d8449d4a1a32aaaf9a0.svg#status_success"
\
u003e
\
u003c/use
\
u003e
\
u003c/svg
\
u003e
\
u003c/span
\
u003e
\n\
u003cspan class="ci-build-text"
\
u003edocs lint
\
u003c/span
\
u003e
\n\
u003c/a
\
u003e
\
u003ca class="ci-action-icon-wrapper js-ci-action-icon" data-toggle="tooltip" data-title="Retry" data-container="body" rel="nofollow" data-method="post" href="/gitlab-org/gitlab-ce/-/jobs/62398061/retry"
\
u003e
\
u003csvg class=" icon-action-retry"
\
u003e
\
u003cuse xlink:href="https://gitlab.com/assets/icons-fe86f87a3d244c952cc0ec8d7f88c5effefcbe454d751d8449d4a1a32aaaf9a0.svg#retry"
\
u003e
\
u003c/use
\
u003e
\
u003c/svg
\
u003e
\n\
u003c/a
\
u003e
\n\
u003c/li
\
u003e
\n\
u003cli
\
u003e
\n\
u003ca class="mini-pipeline-graph-dropdown-item" data-toggle="tooltip" data-title="downtime_check - passed" data-html="true" data-container="body" href="/gitlab-org/gitlab-ce/-/jobs/62398062"
\
u003e
\
u003cspan class="ci-status-icon ci-status-icon-success"
\
u003e
\
u003csvg
\
u003e
\
u003cuse xlink:href="https://gitlab.com/assets/icons-fe86f87a3d244c952cc0ec8d7f88c5effefcbe454d751d8449d4a1a32aaaf9a0.svg#status_success"
\
u003e
\
u003c/use
\
u003e
\
u003c/svg
\
u003e
\
u003c/span
\
u003e
\n\
u003cspan class="ci-build-text"
\
u003edowntime_check
\
u003c/span
\
u003e
\n\
u003c/a
\
u003e
\
u003ca class="ci-action-icon-wrapper js-ci-action-icon" data-toggle="tooltip" data-title="Retry" data-container="body" rel="nofollow" data-method="post" href="/gitlab-org/gitlab-ce/-/jobs/62398062/retry"
\
u003e
\
u003csvg class=" icon-action-retry"
\
u003e
\
u003cuse xlink:href="https://gitlab.com/assets/icons-fe86f87a3d244c952cc0ec8d7f88c5effefcbe454d751d8449d4a1a32aaaf9a0.svg#retry"
\
u003e
\
u003c/use
\
u003e
\
u003c/svg
\
u003e
\n\
u003c/a
\
u003e
\n\
u003c/li
\
u003e
\n\
u003cli
\
u003e
\n\
u003ca class="mini-pipeline-graph-dropdown-item" data-toggle="tooltip" data-title="ee_compat_check - passed" data-html="true" data-container="body" href="/gitlab-org/gitlab-ce/-/jobs/62398063"
\
u003e
\
u003cspan class="ci-status-icon ci-status-icon-success"
\
u003e
\
u003csvg
\
u003e
\
u003cuse xlink:href="https://gitlab.com/assets/icons-fe86f87a3d244c952cc0ec8d7f88c5effefcbe454d751d8449d4a1a32aaaf9a0.svg#status_success"
\
u003e
\
u003c/use
\
u003e
\
u003c/svg
\
u003e
\
u003c/span
\
u003e
\n\
u003cspan class="ci-build-text"
\
u003eee_compat_check
\
u003c/span
\
u003e
\n\
u003c/a
\
u003e
\
u003ca class="ci-action-icon-wrapper js-ci-action-icon" data-toggle="tooltip" data-title="Retry" data-container="body" rel="nofollow" data-method="post" href="/gitlab-org/gitlab-ce/-/jobs/62398063/retry"
\
u003e
\
u003csvg class=" icon-action-retry"
\
u003e
\
u003cuse xlink:href="https://gitlab.com/assets/icons-fe86f87a3d244c952cc0ec8d7f88c5effefcbe454d751d8449d4a1a32aaaf9a0.svg#retry"
\
u003e
\
u003c/use
\
u003e
\
u003c/svg
\
u003e
\n\
u003c/a
\
u003e
\n\
u003c/li
\
u003e
\n\
u003cli
\
u003e
\n\
u003ca class="mini-pipeline-graph-dropdown-item" data-toggle="tooltip" data-title="gitlab:assets:compile - passed" data-html="true" data-container="body" href="/gitlab-org/gitlab-ce/-/jobs/62398075"
\
u003e
\
u003cspan class="ci-status-icon ci-status-icon-success"
\
u003e
\
u003csvg
\
u003e
\
u003cuse xlink:href="https://gitlab.com/assets/icons-fe86f87a3d244c952cc0ec8d7f88c5effefcbe454d751d8449d4a1a32aaaf9a0.svg#status_success"
\
u003e
\
u003c/use
\
u003e
\
u003c/svg
\
u003e
\
u003c/span
\
u003e
\n\
u003cspan class="ci-build-text"
\
u003egitlab:assets:compile
\
u003c/span
\
u003e
\n\
u003c/a
\
u003e
\
u003ca class="ci-action-icon-wrapper js-ci-action-icon" data-toggle="tooltip" data-title="Retry" data-container="body" rel="nofollow" data-method="post" href="/gitlab-org/gitlab-ce/-/jobs/62398075/retry"
\
u003e
\
u003csvg class=" icon-action-retry"
\
u003e
\
u003cuse xlink:href="https://gitlab.com/assets/icons-fe86f87a3d244c952cc0ec8d7f88c5effefcbe454d751d8449d4a1a32aaaf9a0.svg#retry"
\
u003e
\
u003c/use
\
u003e
\
u003c/svg
\
u003e
\n\
u003c/a
\
u003e
\n\
u003c/li
\
u003e
\n\
u003cli
\
u003e
\n\
u003ca class="mini-pipeline-graph-dropdown-item" data-toggle="tooltip" data-title="gitlab:setup-mysql - passed" data-html="true" data-container="body" href="/gitlab-org/gitlab-ce/-/jobs/62398073"
\
u003e
\
u003cspan class="ci-status-icon ci-status-icon-success"
\
u003e
\
u003csvg
\
u003e
\
u003cuse xlink:href="https://gitlab.com/assets/icons-fe86f87a3d244c952cc0ec8d7f88c5effefcbe454d751d8449d4a1a32aaaf9a0.svg#status_success"
\
u003e
\
u003c/use
\
u003e
\
u003c/svg
\
u003e
\
u003c/span
\
u003e
\n\
u003cspan class="ci-build-text"
\
u003egitlab:setup-mysql
\
u003c/span
\
u003e
\n\
u003c/a
\
u003e
\
u003ca class="ci-action-icon-wrapper js-ci-action-icon" data-toggle="tooltip" data-title="Retry" data-container="body" rel="nofollow" data-method="post" href="/gitlab-org/gitlab-ce/-/jobs/62398073/retry"
\
u003e
\
u003csvg class=" icon-action-retry"
\
u003e
\
u003cuse xlink:href="https://gitlab.com/assets/icons-fe86f87a3d244c952cc0ec8d7f88c5effefcbe454d751d8449d4a1a32aaaf9a0.svg#retry"
\
u003e
\
u003c/use
\
u003e
\
u003c/svg
\
u003e
\n\
u003c/a
\
u003e
\n\
u003c/li
\
u003e
\n\
u003cli
\
u003e
\n\
u003ca class="mini-pipeline-graph-dropdown-item" data-toggle="tooltip" data-title="gitlab:setup-pg - passed" data-html="true" data-container="body" href="/gitlab-org/gitlab-ce/-/jobs/62398071"
\
u003e
\
u003cspan class="ci-status-icon ci-status-icon-success"
\
u003e
\
u003csvg
\
u003e
\
u003cuse xlink:href="https://gitlab.com/assets/icons-fe86f87a3d244c952cc0ec8d7f88c5effefcbe454d751d8449d4a1a32aaaf9a0.svg#status_success"
\
u003e
\
u003c/use
\
u003e
\
u003c/svg
\
u003e
\
u003c/span
\
u003e
\n\
u003cspan class="ci-build-text"
\
u003egitlab:setup-pg
\
u003c/span
\
u003e
\n\
u003c/a
\
u003e
\
u003ca class="ci-action-icon-wrapper js-ci-action-icon" data-toggle="tooltip" data-title="Retry" data-container="body" rel="nofollow" data-method="post" href="/gitlab-org/gitlab-ce/-/jobs/62398071/retry"
\
u003e
\
u003csvg class=" icon-action-retry"
\
u003e
\
u003cuse xlink:href="https://gitlab.com/assets/icons-fe86f87a3d244c952cc0ec8d7f88c5effefcbe454d751d8449d4a1a32aaaf9a0.svg#retry"
\
u003e
\
u003c/use
\
u003e
\
u003c/svg
\
u003e
\n\
u003c/a
\
u003e
\n\
u003c/li
\
u003e
\n\
u003cli
\
u003e
\n\
u003ca class="mini-pipeline-graph-dropdown-item" data-toggle="tooltip" data-title="gitlab_git_test - passed" data-html="true" data-container="body" href="/gitlab-org/gitlab-ce/-/jobs/62398086"
\
u003e
\
u003cspan class="ci-status-icon ci-status-icon-success"
\
u003e
\
u003csvg
\
u003e
\
u003cuse xlink:href="https://gitlab.com/assets/icons-fe86f87a3d244c952cc0ec8d7f88c5effefcbe454d751d8449d4a1a32aaaf9a0.svg#status_success"
\
u003e
\
u003c/use
\
u003e
\
u003c/svg
\
u003e
\
u003c/span
\
u003e
\n\
u003cspan class="ci-build-text"
\
u003egitlab_git_test
\
u003c/span
\
u003e
\n\
u003c/a
\
u003e
\
u003ca class="ci-action-icon-wrapper js-ci-action-icon" data-toggle="tooltip" data-title="Retry" data-container="body" rel="nofollow" data-method="post" href="/gitlab-org/gitlab-ce/-/jobs/62398086/retry"
\
u003e
\
u003csvg class=" icon-action-retry"
\
u003e
\
u003cuse xlink:href="https://gitlab.com/assets/icons-fe86f87a3d244c952cc0ec8d7f88c5effefcbe454d751d8449d4a1a32aaaf9a0.svg#retry"
\
u003e
\
u003c/use
\
u003e
\
u003c/svg
\
u003e
\n\
u003c/a
\
u003e
\n\
u003c/li
\
u003e
\n\
u003cli
\
u003e
\n\
u003ca class="mini-pipeline-graph-dropdown-item" data-toggle="tooltip" data-title="migration:path-mysql - passed" data-html="true" data-container="body" href="/gitlab-org/gitlab-ce/-/jobs/62398068"
\
u003e
\
u003cspan class="ci-status-icon ci-status-icon-success"
\
u003e
\
u003csvg
\
u003e
\
u003cuse xlink:href="https://gitlab.com/assets/icons-fe86f87a3d244c952cc0ec8d7f88c5effefcbe454d751d8449d4a1a32aaaf9a0.svg#status_success"
\
u003e
\
u003c/use
\
u003e
\
u003c/svg
\
u003e
\
u003c/span
\
u003e
\n\
u003cspan class="ci-build-text"
\
u003emigration:path-mysql
\
u003c/span
\
u003e
\n\
u003c/a
\
u003e
\
u003ca class="ci-action-icon-wrapper js-ci-action-icon" data-toggle="tooltip" data-title="Retry" data-container="body" rel="nofollow" data-method="post" href="/gitlab-org/gitlab-ce/-/jobs/62398068/retry"
\
u003e
\
u003csvg class=" icon-action-retry"
\
u003e
\
u003cuse xlink:href="https://gitlab.com/assets/icons-fe86f87a3d244c952cc0ec8d7f88c5effefcbe454d751d8449d4a1a32aaaf9a0.svg#retry"
\
u003e
\
u003c/use
\
u003e
\
u003c/svg
\
u003e
\n\
u003c/a
\
u003e
\n\
u003c/li
\
u003e
\n\
u003cli
\
u003e
\n\
u003ca class="mini-pipeline-graph-dropdown-item" data-toggle="tooltip" data-title="migration:path-pg - passed" data-html="true" data-container="body" href="/gitlab-org/gitlab-ce/-/jobs/62398067"
\
u003e
\
u003cspan class="ci-status-icon ci-status-icon-success"
\
u003e
\
u003csvg
\
u003e
\
u003cuse xlink:href="https://gitlab.com/assets/icons-fe86f87a3d244c952cc0ec8d7f88c5effefcbe454d751d8449d4a1a32aaaf9a0.svg#status_success"
\
u003e
\
u003c/use
\
u003e
\
u003c/svg
\
u003e
\
u003c/span
\
u003e
\n\
u003cspan class="ci-build-text"
\
u003emigration:path-pg
\
u003c/span
\
u003e
\n\
u003c/a
\
u003e
\
u003ca class="ci-action-icon-wrapper js-ci-action-icon" data-toggle="tooltip" data-title="Retry" data-container="body" rel="nofollow" data-method="post" href="/gitlab-org/gitlab-ce/-/jobs/62398067/retry"
\
u003e
\
u003csvg class=" icon-action-retry"
\
u003e
\
u003cuse xlink:href="https://gitlab.com/assets/icons-fe86f87a3d244c952cc0ec8d7f88c5effefcbe454d751d8449d4a1a32aaaf9a0.svg#retry"
\
u003e
\
u003c/use
\
u003e
\
u003c/svg
\
u003e
\n\
u003c/a
\
u003e
\n\
u003c/li
\
u003e
\n\
u003cli
\
u003e
\n\
u003ca class="mini-pipeline-graph-dropdown-item" data-toggle="tooltip" data-title="qa:internal - passed" data-html="true" data-container="body" href="/gitlab-org/gitlab-ce/-/jobs/62398084"
\
u003e
\
u003cspan class="ci-status-icon ci-status-icon-success"
\
u003e
\
u003csvg
\
u003e
\
u003cuse xlink:href="https://gitlab.com/assets/icons-fe86f87a3d244c952cc0ec8d7f88c5effefcbe454d751d8449d4a1a32aaaf9a0.svg#status_success"
\
u003e
\
u003c/use
\
u003e
\
u003c/svg
\
u003e
\
u003c/span
\
u003e
\n\
u003cspan class="ci-build-text"
\
u003eqa:internal
\
u003c/span
\
u003e
\n\
u003c/a
\
u003e
\
u003ca class="ci-action-icon-wrapper js-ci-action-icon" data-toggle="tooltip" data-title="Retry" data-container="body" rel="nofollow" data-method="post" href="/gitlab-org/gitlab-ce/-/jobs/62398084/retry"
\
u003e
\
u003csvg class=" icon-action-retry"
\
u003e
\
u003cuse xlink:href="https://gitlab.com/assets/icons-fe86f87a3d244c952cc0ec8d7f88c5effefcbe454d751d8449d4a1a32aaaf9a0.svg#retry"
\
u003e
\
u003c/use
\
u003e
\
u003c/svg
\
u003e
\n\
u003c/a
\
u003e
\n\
u003c/li
\
u003e
\n\
u003cli
\
u003e
\n\
u003ca class="mini-pipeline-graph-dropdown-item" data-toggle="tooltip" data-title="qa:selectors - passed" data-html="true" data-container="body" href="/gitlab-org/gitlab-ce/-/jobs/62398085"
\
u003e
\
u003cspan class="ci-status-icon ci-status-icon-success"
\
u003e
\
u003csvg
\
u003e
\
u003cuse xlink:href="https://gitlab.com/assets/icons-fe86f87a3d244c952cc0ec8d7f88c5effefcbe454d751d8449d4a1a32aaaf9a0.svg#status_success"
\
u003e
\
u003c/use
\
u003e
\
u003c/svg
\
u003e
\
u003c/span
\
u003e
\n\
u003cspan class="ci-build-text"
\
u003eqa:selectors
\
u003c/span
\
u003e
\n\
u003c/a
\
u003e
\
u003ca class="ci-action-icon-wrapper js-ci-action-icon" data-toggle="tooltip" data-title="Retry" data-container="body" rel="nofollow" data-method="post" href="/gitlab-org/gitlab-ce/-/jobs/62398085/retry"
\
u003e
\
u003csvg class=" icon-action-retry"
\
u003e
\
u003cuse xlink:href="https://gitlab.com/assets/icons-fe86f87a3d244c952cc0ec8d7f88c5effefcbe454d751d8449d4a1a32aaaf9a0.svg#retry"
\
u003e
\
u003c/use
\
u003e
\
u003c/svg
\
u003e
\n\
u003c/a
\
u003e
\n\
u003c/li
\
u003e
\n\
u003cli
\
u003e
\n\
u003ca class="mini-pipeline-graph-dropdown-item" data-toggle="tooltip" data-title="rspec-mysql 0 28 - passed" data-html="true" data-container="body" href="/gitlab-org/gitlab-ce/-/jobs/62398020"
\
u003e
\
u003cspan class="ci-status-icon ci-status-icon-success"
\
u003e
\
u003csvg
\
u003e
\
u003cuse xlink:href="https://gitlab.com/assets/icons-fe86f87a3d244c952cc0ec8d7f88c5effefcbe454d751d8449d4a1a32aaaf9a0.svg#status_success"
\
u003e
\
u003c/use
\
u003e
\
u003c/svg
\
u003e
\
u003c/span
\
u003e
\n\
u003cspan class="ci-build-text"
\
u003erspec-mysql 0 28
\
u003c/span
\
u003e
\n\
u003c/a
\
u003e
\
u003ca class="ci-action-icon-wrapper js-ci-action-icon" data-toggle="tooltip" data-title="Retry" data-container="body" rel="nofollow" data-method="post" href="/gitlab-org/gitlab-ce/-/jobs/62398020/retry"
\
u003e
\
u003csvg class=" icon-action-retry"
\
u003e
\
u003cuse xlink:href="https://gitlab.com/assets/icons-fe86f87a3d244c952cc0ec8d7f88c5effefcbe454d751d8449d4a1a32aaaf9a0.svg#retry"
\
u003e
\
u003c/use
\
u003e
\
u003c/svg
\
u003e
\n\
u003c/a
\
u003e
\n\
u003c/li
\
u003e
\n\
u003cli
\
u003e
\n\
u003ca class="mini-pipeline-graph-dropdown-item" data-toggle="tooltip" data-title="rspec-mysql 1 28 - passed" data-html="true" data-container="body" href="/gitlab-org/gitlab-ce/-/jobs/62398022"
\
u003e
\
u003cspan class="ci-status-icon ci-status-icon-success"
\
u003e
\
u003csvg
\
u003e
\
u003cuse xlink:href="https://gitlab.com/assets/icons-fe86f87a3d244c952cc0ec8d7f88c5effefcbe454d751d8449d4a1a32aaaf9a0.svg#status_success"
\
u003e
\
u003c/use
\
u003e
\
u003c/svg
\
u003e
\
u003c/span
\
u003e
\n\
u003cspan class="ci-build-text"
\
u003erspec-mysql 1 28
\
u003c/span
\
u003e
\n\
u003c/a
\
u003e
\
u003ca class="ci-action-icon-wrapper js-ci-action-icon" data-toggle="tooltip" data-title="Retry" data-container="body" rel="nofollow" data-method="post" href="/gitlab-org/gitlab-ce/-/jobs/62398022/retry"
\
u003e
\
u003csvg class=" icon-action-retry"
\
u003e
\
u003cuse xlink:href="https://gitlab.com/assets/icons-fe86f87a3d244c952cc0ec8d7f88c5effefcbe454d751d8449d4a1a32aaaf9a0.svg#retry"
\
u003e
\
u003c/use
\
u003e
\
u003c/svg
\
u003e
\n\
u003c/a
\
u003e
\n\
u003c/li
\
u003e
\n\
u003cli
\
u003e
\n\
u003ca class="mini-pipeline-graph-dropdown-item" data-toggle="tooltip" data-title="rspec-mysql 10 28 - passed" data-html="true" data-container="body" href="/gitlab-org/gitlab-ce/-/jobs/62398033"
\
u003e
\
u003cspan class="ci-status-icon ci-status-icon-success"
\
u003e
\
u003csvg
\
u003e
\
u003cuse xlink:href="https://gitlab.com/assets/icons-fe86f87a3d244c952cc0ec8d7f88c5effefcbe454d751d8449d4a1a32aaaf9a0.svg#status_success"
\
u003e
\
u003c/use
\
u003e
\
u003c/svg
\
u003e
\
u003c/span
\
u003e
\n\
u003cspan class="ci-build-text"
\
u003erspec-mysql 10 28
\
u003c/span
\
u003e
\n\
u003c/a
\
u003e
\
u003ca class="ci-action-icon-wrapper js-ci-action-icon" data-toggle="tooltip" data-title="Retry" data-container="body" rel="nofollow" data-method="post" href="/gitlab-org/gitlab-ce/-/jobs/62398033/retry"
\
u003e
\
u003csvg class=" icon-action-retry"
\
u003e
\
u003cuse xlink:href="https://gitlab.com/assets/icons-fe86f87a3d244c952cc0ec8d7f88c5effefcbe454d751d8449d4a1a32aaaf9a0.svg#retry"
\
u003e
\
u003c/use
\
u003e
\
u003c/svg
\
u003e
\n\
u003c/a
\
u003e
\n\
u003c/li
\
u003e
\n\
u003cli
\
u003e
\n\
u003ca class="mini-pipeline-graph-dropdown-item" data-toggle="tooltip" data-title="rspec-mysql 11 28 - passed" data-html="true" data-container="body" href="/gitlab-org/gitlab-ce/-/jobs/62398034"
\
u003e
\
u003cspan class="ci-status-icon ci-status-icon-success"
\
u003e
\
u003csvg
\
u003e
\
u003cuse xlink:href="https://gitlab.com/assets/icons-fe86f87a3d244c952cc0ec8d7f88c5effefcbe454d751d8449d4a1a32aaaf9a0.svg#status_success"
\
u003e
\
u003c/use
\
u003e
\
u003c/svg
\
u003e
\
u003c/span
\
u003e
\n\
u003cspan class="ci-build-text"
\
u003erspec-mysql 11 28
\
u003c/span
\
u003e
\n\
u003c/a
\
u003e
\
u003ca class="ci-action-icon-wrapper js-ci-action-icon" data-toggle="tooltip" data-title="Retry" data-container="body" rel="nofollow" data-method="post" href="/gitlab-org/gitlab-ce/-/jobs/62398034/retry"
\
u003e
\
u003csvg class=" icon-action-retry"
\
u003e
\
u003cuse xlink:href="https://gitlab.com/assets/icons-fe86f87a3d244c952cc0ec8d7f88c5effefcbe454d751d8449d4a1a32aaaf9a0.svg#retry"
\
u003e
\
u003c/use
\
u003e
\
u003c/svg
\
u003e
\n\
u003c/a
\
u003e
\n\
u003c/li
\
u003e
\n\
u003cli
\
u003e
\n\
u003ca class="mini-pipeline-graph-dropdown-item" data-toggle="tooltip" data-title="rspec-mysql 12 28 - passed" data-html="true" data-container="body" href="/gitlab-org/gitlab-ce/-/jobs/62398035"
\
u003e
\
u003cspan class="ci-status-icon ci-status-icon-success"
\
u003e
\
u003csvg
\
u003e
\
u003cuse xlink:href="https://gitlab.com/assets/icons-fe86f87a3d244c952cc0ec8d7f88c5effefcbe454d751d8449d4a1a32aaaf9a0.svg#status_success"
\
u003e
\
u003c/use
\
u003e
\
u003c/svg
\
u003e
\
u003c/span
\
u003e
\n\
u003cspan class="ci-build-text"
\
u003erspec-mysql 12 28
\
u003c/span
\
u003e
\n\
u003c/a
\
u003e
\
u003ca class="ci-action-icon-wrapper js-ci-action-icon" data-toggle="tooltip" data-title="Retry" data-container="body" rel="nofollow" data-method="post" href="/gitlab-org/gitlab-ce/-/jobs/62398035/retry"
\
u003e
\
u003csvg class=" icon-action-retry"
\
u003e
\
u003cuse xlink:href="https://gitlab.com/assets/icons-fe86f87a3d244c952cc0ec8d7f88c5effefcbe454d751d8449d4a1a32aaaf9a0.svg#retry"
\
u003e
\
u003c/use
\
u003e
\
u003c/svg
\
u003e
\n\
u003c/a
\
u003e
\n\
u003c/li
\
u003e
\n\
u003cli
\
u003e
\n\
u003ca class="mini-pipeline-graph-dropdown-item" data-toggle="tooltip" data-title="rspec-mysql 13 28 - passed" data-html="true" data-container="body" href="/gitlab-org/gitlab-ce/-/jobs/62398036"
\
u003e
\
u003cspan class="ci-status-icon ci-status-icon-success"
\
u003e
\
u003csvg
\
u003e
\
u003cuse xlink:href="https://gitlab.com/assets/icons-fe86f87a3d244c952cc0ec8d7f88c5effefcbe454d751d8449d4a1a32aaaf9a0.svg#status_success"
\
u003e
\
u003c/use
\
u003e
\
u003c/svg
\
u003e
\
u003c/span
\
u003e
\n\
u003cspan class="ci-build-text"
\
u003erspec-mysql 13 28
\
u003c/span
\
u003e
\n\
u003c/a
\
u003e
\
u003ca class="ci-action-icon-wrapper js-ci-action-icon" data-toggle="tooltip" data-title="Retry" data-container="body" rel="nofollow" data-method="post" href="/gitlab-org/gitlab-ce/-/jobs/62398036/retry"
\
u003e
\
u003csvg class=" icon-action-retry"
\
u003e
\
u003cuse xlink:href="https://gitlab.com/assets/icons-fe86f87a3d244c952cc0ec8d7f88c5effefcbe454d751d8449d4a1a32aaaf9a0.svg#retry"
\
u003e
\
u003c/use
\
u003e
\
u003c/svg
\
u003e
\n\
u003c/a
\
u003e
\n\
u003c/li
\
u003e
\n\
u003cli
\
u003e
\n\
u003ca class="mini-pipeline-graph-dropdown-item" data-toggle="tooltip" data-title="rspec-mysql 14 28 - passed" data-html="true" data-container="body" href="/gitlab-org/gitlab-ce/-/jobs/62398037"
\
u003e
\
u003cspan class="ci-status-icon ci-status-icon-success"
\
u003e
\
u003csvg
\
u003e
\
u003cuse xlink:href="https://gitlab.com/assets/icons-fe86f87a3d244c952cc0ec8d7f88c5effefcbe454d751d8449d4a1a32aaaf9a0.svg#status_success"
\
u003e
\
u003c/use
\
u003e
\
u003c/svg
\
u003e
\
u003c/span
\
u003e
\n\
u003cspan class="ci-build-text"
\
u003erspec-mysql 14 28
\
u003c/span
\
u003e
\n\
u003c/a
\
u003e
\
u003ca class="ci-action-icon-wrapper js-ci-action-icon" data-toggle="tooltip" data-title="Retry" data-container="body" rel="nofollow" data-method="post" href="/gitlab-org/gitlab-ce/-/jobs/62398037/retry"
\
u003e
\
u003csvg class=" icon-action-retry"
\
u003e
\
u003cuse xlink:href="https://gitlab.com/assets/icons-fe86f87a3d244c952cc0ec8d7f88c5effefcbe454d751d8449d4a1a32aaaf9a0.svg#retry"
\
u003e
\
u003c/use
\
u003e
\
u003c/svg
\
u003e
\n\
u003c/a
\
u003e
\n\
u003c/li
\
u003e
\n\
u003cli
\
u003e
\n\
u003ca class="mini-pipeline-graph-dropdown-item" data-toggle="tooltip" data-title="rspec-mysql 15 28 - passed" data-html="true" data-container="body" href="/gitlab-org/gitlab-ce/-/jobs/62398038"
\
u003e
\
u003cspan class="ci-status-icon ci-status-icon-success"
\
u003e
\
u003csvg
\
u003e
\
u003cuse xlink:href="https://gitlab.com/assets/icons-fe86f87a3d244c952cc0ec8d7f88c5effefcbe454d751d8449d4a1a32aaaf9a0.svg#status_success"
\
u003e
\
u003c/use
\
u003e
\
u003c/svg
\
u003e
\
u003c/span
\
u003e
\n\
u003cspan class="ci-build-text"
\
u003erspec-mysql 15 28
\
u003c/span
\
u003e
\n\
u003c/a
\
u003e
\
u003ca class="ci-action-icon-wrapper js-ci-action-icon" data-toggle="tooltip" data-title="Retry" data-container="body" rel="nofollow" data-method="post" href="/gitlab-org/gitlab-ce/-/jobs/62398038/retry"
\
u003e
\
u003csvg class=" icon-action-retry"
\
u003e
\
u003cuse xlink:href="https://gitlab.com/assets/icons-fe86f87a3d244c952cc0ec8d7f88c5effefcbe454d751d8449d4a1a32aaaf9a0.svg#retry"
\
u003e
\
u003c/use
\
u003e
\
u003c/svg
\
u003e
\n\
u003c/a
\
u003e
\n\
u003c/li
\
u003e
\n\
u003cli
\
u003e
\n\
u003ca class="mini-pipeline-graph-dropdown-item" data-toggle="tooltip" data-title="rspec-mysql 16 28 - passed" data-html="true" data-container="body" href="/gitlab-org/gitlab-ce/-/jobs/62398039"
\
u003e
\
u003cspan class="ci-status-icon ci-status-icon-success"
\
u003e
\
u003csvg
\
u003e
\
u003cuse xlink:href="https://gitlab.com/assets/icons-fe86f87a3d244c952cc0ec8d7f88c5effefcbe454d751d8449d4a1a32aaaf9a0.svg#status_success"
\
u003e
\
u003c/use
\
u003e
\
u003c/svg
\
u003e
\
u003c/span
\
u003e
\n\
u003cspan class="ci-build-text"
\
u003erspec-mysql 16 28
\
u003c/span
\
u003e
\n\
u003c/a
\
u003e
\
u003ca class="ci-action-icon-wrapper js-ci-action-icon" data-toggle="tooltip" data-title="Retry" data-container="body" rel="nofollow" data-method="post" href="/gitlab-org/gitlab-ce/-/jobs/62398039/retry"
\
u003e
\
u003csvg class=" icon-action-retry"
\
u003e
\
u003cuse xlink:href="https://gitlab.com/assets/icons-fe86f87a3d244c952cc0ec8d7f88c5effefcbe454d751d8449d4a1a32aaaf9a0.svg#retry"
\
u003e
\
u003c/use
\
u003e
\
u003c/svg
\
u003e
\n\
u003c/a
\
u003e
\n\
u003c/li
\
u003e
\n\
u003cli
\
u003e
\n\
u003ca class="mini-pipeline-graph-dropdown-item" data-toggle="tooltip" data-title="rspec-mysql 17 28 - passed" data-html="true" data-container="body" href="/gitlab-org/gitlab-ce/-/jobs/62398040"
\
u003e
\
u003cspan class="ci-status-icon ci-status-icon-success"
\
u003e
\
u003csvg
\
u003e
\
u003cuse xlink:href="https://gitlab.com/assets/icons-fe86f87a3d244c952cc0ec8d7f88c5effefcbe454d751d8449d4a1a32aaaf9a0.svg#status_success"
\
u003e
\
u003c/use
\
u003e
\
u003c/svg
\
u003e
\
u003c/span
\
u003e
\n\
u003cspan class="ci-build-text"
\
u003erspec-mysql 17 28
\
u003c/span
\
u003e
\n\
u003c/a
\
u003e
\
u003ca class="ci-action-icon-wrapper js-ci-action-icon" data-toggle="tooltip" data-title="Retry" data-container="body" rel="nofollow" data-method="post" href="/gitlab-org/gitlab-ce/-/jobs/62398040/retry"
\
u003e
\
u003csvg class=" icon-action-retry"
\
u003e
\
u003cuse xlink:href="https://gitlab.com/assets/icons-fe86f87a3d244c952cc0ec8d7f88c5effefcbe454d751d8449d4a1a32aaaf9a0.svg#retry"
\
u003e
\
u003c/use
\
u003e
\
u003c/svg
\
u003e
\n\
u003c/a
\
u003e
\n\
u003c/li
\
u003e
\n\
u003cli
\
u003e
\n\
u003ca class="mini-pipeline-graph-dropdown-item" data-toggle="tooltip" data-title="rspec-mysql 18 28 - passed" data-html="true" data-container="body" href="/gitlab-org/gitlab-ce/-/jobs/62398041"
\
u003e
\
u003cspan class="ci-status-icon ci-status-icon-success"
\
u003e
\
u003csvg
\
u003e
\
u003cuse xlink:href="https://gitlab.com/assets/icons-fe86f87a3d244c952cc0ec8d7f88c5effefcbe454d751d8449d4a1a32aaaf9a0.svg#status_success"
\
u003e
\
u003c/use
\
u003e
\
u003c/svg
\
u003e
\
u003c/span
\
u003e
\n\
u003cspan class="ci-build-text"
\
u003erspec-mysql 18 28
\
u003c/span
\
u003e
\n\
u003c/a
\
u003e
\
u003ca class="ci-action-icon-wrapper js-ci-action-icon" data-toggle="tooltip" data-title="Retry" data-container="body" rel="nofollow" data-method="post" href="/gitlab-org/gitlab-ce/-/jobs/62398041/retry"
\
u003e
\
u003csvg class=" icon-action-retry"
\
u003e
\
u003cuse xlink:href="https://gitlab.com/assets/icons-fe86f87a3d244c952cc0ec8d7f88c5effefcbe454d751d8449d4a1a32aaaf9a0.svg#retry"
\
u003e
\
u003c/use
\
u003e
\
u003c/svg
\
u003e
\n\
u003c/a
\
u003e
\n\
u003c/li
\
u003e
\n\
u003cli
\
u003e
\n\
u003ca class="mini-pipeline-graph-dropdown-item" data-toggle="tooltip" data-title="rspec-mysql 19 28 - passed" data-html="true" data-container="body" href="/gitlab-org/gitlab-ce/-/jobs/62398042"
\
u003e
\
u003cspan class="ci-status-icon ci-status-icon-success"
\
u003e
\
u003csvg
\
u003e
\
u003cuse xlink:href="https://gitlab.com/assets/icons-fe86f87a3d244c952cc0ec8d7f88c5effefcbe454d751d8449d4a1a32aaaf9a0.svg#status_success"
\
u003e
\
u003c/use
\
u003e
\
u003c/svg
\
u003e
\
u003c/span
\
u003e
\n\
u003cspan class="ci-build-text"
\
u003erspec-mysql 19 28
\
u003c/span
\
u003e
\n\
u003c/a
\
u003e
\
u003ca class="ci-action-icon-wrapper js-ci-action-icon" data-toggle="tooltip" data-title="Retry" data-container="body" rel="nofollow" data-method="post" href="/gitlab-org/gitlab-ce/-/jobs/62398042/retry"
\
u003e
\
u003csvg class=" icon-action-retry"
\
u003e
\
u003cuse xlink:href="https://gitlab.com/assets/icons-fe86f87a3d244c952cc0ec8d7f88c5effefcbe454d751d8449d4a1a32aaaf9a0.svg#retry"
\
u003e
\
u003c/use
\
u003e
\
u003c/svg
\
u003e
\n\
u003c/a
\
u003e
\n\
u003c/li
\
u003e
\n\
u003cli
\
u003e
\n\
u003ca class="mini-pipeline-graph-dropdown-item" data-toggle="tooltip" data-title="rspec-mysql 2 28 - passed" data-html="true" data-container="body" href="/gitlab-org/gitlab-ce/-/jobs/62398024"
\
u003e
\
u003cspan class="ci-status-icon ci-status-icon-success"
\
u003e
\
u003csvg
\
u003e
\
u003cuse xlink:href="https://gitlab.com/assets/icons-fe86f87a3d244c952cc0ec8d7f88c5effefcbe454d751d8449d4a1a32aaaf9a0.svg#status_success"
\
u003e
\
u003c/use
\
u003e
\
u003c/svg
\
u003e
\
u003c/span
\
u003e
\n\
u003cspan class="ci-build-text"
\
u003erspec-mysql 2 28
\
u003c/span
\
u003e
\n\
u003c/a
\
u003e
\
u003ca class="ci-action-icon-wrapper js-ci-action-icon" data-toggle="tooltip" data-title="Retry" data-container="body" rel="nofollow" data-method="post" href="/gitlab-org/gitlab-ce/-/jobs/62398024/retry"
\
u003e
\
u003csvg class=" icon-action-retry"
\
u003e
\
u003cuse xlink:href="https://gitlab.com/assets/icons-fe86f87a3d244c952cc0ec8d7f88c5effefcbe454d751d8449d4a1a32aaaf9a0.svg#retry"
\
u003e
\
u003c/use
\
u003e
\
u003c/svg
\
u003e
\n\
u003c/a
\
u003e
\n\
u003c/li
\
u003e
\n\
u003cli
\
u003e
\n\
u003ca class="mini-pipeline-graph-dropdown-item" data-toggle="tooltip" data-title="rspec-mysql 20 28 - passed" data-html="true" data-container="body" href="/gitlab-org/gitlab-ce/-/jobs/62398043"
\
u003e
\
u003cspan class="ci-status-icon ci-status-icon-success"
\
u003e
\
u003csvg
\
u003e
\
u003cuse xlink:href="https://gitlab.com/assets/icons-fe86f87a3d244c952cc0ec8d7f88c5effefcbe454d751d8449d4a1a32aaaf9a0.svg#status_success"
\
u003e
\
u003c/use
\
u003e
\
u003c/svg
\
u003e
\
u003c/span
\
u003e
\n\
u003cspan class="ci-build-text"
\
u003erspec-mysql 20 28
\
u003c/span
\
u003e
\n\
u003c/a
\
u003e
\
u003ca class="ci-action-icon-wrapper js-ci-action-icon" data-toggle="tooltip" data-title="Retry" data-container="body" rel="nofollow" data-method="post" href="/gitlab-org/gitlab-ce/-/jobs/62398043/retry"
\
u003e
\
u003csvg class=" icon-action-retry"
\
u003e
\
u003cuse xlink:href="https://gitlab.com/assets/icons-fe86f87a3d244c952cc0ec8d7f88c5effefcbe454d751d8449d4a1a32aaaf9a0.svg#retry"
\
u003e
\
u003c/use
\
u003e
\
u003c/svg
\
u003e
\n\
u003c/a
\
u003e
\n\
u003c/li
\
u003e
\n\
u003cli
\
u003e
\n\
u003ca class="mini-pipeline-graph-dropdown-item" data-toggle="tooltip" data-title="rspec-mysql 21 28 - passed" data-html="true" data-container="body" href="/gitlab-org/gitlab-ce/-/jobs/62398044"
\
u003e
\
u003cspan class="ci-status-icon ci-status-icon-success"
\
u003e
\
u003csvg
\
u003e
\
u003cuse xlink:href="https://gitlab.com/assets/icons-fe86f87a3d244c952cc0ec8d7f88c5effefcbe454d751d8449d4a1a32aaaf9a0.svg#status_success"
\
u003e
\
u003c/use
\
u003e
\
u003c/svg
\
u003e
\
u003c/span
\
u003e
\n\
u003cspan class="ci-build-text"
\
u003erspec-mysql 21 28
\
u003c/span
\
u003e
\n\
u003c/a
\
u003e
\
u003ca class="ci-action-icon-wrapper js-ci-action-icon" data-toggle="tooltip" data-title="Retry" data-container="body" rel="nofollow" data-method="post" href="/gitlab-org/gitlab-ce/-/jobs/62398044/retry"
\
u003e
\
u003csvg class=" icon-action-retry"
\
u003e
\
u003cuse xlink:href="https://gitlab.com/assets/icons-fe86f87a3d244c952cc0ec8d7f88c5effefcbe454d751d8449d4a1a32aaaf9a0.svg#retry"
\
u003e
\
u003c/use
\
u003e
\
u003c/svg
\
u003e
\n\
u003c/a
\
u003e
\n\
u003c/li
\
u003e
\n\
u003cli
\
u003e
\n\
u003ca class="mini-pipeline-graph-dropdown-item" data-toggle="tooltip" data-title="rspec-mysql 22 28 - passed" data-html="true" data-container="body" href="/gitlab-org/gitlab-ce/-/jobs/62398046"
\
u003e
\
u003cspan class="ci-status-icon ci-status-icon-success"
\
u003e
\
u003csvg
\
u003e
\
u003cuse xlink:href="https://gitlab.com/assets/icons-fe86f87a3d244c952cc0ec8d7f88c5effefcbe454d751d8449d4a1a32aaaf9a0.svg#status_success"
\
u003e
\
u003c/use
\
u003e
\
u003c/svg
\
u003e
\
u003c/span
\
u003e
\n\
u003cspan class="ci-build-text"
\
u003erspec-mysql 22 28
\
u003c/span
\
u003e
\n\
u003c/a
\
u003e
\
u003ca class="ci-action-icon-wrapper js-ci-action-icon" data-toggle="tooltip" data-title="Retry" data-container="body" rel="nofollow" data-method="post" href="/gitlab-org/gitlab-ce/-/jobs/62398046/retry"
\
u003e
\
u003csvg class=" icon-action-retry"
\
u003e
\
u003cuse xlink:href="https://gitlab.com/assets/icons-fe86f87a3d244c952cc0ec8d7f88c5effefcbe454d751d8449d4a1a32aaaf9a0.svg#retry"
\
u003e
\
u003c/use
\
u003e
\
u003c/svg
\
u003e
\n\
u003c/a
\
u003e
\n\
u003c/li
\
u003e
\n\
u003cli
\
u003e
\n\
u003ca class="mini-pipeline-graph-dropdown-item" data-toggle="tooltip" data-title="rspec-mysql 23 28 - passed" data-html="true" data-container="body" href="/gitlab-org/gitlab-ce/-/jobs/62398047"
\
u003e
\
u003cspan class="ci-status-icon ci-status-icon-success"
\
u003e
\
u003csvg
\
u003e
\
u003cuse xlink:href="https://gitlab.com/assets/icons-fe86f87a3d244c952cc0ec8d7f88c5effefcbe454d751d8449d4a1a32aaaf9a0.svg#status_success"
\
u003e
\
u003c/use
\
u003e
\
u003c/svg
\
u003e
\
u003c/span
\
u003e
\n\
u003cspan class="ci-build-text"
\
u003erspec-mysql 23 28
\
u003c/span
\
u003e
\n\
u003c/a
\
u003e
\
u003ca class="ci-action-icon-wrapper js-ci-action-icon" data-toggle="tooltip" data-title="Retry" data-container="body" rel="nofollow" data-method="post" href="/gitlab-org/gitlab-ce/-/jobs/62398047/retry"
\
u003e
\
u003csvg class=" icon-action-retry"
\
u003e
\
u003cuse xlink:href="https://gitlab.com/assets/icons-fe86f87a3d244c952cc0ec8d7f88c5effefcbe454d751d8449d4a1a32aaaf9a0.svg#retry"
\
u003e
\
u003c/use
\
u003e
\
u003c/svg
\
u003e
\n\
u003c/a
\
u003e
\n\
u003c/li
\
u003e
\n\
u003cli
\
u003e
\n\
u003ca class="mini-pipeline-graph-dropdown-item" data-toggle="tooltip" data-title="rspec-mysql 24 28 - passed" data-html="true" data-container="body" href="/gitlab-org/gitlab-ce/-/jobs/62398048"
\
u003e
\
u003cspan class="ci-status-icon ci-status-icon-success"
\
u003e
\
u003csvg
\
u003e
\
u003cuse xlink:href="https://gitlab.com/assets/icons-fe86f87a3d244c952cc0ec8d7f88c5effefcbe454d751d8449d4a1a32aaaf9a0.svg#status_success"
\
u003e
\
u003c/use
\
u003e
\
u003c/svg
\
u003e
\
u003c/span
\
u003e
\n\
u003cspan class="ci-build-text"
\
u003erspec-mysql 24 28
\
u003c/span
\
u003e
\n\
u003c/a
\
u003e
\
u003ca class="ci-action-icon-wrapper js-ci-action-icon" data-toggle="tooltip" data-title="Retry" data-container="body" rel="nofollow" data-method="post" href="/gitlab-org/gitlab-ce/-/jobs/62398048/retry"
\
u003e
\
u003csvg class=" icon-action-retry"
\
u003e
\
u003cuse xlink:href="https://gitlab.com/assets/icons-fe86f87a3d244c952cc0ec8d7f88c5effefcbe454d751d8449d4a1a32aaaf9a0.svg#retry"
\
u003e
\
u003c/use
\
u003e
\
u003c/svg
\
u003e
\n\
u003c/a
\
u003e
\n\
u003c/li
\
u003e
\n\
u003cli
\
u003e
\n\
u003ca class="mini-pipeline-graph-dropdown-item" data-toggle="tooltip" data-title="rspec-mysql 25 28 - passed" data-html="true" data-container="body" href="/gitlab-org/gitlab-ce/-/jobs/62398049"
\
u003e
\
u003cspan class="ci-status-icon ci-status-icon-success"
\
u003e
\
u003csvg
\
u003e
\
u003cuse xlink:href="https://gitlab.com/assets/icons-fe86f87a3d244c952cc0ec8d7f88c5effefcbe454d751d8449d4a1a32aaaf9a0.svg#status_success"
\
u003e
\
u003c/use
\
u003e
\
u003c/svg
\
u003e
\
u003c/span
\
u003e
\n\
u003cspan class="ci-build-text"
\
u003erspec-mysql 25 28
\
u003c/span
\
u003e
\n\
u003c/a
\
u003e
\
u003ca class="ci-action-icon-wrapper js-ci-action-icon" data-toggle="tooltip" data-title="Retry" data-container="body" rel="nofollow" data-method="post" href="/gitlab-org/gitlab-ce/-/jobs/62398049/retry"
\
u003e
\
u003csvg class=" icon-action-retry"
\
u003e
\
u003cuse xlink:href="https://gitlab.com/assets/icons-fe86f87a3d244c952cc0ec8d7f88c5effefcbe454d751d8449d4a1a32aaaf9a0.svg#retry"
\
u003e
\
u003c/use
\
u003e
\
u003c/svg
\
u003e
\n\
u003c/a
\
u003e
\n\
u003c/li
\
u003e
\n\
u003cli
\
u003e
\n\
u003ca class="mini-pipeline-graph-dropdown-item" data-toggle="tooltip" data-title="rspec-mysql 26 28 - passed" data-html="true" data-container="body" href="/gitlab-org/gitlab-ce/-/jobs/62398050"
\
u003e
\
u003cspan class="ci-status-icon ci-status-icon-success"
\
u003e
\
u003csvg
\
u003e
\
u003cuse xlink:href="https://gitlab.com/assets/icons-fe86f87a3d244c952cc0ec8d7f88c5effefcbe454d751d8449d4a1a32aaaf9a0.svg#status_success"
\
u003e
\
u003c/use
\
u003e
\
u003c/svg
\
u003e
\
u003c/span
\
u003e
\n\
u003cspan class="ci-build-text"
\
u003erspec-mysql 26 28
\
u003c/span
\
u003e
\n\
u003c/a
\
u003e
\
u003ca class="ci-action-icon-wrapper js-ci-action-icon" data-toggle="tooltip" data-title="Retry" data-container="body" rel="nofollow" data-method="post" href="/gitlab-org/gitlab-ce/-/jobs/62398050/retry"
\
u003e
\
u003csvg class=" icon-action-retry"
\
u003e
\
u003cuse xlink:href="https://gitlab.com/assets/icons-fe86f87a3d244c952cc0ec8d7f88c5effefcbe454d751d8449d4a1a32aaaf9a0.svg#retry"
\
u003e
\
u003c/use
\
u003e
\
u003c/svg
\
u003e
\n\
u003c/a
\
u003e
\n\
u003c/li
\
u003e
\n\
u003cli
\
u003e
\n\
u003ca class="mini-pipeline-graph-dropdown-item" data-toggle="tooltip" data-title="rspec-mysql 27 28 - passed" data-html="true" data-container="body" href="/gitlab-org/gitlab-ce/-/jobs/62398051"
\
u003e
\
u003cspan class="ci-status-icon ci-status-icon-success"
\
u003e
\
u003csvg
\
u003e
\
u003cuse xlink:href="https://gitlab.com/assets/icons-fe86f87a3d244c952cc0ec8d7f88c5effefcbe454d751d8449d4a1a32aaaf9a0.svg#status_success"
\
u003e
\
u003c/use
\
u003e
\
u003c/svg
\
u003e
\
u003c/span
\
u003e
\n\
u003cspan class="ci-build-text"
\
u003erspec-mysql 27 28
\
u003c/span
\
u003e
\n\
u003c/a
\
u003e
\
u003ca class="ci-action-icon-wrapper js-ci-action-icon" data-toggle="tooltip" data-title="Retry" data-container="body" rel="nofollow" data-method="post" href="/gitlab-org/gitlab-ce/-/jobs/62398051/retry"
\
u003e
\
u003csvg class=" icon-action-retry"
\
u003e
\
u003cuse xlink:href="https://gitlab.com/assets/icons-fe86f87a3d244c952cc0ec8d7f88c5effefcbe454d751d8449d4a1a32aaaf9a0.svg#retry"
\
u003e
\
u003c/use
\
u003e
\
u003c/svg
\
u003e
\n\
u003c/a
\
u003e
\n\
u003c/li
\
u003e
\n\
u003cli
\
u003e
\n\
u003ca class="mini-pipeline-graph-dropdown-item" data-toggle="tooltip" data-title="rspec-mysql 3 28 - passed" data-html="true" data-container="body" href="/gitlab-org/gitlab-ce/-/jobs/62398025"
\
u003e
\
u003cspan class="ci-status-icon ci-status-icon-success"
\
u003e
\
u003csvg
\
u003e
\
u003cuse xlink:href="https://gitlab.com/assets/icons-fe86f87a3d244c952cc0ec8d7f88c5effefcbe454d751d8449d4a1a32aaaf9a0.svg#status_success"
\
u003e
\
u003c/use
\
u003e
\
u003c/svg
\
u003e
\
u003c/span
\
u003e
\n\
u003cspan class="ci-build-text"
\
u003erspec-mysql 3 28
\
u003c/span
\
u003e
\n\
u003c/a
\
u003e
\
u003ca class="ci-action-icon-wrapper js-ci-action-icon" data-toggle="tooltip" data-title="Retry" data-container="body" rel="nofollow" data-method="post" href="/gitlab-org/gitlab-ce/-/jobs/62398025/retry"
\
u003e
\
u003csvg class=" icon-action-retry"
\
u003e
\
u003cuse xlink:href="https://gitlab.com/assets/icons-fe86f87a3d244c952cc0ec8d7f88c5effefcbe454d751d8449d4a1a32aaaf9a0.svg#retry"
\
u003e
\
u003c/use
\
u003e
\
u003c/svg
\
u003e
\n\
u003c/a
\
u003e
\n\
u003c/li
\
u003e
\n\
u003cli
\
u003e
\n\
u003ca class="mini-pipeline-graph-dropdown-item" data-toggle="tooltip" data-title="rspec-mysql 4 28 - passed" data-html="true" data-container="body" href="/gitlab-org/gitlab-ce/-/jobs/62398027"
\
u003e
\
u003cspan class="ci-status-icon ci-status-icon-success"
\
u003e
\
u003csvg
\
u003e
\
u003cuse xlink:href="https://gitlab.com/assets/icons-fe86f87a3d244c952cc0ec8d7f88c5effefcbe454d751d8449d4a1a32aaaf9a0.svg#status_success"
\
u003e
\
u003c/use
\
u003e
\
u003c/svg
\
u003e
\
u003c/span
\
u003e
\n\
u003cspan class="ci-build-text"
\
u003erspec-mysql 4 28
\
u003c/span
\
u003e
\n\
u003c/a
\
u003e
\
u003ca class="ci-action-icon-wrapper js-ci-action-icon" data-toggle="tooltip" data-title="Retry" data-container="body" rel="nofollow" data-method="post" href="/gitlab-org/gitlab-ce/-/jobs/62398027/retry"
\
u003e
\
u003csvg class=" icon-action-retry"
\
u003e
\
u003cuse xlink:href="https://gitlab.com/assets/icons-fe86f87a3d244c952cc0ec8d7f88c5effefcbe454d751d8449d4a1a32aaaf9a0.svg#retry"
\
u003e
\
u003c/use
\
u003e
\
u003c/svg
\
u003e
\n\
u003c/a
\
u003e
\n\
u003c/li
\
u003e
\n\
u003cli
\
u003e
\n\
u003ca class="mini-pipeline-graph-dropdown-item" data-toggle="tooltip" data-title="rspec-mysql 5 28 - passed" data-html="true" data-container="body" href="/gitlab-org/gitlab-ce/-/jobs/62398028"
\
u003e
\
u003cspan class="ci-status-icon ci-status-icon-success"
\
u003e
\
u003csvg
\
u003e
\
u003cuse xlink:href="https://gitlab.com/assets/icons-fe86f87a3d244c952cc0ec8d7f88c5effefcbe454d751d8449d4a1a32aaaf9a0.svg#status_success"
\
u003e
\
u003c/use
\
u003e
\
u003c/svg
\
u003e
\
u003c/span
\
u003e
\n\
u003cspan class="ci-build-text"
\
u003erspec-mysql 5 28
\
u003c/span
\
u003e
\n\
u003c/a
\
u003e
\
u003ca class="ci-action-icon-wrapper js-ci-action-icon" data-toggle="tooltip" data-title="Retry" data-container="body" rel="nofollow" data-method="post" href="/gitlab-org/gitlab-ce/-/jobs/62398028/retry"
\
u003e
\
u003csvg class=" icon-action-retry"
\
u003e
\
u003cuse xlink:href="https://gitlab.com/assets/icons-fe86f87a3d244c952cc0ec8d7f88c5effefcbe454d751d8449d4a1a32aaaf9a0.svg#retry"
\
u003e
\
u003c/use
\
u003e
\
u003c/svg
\
u003e
\n\
u003c/a
\
u003e
\n\
u003c/li
\
u003e
\n\
u003cli
\
u003e
\n\
u003ca class="mini-pipeline-graph-dropdown-item" data-toggle="tooltip" data-title="rspec-mysql 6 28 - passed" data-html="true" data-container="body" href="/gitlab-org/gitlab-ce/-/jobs/62398029"
\
u003e
\
u003cspan class="ci-status-icon ci-status-icon-success"
\
u003e
\
u003csvg
\
u003e
\
u003cuse xlink:href="https://gitlab.com/assets/icons-fe86f87a3d244c952cc0ec8d7f88c5effefcbe454d751d8449d4a1a32aaaf9a0.svg#status_success"
\
u003e
\
u003c/use
\
u003e
\
u003c/svg
\
u003e
\
u003c/span
\
u003e
\n\
u003cspan class="ci-build-text"
\
u003erspec-mysql 6 28
\
u003c/span
\
u003e
\n\
u003c/a
\
u003e
\
u003ca class="ci-action-icon-wrapper js-ci-action-icon" data-toggle="tooltip" data-title="Retry" data-container="body" rel="nofollow" data-method="post" href="/gitlab-org/gitlab-ce/-/jobs/62398029/retry"
\
u003e
\
u003csvg class=" icon-action-retry"
\
u003e
\
u003cuse xlink:href="https://gitlab.com/assets/icons-fe86f87a3d244c952cc0ec8d7f88c5effefcbe454d751d8449d4a1a32aaaf9a0.svg#retry"
\
u003e
\
u003c/use
\
u003e
\
u003c/svg
\
u003e
\n\
u003c/a
\
u003e
\n\
u003c/li
\
u003e
\n\
u003cli
\
u003e
\n\
u003ca class="mini-pipeline-graph-dropdown-item" data-toggle="tooltip" data-title="rspec-mysql 7 28 - passed" data-html="true" data-container="body" href="/gitlab-org/gitlab-ce/-/jobs/62398030"
\
u003e
\
u003cspan class="ci-status-icon ci-status-icon-success"
\
u003e
\
u003csvg
\
u003e
\
u003cuse xlink:href="https://gitlab.com/assets/icons-fe86f87a3d244c952cc0ec8d7f88c5effefcbe454d751d8449d4a1a32aaaf9a0.svg#status_success"
\
u003e
\
u003c/use
\
u003e
\
u003c/svg
\
u003e
\
u003c/span
\
u003e
\n\
u003cspan class="ci-build-text"
\
u003erspec-mysql 7 28
\
u003c/span
\
u003e
\n\
u003c/a
\
u003e
\
u003ca class="ci-action-icon-wrapper js-ci-action-icon" data-toggle="tooltip" data-title="Retry" data-container="body" rel="nofollow" data-method="post" href="/gitlab-org/gitlab-ce/-/jobs/62398030/retry"
\
u003e
\
u003csvg class=" icon-action-retry"
\
u003e
\
u003cuse xlink:href="https://gitlab.com/assets/icons-fe86f87a3d244c952cc0ec8d7f88c5effefcbe454d751d8449d4a1a32aaaf9a0.svg#retry"
\
u003e
\
u003c/use
\
u003e
\
u003c/svg
\
u003e
\n\
u003c/a
\
u003e
\n\
u003c/li
\
u003e
\n\
u003cli
\
u003e
\n\
u003ca class="mini-pipeline-graph-dropdown-item" data-toggle="tooltip" data-title="rspec-mysql 8 28 - passed" data-html="true" data-container="body" href="/gitlab-org/gitlab-ce/-/jobs/62398031"
\
u003e
\
u003cspan class="ci-status-icon ci-status-icon-success"
\
u003e
\
u003csvg
\
u003e
\
u003cuse xlink:href="https://gitlab.com/assets/icons-fe86f87a3d244c952cc0ec8d7f88c5effefcbe454d751d8449d4a1a32aaaf9a0.svg#status_success"
\
u003e
\
u003c/use
\
u003e
\
u003c/svg
\
u003e
\
u003c/span
\
u003e
\n\
u003cspan class="ci-build-text"
\
u003erspec-mysql 8 28
\
u003c/span
\
u003e
\n\
u003c/a
\
u003e
\
u003ca class="ci-action-icon-wrapper js-ci-action-icon" data-toggle="tooltip" data-title="Retry" data-container="body" rel="nofollow" data-method="post" href="/gitlab-org/gitlab-ce/-/jobs/62398031/retry"
\
u003e
\
u003csvg class=" icon-action-retry"
\
u003e
\
u003cuse xlink:href="https://gitlab.com/assets/icons-fe86f87a3d244c952cc0ec8d7f88c5effefcbe454d751d8449d4a1a32aaaf9a0.svg#retry"
\
u003e
\
u003c/use
\
u003e
\
u003c/svg
\
u003e
\n\
u003c/a
\
u003e
\n\
u003c/li
\
u003e
\n\
u003cli
\
u003e
\n\
u003ca class="mini-pipeline-graph-dropdown-item" data-toggle="tooltip" data-title="rspec-mysql 9 28 - passed" data-html="true" data-container="body" href="/gitlab-org/gitlab-ce/-/jobs/62398032"
\
u003e
\
u003cspan class="ci-status-icon ci-status-icon-success"
\
u003e
\
u003csvg
\
u003e
\
u003cuse xlink:href="https://gitlab.com/assets/icons-fe86f87a3d244c952cc0ec8d7f88c5effefcbe454d751d8449d4a1a32aaaf9a0.svg#status_success"
\
u003e
\
u003c/use
\
u003e
\
u003c/svg
\
u003e
\
u003c/span
\
u003e
\n\
u003cspan class="ci-build-text"
\
u003erspec-mysql 9 28
\
u003c/span
\
u003e
\n\
u003c/a
\
u003e
\
u003ca class="ci-action-icon-wrapper js-ci-action-icon" data-toggle="tooltip" data-title="Retry" data-container="body" rel="nofollow" data-method="post" href="/gitlab-org/gitlab-ce/-/jobs/62398032/retry"
\
u003e
\
u003csvg class=" icon-action-retry"
\
u003e
\
u003cuse xlink:href="https://gitlab.com/assets/icons-fe86f87a3d244c952cc0ec8d7f88c5effefcbe454d751d8449d4a1a32aaaf9a0.svg#retry"
\
u003e
\
u003c/use
\
u003e
\
u003c/svg
\
u003e
\n\
u003c/a
\
u003e
\n\
u003c/li
\
u003e
\n\
u003cli
\
u003e
\n\
u003ca class="mini-pipeline-graph-dropdown-item" data-toggle="tooltip" data-title="rspec-pg 0 28 - passed" data-html="true" data-container="body" href="/gitlab-org/gitlab-ce/-/jobs/62397981"
\
u003e
\
u003cspan class="ci-status-icon ci-status-icon-success"
\
u003e
\
u003csvg
\
u003e
\
u003cuse xlink:href="https://gitlab.com/assets/icons-fe86f87a3d244c952cc0ec8d7f88c5effefcbe454d751d8449d4a1a32aaaf9a0.svg#status_success"
\
u003e
\
u003c/use
\
u003e
\
u003c/svg
\
u003e
\
u003c/span
\
u003e
\n\
u003cspan class="ci-build-text"
\
u003erspec-pg 0 28
\
u003c/span
\
u003e
\n\
u003c/a
\
u003e
\
u003ca class="ci-action-icon-wrapper js-ci-action-icon" data-toggle="tooltip" data-title="Retry" data-container="body" rel="nofollow" data-method="post" href="/gitlab-org/gitlab-ce/-/jobs/62397981/retry"
\
u003e
\
u003csvg class=" icon-action-retry"
\
u003e
\
u003cuse xlink:href="https://gitlab.com/assets/icons-fe86f87a3d244c952cc0ec8d7f88c5effefcbe454d751d8449d4a1a32aaaf9a0.svg#retry"
\
u003e
\
u003c/use
\
u003e
\
u003c/svg
\
u003e
\n\
u003c/a
\
u003e
\n\
u003c/li
\
u003e
\n\
u003cli
\
u003e
\n\
u003ca class="mini-pipeline-graph-dropdown-item" data-toggle="tooltip" data-title="rspec-pg 1 28 - passed" data-html="true" data-container="body" href="/gitlab-org/gitlab-ce/-/jobs/62397985"
\
u003e
\
u003cspan class="ci-status-icon ci-status-icon-success"
\
u003e
\
u003csvg
\
u003e
\
u003cuse xlink:href="https://gitlab.com/assets/icons-fe86f87a3d244c952cc0ec8d7f88c5effefcbe454d751d8449d4a1a32aaaf9a0.svg#status_success"
\
u003e
\
u003c/use
\
u003e
\
u003c/svg
\
u003e
\
u003c/span
\
u003e
\n\
u003cspan class="ci-build-text"
\
u003erspec-pg 1 28
\
u003c/span
\
u003e
\n\
u003c/a
\
u003e
\
u003ca class="ci-action-icon-wrapper js-ci-action-icon" data-toggle="tooltip" data-title="Retry" data-container="body" rel="nofollow" data-method="post" href="/gitlab-org/gitlab-ce/-/jobs/62397985/retry"
\
u003e
\
u003csvg class=" icon-action-retry"
\
u003e
\
u003cuse xlink:href="https://gitlab.com/assets/icons-fe86f87a3d244c952cc0ec8d7f88c5effefcbe454d751d8449d4a1a32aaaf9a0.svg#retry"
\
u003e
\
u003c/use
\
u003e
\
u003c/svg
\
u003e
\n\
u003c/a
\
u003e
\n\
u003c/li
\
u003e
\n\
u003cli
\
u003e
\n\
u003ca class="mini-pipeline-graph-dropdown-item" data-toggle="tooltip" data-title="rspec-pg 10 28 - passed" data-html="true" data-container="body" href="/gitlab-org/gitlab-ce/-/jobs/62398000"
\
u003e
\
u003cspan class="ci-status-icon ci-status-icon-success"
\
u003e
\
u003csvg
\
u003e
\
u003cuse xlink:href="https://gitlab.com/assets/icons-fe86f87a3d244c952cc0ec8d7f88c5effefcbe454d751d8449d4a1a32aaaf9a0.svg#status_success"
\
u003e
\
u003c/use
\
u003e
\
u003c/svg
\
u003e
\
u003c/span
\
u003e
\n\
u003cspan class="ci-build-text"
\
u003erspec-pg 10 28
\
u003c/span
\
u003e
\n\
u003c/a
\
u003e
\
u003ca class="ci-action-icon-wrapper js-ci-action-icon" data-toggle="tooltip" data-title="Retry" data-container="body" rel="nofollow" data-method="post" href="/gitlab-org/gitlab-ce/-/jobs/62398000/retry"
\
u003e
\
u003csvg class=" icon-action-retry"
\
u003e
\
u003cuse xlink:href="https://gitlab.com/assets/icons-fe86f87a3d244c952cc0ec8d7f88c5effefcbe454d751d8449d4a1a32aaaf9a0.svg#retry"
\
u003e
\
u003c/use
\
u003e
\
u003c/svg
\
u003e
\n\
u003c/a
\
u003e
\n\
u003c/li
\
u003e
\n\
u003cli
\
u003e
\n\
u003ca class="mini-pipeline-graph-dropdown-item" data-toggle="tooltip" data-title="rspec-pg 11 28 - passed" data-html="true" data-container="body" href="/gitlab-org/gitlab-ce/-/jobs/62398001"
\
u003e
\
u003cspan class="ci-status-icon ci-status-icon-success"
\
u003e
\
u003csvg
\
u003e
\
u003cuse xlink:href="https://gitlab.com/assets/icons-fe86f87a3d244c952cc0ec8d7f88c5effefcbe454d751d8449d4a1a32aaaf9a0.svg#status_success"
\
u003e
\
u003c/use
\
u003e
\
u003c/svg
\
u003e
\
u003c/span
\
u003e
\n\
u003cspan class="ci-build-text"
\
u003erspec-pg 11 28
\
u003c/span
\
u003e
\n\
u003c/a
\
u003e
\
u003ca class="ci-action-icon-wrapper js-ci-action-icon" data-toggle="tooltip" data-title="Retry" data-container="body" rel="nofollow" data-method="post" href="/gitlab-org/gitlab-ce/-/jobs/62398001/retry"
\
u003e
\
u003csvg class=" icon-action-retry"
\
u003e
\
u003cuse xlink:href="https://gitlab.com/assets/icons-fe86f87a3d244c952cc0ec8d7f88c5effefcbe454d751d8449d4a1a32aaaf9a0.svg#retry"
\
u003e
\
u003c/use
\
u003e
\
u003c/svg
\
u003e
\n\
u003c/a
\
u003e
\n\
u003c/li
\
u003e
\n\
u003cli
\
u003e
\n\
u003ca class="mini-pipeline-graph-dropdown-item" data-toggle="tooltip" data-title="rspec-pg 12 28 - passed" data-html="true" data-container="body" href="/gitlab-org/gitlab-ce/-/jobs/62398002"
\
u003e
\
u003cspan class="ci-status-icon ci-status-icon-success"
\
u003e
\
u003csvg
\
u003e
\
u003cuse xlink:href="https://gitlab.com/assets/icons-fe86f87a3d244c952cc0ec8d7f88c5effefcbe454d751d8449d4a1a32aaaf9a0.svg#status_success"
\
u003e
\
u003c/use
\
u003e
\
u003c/svg
\
u003e
\
u003c/span
\
u003e
\n\
u003cspan class="ci-build-text"
\
u003erspec-pg 12 28
\
u003c/span
\
u003e
\n\
u003c/a
\
u003e
\
u003ca class="ci-action-icon-wrapper js-ci-action-icon" data-toggle="tooltip" data-title="Retry" data-container="body" rel="nofollow" data-method="post" href="/gitlab-org/gitlab-ce/-/jobs/62398002/retry"
\
u003e
\
u003csvg class=" icon-action-retry"
\
u003e
\
u003cuse xlink:href="https://gitlab.com/assets/icons-fe86f87a3d244c952cc0ec8d7f88c5effefcbe454d751d8449d4a1a32aaaf9a0.svg#retry"
\
u003e
\
u003c/use
\
u003e
\
u003c/svg
\
u003e
\n\
u003c/a
\
u003e
\n\
u003c/li
\
u003e
\n\
u003cli
\
u003e
\n\
u003ca class="mini-pipeline-graph-dropdown-item" data-toggle="tooltip" data-title="rspec-pg 13 28 - passed" data-html="true" data-container="body" href="/gitlab-org/gitlab-ce/-/jobs/62398003"
\
u003e
\
u003cspan class="ci-status-icon ci-status-icon-success"
\
u003e
\
u003csvg
\
u003e
\
u003cuse xlink:href="https://gitlab.com/assets/icons-fe86f87a3d244c952cc0ec8d7f88c5effefcbe454d751d8449d4a1a32aaaf9a0.svg#status_success"
\
u003e
\
u003c/use
\
u003e
\
u003c/svg
\
u003e
\
u003c/span
\
u003e
\n\
u003cspan class="ci-build-text"
\
u003erspec-pg 13 28
\
u003c/span
\
u003e
\n\
u003c/a
\
u003e
\
u003ca class="ci-action-icon-wrapper js-ci-action-icon" data-toggle="tooltip" data-title="Retry" data-container="body" rel="nofollow" data-method="post" href="/gitlab-org/gitlab-ce/-/jobs/62398003/retry"
\
u003e
\
u003csvg class=" icon-action-retry"
\
u003e
\
u003cuse xlink:href="https://gitlab.com/assets/icons-fe86f87a3d244c952cc0ec8d7f88c5effefcbe454d751d8449d4a1a32aaaf9a0.svg#retry"
\
u003e
\
u003c/use
\
u003e
\
u003c/svg
\
u003e
\n\
u003c/a
\
u003e
\n\
u003c/li
\
u003e
\n\
u003cli
\
u003e
\n\
u003ca class="mini-pipeline-graph-dropdown-item" data-toggle="tooltip" data-title="rspec-pg 14 28 - passed" data-html="true" data-container="body" href="/gitlab-org/gitlab-ce/-/jobs/62398004"
\
u003e
\
u003cspan class="ci-status-icon ci-status-icon-success"
\
u003e
\
u003csvg
\
u003e
\
u003cuse xlink:href="https://gitlab.com/assets/icons-fe86f87a3d244c952cc0ec8d7f88c5effefcbe454d751d8449d4a1a32aaaf9a0.svg#status_success"
\
u003e
\
u003c/use
\
u003e
\
u003c/svg
\
u003e
\
u003c/span
\
u003e
\n\
u003cspan class="ci-build-text"
\
u003erspec-pg 14 28
\
u003c/span
\
u003e
\n\
u003c/a
\
u003e
\
u003ca class="ci-action-icon-wrapper js-ci-action-icon" data-toggle="tooltip" data-title="Retry" data-container="body" rel="nofollow" data-method="post" href="/gitlab-org/gitlab-ce/-/jobs/62398004/retry"
\
u003e
\
u003csvg class=" icon-action-retry"
\
u003e
\
u003cuse xlink:href="https://gitlab.com/assets/icons-fe86f87a3d244c952cc0ec8d7f88c5effefcbe454d751d8449d4a1a32aaaf9a0.svg#retry"
\
u003e
\
u003c/use
\
u003e
\
u003c/svg
\
u003e
\n\
u003c/a
\
u003e
\n\
u003c/li
\
u003e
\n\
u003cli
\
u003e
\n\
u003ca class="mini-pipeline-graph-dropdown-item" data-toggle="tooltip" data-title="rspec-pg 15 28 - passed" data-html="true" data-container="body" href="/gitlab-org/gitlab-ce/-/jobs/62398006"
\
u003e
\
u003cspan class="ci-status-icon ci-status-icon-success"
\
u003e
\
u003csvg
\
u003e
\
u003cuse xlink:href="https://gitlab.com/assets/icons-fe86f87a3d244c952cc0ec8d7f88c5effefcbe454d751d8449d4a1a32aaaf9a0.svg#status_success"
\
u003e
\
u003c/use
\
u003e
\
u003c/svg
\
u003e
\
u003c/span
\
u003e
\n\
u003cspan class="ci-build-text"
\
u003erspec-pg 15 28
\
u003c/span
\
u003e
\n\
u003c/a
\
u003e
\
u003ca class="ci-action-icon-wrapper js-ci-action-icon" data-toggle="tooltip" data-title="Retry" data-container="body" rel="nofollow" data-method="post" href="/gitlab-org/gitlab-ce/-/jobs/62398006/retry"
\
u003e
\
u003csvg class=" icon-action-retry"
\
u003e
\
u003cuse xlink:href="https://gitlab.com/assets/icons-fe86f87a3d244c952cc0ec8d7f88c5effefcbe454d751d8449d4a1a32aaaf9a0.svg#retry"
\
u003e
\
u003c/use
\
u003e
\
u003c/svg
\
u003e
\n\
u003c/a
\
u003e
\n\
u003c/li
\
u003e
\n\
u003cli
\
u003e
\n\
u003ca class="mini-pipeline-graph-dropdown-item" data-toggle="tooltip" data-title="rspec-pg 16 28 - passed" data-html="true" data-container="body" href="/gitlab-org/gitlab-ce/-/jobs/62398007"
\
u003e
\
u003cspan class="ci-status-icon ci-status-icon-success"
\
u003e
\
u003csvg
\
u003e
\
u003cuse xlink:href="https://gitlab.com/assets/icons-fe86f87a3d244c952cc0ec8d7f88c5effefcbe454d751d8449d4a1a32aaaf9a0.svg#status_success"
\
u003e
\
u003c/use
\
u003e
\
u003c/svg
\
u003e
\
u003c/span
\
u003e
\n\
u003cspan class="ci-build-text"
\
u003erspec-pg 16 28
\
u003c/span
\
u003e
\n\
u003c/a
\
u003e
\
u003ca class="ci-action-icon-wrapper js-ci-action-icon" data-toggle="tooltip" data-title="Retry" data-container="body" rel="nofollow" data-method="post" href="/gitlab-org/gitlab-ce/-/jobs/62398007/retry"
\
u003e
\
u003csvg class=" icon-action-retry"
\
u003e
\
u003cuse xlink:href="https://gitlab.com/assets/icons-fe86f87a3d244c952cc0ec8d7f88c5effefcbe454d751d8449d4a1a32aaaf9a0.svg#retry"
\
u003e
\
u003c/use
\
u003e
\
u003c/svg
\
u003e
\n\
u003c/a
\
u003e
\n\
u003c/li
\
u003e
\n\
u003cli
\
u003e
\n\
u003ca class="mini-pipeline-graph-dropdown-item" data-toggle="tooltip" data-title="rspec-pg 17 28 - passed" data-html="true" data-container="body" href="/gitlab-org/gitlab-ce/-/jobs/62398008"
\
u003e
\
u003cspan class="ci-status-icon ci-status-icon-success"
\
u003e
\
u003csvg
\
u003e
\
u003cuse xlink:href="https://gitlab.com/assets/icons-fe86f87a3d244c952cc0ec8d7f88c5effefcbe454d751d8449d4a1a32aaaf9a0.svg#status_success"
\
u003e
\
u003c/use
\
u003e
\
u003c/svg
\
u003e
\
u003c/span
\
u003e
\n\
u003cspan class="ci-build-text"
\
u003erspec-pg 17 28
\
u003c/span
\
u003e
\n\
u003c/a
\
u003e
\
u003ca class="ci-action-icon-wrapper js-ci-action-icon" data-toggle="tooltip" data-title="Retry" data-container="body" rel="nofollow" data-method="post" href="/gitlab-org/gitlab-ce/-/jobs/62398008/retry"
\
u003e
\
u003csvg class=" icon-action-retry"
\
u003e
\
u003cuse xlink:href="https://gitlab.com/assets/icons-fe86f87a3d244c952cc0ec8d7f88c5effefcbe454d751d8449d4a1a32aaaf9a0.svg#retry"
\
u003e
\
u003c/use
\
u003e
\
u003c/svg
\
u003e
\n\
u003c/a
\
u003e
\n\
u003c/li
\
u003e
\n\
u003cli
\
u003e
\n\
u003ca class="mini-pipeline-graph-dropdown-item" data-toggle="tooltip" data-title="rspec-pg 18 28 - passed" data-html="true" data-container="body" href="/gitlab-org/gitlab-ce/-/jobs/62398009"
\
u003e
\
u003cspan class="ci-status-icon ci-status-icon-success"
\
u003e
\
u003csvg
\
u003e
\
u003cuse xlink:href="https://gitlab.com/assets/icons-fe86f87a3d244c952cc0ec8d7f88c5effefcbe454d751d8449d4a1a32aaaf9a0.svg#status_success"
\
u003e
\
u003c/use
\
u003e
\
u003c/svg
\
u003e
\
u003c/span
\
u003e
\n\
u003cspan class="ci-build-text"
\
u003erspec-pg 18 28
\
u003c/span
\
u003e
\n\
u003c/a
\
u003e
\
u003ca class="ci-action-icon-wrapper js-ci-action-icon" data-toggle="tooltip" data-title="Retry" data-container="body" rel="nofollow" data-method="post" href="/gitlab-org/gitlab-ce/-/jobs/62398009/retry"
\
u003e
\
u003csvg class=" icon-action-retry"
\
u003e
\
u003cuse xlink:href="https://gitlab.com/assets/icons-fe86f87a3d244c952cc0ec8d7f88c5effefcbe454d751d8449d4a1a32aaaf9a0.svg#retry"
\
u003e
\
u003c/use
\
u003e
\
u003c/svg
\
u003e
\n\
u003c/a
\
u003e
\n\
u003c/li
\
u003e
\n\
u003cli
\
u003e
\n\
u003ca class="mini-pipeline-graph-dropdown-item" data-toggle="tooltip" data-title="rspec-pg 19 28 - passed" data-html="true" data-container="body" href="/gitlab-org/gitlab-ce/-/jobs/62398010"
\
u003e
\
u003cspan class="ci-status-icon ci-status-icon-success"
\
u003e
\
u003csvg
\
u003e
\
u003cuse xlink:href="https://gitlab.com/assets/icons-fe86f87a3d244c952cc0ec8d7f88c5effefcbe454d751d8449d4a1a32aaaf9a0.svg#status_success"
\
u003e
\
u003c/use
\
u003e
\
u003c/svg
\
u003e
\
u003c/span
\
u003e
\n\
u003cspan class="ci-build-text"
\
u003erspec-pg 19 28
\
u003c/span
\
u003e
\n\
u003c/a
\
u003e
\
u003ca class="ci-action-icon-wrapper js-ci-action-icon" data-toggle="tooltip" data-title="Retry" data-container="body" rel="nofollow" data-method="post" href="/gitlab-org/gitlab-ce/-/jobs/62398010/retry"
\
u003e
\
u003csvg class=" icon-action-retry"
\
u003e
\
u003cuse xlink:href="https://gitlab.com/assets/icons-fe86f87a3d244c952cc0ec8d7f88c5effefcbe454d751d8449d4a1a32aaaf9a0.svg#retry"
\
u003e
\
u003c/use
\
u003e
\
u003c/svg
\
u003e
\n\
u003c/a
\
u003e
\n\
u003c/li
\
u003e
\n\
u003cli
\
u003e
\n\
u003ca class="mini-pipeline-graph-dropdown-item" data-toggle="tooltip" data-title="rspec-pg 2 28 - passed" data-html="true" data-container="body" href="/gitlab-org/gitlab-ce/-/jobs/62397986"
\
u003e
\
u003cspan class="ci-status-icon ci-status-icon-success"
\
u003e
\
u003csvg
\
u003e
\
u003cuse xlink:href="https://gitlab.com/assets/icons-fe86f87a3d244c952cc0ec8d7f88c5effefcbe454d751d8449d4a1a32aaaf9a0.svg#status_success"
\
u003e
\
u003c/use
\
u003e
\
u003c/svg
\
u003e
\
u003c/span
\
u003e
\n\
u003cspan class="ci-build-text"
\
u003erspec-pg 2 28
\
u003c/span
\
u003e
\n\
u003c/a
\
u003e
\
u003ca class="ci-action-icon-wrapper js-ci-action-icon" data-toggle="tooltip" data-title="Retry" data-container="body" rel="nofollow" data-method="post" href="/gitlab-org/gitlab-ce/-/jobs/62397986/retry"
\
u003e
\
u003csvg class=" icon-action-retry"
\
u003e
\
u003cuse xlink:href="https://gitlab.com/assets/icons-fe86f87a3d244c952cc0ec8d7f88c5effefcbe454d751d8449d4a1a32aaaf9a0.svg#retry"
\
u003e
\
u003c/use
\
u003e
\
u003c/svg
\
u003e
\n\
u003c/a
\
u003e
\n\
u003c/li
\
u003e
\n\
u003cli
\
u003e
\n\
u003ca class="mini-pipeline-graph-dropdown-item" data-toggle="tooltip" data-title="rspec-pg 20 28 - passed" data-html="true" data-container="body" href="/gitlab-org/gitlab-ce/-/jobs/62398012"
\
u003e
\
u003cspan class="ci-status-icon ci-status-icon-success"
\
u003e
\
u003csvg
\
u003e
\
u003cuse xlink:href="https://gitlab.com/assets/icons-fe86f87a3d244c952cc0ec8d7f88c5effefcbe454d751d8449d4a1a32aaaf9a0.svg#status_success"
\
u003e
\
u003c/use
\
u003e
\
u003c/svg
\
u003e
\
u003c/span
\
u003e
\n\
u003cspan class="ci-build-text"
\
u003erspec-pg 20 28
\
u003c/span
\
u003e
\n\
u003c/a
\
u003e
\
u003ca class="ci-action-icon-wrapper js-ci-action-icon" data-toggle="tooltip" data-title="Retry" data-container="body" rel="nofollow" data-method="post" href="/gitlab-org/gitlab-ce/-/jobs/62398012/retry"
\
u003e
\
u003csvg class=" icon-action-retry"
\
u003e
\
u003cuse xlink:href="https://gitlab.com/assets/icons-fe86f87a3d244c952cc0ec8d7f88c5effefcbe454d751d8449d4a1a32aaaf9a0.svg#retry"
\
u003e
\
u003c/use
\
u003e
\
u003c/svg
\
u003e
\n\
u003c/a
\
u003e
\n\
u003c/li
\
u003e
\n\
u003cli
\
u003e
\n\
u003ca class="mini-pipeline-graph-dropdown-item" data-toggle="tooltip" data-title="rspec-pg 21 28 - passed" data-html="true" data-container="body" href="/gitlab-org/gitlab-ce/-/jobs/62398013"
\
u003e
\
u003cspan class="ci-status-icon ci-status-icon-success"
\
u003e
\
u003csvg
\
u003e
\
u003cuse xlink:href="https://gitlab.com/assets/icons-fe86f87a3d244c952cc0ec8d7f88c5effefcbe454d751d8449d4a1a32aaaf9a0.svg#status_success"
\
u003e
\
u003c/use
\
u003e
\
u003c/svg
\
u003e
\
u003c/span
\
u003e
\n\
u003cspan class="ci-build-text"
\
u003erspec-pg 21 28
\
u003c/span
\
u003e
\n\
u003c/a
\
u003e
\
u003ca class="ci-action-icon-wrapper js-ci-action-icon" data-toggle="tooltip" data-title="Retry" data-container="body" rel="nofollow" data-method="post" href="/gitlab-org/gitlab-ce/-/jobs/62398013/retry"
\
u003e
\
u003csvg class=" icon-action-retry"
\
u003e
\
u003cuse xlink:href="https://gitlab.com/assets/icons-fe86f87a3d244c952cc0ec8d7f88c5effefcbe454d751d8449d4a1a32aaaf9a0.svg#retry"
\
u003e
\
u003c/use
\
u003e
\
u003c/svg
\
u003e
\n\
u003c/a
\
u003e
\n\
u003c/li
\
u003e
\n\
u003cli
\
u003e
\n\
u003ca class="mini-pipeline-graph-dropdown-item" data-toggle="tooltip" data-title="rspec-pg 22 28 - passed" data-html="true" data-container="body" href="/gitlab-org/gitlab-ce/-/jobs/62398014"
\
u003e
\
u003cspan class="ci-status-icon ci-status-icon-success"
\
u003e
\
u003csvg
\
u003e
\
u003cuse xlink:href="https://gitlab.com/assets/icons-fe86f87a3d244c952cc0ec8d7f88c5effefcbe454d751d8449d4a1a32aaaf9a0.svg#status_success"
\
u003e
\
u003c/use
\
u003e
\
u003c/svg
\
u003e
\
u003c/span
\
u003e
\n\
u003cspan class="ci-build-text"
\
u003erspec-pg 22 28
\
u003c/span
\
u003e
\n\
u003c/a
\
u003e
\
u003ca class="ci-action-icon-wrapper js-ci-action-icon" data-toggle="tooltip" data-title="Retry" data-container="body" rel="nofollow" data-method="post" href="/gitlab-org/gitlab-ce/-/jobs/62398014/retry"
\
u003e
\
u003csvg class=" icon-action-retry"
\
u003e
\
u003cuse xlink:href="https://gitlab.com/assets/icons-fe86f87a3d244c952cc0ec8d7f88c5effefcbe454d751d8449d4a1a32aaaf9a0.svg#retry"
\
u003e
\
u003c/use
\
u003e
\
u003c/svg
\
u003e
\n\
u003c/a
\
u003e
\n\
u003c/li
\
u003e
\n\
u003cli
\
u003e
\n\
u003ca class="mini-pipeline-graph-dropdown-item" data-toggle="tooltip" data-title="rspec-pg 23 28 - passed" data-html="true" data-container="body" href="/gitlab-org/gitlab-ce/-/jobs/62398015"
\
u003e
\
u003cspan class="ci-status-icon ci-status-icon-success"
\
u003e
\
u003csvg
\
u003e
\
u003cuse xlink:href="https://gitlab.com/assets/icons-fe86f87a3d244c952cc0ec8d7f88c5effefcbe454d751d8449d4a1a32aaaf9a0.svg#status_success"
\
u003e
\
u003c/use
\
u003e
\
u003c/svg
\
u003e
\
u003c/span
\
u003e
\n\
u003cspan class="ci-build-text"
\
u003erspec-pg 23 28
\
u003c/span
\
u003e
\n\
u003c/a
\
u003e
\
u003ca class="ci-action-icon-wrapper js-ci-action-icon" data-toggle="tooltip" data-title="Retry" data-container="body" rel="nofollow" data-method="post" href="/gitlab-org/gitlab-ce/-/jobs/62398015/retry"
\
u003e
\
u003csvg class=" icon-action-retry"
\
u003e
\
u003cuse xlink:href="https://gitlab.com/assets/icons-fe86f87a3d244c952cc0ec8d7f88c5effefcbe454d751d8449d4a1a32aaaf9a0.svg#retry"
\
u003e
\
u003c/use
\
u003e
\
u003c/svg
\
u003e
\n\
u003c/a
\
u003e
\n\
u003c/li
\
u003e
\n\
u003cli
\
u003e
\n\
u003ca class="mini-pipeline-graph-dropdown-item" data-toggle="tooltip" data-title="rspec-pg 24 28 - passed" data-html="true" data-container="body" href="/gitlab-org/gitlab-ce/-/jobs/62398016"
\
u003e
\
u003cspan class="ci-status-icon ci-status-icon-success"
\
u003e
\
u003csvg
\
u003e
\
u003cuse xlink:href="https://gitlab.com/assets/icons-fe86f87a3d244c952cc0ec8d7f88c5effefcbe454d751d8449d4a1a32aaaf9a0.svg#status_success"
\
u003e
\
u003c/use
\
u003e
\
u003c/svg
\
u003e
\
u003c/span
\
u003e
\n\
u003cspan class="ci-build-text"
\
u003erspec-pg 24 28
\
u003c/span
\
u003e
\n\
u003c/a
\
u003e
\
u003ca class="ci-action-icon-wrapper js-ci-action-icon" data-toggle="tooltip" data-title="Retry" data-container="body" rel="nofollow" data-method="post" href="/gitlab-org/gitlab-ce/-/jobs/62398016/retry"
\
u003e
\
u003csvg class=" icon-action-retry"
\
u003e
\
u003cuse xlink:href="https://gitlab.com/assets/icons-fe86f87a3d244c952cc0ec8d7f88c5effefcbe454d751d8449d4a1a32aaaf9a0.svg#retry"
\
u003e
\
u003c/use
\
u003e
\
u003c/svg
\
u003e
\n\
u003c/a
\
u003e
\n\
u003c/li
\
u003e
\n\
u003cli
\
u003e
\n\
u003ca class="mini-pipeline-graph-dropdown-item" data-toggle="tooltip" data-title="rspec-pg 25 28 - passed" data-html="true" data-container="body" href="/gitlab-org/gitlab-ce/-/jobs/62398017"
\
u003e
\
u003cspan class="ci-status-icon ci-status-icon-success"
\
u003e
\
u003csvg
\
u003e
\
u003cuse xlink:href="https://gitlab.com/assets/icons-fe86f87a3d244c952cc0ec8d7f88c5effefcbe454d751d8449d4a1a32aaaf9a0.svg#status_success"
\
u003e
\
u003c/use
\
u003e
\
u003c/svg
\
u003e
\
u003c/span
\
u003e
\n\
u003cspan class="ci-build-text"
\
u003erspec-pg 25 28
\
u003c/span
\
u003e
\n\
u003c/a
\
u003e
\
u003ca class="ci-action-icon-wrapper js-ci-action-icon" data-toggle="tooltip" data-title="Retry" data-container="body" rel="nofollow" data-method="post" href="/gitlab-org/gitlab-ce/-/jobs/62398017/retry"
\
u003e
\
u003csvg class=" icon-action-retry"
\
u003e
\
u003cuse xlink:href="https://gitlab.com/assets/icons-fe86f87a3d244c952cc0ec8d7f88c5effefcbe454d751d8449d4a1a32aaaf9a0.svg#retry"
\
u003e
\
u003c/use
\
u003e
\
u003c/svg
\
u003e
\n\
u003c/a
\
u003e
\n\
u003c/li
\
u003e
\n\
u003cli
\
u003e
\n\
u003ca class="mini-pipeline-graph-dropdown-item" data-toggle="tooltip" data-title="rspec-pg 26 28 - passed" data-html="true" data-container="body" href="/gitlab-org/gitlab-ce/-/jobs/62398018"
\
u003e
\
u003cspan class="ci-status-icon ci-status-icon-success"
\
u003e
\
u003csvg
\
u003e
\
u003cuse xlink:href="https://gitlab.com/assets/icons-fe86f87a3d244c952cc0ec8d7f88c5effefcbe454d751d8449d4a1a32aaaf9a0.svg#status_success"
\
u003e
\
u003c/use
\
u003e
\
u003c/svg
\
u003e
\
u003c/span
\
u003e
\n\
u003cspan class="ci-build-text"
\
u003erspec-pg 26 28
\
u003c/span
\
u003e
\n\
u003c/a
\
u003e
\
u003ca class="ci-action-icon-wrapper js-ci-action-icon" data-toggle="tooltip" data-title="Retry" data-container="body" rel="nofollow" data-method="post" href="/gitlab-org/gitlab-ce/-/jobs/62398018/retry"
\
u003e
\
u003csvg class=" icon-action-retry"
\
u003e
\
u003cuse xlink:href="https://gitlab.com/assets/icons-fe86f87a3d244c952cc0ec8d7f88c5effefcbe454d751d8449d4a1a32aaaf9a0.svg#retry"
\
u003e
\
u003c/use
\
u003e
\
u003c/svg
\
u003e
\n\
u003c/a
\
u003e
\n\
u003c/li
\
u003e
\n\
u003cli
\
u003e
\n\
u003ca class="mini-pipeline-graph-dropdown-item" data-toggle="tooltip" data-title="rspec-pg 27 28 - passed" data-html="true" data-container="body" href="/gitlab-org/gitlab-ce/-/jobs/62398019"
\
u003e
\
u003cspan class="ci-status-icon ci-status-icon-success"
\
u003e
\
u003csvg
\
u003e
\
u003cuse xlink:href="https://gitlab.com/assets/icons-fe86f87a3d244c952cc0ec8d7f88c5effefcbe454d751d8449d4a1a32aaaf9a0.svg#status_success"
\
u003e
\
u003c/use
\
u003e
\
u003c/svg
\
u003e
\
u003c/span
\
u003e
\n\
u003cspan class="ci-build-text"
\
u003erspec-pg 27 28
\
u003c/span
\
u003e
\n\
u003c/a
\
u003e
\
u003ca class="ci-action-icon-wrapper js-ci-action-icon" data-toggle="tooltip" data-title="Retry" data-container="body" rel="nofollow" data-method="post" href="/gitlab-org/gitlab-ce/-/jobs/62398019/retry"
\
u003e
\
u003csvg class=" icon-action-retry"
\
u003e
\
u003cuse xlink:href="https://gitlab.com/assets/icons-fe86f87a3d244c952cc0ec8d7f88c5effefcbe454d751d8449d4a1a32aaaf9a0.svg#retry"
\
u003e
\
u003c/use
\
u003e
\
u003c/svg
\
u003e
\n\
u003c/a
\
u003e
\n\
u003c/li
\
u003e
\n\
u003cli
\
u003e
\n\
u003ca class="mini-pipeline-graph-dropdown-item" data-toggle="tooltip" data-title="rspec-pg 3 28 - passed" data-html="true" data-container="body" href="/gitlab-org/gitlab-ce/-/jobs/62397988"
\
u003e
\
u003cspan class="ci-status-icon ci-status-icon-success"
\
u003e
\
u003csvg
\
u003e
\
u003cuse xlink:href="https://gitlab.com/assets/icons-fe86f87a3d244c952cc0ec8d7f88c5effefcbe454d751d8449d4a1a32aaaf9a0.svg#status_success"
\
u003e
\
u003c/use
\
u003e
\
u003c/svg
\
u003e
\
u003c/span
\
u003e
\n\
u003cspan class="ci-build-text"
\
u003erspec-pg 3 28
\
u003c/span
\
u003e
\n\
u003c/a
\
u003e
\
u003ca class="ci-action-icon-wrapper js-ci-action-icon" data-toggle="tooltip" data-title="Retry" data-container="body" rel="nofollow" data-method="post" href="/gitlab-org/gitlab-ce/-/jobs/62397988/retry"
\
u003e
\
u003csvg class=" icon-action-retry"
\
u003e
\
u003cuse xlink:href="https://gitlab.com/assets/icons-fe86f87a3d244c952cc0ec8d7f88c5effefcbe454d751d8449d4a1a32aaaf9a0.svg#retry"
\
u003e
\
u003c/use
\
u003e
\
u003c/svg
\
u003e
\n\
u003c/a
\
u003e
\n\
u003c/li
\
u003e
\n\
u003cli
\
u003e
\n\
u003ca class="mini-pipeline-graph-dropdown-item" data-toggle="tooltip" data-title="rspec-pg 4 28 - passed" data-html="true" data-container="body" href="/gitlab-org/gitlab-ce/-/jobs/62397989"
\
u003e
\
u003cspan class="ci-status-icon ci-status-icon-success"
\
u003e
\
u003csvg
\
u003e
\
u003cuse xlink:href="https://gitlab.com/assets/icons-fe86f87a3d244c952cc0ec8d7f88c5effefcbe454d751d8449d4a1a32aaaf9a0.svg#status_success"
\
u003e
\
u003c/use
\
u003e
\
u003c/svg
\
u003e
\
u003c/span
\
u003e
\n\
u003cspan class="ci-build-text"
\
u003erspec-pg 4 28
\
u003c/span
\
u003e
\n\
u003c/a
\
u003e
\
u003ca class="ci-action-icon-wrapper js-ci-action-icon" data-toggle="tooltip" data-title="Retry" data-container="body" rel="nofollow" data-method="post" href="/gitlab-org/gitlab-ce/-/jobs/62397989/retry"
\
u003e
\
u003csvg class=" icon-action-retry"
\
u003e
\
u003cuse xlink:href="https://gitlab.com/assets/icons-fe86f87a3d244c952cc0ec8d7f88c5effefcbe454d751d8449d4a1a32aaaf9a0.svg#retry"
\
u003e
\
u003c/use
\
u003e
\
u003c/svg
\
u003e
\n\
u003c/a
\
u003e
\n\
u003c/li
\
u003e
\n\
u003cli
\
u003e
\n\
u003ca class="mini-pipeline-graph-dropdown-item" data-toggle="tooltip" data-title="rspec-pg 5 28 - passed" data-html="true" data-container="body" href="/gitlab-org/gitlab-ce/-/jobs/62397991"
\
u003e
\
u003cspan class="ci-status-icon ci-status-icon-success"
\
u003e
\
u003csvg
\
u003e
\
u003cuse xlink:href="https://gitlab.com/assets/icons-fe86f87a3d244c952cc0ec8d7f88c5effefcbe454d751d8449d4a1a32aaaf9a0.svg#status_success"
\
u003e
\
u003c/use
\
u003e
\
u003c/svg
\
u003e
\
u003c/span
\
u003e
\n\
u003cspan class="ci-build-text"
\
u003erspec-pg 5 28
\
u003c/span
\
u003e
\n\
u003c/a
\
u003e
\
u003ca class="ci-action-icon-wrapper js-ci-action-icon" data-toggle="tooltip" data-title="Retry" data-container="body" rel="nofollow" data-method="post" href="/gitlab-org/gitlab-ce/-/jobs/62397991/retry"
\
u003e
\
u003csvg class=" icon-action-retry"
\
u003e
\
u003cuse xlink:href="https://gitlab.com/assets/icons-fe86f87a3d244c952cc0ec8d7f88c5effefcbe454d751d8449d4a1a32aaaf9a0.svg#retry"
\
u003e
\
u003c/use
\
u003e
\
u003c/svg
\
u003e
\n\
u003c/a
\
u003e
\n\
u003c/li
\
u003e
\n\
u003cli
\
u003e
\n\
u003ca class="mini-pipeline-graph-dropdown-item" data-toggle="tooltip" data-title="rspec-pg 6 28 - passed" data-html="true" data-container="body" href="/gitlab-org/gitlab-ce/-/jobs/62397993"
\
u003e
\
u003cspan class="ci-status-icon ci-status-icon-success"
\
u003e
\
u003csvg
\
u003e
\
u003cuse xlink:href="https://gitlab.com/assets/icons-fe86f87a3d244c952cc0ec8d7f88c5effefcbe454d751d8449d4a1a32aaaf9a0.svg#status_success"
\
u003e
\
u003c/use
\
u003e
\
u003c/svg
\
u003e
\
u003c/span
\
u003e
\n\
u003cspan class="ci-build-text"
\
u003erspec-pg 6 28
\
u003c/span
\
u003e
\n\
u003c/a
\
u003e
\
u003ca class="ci-action-icon-wrapper js-ci-action-icon" data-toggle="tooltip" data-title="Retry" data-container="body" rel="nofollow" data-method="post" href="/gitlab-org/gitlab-ce/-/jobs/62397993/retry"
\
u003e
\
u003csvg class=" icon-action-retry"
\
u003e
\
u003cuse xlink:href="https://gitlab.com/assets/icons-fe86f87a3d244c952cc0ec8d7f88c5effefcbe454d751d8449d4a1a32aaaf9a0.svg#retry"
\
u003e
\
u003c/use
\
u003e
\
u003c/svg
\
u003e
\n\
u003c/a
\
u003e
\n\
u003c/li
\
u003e
\n\
u003cli
\
u003e
\n\
u003ca class="mini-pipeline-graph-dropdown-item" data-toggle="tooltip" data-title="rspec-pg 7 28 - passed" data-html="true" data-container="body" href="/gitlab-org/gitlab-ce/-/jobs/62397994"
\
u003e
\
u003cspan class="ci-status-icon ci-status-icon-success"
\
u003e
\
u003csvg
\
u003e
\
u003cuse xlink:href="https://gitlab.com/assets/icons-fe86f87a3d244c952cc0ec8d7f88c5effefcbe454d751d8449d4a1a32aaaf9a0.svg#status_success"
\
u003e
\
u003c/use
\
u003e
\
u003c/svg
\
u003e
\
u003c/span
\
u003e
\n\
u003cspan class="ci-build-text"
\
u003erspec-pg 7 28
\
u003c/span
\
u003e
\n\
u003c/a
\
u003e
\
u003ca class="ci-action-icon-wrapper js-ci-action-icon" data-toggle="tooltip" data-title="Retry" data-container="body" rel="nofollow" data-method="post" href="/gitlab-org/gitlab-ce/-/jobs/62397994/retry"
\
u003e
\
u003csvg class=" icon-action-retry"
\
u003e
\
u003cuse xlink:href="https://gitlab.com/assets/icons-fe86f87a3d244c952cc0ec8d7f88c5effefcbe454d751d8449d4a1a32aaaf9a0.svg#retry"
\
u003e
\
u003c/use
\
u003e
\
u003c/svg
\
u003e
\n\
u003c/a
\
u003e
\n\
u003c/li
\
u003e
\n\
u003cli
\
u003e
\n\
u003ca class="mini-pipeline-graph-dropdown-item" data-toggle="tooltip" data-title="rspec-pg 8 28 - passed" data-html="true" data-container="body" href="/gitlab-org/gitlab-ce/-/jobs/62397995"
\
u003e
\
u003cspan class="ci-status-icon ci-status-icon-success"
\
u003e
\
u003csvg
\
u003e
\
u003cuse xlink:href="https://gitlab.com/assets/icons-fe86f87a3d244c952cc0ec8d7f88c5effefcbe454d751d8449d4a1a32aaaf9a0.svg#status_success"
\
u003e
\
u003c/use
\
u003e
\
u003c/svg
\
u003e
\
u003c/span
\
u003e
\n\
u003cspan class="ci-build-text"
\
u003erspec-pg 8 28
\
u003c/span
\
u003e
\n\
u003c/a
\
u003e
\
u003ca class="ci-action-icon-wrapper js-ci-action-icon" data-toggle="tooltip" data-title="Retry" data-container="body" rel="nofollow" data-method="post" href="/gitlab-org/gitlab-ce/-/jobs/62397995/retry"
\
u003e
\
u003csvg class=" icon-action-retry"
\
u003e
\
u003cuse xlink:href="https://gitlab.com/assets/icons-fe86f87a3d244c952cc0ec8d7f88c5effefcbe454d751d8449d4a1a32aaaf9a0.svg#retry"
\
u003e
\
u003c/use
\
u003e
\
u003c/svg
\
u003e
\n\
u003c/a
\
u003e
\n\
u003c/li
\
u003e
\n\
u003cli
\
u003e
\n\
u003ca class="mini-pipeline-graph-dropdown-item" data-toggle="tooltip" data-title="rspec-pg 9 28 - passed" data-html="true" data-container="body" href="/gitlab-org/gitlab-ce/-/jobs/62397996"
\
u003e
\
u003cspan class="ci-status-icon ci-status-icon-success"
\
u003e
\
u003csvg
\
u003e
\
u003cuse xlink:href="https://gitlab.com/assets/icons-fe86f87a3d244c952cc0ec8d7f88c5effefcbe454d751d8449d4a1a32aaaf9a0.svg#status_success"
\
u003e
\
u003c/use
\
u003e
\
u003c/svg
\
u003e
\
u003c/span
\
u003e
\n\
u003cspan class="ci-build-text"
\
u003erspec-pg 9 28
\
u003c/span
\
u003e
\n\
u003c/a
\
u003e
\
u003ca class="ci-action-icon-wrapper js-ci-action-icon" data-toggle="tooltip" data-title="Retry" data-container="body" rel="nofollow" data-method="post" href="/gitlab-org/gitlab-ce/-/jobs/62397996/retry"
\
u003e
\
u003csvg class=" icon-action-retry"
\
u003e
\
u003cuse xlink:href="https://gitlab.com/assets/icons-fe86f87a3d244c952cc0ec8d7f88c5effefcbe454d751d8449d4a1a32aaaf9a0.svg#retry"
\
u003e
\
u003c/use
\
u003e
\
u003c/svg
\
u003e
\n\
u003c/a
\
u003e
\n\
u003c/li
\
u003e
\n\
u003cli
\
u003e
\n\
u003ca class="mini-pipeline-graph-dropdown-item" data-toggle="tooltip" data-title="sast - passed" data-html="true" data-container="body" href="/gitlab-org/gitlab-ce/-/jobs/62398082"
\
u003e
\
u003cspan class="ci-status-icon ci-status-icon-success"
\
u003e
\
u003csvg
\
u003e
\
u003cuse xlink:href="https://gitlab.com/assets/icons-fe86f87a3d244c952cc0ec8d7f88c5effefcbe454d751d8449d4a1a32aaaf9a0.svg#status_success"
\
u003e
\
u003c/use
\
u003e
\
u003c/svg
\
u003e
\
u003c/span
\
u003e
\n\
u003cspan class="ci-build-text"
\
u003esast
\
u003c/span
\
u003e
\n\
u003c/a
\
u003e
\
u003ca class="ci-action-icon-wrapper js-ci-action-icon" data-toggle="tooltip" data-title="Retry" data-container="body" rel="nofollow" data-method="post" href="/gitlab-org/gitlab-ce/-/jobs/62398082/retry"
\
u003e
\
u003csvg class=" icon-action-retry"
\
u003e
\
u003cuse xlink:href="https://gitlab.com/assets/icons-fe86f87a3d244c952cc0ec8d7f88c5effefcbe454d751d8449d4a1a32aaaf9a0.svg#retry"
\
u003e
\
u003c/use
\
u003e
\
u003c/svg
\
u003e
\n\
u003c/a
\
u003e
\n\
u003c/li
\
u003e
\n\
u003cli
\
u003e
\n\
u003ca class="mini-pipeline-graph-dropdown-item" data-toggle="tooltip" data-title="spinach-mysql 0 2 - passed" data-html="true" data-container="body" href="/gitlab-org/gitlab-ce/-/jobs/62398058"
\
u003e
\
u003cspan class="ci-status-icon ci-status-icon-success"
\
u003e
\
u003csvg
\
u003e
\
u003cuse xlink:href="https://gitlab.com/assets/icons-fe86f87a3d244c952cc0ec8d7f88c5effefcbe454d751d8449d4a1a32aaaf9a0.svg#status_success"
\
u003e
\
u003c/use
\
u003e
\
u003c/svg
\
u003e
\
u003c/span
\
u003e
\n\
u003cspan class="ci-build-text"
\
u003espinach-mysql 0 2
\
u003c/span
\
u003e
\n\
u003c/a
\
u003e
\
u003ca class="ci-action-icon-wrapper js-ci-action-icon" data-toggle="tooltip" data-title="Retry" data-container="body" rel="nofollow" data-method="post" href="/gitlab-org/gitlab-ce/-/jobs/62398058/retry"
\
u003e
\
u003csvg class=" icon-action-retry"
\
u003e
\
u003cuse xlink:href="https://gitlab.com/assets/icons-fe86f87a3d244c952cc0ec8d7f88c5effefcbe454d751d8449d4a1a32aaaf9a0.svg#retry"
\
u003e
\
u003c/use
\
u003e
\
u003c/svg
\
u003e
\n\
u003c/a
\
u003e
\n\
u003c/li
\
u003e
\n\
u003cli
\
u003e
\n\
u003ca class="mini-pipeline-graph-dropdown-item" data-toggle="tooltip" data-title="spinach-mysql 1 2 - passed" data-html="true" data-container="body" href="/gitlab-org/gitlab-ce/-/jobs/62398059"
\
u003e
\
u003cspan class="ci-status-icon ci-status-icon-success"
\
u003e
\
u003csvg
\
u003e
\
u003cuse xlink:href="https://gitlab.com/assets/icons-fe86f87a3d244c952cc0ec8d7f88c5effefcbe454d751d8449d4a1a32aaaf9a0.svg#status_success"
\
u003e
\
u003c/use
\
u003e
\
u003c/svg
\
u003e
\
u003c/span
\
u003e
\n\
u003cspan class="ci-build-text"
\
u003espinach-mysql 1 2
\
u003c/span
\
u003e
\n\
u003c/a
\
u003e
\
u003ca class="ci-action-icon-wrapper js-ci-action-icon" data-toggle="tooltip" data-title="Retry" data-container="body" rel="nofollow" data-method="post" href="/gitlab-org/gitlab-ce/-/jobs/62398059/retry"
\
u003e
\
u003csvg class=" icon-action-retry"
\
u003e
\
u003cuse xlink:href="https://gitlab.com/assets/icons-fe86f87a3d244c952cc0ec8d7f88c5effefcbe454d751d8449d4a1a32aaaf9a0.svg#retry"
\
u003e
\
u003c/use
\
u003e
\
u003c/svg
\
u003e
\n\
u003c/a
\
u003e
\n\
u003c/li
\
u003e
\n\
u003cli
\
u003e
\n\
u003ca class="mini-pipeline-graph-dropdown-item" data-toggle="tooltip" data-title="spinach-pg 0 2 - passed" data-html="true" data-container="body" href="/gitlab-org/gitlab-ce/-/jobs/62398053"
\
u003e
\
u003cspan class="ci-status-icon ci-status-icon-success"
\
u003e
\
u003csvg
\
u003e
\
u003cuse xlink:href="https://gitlab.com/assets/icons-fe86f87a3d244c952cc0ec8d7f88c5effefcbe454d751d8449d4a1a32aaaf9a0.svg#status_success"
\
u003e
\
u003c/use
\
u003e
\
u003c/svg
\
u003e
\
u003c/span
\
u003e
\n\
u003cspan class="ci-build-text"
\
u003espinach-pg 0 2
\
u003c/span
\
u003e
\n\
u003c/a
\
u003e
\
u003ca class="ci-action-icon-wrapper js-ci-action-icon" data-toggle="tooltip" data-title="Retry" data-container="body" rel="nofollow" data-method="post" href="/gitlab-org/gitlab-ce/-/jobs/62398053/retry"
\
u003e
\
u003csvg class=" icon-action-retry"
\
u003e
\
u003cuse xlink:href="https://gitlab.com/assets/icons-fe86f87a3d244c952cc0ec8d7f88c5effefcbe454d751d8449d4a1a32aaaf9a0.svg#retry"
\
u003e
\
u003c/use
\
u003e
\
u003c/svg
\
u003e
\n\
u003c/a
\
u003e
\n\
u003c/li
\
u003e
\n\
u003cli
\
u003e
\n\
u003ca class="mini-pipeline-graph-dropdown-item" data-toggle="tooltip" data-title="spinach-pg 1 2 - passed" data-html="true" data-container="body" href="/gitlab-org/gitlab-ce/-/jobs/62398056"
\
u003e
\
u003cspan class="ci-status-icon ci-status-icon-success"
\
u003e
\
u003csvg
\
u003e
\
u003cuse xlink:href="https://gitlab.com/assets/icons-fe86f87a3d244c952cc0ec8d7f88c5effefcbe454d751d8449d4a1a32aaaf9a0.svg#status_success"
\
u003e
\
u003c/use
\
u003e
\
u003c/svg
\
u003e
\
u003c/span
\
u003e
\n\
u003cspan class="ci-build-text"
\
u003espinach-pg 1 2
\
u003c/span
\
u003e
\n\
u003c/a
\
u003e
\
u003ca class="ci-action-icon-wrapper js-ci-action-icon" data-toggle="tooltip" data-title="Retry" data-container="body" rel="nofollow" data-method="post" href="/gitlab-org/gitlab-ce/-/jobs/62398056/retry"
\
u003e
\
u003csvg class=" icon-action-retry"
\
u003e
\
u003cuse xlink:href="https://gitlab.com/assets/icons-fe86f87a3d244c952cc0ec8d7f88c5effefcbe454d751d8449d4a1a32aaaf9a0.svg#retry"
\
u003e
\
u003c/use
\
u003e
\
u003c/svg
\
u003e
\n\
u003c/a
\
u003e
\n\
u003c/li
\
u003e
\n\
u003cli
\
u003e
\n\
u003ca class="mini-pipeline-graph-dropdown-item" data-toggle="tooltip" data-title="static-analysis - passed" data-html="true" data-container="body" href="/gitlab-org/gitlab-ce/-/jobs/62398060"
\
u003e
\
u003cspan class="ci-status-icon ci-status-icon-success"
\
u003e
\
u003csvg
\
u003e
\
u003cuse xlink:href="https://gitlab.com/assets/icons-fe86f87a3d244c952cc0ec8d7f88c5effefcbe454d751d8449d4a1a32aaaf9a0.svg#status_success"
\
u003e
\
u003c/use
\
u003e
\
u003c/svg
\
u003e
\
u003c/span
\
u003e
\n\
u003cspan class="ci-build-text"
\
u003estatic-analysis
\
u003c/span
\
u003e
\n\
u003c/a
\
u003e
\
u003ca class="ci-action-icon-wrapper js-ci-action-icon" data-toggle="tooltip" data-title="Retry" data-container="body" rel="nofollow" data-method="post" href="/gitlab-org/gitlab-ce/-/jobs/62398060/retry"
\
u003e
\
u003csvg class=" icon-action-retry"
\
u003e
\
u003cuse xlink:href="https://gitlab.com/assets/icons-fe86f87a3d244c952cc0ec8d7f88c5effefcbe454d751d8449d4a1a32aaaf9a0.svg#retry"
\
u003e
\
u003c/use
\
u003e
\
u003c/svg
\
u003e
\n\
u003c/a
\
u003e
\n\
u003c/li
\
u003e
\n
'
,
name
:
'
deploy
'
,
title
:
'
deploy: running
'
,
latest_statuses
:
[
{
id
:
928
,
name
:
'
stop staging
'
,
started
:
false
,
build_path
:
'
/twitter/flight/-/jobs/928
'
,
cancel_path
:
'
/twitter/flight/-/jobs/928/cancel
'
,
playable
:
false
,
created_at
:
'
2018-04-04T20:02:02.728Z
'
,
updated_at
:
'
2018-04-04T20:02:02.766Z
'
,
status
:
{
icon
:
'
status_pending
'
,
text
:
'
pending
'
,
label
:
'
pending
'
,
group
:
'
pending
'
,
tooltip
:
'
pending
'
,
has_details
:
true
,
details_path
:
'
/twitter/flight/-/jobs/928
'
,
favicon
:
'
/assets/ci_favicons/dev/favicon_status_pending-db32e1faf94b9f89530ac519790920d1f18ea8f6af6cd2e0a26cd6840cacf101.ico
'
,
action
:
{
icon
:
'
cancel
'
,
title
:
'
Cancel
'
,
path
:
'
/twitter/flight/-/jobs/928/cancel
'
,
method
:
'
post
'
,
},
},
},
{
id
:
926
,
name
:
'
production
'
,
started
:
false
,
build_path
:
'
/twitter/flight/-/jobs/926
'
,
retry_path
:
'
/twitter/flight/-/jobs/926/retry
'
,
play_path
:
'
/twitter/flight/-/jobs/926/play
'
,
playable
:
true
,
created_at
:
'
2018-04-04T20:00:57.202Z
'
,
updated_at
:
'
2018-04-04T20:11:13.110Z
'
,
status
:
{
icon
:
'
status_canceled
'
,
text
:
'
canceled
'
,
label
:
'
manual play action
'
,
group
:
'
canceled
'
,
tooltip
:
'
canceled
'
,
has_details
:
true
,
details_path
:
'
/twitter/flight/-/jobs/926
'
,
favicon
:
'
/assets/ci_favicons/dev/favicon_status_canceled-5491840b9b6feafba0bc599cbd49ee9580321dc809683856cf1b0d51532b1af6.ico
'
,
action
:
{
icon
:
'
play
'
,
title
:
'
Play
'
,
path
:
'
/twitter/flight/-/jobs/926/play
'
,
method
:
'
post
'
,
},
},
},
{
id
:
217
,
name
:
'
staging
'
,
started
:
'
2018-03-07T08:41:46.234Z
'
,
build_path
:
'
/twitter/flight/-/jobs/217
'
,
retry_path
:
'
/twitter/flight/-/jobs/217/retry
'
,
playable
:
false
,
created_at
:
'
2018-03-07T14:41:58.093Z
'
,
updated_at
:
'
2018-03-07T14:41:58.093Z
'
,
status
:
{
icon
:
'
status_success
'
,
text
:
'
passed
'
,
label
:
'
passed
'
,
group
:
'
success
'
,
tooltip
:
'
passed
'
,
has_details
:
true
,
details_path
:
'
/twitter/flight/-/jobs/217
'
,
favicon
:
'
/assets/ci_favicons/dev/favicon_status_success-308b4fc054cdd1b68d0865e6cfb7b02e92e3472f201507418f8eddb74ac11a59.ico
'
,
action
:
{
icon
:
'
retry
'
,
title
:
'
Retry
'
,
path
:
'
/twitter/flight/-/jobs/217/retry
'
,
method
:
'
post
'
,
},
},
},
],
status
:
{
icon
:
'
status_running
'
,
text
:
'
running
'
,
label
:
'
running
'
,
group
:
'
running
'
,
tooltip
:
'
running
'
,
has_details
:
true
,
details_path
:
'
/twitter/flight/pipelines/13#deploy
'
,
favicon
:
'
/assets/ci_favicons/dev/favicon_status_running-c3ad2fc53ea6079c174e5b6c1351ff349e99ec3af5a5622fb77b0fe53ea279c1.ico
'
,
},
path
:
'
/twitter/flight/pipelines/13#deploy
'
,
dropdown_path
:
'
/twitter/flight/pipelines/13/stage.json?stage=deploy
'
,
};
spec/javascripts/pipelines/stage_spec.js
View file @
10d8b3a0
...
...
@@ -4,6 +4,7 @@ import axios from '~/lib/utils/axios_utils';
import
stage
from
'
~/pipelines/components/stage.vue
'
;
import
eventHub
from
'
~/pipelines/event_hub
'
;
import
mountComponent
from
'
spec/helpers/vue_mount_component_helper
'
;
import
{
stageReply
}
from
'
./mock_data
'
;
describe
(
'
Pipelines stage component
'
,
()
=>
{
let
StageComponent
;
...
...
@@ -41,7 +42,7 @@ describe('Pipelines stage component', () => {
describe
(
'
with successfull request
'
,
()
=>
{
beforeEach
(()
=>
{
mock
.
onGet
(
'
path.json
'
).
reply
(
200
,
{
html
:
'
foo
'
}
);
mock
.
onGet
(
'
path.json
'
).
reply
(
200
,
stageReply
);
});
it
(
'
should render the received data and emit `clickedDropdown` event
'
,
done
=>
{
...
...
@@ -51,7 +52,7 @@ describe('Pipelines stage component', () => {
setTimeout
(()
=>
{
expect
(
component
.
$el
.
querySelector
(
'
.js-builds-dropdown-container ul
'
).
textContent
.
trim
(),
).
to
Equal
(
'
foo
'
);
).
to
Contain
(
stageReply
.
latest_statuses
[
0
].
name
);
expect
(
eventHub
.
$emit
).
toHaveBeenCalledWith
(
'
clickedDropdown
'
);
done
();
},
0
);
...
...
@@ -74,7 +75,9 @@ describe('Pipelines stage component', () => {
describe
(
'
update endpoint correctly
'
,
()
=>
{
beforeEach
(()
=>
{
mock
.
onGet
(
'
bar.json
'
).
reply
(
200
,
{
html
:
'
this is the updated content
'
});
const
copyStage
=
Object
.
assign
({},
stageReply
);
copyStage
.
latest_statuses
[
0
].
name
=
'
this is the updated content
'
;
mock
.
onGet
(
'
bar.json
'
).
reply
(
200
,
copyStage
);
});
it
(
'
should update the stage to request the new endpoint provided
'
,
done
=>
{
...
...
@@ -93,7 +96,7 @@ describe('Pipelines stage component', () => {
setTimeout
(()
=>
{
expect
(
component
.
$el
.
querySelector
(
'
.js-builds-dropdown-container ul
'
).
textContent
.
trim
(),
).
to
Equal
(
'
this is the updated content
'
);
).
to
Contain
(
'
this is the updated content
'
);
done
();
});
});
...
...
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