Commit 655bfcf9 authored by Stan Hu's avatar Stan Hu

Merge branch 'ce-to-ee-2018-09-28' into 'master'

CE upstream - 2018-09-28 15:20 UTC

Closes gitlab-ce#51927

See merge request gitlab-org/gitlab-ee!7600
parents 95082a21 11f5d9d8
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
{ "$ref": "../../../../../../spec/fixtures/api/schemas/job/job_details.json" }, { "$ref": "../../../../../../spec/fixtures/api/schemas/job/job_details.json" },
{ {
"properties": { "properties": {
"runner": { "$ref": "runner.json" } "runners": { "$ref": "runners.json" }
} }
} }
] ]
......
...@@ -4,6 +4,9 @@ ...@@ -4,6 +4,9 @@
], ],
"description": "An extension of job.json with more detailed information", "description": "An extension of job.json with more detailed information",
"required": [ "required": [
"artifact",
"runner",
"runners",
"has_trace" "has_trace"
], ],
"properties": { "properties": {
...@@ -12,7 +15,7 @@ ...@@ -12,7 +15,7 @@
"trigger": { "$ref": "trigger.json" }, "trigger": { "$ref": "trigger.json" },
"deployment_status": { "$ref": "deployment_status.json" }, "deployment_status": { "$ref": "deployment_status.json" },
"runner": { "$ref": "runner.json" }, "runner": { "$ref": "runner.json" },
"runners": { "type": "runners.json" }, "runners": { "$ref": "runners.json" },
"has_trace": { "type": "boolean" } "has_trace": { "type": "boolean" }
} }
} }
...@@ -8,6 +8,5 @@ ...@@ -8,6 +8,5 @@
"online": { "type": "boolean" }, "online": { "type": "boolean" },
"available": { "type": "boolean" }, "available": { "type": "boolean" },
"settings_path": { "type": "string" } "settings_path": { "type": "string" }
}, }
"additionalProperties": false
} }
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment