Skip to content
This repository has been archived by the owner on Mar 20, 2023. It is now read-only.

Key "condition" not defined for merge_task/output_data/azure_storage/* #336

Open
sebastko opened this issue Jan 16, 2020 · 0 comments
Open
Assignees
Labels

Comments

@sebastko
Copy link

Problem Description

Property "condition" does not seem to be supported for merge_task.

Batch Shipyard Version

3.9.1

Steps to Reproduce

  merge_task:
    output_data:
      azure_storage:
      - storage_account_settings: batch_storage_account
        remote_path: logs
        local_path: $$AZ_BATCH_TASK_DIR
        is_file_share: true
        condition: taskcompletion
        include:
        - stdout.txt
        - stderr.txt

Actual Results

2020-01-16 13:53:33.462 ERROR - Jobs Configuration Schema validation failed:
 - Key 'condition' was not defined. Path: '/job_specifications/0/merge_task/output_data/azure_storage/0'.

Additonal Comments

Seems to work fine for regular tasks and inside task_factory, but not for merge_task.

@alfpark alfpark self-assigned this Jan 17, 2020
@alfpark alfpark added the defect label Jan 17, 2020
alfpark added a commit that referenced this issue Jan 17, 2020
alfpark added a commit that referenced this issue Mar 20, 2023
alfpark added a commit that referenced this issue Mar 20, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

2 participants