Skip to content
This repository has been archived by the owner on Feb 20, 2020. It is now read-only.

Commit

Permalink
Bug 1397373 - Point to superseding docs
Browse files Browse the repository at this point in the history
  • Loading branch information
djmitche committed Sep 6, 2017
1 parent 403f069 commit ed8157d
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 5 deletions.
4 changes: 3 additions & 1 deletion all-unix-style.yml
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,9 @@ properties:
will be appended as a query argument `taskId`. The service should return an object with
a `supersedes` key containing a list of `taskId`s, including the supplied `taskId`. The
tasks should be ordered such that each task supersedes all tasks appearing later in the
list.
list. See
[superseding](https://docs.taskcluster.net/reference/platform/taskcluster-queue/docs/superseding)
for more detail.
format: uri
definitions:
mount:
Expand Down
5 changes: 3 additions & 2 deletions generated_all-unix-style.go
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,8 @@ type (
// will be appended as a query argument `taskId`. The service should return an object with
// a `supersedes` key containing a list of `taskId`s, including the supplied `taskId`. The
// tasks should be ordered such that each task supersedes all tasks appearing later in the
// list.
// list. See [superseding](https://docs.taskcluster.net/reference/platform/taskcluster-queue/docs/superseding)
// for more detail.
SupersederURL string `json:"supersederUrl,omitempty"`
}

Expand Down Expand Up @@ -464,7 +465,7 @@ func taskPayloadSchema() string {
"type": "array"
},
"supersederUrl": {
"description": "URL of the a service that can indicate tasks superseding this one; the current ` + "`" + `taskId` + "`" + `\nwill be appended as a query argument ` + "`" + `taskId` + "`" + `. The service should return an object with\na ` + "`" + `supersedes` + "`" + ` key containing a list of ` + "`" + `taskId` + "`" + `s, including the supplied ` + "`" + `taskId` + "`" + `. The\ntasks should be ordered such that each task supersedes all tasks appearing later in the\nlist.",
"description": "URL of the a service that can indicate tasks superseding this one; the current ` + "`" + `taskId` + "`" + `\nwill be appended as a query argument ` + "`" + `taskId` + "`" + `. The service should return an object with\na ` + "`" + `supersedes` + "`" + ` key containing a list of ` + "`" + `taskId` + "`" + `s, including the supplied ` + "`" + `taskId` + "`" + `. The\ntasks should be ordered such that each task supersedes all tasks appearing later in the\nlist. See [superseding](https://docs.taskcluster.net/reference/platform/taskcluster-queue/docs/superseding) for more detail.",
"format": "uri",
"title": "Superseder URL",
"type": "string"
Expand Down
5 changes: 3 additions & 2 deletions generated_windows.go
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,8 @@ type (
// will be appended as a query argument `taskId`. The service should return an object with
// a `supersedes` key containing a list of `taskId`s, including the supplied `taskId`. The
// tasks should be ordered such that each task supersedes all tasks appearing later in the
// list.
// list. See [superseding](https://docs.taskcluster.net/reference/platform/taskcluster-queue/docs/superseding)
// for more detail.
SupersederURL string `json:"supersederUrl,omitempty"`
}

Expand Down Expand Up @@ -460,7 +461,7 @@ func taskPayloadSchema() string {
"type": "array"
},
"supersederUrl": {
"description": "URL of the a service that can indicate tasks superseding this one; the current ` + "`" + `taskId` + "`" + `\nwill be appended as a query argument ` + "`" + `taskId` + "`" + `. The service should return an object with\na ` + "`" + `supersedes` + "`" + ` key containing a list of ` + "`" + `taskId` + "`" + `s, including the supplied ` + "`" + `taskId` + "`" + `. The\ntasks should be ordered such that each task supersedes all tasks appearing later in the\nlist.",
"description": "URL of the a service that can indicate tasks superseding this one; the current ` + "`" + `taskId` + "`" + `\nwill be appended as a query argument ` + "`" + `taskId` + "`" + `. The service should return an object with\na ` + "`" + `supersedes` + "`" + ` key containing a list of ` + "`" + `taskId` + "`" + `s, including the supplied ` + "`" + `taskId` + "`" + `. The\ntasks should be ordered such that each task supersedes all tasks appearing later in the\nlist. See [superseding](https://docs.taskcluster.net/reference/platform/taskcluster-queue/docs/superseding) for more detail.",
"format": "uri",
"title": "Superseder URL",
"type": "string"
Expand Down

0 comments on commit ed8157d

Please sign in to comment.