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
40366dd1
Commit
40366dd1
authored
Apr 27, 2018
by
Lin Jen-Shin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix rubocop offense and enable jobs for qa
We could revisit which we don't want to run in qa.
parent
740f0bb1
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
6 additions
and
2 deletions
+6
-2
.gitlab-ci.yml
.gitlab-ci.yml
+1
-1
qa/qa/factory/repository/push.rb
qa/qa/factory/repository/push.rb
+3
-1
qa/qa/runtime/key/ecdsa.rb
qa/qa/runtime/key/ecdsa.rb
+1
-0
qa/qa/runtime/key/ed25519.rb
qa/qa/runtime/key/ed25519.rb
+1
-0
No files found.
.gitlab-ci.yml
View file @
40366dd1
...
...
@@ -110,7 +110,7 @@ stages:
# Jobs that only need to pull cache
.dedicated-no-docs-pull-cache-job
:
&dedicated-no-docs-pull-cache-job
<<
:
*dedicated-runner
<<
:
*except-docs
-and-qa
<<
:
*except-docs
<<
:
*pull-cache
dependencies
:
-
setup-test-env
...
...
qa/qa/factory/repository/push.rb
View file @
40366dd1
...
...
@@ -3,7 +3,9 @@ module QA
module
Repository
class
Push
<
Factory
::
Base
attr_accessor
:file_name
,
:file_content
,
:commit_message
,
:branch_name
,
:new_branch
,
:remote_branch
:branch_name
,
:new_branch
attr_writer
:remote_branch
dependency
Factory
::
Resource
::
Project
,
as: :project
do
|
project
|
project
.
name
=
'project-with-code'
...
...
qa/qa/runtime/key/ecdsa.rb
View file @
40366dd1
# rubocop:disable Naming/FileName
module
QA
module
Runtime
module
Key
...
...
qa/qa/runtime/key/ed25519.rb
View file @
40366dd1
# rubocop:disable Naming/FileName
module
QA
module
Runtime
module
Key
...
...
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