Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -32,3 +32,84 @@
- mobile-pytest-requests
- mobile-pytest-asset-image
- mobile-pytest-download

- name: mobile-pytest-crew
taskRef:
kind: Task
name: mas-fvt-mobile-pytest
timeout: "0"
params:
{{ lookup('template', 'taskdefs/fvt-mobile/common/params-pytest.yml.j2') | indent(4) }}
- name: fvt_test_suite
value: mobile-api-crew
runAfter:
- mobile-pytest-requests
- mobile-pytest-asset-image
- mobile-pytest-download
workspaces:
- name: configs
workspace: shared-configs
when:
- input: "$(params.mas_app_channel_manage)"
operator: notin
values: [""]
- input: "$(params.fvt_digest_mobile_pytest)"
operator: notin
values: [""]
- input: "crew"
operator: in
values: ["$(tasks.fvt-component.results.component_names[*])"]

- name: mobile-pytest-timesheet
taskRef:
kind: Task
name: mas-fvt-mobile-pytest
timeout: "0"
params:
{{ lookup('template', 'taskdefs/fvt-mobile/common/params-pytest.yml.j2') | indent(4) }}
- name: fvt_test_suite
value: mobile-api-timesheet
runAfter:
- mobile-pytest-requests
- mobile-pytest-asset-image
- mobile-pytest-download
workspaces:
- name: configs
workspace: shared-configs
when:
- input: "$(params.mas_app_channel_manage)"
operator: notin
values: [""]
- input: "$(params.fvt_digest_mobile_pytest)"
operator: notin
values: [""]
- input: "timesheet"
operator: in
values: ["$(tasks.fvt-component.results.component_names[*])"]

- name: mobile-pytest-materialrequest
taskRef:
kind: Task
name: mas-fvt-mobile-pytest
timeout: "0"
params:
{{ lookup('template', 'taskdefs/fvt-mobile/common/params-pytest.yml.j2') | indent(4) }}
- name: fvt_test_suite
value: mobile-api-materialrequest
runAfter:
- mobile-pytest-requests
- mobile-pytest-asset-image
- mobile-pytest-download
workspaces:
- name: configs
workspace: shared-configs
when:
- input: "$(params.mas_app_channel_manage)"
operator: notin
values: [""]
- input: "$(params.fvt_digest_mobile_pytest)"
operator: notin
values: [""]
- input: "materialrequest"
operator: in
values: ["$(tasks.fvt-component.results.component_names[*])"]
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@
- mobile-pytest-assetmanager
- mobile-pytest-tech
- mobile-pytest-supervisor
- mobile-pytest-crew
- mobile-pytest-timesheet
- mobile-pytest-materialrequest

- name: mobile-pytest-civil-defects
taskRef:
Expand All @@ -22,6 +25,9 @@
- mobile-pytest-assetmanager
- mobile-pytest-tech
- mobile-pytest-supervisor
- mobile-pytest-crew
- mobile-pytest-timesheet
- mobile-pytest-materialrequest
workspaces:
- name: configs
workspace: shared-configs
Expand All @@ -45,4 +51,7 @@
runAfter:
- mobile-pytest-assetmanager
- mobile-pytest-tech
- mobile-pytest-supervisor
- mobile-pytest-supervisor
- mobile-pytest-crew
- mobile-pytest-timesheet
- mobile-pytest-materialrequest
Loading