Merge "Remove zuul-tox-py35"

This commit is contained in:
Zuul 2018-04-13 18:21:06 +00:00 committed by Gerrit Code Review
commit 4bc0a738dc
4 changed files with 0 additions and 25 deletions

View File

@ -29,18 +29,6 @@
- playbooks/zuul-stream/.*
- requirements.txt
- job:
name: zuul-tox-py35
parent: tox-py35
description: |
Runs javascript build before running python 35 unit tests.
pre-run: playbooks/tox/pre.yaml
run: playbooks/tox/run.yaml
post-run: playbooks/tox/post.yaml
vars:
node_version: 8
npm_command: build
- job:
name: zuul-tox-remote
parent: tox

View File

@ -1,3 +0,0 @@
- hosts: all
roles:
- fetch-javascript-output

View File

@ -1,5 +0,0 @@
- hosts: all
roles:
- install-nodejs
- install-yarn
- install-javascript-packages

View File

@ -1,5 +0,0 @@
- hosts: all
roles:
- revoke-sudo
- npm
- tox