FAQ | This is a LIVE service | Changelog

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

removing unneeded artifacts dir for full fat tests (nothing to upload)

parent a3395fff
No related branches found
No related tags found
No related merge requests found
...@@ -6,7 +6,6 @@ variables: ...@@ -6,7 +6,6 @@ variables:
# WHEN CALLED FROM A MULTI-PIPELINE TRIGGER, VARIABLES WITH SHARED NAMES WILL BE OVERWRITTEN # WHEN CALLED FROM A MULTI-PIPELINE TRIGGER, VARIABLES WITH SHARED NAMES WILL BE OVERWRITTEN
OUTPUT_DIR: "$CI_PROJECT_DIR/outputs/" OUTPUT_DIR: "$CI_PROJECT_DIR/outputs/"
LOGS_DIR: "$CI_PROJECT_DIR/logs/"
TEST_WORKSPACE_DIR: "/storage/app/EWS_prod/regions/EastAfrica/test_workspace/" TEST_WORKSPACE_DIR: "/storage/app/EWS_prod/regions/EastAfrica/test_workspace/"
FULL_FAT_RUN_DATE: FULL_FAT_RUN_DATE:
value: "default" value: "default"
...@@ -123,11 +122,6 @@ full_fat_depo: ...@@ -123,11 +122,6 @@ full_fat_depo:
--run_date_type $FULL_FAT_RUN_DATE --run_date_type $FULL_FAT_RUN_DATE
--custom_run_date $CUSTOM_RUN_DATE --custom_run_date $CUSTOM_RUN_DATE
artifacts:
paths:
- $LOGS_DIR
expire_in: 10 days
full_fat_env_suit: full_fat_env_suit:
when: manual when: manual
stage: full-fat stage: full-fat
...@@ -144,11 +138,6 @@ full_fat_env_suit: ...@@ -144,11 +138,6 @@ full_fat_env_suit:
--run_date_type $FULL_FAT_RUN_DATE --run_date_type $FULL_FAT_RUN_DATE
--custom_run_date $CUSTOM_RUN_DATE --custom_run_date $CUSTOM_RUN_DATE
artifacts:
paths:
- $LOGS_DIR
expire_in: 10 days
full_fat_survey: full_fat_survey:
when: manual when: manual
stage: full-fat stage: full-fat
...@@ -165,11 +154,6 @@ full_fat_survey: ...@@ -165,11 +154,6 @@ full_fat_survey:
--run_date_type $FULL_FAT_RUN_DATE --run_date_type $FULL_FAT_RUN_DATE
--custom_run_date $CUSTOM_RUN_DATE --custom_run_date $CUSTOM_RUN_DATE
artifacts:
paths:
- $LOGS_DIR
expire_in: 10 days
full_fat_advisory: full_fat_advisory:
when: manual when: manual
stage: full-fat stage: full-fat
...@@ -186,11 +170,6 @@ full_fat_advisory: ...@@ -186,11 +170,6 @@ full_fat_advisory:
--run_date_type $FULL_FAT_RUN_DATE --run_date_type $FULL_FAT_RUN_DATE
--custom_run_date $CUSTOM_RUN_DATE --custom_run_date $CUSTOM_RUN_DATE
artifacts:
paths:
- $LOGS_DIR
expire_in: 10 days
full_fat_epi: full_fat_epi:
when: manual when: manual
stage: full-fat stage: full-fat
...@@ -207,11 +186,6 @@ full_fat_epi: ...@@ -207,11 +186,6 @@ full_fat_epi:
--run_date_type $FULL_FAT_RUN_DATE --run_date_type $FULL_FAT_RUN_DATE
--custom_run_date $CUSTOM_RUN_DATE --custom_run_date $CUSTOM_RUN_DATE
artifacts:
paths:
- $LOGS_DIR
expire_in: 10 days
pages: pages:
when: manual when: manual
stage: docs stage: docs
......
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