Skip to content
Snippets Groups Projects
Verified Commit 0491b988 authored by David Hoese's avatar David Hoese
Browse files

Add explicit MTU to test script network creation

parent 94d83e84
No related branches found
No related tags found
1 merge request!5Add initial attempt at S3 geotiff reading
Pipeline #39493 passed with stages
in 12 minutes and 14 seconds
......@@ -38,11 +38,3 @@ deploy_application:
project: cspp_geo/geosphere/geosphere-deploy
strategy: depend
when: manual
#registry_cleanup:
# stage: registry_cleanup
# tags:
# - docker
# script:
# - ci/registry_cleanup.sh
......@@ -36,7 +36,7 @@ setup_test() {
chmod 777 .
echo "Temporary directory: ${base_tmp_dir}"
docker network create ${NETWORK_NAME}
docker network create --opt com.docker.network.driver.mtu=1400 ${NETWORK_NAME}
}
teardown_test() {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment