FAQ | This is a LIVE service | Changelog

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

adding artifact for full fat test output

parent 459c9b69
No related branches found
No related tags found
No related merge requests found
......@@ -131,7 +131,7 @@ half_fat_epi_tests:
expire_in: 10 days
full_fat_tests:
when: always
when: manual
stage: full-fat
# extends: .half_fat_before_script
image: lb584/ews_coordinator:latest
......@@ -167,11 +167,12 @@ full_fat_tests:
#echo $TEST_WORKSPACE_DIR
date=$(date '+%Y-%m-%d')
mkdir ${TEST_WORKSPACE_DIR}/${date}
cp -rv $OUTPUT_DIR/* ${TEST_WORKSPACE_DIR}/${date}
["$FULL_FAT_COPY_OUTPUT" == "true"]
then
date=$(date '+%Y-%m-%d');
mkdir ${TEST_WORKSPACE_DIR}/${date};
cp -rv $OUTPUT_DIR/* ${TEST_WORKSPACE_DIR}/integration/full/${date};
fi
#python3 full_test_deposition.py
#--config /storage/app/EWS_prod/regions/EastAfrica/resources/coordinator/configs/config_EastAfrica_fc_live.json
......
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