FAQ | This is a LIVE service | Changelog

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

investigating failing env suit full fat failure

parent d23824da
No related branches found
No related tags found
No related merge requests found
......@@ -151,7 +151,7 @@ full_fat_depo:
expire_in: 10 days
full_fat_env_suit:
when: manual
when: always
stage: full-fat
extends: .before_script
image: lb584/ews_coordinator:latest
......
......@@ -46,10 +46,10 @@ class FullTestEnvSuit(BaseEnvSuitTestSuite.EnvSuitTestSuite):
@staticmethod
def run_env_pipeline():
IntegrationTestUtils.run_external_pipeline(BaseEnvSuitTestSuite.EnvSuitTestSuite.ENV_COMPONENT_NAME,
IntegrationTestUtils.TEST_START_DATE,
IntegrationTestUtils.EMAIL_CRED_PATH)
# IntegrationTestUtils.run_external_pipeline(BaseEnvSuitTestSuite.EnvSuitTestSuite.ENV_COMPONENT_NAME,
# IntegrationTestUtils.TEST_START_DATE,
# IntegrationTestUtils.EMAIL_CRED_PATH)
pass
if __name__ == '__main__':
_success: bool = IntegrationTestUtils.run_full_integration_test_pipeline(FullTestEnvSuit,
......
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