Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[patch] New mobile fvt pipeline task for inspections form test #974

Merged
merged 9 commits into from
May 20, 2024
15 changes: 15 additions & 0 deletions tekton/src/pipelines/taskdefs/fvt-mobile/phase8-desktop.yml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,21 @@
value: chrome
- name: fvt_test_suite
value: inventory-counting-mvt-desktop
runAfter:
- fvt-supervisor-mvt-ios
- fvt-calibration-mvt-ios
- fvt-issuesandtransfers-mvt-ios

- name: fvt-inspection-forms-mvt-desktop-chrome
{{ lookup('template', 'taskdefs/fvt-mobile/common/taskref.yml.j2') | indent(2) }}
params:
{{ lookup('template', 'taskdefs/fvt-mobile/common/params.yml.j2') | indent(4) }}
- name: fvt_mobile_app
value: inspection-forms-app
- name: mobile_device_type
value: chrome
- name: fvt_test_suite
value: inspection-forms-mvt-chrome
runAfter:
- fvt-supervisor-mvt-ios
- fvt-calibration-mvt-ios
Expand Down
9 changes: 8 additions & 1 deletion tekton/src/tasks/fvt/fvt-mobile.yml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,14 @@ spec:
name: mas-fvt-mobile
key: FVT_BSTACK_INSP_SR
optional: true


- name: FVT_BSTACK_IC_DESK
valueFrom:
secretKeyRef:
name: mas-fvt-mobile
key: FVT_BSTACK_IC_DESK
optional: true

- name: FVT_BSTACK_ASSET_TECH
valueFrom:
secretKeyRef:
Expand Down
Loading