Skip to content

Commit

Permalink
chore: Revert fork name from pipelines (#1372)
Browse files Browse the repository at this point in the history
* chore: Revert fork name from pipelines

* feat: fix image

---------

Co-authored-by: Flavius Lacatusu <[email protected]>
  • Loading branch information
flacatus and Flavius Lacatusu authored Sep 6, 2024
1 parent 74a1b0e commit 418b023
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
16 changes: 8 additions & 8 deletions integration-tests/pipelines/konflux-e2e-tests-pipeline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,9 +63,9 @@ spec:
resolver: git
params:
- name: url
value: https://github.com/flacatus/konflux-qe-definitions.git
value: https://github.com/konflux-ci/konflux-qe-definitions.git
- name: revision
value: create_oci_artifact
value: main
- name: pathInRepo
value: common/tasks/test-metadata/0.1/test-metadata.yaml
params:
Expand Down Expand Up @@ -165,9 +165,9 @@ spec:
resolver: git
params:
- name: url
value: https://github.com/flacatus/konflux-qe-definitions.git
value: https://github.com/konflux-ci/konflux-qe-definitions.git
- name: revision
value: create_oci_artifact
value: main
- name: pathInRepo
value: common/tasks/rosa/hosted-cp/rosa-hcp-deprovision/rosa-hcp-deprovision.yaml
params:
Expand Down Expand Up @@ -204,9 +204,9 @@ spec:
resolver: git
params:
- name: url
value: https://github.com/flacatus/konflux-qe-definitions.git
value: https://github.com/konflux-ci/konflux-qe-definitions.git
- name: revision
value: create_oci_artifact
value: main
- name: pathInRepo
value: common/tasks/quality-dashboard/0.1/quality-dashboard-upload.yaml
params:
Expand All @@ -229,9 +229,9 @@ spec:
resolver: git
params:
- name: url
value: https://github.com/flacatus/konflux-qe-definitions.git
value: https://github.com/konflux-ci/konflux-qe-definitions.git
- name: revision
value: create_oci_artifact
value: main
- name: pathInRepo
value: common/tasks/pull-request-comment/0.1/pull-request-comment.yaml
params:
Expand Down
2 changes: 1 addition & 1 deletion integration-tests/tasks/konflux-e2e-tests-task.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ spec:
- name: container-image
type: string
description: "Contain the container name from Konflux Snapshot."
default: "quay.io/redhat-user-workloads/rhtap-qe-shared-tenant/konflux-e2e/konflux-e2e-tests:latest"
default: "quay.io/redhat-user-workloads/konflux-qe-team-tenant/konflux-e2e/konflux-e2e-tests:latest"
- name: component-image
type: string
description: 'Container image built from any konflux git repo.'
Expand Down

0 comments on commit 418b023

Please sign in to comment.