From b7ad4f7f96f385d6dac65b9c56a0cd7e1d9af7a5 Mon Sep 17 00:00:00 2001 From: "rh-tap-build-team[bot]" <127938674+rh-tap-build-team[bot]@users.noreply.github.com> Date: Wed, 7 Aug 2024 18:55:51 +0000 Subject: [PATCH 1/2] update .tekton/tasks/e2e-test.yaml --- .tekton/tasks/e2e-test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.tekton/tasks/e2e-test.yaml b/.tekton/tasks/e2e-test.yaml index b6ebd68d3a..39ea4be50b 100644 --- a/.tekton/tasks/e2e-test.yaml +++ b/.tekton/tasks/e2e-test.yaml @@ -26,7 +26,7 @@ spec: type: string steps: - name: e2e-test - image: quay.io/redhat-user-workloads/konflux-qe-team-tenant/konflux-e2e/konflux-e2e-tests:f745749e498fe1542b91129db743abf959b07c8a + image: quay.io/redhat-user-workloads/konflux-qe-team-tenant/konflux-e2e/konflux-e2e-tests:0612222491e1dd0679c571247bff97c594b070da command: ["/konflux-e2e/konflux-e2e.test"] # a la infra-deployment updates, when PRs merge in e2e-tests, PRs will be opened # against build-definitions to update this tag From 40975f816156ebf1a85bbf02a8595615124ccbbf Mon Sep 17 00:00:00 2001 From: Sushanta Das Date: Thu, 8 Aug 2024 19:16:09 +0530 Subject: [PATCH 2/2] use konflux-qe-bd org --- .tekton/tasks/e2e-test.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.tekton/tasks/e2e-test.yaml b/.tekton/tasks/e2e-test.yaml index 39ea4be50b..badd06279d 100644 --- a/.tekton/tasks/e2e-test.yaml +++ b/.tekton/tasks/e2e-test.yaml @@ -44,7 +44,7 @@ spec: - name: APP_SUFFIX value: "$(params.app_suffix)" - name: COMPONENT_REPO_URLS - value: "https://github.com/redhat-appstudio-qe/devfile-sample-python-basic,https://github.com/redhat-appstudio-qe/retrodep,https://github.com/cachito-testing/pip-e2e-test,https://github.com/redhat-appstudio-qe/fbc-sample-repo" + value: "https://github.com/konflux-qe-bd/devfile-sample-python-basic,https://github.com/konflux-qe-bd/retrodep,https://github.com/konflux-qe-bd/pip-e2e-test,https://github.com/konflux-qe-bd/fbc-sample-repo" - name: QUAY_E2E_ORGANIZATION value: konflux-ci - name: E2E_APPLICATIONS_NAMESPACE @@ -60,7 +60,7 @@ spec: name: quay-push-secret-konflux-ci key: .dockerconfigjson - name: MY_GITHUB_ORG - value: redhat-appstudio-appdata + value: konflux-qe-bd - name: EC_PIPELINES_REPO_URL value: $(params.ec_pipelines_repo_url) - name: EC_PIPELINES_REPO_REVISION