Skip to content

Commit

Permalink
[patch] Support for pod Template test case moved from fvt to ivt (#920)
Browse files Browse the repository at this point in the history
  • Loading branch information
harsh42774 committed Apr 26, 2024
1 parent febeca3 commit d6e9aa7
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
7 changes: 5 additions & 2 deletions tekton/src/pipelines/fvt-iot.yml.j2
Expand Up @@ -68,6 +68,11 @@ spec:
- input: "$(params.mas_app_channel_iot)"
operator: notin
values: [""]
workspaces:
- name: configs
workspace: shared-configs
- name: pod-templates
workspace: shared-pod-templates


# 2. IoT FVT
Expand Down Expand Up @@ -98,8 +103,6 @@ spec:
workspaces:
- name: configs
workspace: shared-configs
- name: pod-templates
workspace: shared-pod-templates

finally:
# 3. Run CV
Expand Down
2 changes: 0 additions & 2 deletions tekton/src/tasks/fvt/fvt-iot.yml.j2
Expand Up @@ -88,5 +88,3 @@ spec:

workspaces:
- name: configs
- name: pod-templates
optional: true
2 changes: 2 additions & 0 deletions tekton/src/tasks/ivt/ivt-core.yml.j2
Expand Up @@ -118,3 +118,5 @@ spec:

workspaces:
- name: configs
- name: pod-templates
optional: true

0 comments on commit d6e9aa7

Please sign in to comment.