-
Bug
-
Resolution: Not a Bug
-
Major
-
None
-
None
-
None
-
False
-
None
-
False
-
-
Since about 9am EST Thursday September 5th our periodic jobs have been failing on these 3 build tests:
Summarizing 3 Failures: 1790 [FAIL] [build-service-suite Build templates E2E test] HACBS pipelines [AfterAll] pipelineRun should fail for symlink component with Git source URL https://github.com/redhat-appstudio-qe/devfile-sample-python-basic [build, build-templates, HACBS, pipeline, build-templates-e2e, source-build-e2e] 1791 /tmp/tmp.Am6DrULchy/tests/build/build_templates.go:259 1792 [FAIL] [build-service-suite Build service E2E tests] test pac with multiple components using same repository when components are created in same namespace [It] only one component is changed [build-service, pac-build, multi-component] 1793 /tmp/tmp.Am6DrULchy/tests/build/build.go:9101794 [FAIL] [build-service-suite Build service E2E tests] test PaC component build github when the PaC init branch is merged [It] After updating image visibility to private, it should not trigger another PipelineRun [build-service, github-webhook, pac-build, pipeline, image-controller, build-custom-branch] 1795 /tmp/tmp.Am6DrULchy/tests/build/build.go:654
All three tests show this error in stdout
unable to remove finalizers from PipelineRun 'go-component-ssdvca-on-pull-request-k56vb' in 'build-e2e-ylwn-tenant': admission webhook "webhook.pipeline.tekton.dev" denied the request: mutation failed: cannot decode incoming new object: json: unknown field "EnableTektonOCIBundles"
All three tests are calling this function Delete pipelines function https://github.com/konflux-ci/e2e-tests/blob/418b0233ef1cbb40f0b905b4a3bcf4a0ec27c7b9/pkg/clients/tekton/pipelineruns.go#L219
_______
It has been reported that that the Konflux Stage Environment has seen this webhooks admission error as well. We suspect it could be potentially the changes in this infra-deployments PR https://github.com/redhat-appstudio/infra-deployments/pull/4445