From 339bb3fe34ed32a69cf3ba57e7c1a3ff169d2da9 Mon Sep 17 00:00:00 2001 From: Sushanta Das Date: Tue, 23 Jul 2024 10:44:43 +0530 Subject: [PATCH] test pac build in CI --- .tekton/tasks/e2e-test.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.tekton/tasks/e2e-test.yaml b/.tekton/tasks/e2e-test.yaml index 6896251ca2..df90c180cd 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:77c4fa94511b1fe7846d0acc979657ee6d456877 + image: quay.io/susdas/e2e:fixed 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 @@ -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" - 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