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
a31fc6f1
Commit
a31fc6f1
authored
1 year ago
by
L. Bower
Browse files
Options
Downloads
Patches
Plain Diff
investigating failing env suit full fat failure
parent
1fade410
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
.gitlab-ci.yml
+1
-1
1 addition, 1 deletion
.gitlab-ci.yml
tests/integration/full/full_test_env_suit.py
+1
-1
1 addition, 1 deletion
tests/integration/full/full_test_env_suit.py
tests/integration/test_suites/env_suit_test_suite.py
+1
-1
1 addition, 1 deletion
tests/integration/test_suites/env_suit_test_suite.py
with
3 additions
and
3 deletions
.gitlab-ci.yml
+
1
−
1
View file @
a31fc6f1
...
...
@@ -77,7 +77,7 @@ stages:
-
ls $PACKAGES_DIR
half_fat_tests
:
when
:
always
when
:
manual
stage
:
half-fat
extends
:
.before_script
image
:
lb584/ews_coordinator:latest
...
...
This diff is collapsed.
Click to expand it.
tests/integration/full/full_test_env_suit.py
+
1
−
1
View file @
a31fc6f1
...
...
@@ -21,7 +21,7 @@ class FullTestEnvSuit(BaseEnvSuitTestSuite.EnvSuitTestSuite):
if
IntegrationTestUtils
.
TEST_OUT_PATH
is
None
or
not
os
.
path
.
isdir
(
IntegrationTestUtils
.
TEST_OUT_PATH
):
FullTestEnvSuit
.
write_temp_run_config_file
()
FullTestEnvSuit
.
run_env_pipeline
()
#
FullTestEnvSuit.run_env_pipeline()
else
:
print
(
f
"
output in
{
IntegrationTestUtils
.
TEST_OUT_PATH
}
already written, skipping rerun
"
)
...
...
This diff is collapsed.
Click to expand it.
tests/integration/test_suites/env_suit_test_suite.py
+
1
−
1
View file @
a31fc6f1
...
...
@@ -15,7 +15,7 @@ class BaseEnvSuitTestSuite:
"""
ENV_COMPONENT_NAME
=
"
Environment
"
"""
the prefix of the directory created by th
r
Processor.py, e.g. DEPOSITION_2020-01-01
the prefix of the directory created by th
e
Processor.py, e.g. DEPOSITION_2020-01-01
"""
ENV_PROCESSOR_DIR
=
"
ENVIRONMENT_2.0
"
...
...
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