FAQ | This is a LIVE service | Changelog

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

adding artifact for full fat test output

parent 2d69d5d9
No related branches found
No related tags found
No related merge requests found
......@@ -153,33 +153,34 @@ full_fat_tests:
#rm /storage/app/EWS_prod/regions/EastAfrica/workspace/DEPOSITION_20230126/STATUS_*
mkdir -p $OUTPUT_DIR/deposition_123445
#mkdir -p $OUTPUT_DIR/deposition_123445
touch $OUTPUT_DIR/deposition_123445/log.txt
#touch $OUTPUT_DIR/deposition_123445/log.txt
echo "stuff" > $OUTPUT_DIR/deposition_123445/log.txt
#echo "stuff" > $OUTPUT_DIR/deposition_123445/log.txt
mkdir $OUTPUT_DIR/survey_123445
#mkdir $OUTPUT_DIR/survey_123445
touch $OUTPUT_DIR/survey_123445/log.txt
#touch $OUTPUT_DIR/survey_123445/log.txt
echo "stuff2" > $OUTPUT_DIR/survey_123445/log.txt
#echo "stuff2" > $OUTPUT_DIR/survey_123445/log.txt
#echo $TEST_WORKSPACE_DIR
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
if [[ "$FULL_FAT_COPY_OUTPUT" == "true" ]];
then
date=$(date '+%Y-%m-%d-%H%M');
mkdir ${TEST_WORKSPACE_DIR}/${date};
mkdir ${TEST_WORKSPACE_DIR}/integration/full/${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
#--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/*/log.txt
......
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