FAQ
| This is a
LIVE
service |
Changelog
Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
ews-coordinator
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Package Registry
Container Registry
Operate
Terraform modules
Analyze
Contributor analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Gilligan Lab for Epidemiology and Modelling
Wheat rusts
ews-coordinator
Commits
73c6dbeb
Commit
73c6dbeb
authored
1 year ago
by
L. Bower
Browse files
Options
Downloads
Patches
Plain Diff
removing mounted storage from the docker runner mount paths - now attached storage
parent
3926b0e6
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
configs/docker/run/launchDockerRunnerIaas.sh
+2
-2
2 additions, 2 deletions
configs/docker/run/launchDockerRunnerIaas.sh
tests/integration/full/full_test_epi.py
+1
-1
1 addition, 1 deletion
tests/integration/full/full_test_epi.py
with
3 additions
and
3 deletions
configs/docker/run/launchDockerRunnerIaas.sh
+
2
−
2
View file @
73c6dbeb
...
@@ -4,8 +4,8 @@ set -e
...
@@ -4,8 +4,8 @@ set -e
docker run
-it
-v
"/storage/app/EWS_prod/code:/storage/app/EWS_prod/code"
\
docker run
-it
-v
"/storage/app/EWS_prod/code:/storage/app/EWS_prod/code"
\
-v
"/storage/app/EWS_prod/regions:/storage/app/EWS_prod/regions"
\
-v
"/storage/app/EWS_prod/regions:/storage/app/EWS_prod/regions"
\
-v
"/storage/app/EWS_prod/envs/credentials:/storage/app/EWS_prod/envs/credentials"
\
-v
"/storage/app/EWS_prod/envs/credentials:/storage/app/EWS_prod/envs/credentials"
\
-v
"/
mnt/RFS/production_backup/
:/storage/sftp"
\
-v
"/
storage/sftp
:/storage/sftp"
\
-v
"/
mnt/ewsmanager/RDS
/webdata:/storage/moved"
\
-v
"/
storage
/webdata:/storage/moved"
\
-w
"/storage/app/EWS_prod/code"
\
-w
"/storage/app/EWS_prod/code"
\
--name
ews_runner
\
--name
ews_runner
\
lb584/ews_coordinator
lb584/ews_coordinator
...
...
This diff is collapsed.
Click to expand it.
tests/integration/full/full_test_epi.py
+
1
−
1
View file @
73c6dbeb
...
@@ -9,7 +9,7 @@ from integration.test_suites.epi_test_suite import BaseEpiTestSuite
...
@@ -9,7 +9,7 @@ from integration.test_suites.epi_test_suite import BaseEpiTestSuite
class
FullTestEpi
(
BaseEpiTestSuite
.
EpiTestSuite
):
class
FullTestEpi
(
BaseEpiTestSuite
.
EpiTestSuite
):
def
set_expected_values
(
self
):
def
set_expected_values
(
self
):
# nothing to override here
(outpouts overridden in the __main__ function
# nothing to override here
pass
pass
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment