Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions integration-tests/pipelines/konflux-e2e-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -85,9 +85,9 @@ spec:
resolver: git
params:
- name: url
value: https://github.com/konflux-ci/tekton-integration-catalog.git
value: https://github.com/psturc/tekton-integration-catalog.git
- name: revision
value: main
value: kind-improvements
- name: pathInRepo
value: tasks/mapt-oci/kind-aws-spot/provision/0.2/kind-aws-provision.yaml
params:
Expand Down Expand Up @@ -115,9 +115,9 @@ spec:
value: >-
'[{\"containerPort\":30012,\"hostPort\":8180,\"protocol\":\"TCP\"}]'
- name: cpus
value: 32
- name: memory
value: 64
- name: memory
value: 128
- name: spot
value: 'false'
- name: deploy-konflux
Expand All @@ -127,9 +127,9 @@ spec:
resolver: git
params:
- name: url
value: https://github.com/konflux-ci/tekton-integration-catalog
value: https://github.com/psturc/tekton-integration-catalog
- name: revision
value: main
value: kind-improvements
- name: pathInRepo
value: tasks/konflux-ci/deploy/0.3/deploy-konflux-ci.yaml
params:
Expand Down
Loading