Skip to content

Commit bbc005f

Browse files
committed
chore: sync windows provision params
Signed-off-by: Adrian Riobo <ariobolo@redhat.com>
1 parent e0dec65 commit bbc005f

File tree

1 file changed

+12
-2
lines changed

1 file changed

+12
-2
lines changed

.tekton/integrationtestscenarios/e2e-windows.yaml

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,12 @@ spec:
5858
value: $(tasks.init.results.correlation)
5959
- name: operation
6060
value: create
61+
- name: ownerKind
62+
value: 'PipelineRun'
63+
- name: ownerName
64+
value: $(context.pipelineRun.name)
65+
- name: ownerUid
66+
value: $(context.pipelineRun.uid)
6167
- name: tags
6268
value: 'cicd=konflux,pipelinerun=$(context.pipelineRun.name)'
6369
finally:
@@ -78,5 +84,9 @@ spec:
7884
value: $(tasks.init.results.correlation)
7985
- name: operation
8086
value: destroy
81-
- name: host-access-secret
82-
value: $(tasks.provision-windows.results.host-access-secret)
87+
- name: ownerKind
88+
value: 'PipelineRun'
89+
- name: ownerName
90+
value: $(context.pipelineRun.name)
91+
- name: ownerUid
92+
value: $(context.pipelineRun.uid)

0 commit comments

Comments
 (0)