Jeremy Tuloup
65d25aae74
Rename to --bootstrap-pip-spec in integration tests
2020-05-04 10:16:41 +02:00
GeorgianaElena
8e1d360eb4
Make bootstrap_pip_spec arg optional
2020-04-30 13:31:26 +03:00
GeorgianaElena
b51467dcd3
Some refactoring
2020-02-20 13:31:17 +02:00
GeorgianaElena
6fd2e44b7c
Fix
2020-02-19 11:57:11 +02:00
GeorgianaElena
764806b999
Install current pr branch
2020-02-18 16:32:45 +02:00
GeorgianaElena
4af48907b0
Get paths right
2020-02-17 17:45:26 +02:00
GeorgianaElena
2af177b753
Use pip from hub env to run tests
2020-02-17 17:13:42 +02:00
GeorgianaElena
b5ad4417a8
Don't copy everyhting
2020-02-17 13:09:16 +02:00
GeorgianaElena
d302aba7c7
increase integration tests memory
2020-01-13 16:10:28 +02:00
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