FAQ | This is a LIVE service | Changelog

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

adding custom date params to pipeline

parent 07be04d6
No related branches found
No related tags found
No related merge requests found
......@@ -147,6 +147,9 @@ full_fat_depo:
- >
cd $CI_PROJECT_DIR/tests/integration/full/
date=$(date '+%Y-%m-%d-%H%M');
mkdir ${TEST_WORKSPACE_DIR}/integration/full/${date};
python3 full_test_deposition.py
--config /storage/app/EWS_prod/regions/EastAfrica/resources/coordinator/configs/config_EastAfrica_fc_live.json
--outdir $OUTPUT_DIR
......@@ -156,8 +159,6 @@ full_fat_depo:
#if [[ "$FULL_FAT_COPY_OUTPUT" == "true" ]];
#then
date=$(date '+%Y-%m-%d-%H%M');
mkdir ${TEST_WORKSPACE_DIR}/integration/full/${date};
cp -rv $OUTPUT_DIR/* ${TEST_WORKSPACE_DIR}/integration/full/${date};
#fi
......
......@@ -17,8 +17,8 @@ class TestFullDeposition(unittest.TestCase):
@classmethod
def setUpClass(cls) -> None:
TestFullDeposition.write_temp_run_config_file()
TestFullDeposition.run_depo_pipeline()
# TestFullDeposition.write_temp_run_config_file()
# TestFullDeposition.run_depo_pipeline()
pass
......
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