Skip to content

Commit

Permalink
[patch] Always run approval-suite-verify (#970)
Browse files Browse the repository at this point in the history
Co-authored-by: David Parker <[email protected]>
  • Loading branch information
leo-miran and durera authored May 17, 2024
1 parent 6e8ae8a commit 54c64b0
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions tekton/src/pipelines/fvt-launcher.yml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -151,9 +151,6 @@ spec:
- name: configmap_value
value: approved
when:
- input: $(params.launchfvt_core)
operator: in
values: ["true", "True"]
- input: $(params.sync_with_install)
operator: in
values: ["true", "True"]
Expand Down Expand Up @@ -316,9 +313,9 @@ spec:
- name: configmap_value
value: approved
when:
- input: $(params.launchfvt_iot)
- input: "$(params.launchfvt_iot)$(params.launchfvt_monitor)"
operator: in
values: ["true", "True"]
values: ["true", "True","truetrue", "TrueTrue"]
- input: $(params.sync_with_install)
operator: in
values: ["true", "True"]
Expand Down

0 comments on commit 54c64b0

Please sign in to comment.