-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[patch] Remove Assist preparedata task and dependants (#116)
- Loading branch information
Showing
5 changed files
with
91 additions
and
232 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
89 changes: 89 additions & 0 deletions
89
tekton/pipelines/taskdefs/fvt-apps/assist-multistep-no-preparedata.yml.j2
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,89 @@ | ||
# Mobile Test Suite - Singleton | ||
# ----------------------------------------------------------------------------- | ||
- name: fvt-assist-testng-mobile | ||
{{ lookup('template', 'taskdefs/fvt-apps/common/taskref-assist.yml.j2') | indent(2) }} | ||
params: | ||
{{ lookup('template', 'taskdefs/fvt-apps/common/params-assist-testng.yml.j2') | indent(4) }} | ||
- name: fvt_test_suite | ||
value: testng-mobile-diagnosis | ||
- name: assist_test_type | ||
value: mobileapp | ||
- name: assist_device_type | ||
value: android | ||
runAfter: | ||
- ivtcore-assist | ||
|
||
|
||
# Cucumber - Run in parallel | ||
# ----------------------------------------------------------------------------- | ||
- name: fvt-assist-cucumber | ||
{{ lookup('template', 'taskdefs/fvt-apps/common/taskref-assist.yml.j2') | indent(2) }} | ||
params: | ||
{{ lookup('template', 'taskdefs/fvt-apps/common/params-assist-cucumber.yml.j2') | indent(4) }} | ||
- name: fvt_test_suite | ||
value: document_query | ||
runAfter: | ||
- ivtcore-assist | ||
|
||
- name: fvt-assist-cucumber-bayes | ||
{{ lookup('template', 'taskdefs/fvt-apps/common/taskref-assist.yml.j2') | indent(2) }} | ||
params: | ||
{{ lookup('template', 'taskdefs/fvt-apps/common/params-assist-cucumber.yml.j2') | indent(4) }} | ||
- name: fvt_test_suite | ||
value: bayes | ||
runAfter: | ||
- ivtcore-assist | ||
|
||
- name: fvt-assist-cucumber-diagnosis | ||
{{ lookup('template', 'taskdefs/fvt-apps/common/taskref-assist.yml.j2') | indent(2) }} | ||
params: | ||
{{ lookup('template', 'taskdefs/fvt-apps/common/params-assist-cucumber.yml.j2') | indent(4) }} | ||
- name: fvt_test_suite | ||
value: diagnosis | ||
runAfter: | ||
- ivtcore-assist | ||
|
||
- name: fvt-assist-cucumber-document-management | ||
{{ lookup('template', 'taskdefs/fvt-apps/common/taskref-assist.yml.j2') | indent(2) }} | ||
params: | ||
{{ lookup('template', 'taskdefs/fvt-apps/common/params-assist-cucumber.yml.j2') | indent(4) }} | ||
- name: fvt_test_suite | ||
value: document_management | ||
runAfter: | ||
- ivtcore-assist | ||
|
||
- name: fvt-assist-cucumber-expertise | ||
{{ lookup('template', 'taskdefs/fvt-apps/common/taskref-assist.yml.j2') | indent(2) }} | ||
params: | ||
{{ lookup('template', 'taskdefs/fvt-apps/common/params-assist-cucumber.yml.j2') | indent(4) }} | ||
- name: fvt_test_suite | ||
value: expertise | ||
runAfter: | ||
- ivtcore-assist | ||
|
||
- name: fvt-assist-cucumber-iot | ||
{{ lookup('template', 'taskdefs/fvt-apps/common/taskref-assist.yml.j2') | indent(2) }} | ||
params: | ||
{{ lookup('template', 'taskdefs/fvt-apps/common/params-assist-cucumber.yml.j2') | indent(4) }} | ||
- name: fvt_test_suite | ||
value: iot | ||
runAfter: | ||
- ivtcore-assist | ||
|
||
- name: fvt-assist-cucumber-usage | ||
{{ lookup('template', 'taskdefs/fvt-apps/common/taskref-assist.yml.j2') | indent(2) }} | ||
params: | ||
{{ lookup('template', 'taskdefs/fvt-apps/common/params-assist-cucumber.yml.j2') | indent(4) }} | ||
- name: fvt_test_suite | ||
value: usage | ||
runAfter: | ||
- ivtcore-assist | ||
|
||
- name: fvt-assist-cucumber-knowledge-extraction | ||
{{ lookup('template', 'taskdefs/fvt-apps/common/taskref-assist.yml.j2') | indent(2) }} | ||
params: | ||
{{ lookup('template', 'taskdefs/fvt-apps/common/params-assist-cucumber.yml.j2') | indent(4) }} | ||
- name: fvt_test_suite | ||
value: knowledge-extraction | ||
runAfter: | ||
- ivtcore-assist |