forked from taskcluster/taskcluster-secrets
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.taskcluster.yml
More file actions
30 lines (29 loc) · 887 Bytes
/
.taskcluster.yml
File metadata and controls
30 lines (29 loc) · 887 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
version: 0
metadata:
name: "TaskCluster Secrets Tests"
description: "All non-integration tests for taskcluster github"
owner: "{{ event.head.user.email }}"
source: "{{ event.head.repo.url }}"
tasks:
- provisionerId: "{{ taskcluster.docker.provisionerId }}"
workerType: "{{ taskcluster.docker.workerType }}"
extra:
github:
env: true
events:
- pull_request.opened
- pull_request.synchronize
- pull_request.reopened
payload:
maxRunTime: 3600
image: "quay.io/mrrrgn/ubuntu-ci:0.0.1"
command:
- "/bin/bash"
- "--login"
- "-c"
- "checkout-pull-request && npm install . && npm test"
metadata:
name: "TaskCluster Secrets Tests"
description: "All non-integration tests"
owner: "{{ event.head.user.email }}"
source: "{{ event.head.repo.url }}"