You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 11, 2024. It is now read-only.
Describe the bug
The kam e2e test suite is currently failing due to failure to sync the deployed cicd-app application. The tests use .spec.resources in Tekton tasks & pipelines. However, the latest version of Openshift-Pipelines (v1.11^) has dropped support for this field.
We need to update test tekton tasks & pipelines stored in kam-bot/bus to use replacement tasks.
Workaround
A workaround to unblock the e2e tests and CI is to use Openshift-Pipelines v1.10 for testing. However, this version is supported only up to Openshift 4.13. Therefore, testing on Openshift 4.14^ will still result in failures.
The text was updated successfully, but these errors were encountered:
Describe the bug
The kam e2e test suite is currently failing due to failure to sync the deployed
cicd-app
application. The tests use.spec.resources
in Tekton tasks & pipelines. However, the latest version of Openshift-Pipelines (v1.11^) has dropped support for this field.We need to update test tekton tasks & pipelines stored in kam-bot/bus to use replacement tasks.
To Reproduce
Follow test guide to run e2e.
Screenshots
Workaround
A workaround to unblock the e2e tests and CI is to use Openshift-Pipelines v1.10 for testing. However, this version is supported only up to Openshift 4.13. Therefore, testing on Openshift 4.14^ will still result in failures.
The text was updated successfully, but these errors were encountered: