diff --git a/.gitignore b/.gitignore index 0a0f43130f..fe93775336 100644 --- a/.gitignore +++ b/.gitignore @@ -74,6 +74,7 @@ reports/ jscover.log jscover.log.* .pytest_cache/ +pytest_container*.txt .tddium* common/test/data/test_unicode/static/ test_root/courses/ diff --git a/scripts/xdist/prepare_xdist_nodes.sh b/scripts/xdist/prepare_xdist_nodes.sh new file mode 100644 index 0000000000..6c1e1bcc92 --- /dev/null +++ b/scripts/xdist/prepare_xdist_nodes.sh @@ -0,0 +1,22 @@ +#!/bin/bash +set -e + +python scripts/xdist/pytest_container_manager.py -a up -n ${XDIST_NUM_CONTAINERS} \ +-t ${XDIST_CONTAINER_TASK_NAME} \ +-s ${XDIST_CONTAINER_SUBNET} \ +-sg ${XDIST_CONTAINER_SECURITY_GROUP} + +ip_list=$(=1.8,<1.9 django19: Django>=1.9,<1.10