-
Task
-
Resolution: Unresolved
-
Major
-
1.6.5
-
None
-
False
-
-
False
-
-
In thread I asked how we can avoid build failures when multiple plugin build pipelines are launched in parallel, and the gitlab.cee site throttles requests and causes most of the parallel builds to fail.
The suggestion was to switch from referring to our custom tasks as https:// paths to instead using the git resolver:
taskRef:
resolver: git
params:
- name: url
value: https://github.com/tektoncd/catalog.git
- name: revision
value: main # <- can be tag, branch, or revision
- name: pathInRepo
value: /task/git-clone/0.10/git-clone.yaml
After making this change we may also need to add yet another Conforma exception here to allow using a branch instead of a digest:
- https://gitlab.cee.redhat.com/releng/konflux-release-data/-/blob/main/config/stone-prod-p02.hjvn.p1/product/EnterpriseContractPolicy/registry-rhdh-prod.yaml#L48
- https://gitlab.cee.redhat.com/releng/konflux-release-data/-/blob/main/config/stone-prod-p02.hjvn.p1/product/EnterpriseContractPolicy/registry-rhdh-stage.yaml
- clones
-
RHIDP-9061 add preflight check to kuxRelease.sh to validate that the RPA version(s) match the planned GA version
-
- In Progress
-