FAQ | This is a LIVE service | Changelog

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

adding artifact for full fat test output

parent ccc5d687
No related branches found
No related tags found
No related merge requests found
......@@ -122,7 +122,7 @@ half_fat_epi_tests:
expire_in: 10 days
full_fat_tests:
when: manual
when: always
stage: full-fat
extends: .half_fat_before_script
image: lb584/ews_coordinator:latest
......@@ -143,13 +143,17 @@ full_fat_tests:
#rm /storage/app/EWS_prod/regions/EastAfrica/workspace/DEPOSITION_20230126/STATUS_*
python3 full_test_deposition.py
--config /storage/app/EWS_prod/regions/EastAfrica/resources/coordinator/configs/config_EastAfrica_fc_live.json
--outdir $OUTPUT_DIR
--email_cred /storage/app/EWS_prod/envs/credentials/Cred_gmail.json
mkdir $OUTPUT_DIR/deposition_123445
touch $OUTPUT_DIR/deposition_123445/log.txt
mkdir $OUTPUT_DIR/survey_123445
touch $OUTPUT_DIR/survey_123445/log.txt
#python3 full_test_deposition.py
#--config /storage/app/EWS_prod/regions/EastAfrica/resources/coordinator/configs/config_EastAfrica_fc_live.json
#--outdir $OUTPUT_DIR
#--email_cred /storage/app/EWS_prod/envs/credentials/Cred_gmail.json
#--run_date_type $FULL_FAT_RUN_DATE
#--custom_run_date $CUSTOM_RUN_DATE
artifacts:
paths:
- $OUTPUT_DIR
- $OUTPUT_DIR/*/log.txt
expire_in: 10 days
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