FAQ | This is a LIVE service | Changelog

Skip to content
Snippets Groups Projects
Commit a31fc6f1 authored by L. Bower's avatar L. Bower
Browse files

investigating failing env suit full fat failure

parent 1fade410
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
......@@ -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")
......
......@@ -15,7 +15,7 @@ class BaseEnvSuitTestSuite:
"""
ENV_COMPONENT_NAME = "Environment"
"""
the prefix of the directory created by thr Processor.py, e.g. DEPOSITION_2020-01-01
the prefix of the directory created by the Processor.py, e.g. DEPOSITION_2020-01-01
"""
ENV_PROCESSOR_DIR = "ENVIRONMENT_2.0"
......
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