FAQ | This is a LIVE service | Changelog

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

adding artifact for full fat test output

parent de140190
No related branches found
No related tags found
No related merge requests found
...@@ -139,18 +139,6 @@ full_fat_tests: ...@@ -139,18 +139,6 @@ full_fat_tests:
script: script:
- > - >
mkdir $PACKAGES_DIR
mkdir $OUTPUT_DIR
echo "stuff2" > $OUTPUT_DIR/log.txt
date=$(date '+%Y-%m-%d')
mkdir ${TEST_WORKSPACE_DIR}/${date}
cp -rv $OUTPUT_DIR/* ${TEST_WORKSPACE_DIR}/${date}
#echo $FULL_FAT_RUN_DATE #echo $FULL_FAT_RUN_DATE
#echo $CUSTOM_RUN_DATE #echo $CUSTOM_RUN_DATE
...@@ -165,21 +153,25 @@ full_fat_tests: ...@@ -165,21 +153,25 @@ full_fat_tests:
#rm /storage/app/EWS_prod/regions/EastAfrica/workspace/DEPOSITION_20230126/STATUS_* #rm /storage/app/EWS_prod/regions/EastAfrica/workspace/DEPOSITION_20230126/STATUS_*
#mkdir $OUTPUT_DIR/deposition_123445 mkdir $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 #echo $TEST_WORKSPACE_DIR
#cp -rv $OUTPUT_DIR/* $TEST_WORKSPACE_DIR/ date=$(date '+%Y-%m-%d')
mkdir ${TEST_WORKSPACE_DIR}/${date}
cp -rv $OUTPUT_DIR/* ${TEST_WORKSPACE_DIR}/${date}
#python3 full_test_deposition.py #python3 full_test_deposition.py
#--config /storage/app/EWS_prod/regions/EastAfrica/resources/coordinator/configs/config_EastAfrica_fc_live.json #--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