Remove zuul-tox-py35
This is no longer needed. Depends-On: https://review.openstack.org/560982 Change-Id: I927ab285761bf711d7a223816a44b59bb026faa8
This commit is contained in:
parent
fadd15a001
commit
7ab04c810f
12
.zuul.yaml
12
.zuul.yaml
@ -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
|
||||
|
@ -1,3 +0,0 @@
|
||||
- hosts: all
|
||||
roles:
|
||||
- fetch-javascript-output
|
@ -1,5 +0,0 @@
|
||||
- hosts: all
|
||||
roles:
|
||||
- install-nodejs
|
||||
- install-yarn
|
||||
- install-javascript-packages
|
@ -1,5 +0,0 @@
|
||||
- hosts: all
|
||||
roles:
|
||||
- revoke-sudo
|
||||
- npm
|
||||
- tox
|
Loading…
Reference in New Issue
Block a user