FAQ | This is a LIVE service | Changelog

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

adding full env suit test

parent 225c31b4
No related branches found
No related tags found
No related merge requests found
......@@ -163,6 +163,39 @@ full_fat_depo:
- $OUTPUT_DIR/*.txt
expire_in: 10 days
full_fat_env_suit:
when: manual
stage: full-fat
extends: .half_fat_before_script
image: lb584/ews_coordinator:latest
tags: ["ewas-production"]
script:
- >
cd $CI_PROJECT_DIR/tests/integration/full/
python3 full_test_env_suit.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
after_script:
- >
if [[ "$FULL_FAT_COPY_OUTPUT" == "true" ]];
then
date=$(date '+%Y-%m-%d-%H%M');
mkdir ${TEST_WORKSPACE_DIR}/integration/full/${date};
cp -r $OUTPUT_DIR/* ${TEST_WORKSPACE_DIR}/integration/full/${date};
fi
artifacts:
when: on_failure
paths:
- $OUTPUT_DIR/*/log.txt
- $OUTPUT_DIR/*.txt
expire_in: 10 days
full_fat_survey:
when: manual
stage: full-fat
......
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