Remove zuul-tox-py35

This is no longer needed.

Depends-On: https://review.openstack.org/560982
Change-Id: I927ab285761bf711d7a223816a44b59bb026faa8
This commit is contained in:
Monty Taylor 2018-04-12 12:38:18 -05:00
parent fadd15a001
commit 7ab04c810f
No known key found for this signature in database
GPG Key ID: 7BAE94BC7141A594
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