FAQ | This is a LIVE service | Changelog

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

investigating failing env suit full fat failure

parent e8ac3694
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: always
when: manual
stage: full-fat
extends: .before_script
image: lb584/ews_coordinator:latest
......
......@@ -221,11 +221,11 @@ class IntegrationTestUtils:
log_level = args_dict['log_level']
set_log_level(log_level)
# try:
# run_Process(args_dict)
# except SystemExit:
# we will eventually want to throw these to the calling class to be dealt with
# pass
try:
run_Process(args_dict)
except SystemExit:
# we will eventually want to throw these to the calling class to be dealt with
pass
@staticmethod
......
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