mirror of
https://github.com/servo/servo.git
synced 2025-08-07 14:35:33 +01:00
YAML aliases
This commit is contained in:
parent
eb1c798a98
commit
42bb1d756b
1 changed files with 4 additions and 4 deletions
|
@ -16,8 +16,8 @@ tasks:
|
||||||
metadata:
|
metadata:
|
||||||
name: "Taskcluster experiments for Servo: decision task"
|
name: "Taskcluster experiments for Servo: decision task"
|
||||||
description: ""
|
description: ""
|
||||||
owner: ${event.pusher.name}@users.noreply.github.com
|
owner: &task_owner ${event.pusher.name}@users.noreply.github.com
|
||||||
source: ${event.compare}
|
source: &task_source ${event.compare}
|
||||||
scopes:
|
scopes:
|
||||||
- "queue:scheduler-id:taskcluster-github"
|
- "queue:scheduler-id:taskcluster-github"
|
||||||
|
|
||||||
|
@ -37,8 +37,8 @@ tasks:
|
||||||
GIT_URL: ${event.repository.clone_url}
|
GIT_URL: ${event.repository.clone_url}
|
||||||
GIT_REF: ${event.ref}
|
GIT_REF: ${event.ref}
|
||||||
GIT_SHA: ${event.after}
|
GIT_SHA: ${event.after}
|
||||||
TASK_OWNER: ${event.pusher.name}@users.noreply.github.com
|
TASK_OWNER: *task_owner
|
||||||
TASK_SOURCE: ${event.compare}
|
TASK_SOURCE: *task_source
|
||||||
command:
|
command:
|
||||||
- /bin/bash
|
- /bin/bash
|
||||||
- '--login'
|
- '--login'
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue