Граф коммитов

12 Коммитов

Автор SHA1 Сообщение Дата
Jeff Klukas 8acb376e37 Copy source into image rather than mount in container
@acmiyaguchi reported that with the source mounted into the container,
cache files were written to the local file system that then
couldn't be removed without sudo on an Ubuntu host.

This change should make sure all cache files are written inside the
container so they don't hit the local filesystem.
2018-08-17 14:19:28 -04:00
Jeff Klukas 4d6280c04f Bug 1477808 Move from TravisCI to CircleCI 2.0 2018-08-17 14:19:28 -04:00
Daniel Thorn a38e07ebd3
Add support for python3 (#208)
and make python3 default in docker
2018-07-12 09:39:45 -07:00
Daniel Thorn d9c90375e4
Port client sampling to python (#202) 2018-04-02 10:09:33 -07:00
Frank Bertsch c5a99c4332
Remove Coveralls (#185)
* Remove Coveralls

Coveralls is currently making it impossible to merge PRs, since
they are not having the coveralls status reported. Admins also
cannot override this.

* Add cryptography dependencies

Previously, the job failed with:
"c/_cffi_backend.c:15:17: fatal error: ffi.h: No such file or directory"

* Remove coverage usage
2017-11-03 11:02:55 -05:00
Frank Bertsch e5dbc48685 Remove HBase code (#179) 2017-10-20 10:50:15 -05:00
Rob Hudson 55c16469ea Add Mann-Whitney U test for comparing histograms (bug 1395571) (#174) 2017-10-16 13:19:25 -07:00
Mark Reid 26e5deb4c4 Add a utility function for reading main_summary. (#177)
* Add a utility function for reading main_summary.

This supports merging schemas for only a subset of partitions.

* Replace findspark with pyspark

* Remove pyspark from setup.py
2017-10-05 15:20:03 -03:00
Mauro Doglio ddb2bd0e16 Refactor Dockerfile to take advantage of docker layers cache
The main idea here is to ADD/COPY content that changes often (like the
project source code) as late as possible. This also fixes the activation
of the conda environment, which was not happening.
2017-04-21 13:07:24 +01:00
Mauro Doglio e25a0b30e9 Download spark and hbase only once
The ADD directive let's you specify a remote src which is very handy,
but it means the src file is downloaded everytime. Using RUN means that
we are only downloading the file once, unless the filename changes.
2017-04-21 13:07:24 +01:00
William Lachance 90d05e18a4 Explicitly install pytest so spark can pick it up 2017-04-06 16:54:59 +00:00
William Lachance 85b06faa10 Add a docker-based environment for running tests (#134) 2017-04-04 15:43:19 -04:00