Skip to content

Commit

Permalink
Disable client tests in CI because there aren't any now.
Browse files Browse the repository at this point in the history
  • Loading branch information
bhearsum committed Jun 27, 2019
1 parent a2da91a commit f748ffb
Showing 1 changed file with 0 additions and 29 deletions.
29 changes: 0 additions & 29 deletions .taskcluster.yml
Original file line number Diff line number Diff line change
Expand Up @@ -120,35 +120,6 @@ tasks:
owner: "{{ event.head.user.email }}"
source: "{{ event.head.repo.url }}"

- provisionerId: "{{ taskcluster.docker.provisionerId }}"
workerType: "{{ taskcluster.docker.workerType }}"
payload:
maxRunTime: 1200
image: "mozillareleases/python-test-runner"
env:
NO_VOLUME_MOUNT: 1
command:
- "/bin/bash"
- "-c"
- "git clone $GITHUB_HEAD_REPO_URL balrog && cd balrog && git checkout $GITHUB_HEAD_BRANCH && cd client && bash run-tests.sh"
features:
dind: true
extra:
github:
env: true
events:
- pull_request.opened
- pull_request.synchronize
- pull_request.reopened
- push
branches:
- master
metadata:
name: Balrog Python Client Tests
description: Balrog Python Client Tests
owner: "{{ event.head.user.email }}"
source: "{{ event.head.repo.url }}"

- provisionerId: "{{ taskcluster.docker.provisionerId }}"
workerType: "{{ taskcluster.docker.workerType }}"
scopes:
Expand Down

0 comments on commit f748ffb

Please sign in to comment.