forked from spotify/snakebite
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfig.yml
34 lines (30 loc) · 868 Bytes
/
fig.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
dirty:
build: .
testPy27cdh:
image: snakebite_dirty
working_dir: /snakebite
environment:
- JAVA_HOME=/usr
- ONLY_EXTRACT=true
command: python2.7 setup.py test --tox-args='-e py27-cdh --recreate'
testPy27hdp:
image: snakebite_dirty
working_dir: /snakebite
environment:
- JAVA_HOME=/usr
- ONLY_EXTRACT=true
command: python2.7 setup.py test --tox-args='-e py27-hdp --recreate'
testPy26hdp:
image: snakebite_dirty
working_dir: /snakebite
environment:
- JAVA_HOME=/usr
- ONLY_EXTRACT=true
command: python2.7 setup.py test --tox-args='-e py26-hdp --recreate'
testPy26cdh:
image: snakebite_dirty
working_dir: /snakebite
environment:
- JAVA_HOME=/usr
- ONLY_EXTRACT=true
command: python2.7 setup.py test --tox-args='-e py26-cdh --recreate'