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
11f5d9d8
Commit
11f5d9d8
authored
Sep 29, 2018
by
Stan Hu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove EE-specific runner.json in favor of runners.json
parent
6d78048b
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
19 deletions
+0
-19
ee/spec/fixtures/api/schemas/job/job_details.json
ee/spec/fixtures/api/schemas/job/job_details.json
+0
-1
ee/spec/fixtures/api/schemas/job/runner.json
ee/spec/fixtures/api/schemas/job/runner.json
+0
-18
No files found.
ee/spec/fixtures/api/schemas/job/job_details.json
View file @
11f5d9d8
...
...
@@ -3,7 +3,6 @@
{
"$ref"
:
"../../../../../../spec/fixtures/api/schemas/job/job_details.json"
},
{
"properties"
:
{
"runner"
:
{
"$ref"
:
"runner.json"
},
"runners"
:
{
"$ref"
:
"runners.json"
}
}
}
...
...
ee/spec/fixtures/api/schemas/job/runner.json
deleted
100644 → 0
View file @
6d78048b
{
"type"
:
"object"
,
"properties"
:
{
"quota"
:
{
"description"
:
"Quota information that is only shown for shared runners."
,
"type"
:
"object"
,
"required"
:
[
"used"
,
"limit"
],
"properties"
:
{
"used"
:
{
"type"
:
"integer"
},
"limit"
:
{
"type"
:
"integer"
}
},
"additionalProperties"
:
false
}
}
}
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