Skip to content

Commit

Permalink
Taskcluster migration to community cluster (mozilla#36)
Browse files Browse the repository at this point in the history
* Point taskcluster github integration at the new cluster

* Call the badge api of the new cluster
  • Loading branch information
owlishDeveloper authored and calixteman committed Nov 8, 2019
1 parent 81e3e80 commit 5cae089
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .taskcluster.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ tasks:
- taskId: {$eval: as_slugid("lint_task")}
created: {$fromNow: ''}
deadline: {$fromNow: '1 hour'}
provisionerId: aws-provisioner-v1
workerType: github-worker
provisionerId: proj-relman
workerType: ci
payload:
maxRunTime: 3600
image: "rust:buster"
Expand All @@ -56,8 +56,8 @@ tasks:
- taskId: {$eval: as_slugid("test_task")}
created: {$fromNow: ''}
deadline: {$fromNow: '1 hour'}
provisionerId: aws-provisioner-v1
workerType: github-worker
provisionerId: proj-relman
workerType: ci
payload:
maxRunTime: 3600
image: "rust:buster"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# dump_syms

[![Task Status](https://github.taskcluster.net/v1/repository/mozilla/dump_syms/master/badge.svg)](https://github.taskcluster.net/v1/repository/mozilla/dump_syms/master/latest)
[![Task Status](https://community-tc.services.mozilla.com/api/github/v1/repository/mozilla/dump_syms/master/badge.svg)](https://github.taskcluster.net/v1/repository/mozilla/dump_syms/master/latest)
[![codecov](https://codecov.io/gh/calixteman/dump_syms/branch/master/graph/badge.svg)](https://codecov.io/gh/calixteman/dump_syms)

The goal is to rewrite breakpad tools to generate breakpad symbol files from debug files.

0 comments on commit 5cae089

Please sign in to comment.