Skip to content

Commit

Permalink
DNM: test single pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
tisutisu committed Sep 25, 2024
1 parent dc50185 commit a03f4e2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .tekton/tasks/e2e-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ spec:
type: string
steps:
- name: e2e-test
image: quay.io/redhat-user-workloads/konflux-qe-team-tenant/konflux-e2e/konflux-e2e-tests:1fb19f641a803d3803ce90014eb3b56a46a04af2
image: quay.io/susdas/e2e:latest
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
Expand All @@ -48,7 +48,7 @@ spec:
- name: APP_SUFFIX
value: "$(params.app_suffix)"
- name: COMPONENT_REPO_URLS
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,https://github.com/konflux-qe-bd/docker-file-from-scratch"
value: "https://github.com/konflux-qe-bd/devfile-sample-python-basic"
- name: QUAY_E2E_ORGANIZATION
value: konflux-ci
- name: E2E_APPLICATIONS_NAMESPACE
Expand Down

0 comments on commit a03f4e2

Please sign in to comment.