Commit Graph

14 Commits

Author SHA1 Message Date
yuvipanda
b259bedab3 Document our minimum RAM requirement 2019-05-19 13:08:57 -07:00
yuvipanda
2c2a4d9b41 Try setting minimum required RAM to 768M
512MB is too little for installing jupyterlab extensions :'(
2019-05-19 12:16:40 -07:00
yuvipanda
48c819b422 Limit memory available in integration tests
This helps us catch times where our minimum recommended
VM size (512MB?) is too little for TLJH to install or
run.

Ref #257
2019-05-19 11:34:05 -07:00
GeorgianaElena
eee29a0957 Replace chp with traefik-proxy 2019-02-13 14:23:02 +02:00
Min RK
b833ce8452 missing arguments in integration test commands
and missing start-container command

for local testing
2018-08-28 12:11:49 +02:00
yuvipanda
5a2ec9e517 Don't fail silently when integration-test commands fail
This will lead to tests reported as passing even when they are actually
failing.
2018-08-12 09:53:49 -07:00
yuvipanda
732e655ada Fixup circle config to match new integration-test.py 2018-08-11 11:02:11 -07:00
yuvipanda
8d582dcba8 Make it easier to run multiple independent integration tests
Provide higher level run-test command in integration-tests.
This runs a number of pytest files in the same container
with the same installation.
2018-08-11 10:59:03 -07:00
Min RK
26ebc61a79 move integration-test dockerfile to integration-tests directory 2018-07-16 18:07:17 -07:00
yuvipanda
ef8d111b40 Use proper --mount syntax for cgroup passthrough volume mount 2018-07-11 09:30:18 -07:00
yuvipanda
ebb95bfcd8 Pass through cgroups when trying to run systemd
From https://discuss.circleci.com/t/docker-with-centos7-systemd-container/885/14
2018-07-11 09:24:38 -07:00
yuvipanda
0b938f7b9b Don't publish port / bind mount inside CircleCI
The remote docker endpoint we have does
not support doing bind mounts from the
CircleCI Host. We also can not access
the published external network port, so
let's sotp doing that.
2018-07-11 02:15:47 -07:00
yuvipanda
732ca48887 Fix syntax error in integration-test.py 2018-07-11 02:09:38 -07:00
yuvipanda
f6a5566b42 Use python script to run integration test
YAML calling to python is better than YAML embedding bash
2018-07-11 02:04:41 -07:00