Skip to content

Commit

Permalink
just for testing purposes
Browse files Browse the repository at this point in the history
  • Loading branch information
psturc committed Dec 9, 2024
1 parent b8e6be3 commit a69144a
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
12 changes: 6 additions & 6 deletions integration-tests/pipelines/konflux-e2e-tests-pipeline.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: KFLUXDP-6-test
- name: pathInRepo
value: tasks/rosa/hosted-cp/rosa-hcp-provision/0.1/rosa-hcp-provision.yaml
params:
Expand Down Expand Up @@ -117,9 +117,9 @@ spec:
resolver: git
params:
- name: url
value: https://github.com/konflux-ci/e2e-tests.git
value: https://github.com/psturc/e2e-tests.git
- name: revision
value: main
value: KFLUXDP-6
- name: pathInRepo
value: integration-tests/tasks/konflux-e2e-tests-task.yaml
params:
Expand Down Expand Up @@ -151,9 +151,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: KFLUXDP-6-test
- name: pathInRepo
value: tasks/rosa/hosted-cp/rosa-hcp-deprovision/0.1/rosa-hcp-deprovision.yaml
params:
Expand Down
8 changes: 4 additions & 4 deletions integration-tests/tasks/konflux-e2e-tests-task.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -152,9 +152,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: KFLUXDP-6-test
- name: pathInRepo
value: stepactions/secure-push-oci/0.1/secure-push-oci.yaml
params:
Expand All @@ -169,8 +169,8 @@ 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: KFLUXDP-6-test
- name: pathInRepo
value: stepactions/fail-if-any-step-failed/0.1/fail-if-any-step-failed.yaml

0 comments on commit a69144a

Please sign in to comment.