Skip to content

Commit

Permalink
test pac build in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
tisutisu committed Aug 1, 2024
1 parent a2c2045 commit 339bb3f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .tekton/tasks/e2e-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 339bb3f

Please sign in to comment.