-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path.travis.yml
12 lines (12 loc) · 2.4 KB
/
.travis.yml
1
2
3
4
5
6
7
8
9
10
11
12
language: python
python:
- "3.5"
- "3.6"
virtualenv:
system_site_packages: true
install:
- pip install -r requirements.txt
script:
- source chave.conf && python src/main.py -nit 84 64 30 112 250 854 -in input/trace/2-eucalyptus-traces/DS1-trace.txt input/trace/2-eucalyptus-traces/DS2-trace.txt input/trace/2-eucalyptus-traces/DS3-trace.txt input/trace/2-eucalyptus-traces/DS4-trace.txt input/trace/2-eucalyptus-traces/DS5-trace.txt input/trace/2-eucalyptus-traces/DS6-trace.txt -az 13 24 7 12 7 8 12 8 31 32 31 32 -ha input/trace/2-eucalyptus-traces/DS1-trace-plus.txt input/trace/2-eucalyptus-traces/DS2-trace-plus.txt input/trace/2-eucalyptus-traces/DS3-trace-plus.txt input/trace/2-eucalyptus-traces/DS4-trace-plus.txt input/trace/2-eucalyptus-traces/DS5-trace-plus.txt input/trace/2-eucalyptus-traces/DS6-trace-plus.txt -alg TEST_CHAVE -ca LOCK -ff FFD2I -wt 1 -lock RANDOM -ovc False -cons True -repl True
python src/main.py -nit 84 64 30 112 250 854 -in input/trace/2-eucalyptus-traces/DS1-trace.txt input/trace/2-eucalyptus-traces/DS2-trace.txt input/trace/2-eucalyptus-traces/DS3-trace.txt input/trace/2-eucalyptus-traces/DS4-trace.txt input/trace/2-eucalyptus-traces/DS5-trace.txt input/trace/2-eucalyptus-traces/DS6-trace.txt -az 13 24 7 12 7 8 12 8 31 32 31 32 -ha input/trace/2-eucalyptus-traces/DS1-trace-plus.txt input/trace/2-eucalyptus-traces/DS2-trace-plus.txt input/trace/2-eucalyptus-traces/DS3-trace-plus.txt input/trace/2-eucalyptus-traces/DS4-trace-plus.txt input/trace/2-eucalyptus-traces/DS5-trace-plus.txt input/trace/2-eucalyptus-traces/DS6-trace-plus.txt -alg TEST_CHAVE -ca MAX -ff FFD2I -wt 1 -lock None -ovc False -cons True -repl True
python src/main.py -nit 84 64 30 112 250 854 -in input/trace/2-eucalyptus-traces/DS1-trace.txt input/trace/2-eucalyptus-traces/DS2-trace.txt input/trace/2-eucalyptus-traces/DS3-trace.txt input/trace/2-eucalyptus-traces/DS4-trace.txt input/trace/2-eucalyptus-traces/DS5-trace.txt input/trace/2-eucalyptus-traces/DS6-trace.txt -az 13 24 7 12 7 8 12 8 31 32 31 32 -ha input/trace/2-eucalyptus-traces/DS1-trace-plus.txt input/trace/2-eucalyptus-traces/DS2-trace-plus.txt input/trace/2-eucalyptus-traces/DS3-trace-plus.txt input/trace/2-eucalyptus-traces/DS4-trace-plus.txt input/trace/2-eucalyptus-traces/DS5-trace-plus.txt input/trace/2-eucalyptus-traces/DS6-trace-plus.txt -alg TEST_EUCA -ca MAX -ff FFD2I -wt 1 -lock None -ovc False -cons False -repl False