Orka-init's both versions tests were using the same name of ClusterRole
and ClusterRoleBinding. Because of this, while running tests if any of
the version's tests gets completed, the resources are pruned which can
cause trouble for other Task.
Suffixing the version in the name of ClusterRole and ClusterRoleBinding
Signed-off-by: vinamra28 <jvinamra776@gmail.com>
This commit updates the catalog e2e tests to use the latest Pipelines release.
Because this release removes support for v1alpha1 Task, TaskRun, Pipeline, and
PipelineRun, and the previous release removes support for Conditions, this
commit also updates tests to use up-to-date versions of Tekton CRDs.
It does not update any catalog Tasks or Pipelines.
The recent update to Tekton Pipeline v0.36.0 (https://github.com/tektoncd/pipeline/releases/tag/v0.36.0) appears to cause an error when executing the build tasks in the buildpacks pipeline.
This change removes task parameters that should be automatically propagated when using Pipeline v0.36.0+
Signed-off-by: Brad Beck <bradley.beck@gmail.com>
Rather than using params in the script, set environment variables
and use them in the python script with os.getenv
Signed-off-by: Andrea Frittoli <andrea.frittoli@gmail.com>
Currently in the tests of upload-pypi task, pypiserver was pointing to
latest and there are some recent changes made there which is breaking
the test here. Pinning the version to v1.4.2
Signed-off-by: vinamra28 <jvinamra776@gmail.com>
This bumps the version of ansible-runner which uses the latest
ansible-runner image and this requires community.general to be installed
from ansible collections.
Signed-off-by: vinamra28 <jvinamra776@gmail.com>
The image being used here was removed by the authors from dockerhub and
instead moved to quay.io. Also the tag used in this version was very old
and no longer present in quay.io.
Signed-off-by: vinamra28 <jvinamra776@gmail.com>