Page MenuHomePhabricator
Paste P6763

scap blubber.yaml
ActivePublic

Authored by dduvall on Feb 28 2018, 7:49 PM.
Tags
None
Referenced Files
F14113719: scap blubber.yaml
Feb 28 2018, 7:49 PM
Subscribers
base: docker-registry.wikimedia.org/wikimedia-jessie
apt:
packages:
- build-essential
- ca-certificates
- openssl
- python2.7
- python2.7-dev
- python-openssl
- python-setuptools
- git
- zlib1g-dev
- libjpeg-dev
- php5-cli
runs:
in: /srv/scap
as: runuser
uid: 666
gid: 666
environment:
LANG: C.UTF-8
python:
version: python2.7
requirements:
- requirements.txt
- test-requirements.txt
- docs/requirements.txt
variants:
test:
entrypoint: [python2.7, -m, tox]

Event Timeline

dduvall changed the title of this paste from untitled to scap blubber.yaml.
dduvall updated the paste's language from autodetect to autodetect.

using entrypoint: [python2.7, -m, tox, -e, 'py27,flake8'] and a small modification to the coverage report location seem to make scap happy. Doc generation is handled by a different job, although I'm not sure we would notice doc generation failing except that it runs like a test now. Maybe we could move the doc generation directory for this job only...