Skip to content

Commit

Permalink
[balrog-ui] Merge pull request #12 from bhearsum/taskcluster
Browse files Browse the repository at this point in the history
bug 1232436: Switch to Taskcluster + new Docker image. r=rail
  • Loading branch information
Ben Hearsum committed Dec 17, 2015
2 parents 7a6a44d + 347eeef commit bc1f19e
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 19 deletions.
27 changes: 27 additions & 0 deletions ui/.taskcluster.yml
@@ -0,0 +1,27 @@
version: 0
metadata:
name: Balrog UI Task Graph
description: Balrog UI
owner: "{{ event.head.user.email }}"
source: "{{ event.head.repo.url }}"
tasks:
- provisionerId: "{{ taskcluster.docker.provisionerId }}"
workerType: "{{ taskcluster.docker.workerType }}"
payload:
maxRunTime: 1200
image: "bhearsum/lineman-docker"
command:
- "/bin/bash"
- "-c"
- "git clone $GITHUB_HEAD_REPO_URL && cd balrog-ui && git checkout $GITHUB_HEAD_BRANCH && npm install && npm install -g lineman && lineman spec-ci"
extra:
github:
env: true
events:
- push
- pull_request.*
metadata:
name: Balrog UI Pull Request
description: Pull Request
owner: "{{ event.head.user.email }}"
source: "{{ event.head.repo.url }}"
19 changes: 0 additions & 19 deletions ui/.travis.yml

This file was deleted.

0 comments on commit bc1f19e

Please sign in to comment.