openshift-pipelines / pipeline-service

SaaS for Tekton Pipelines
Apache License 2.0
23 stars 44 forks source link

fix sched/exec overhead thresholds for going red #896

Closed gabemontero closed 9 months ago

gabemontero commented 9 months ago

A while back we went from a 3% threshold to 5% threshold for the schedule and execution overheads; the app-sre grafana panels reflect this but our pipeline-service panels do not; this change fixes that

gabemontero commented 9 months ago

/retest

gabemontero commented 9 months ago

fyi my first retest was beacuse the test-docker-images-build failed during the RHTAP RH cluster's constrained resource situation earlier this AM

the test-pipeline-service-deployment-ocp-414 failure seems like an unrelated flake:

task setup-ci-runner-container has the status "Failed":

+ echo 'Copy sidecar sources to the ci-runner container'
+ kubectl cp ./ci/images/ci-runner/hack/sidecar default/ci-runner:/workspace/sidecar
Error from server: error dialing backend: EOF
gabemontero commented 9 months ago

fyi my first retest was beacuse the test-docker-images-build failed during the RHTAP RH cluster's constrained resource situation earlier this AM

the test-pipeline-service-deployment-ocp-414 failure seems like an unrelated flake:

task setup-ci-runner-container has the status "Failed":

+ echo 'Copy sidecar sources to the ci-runner container'
+ kubectl cp ./ci/images/ci-runner/hack/sidecar default/ci-runner:/workspace/sidecar
Error from server: error dialing backend: EOF

And @Roming22 just posted https://github.com/openshift-pipelines/pipeline-service/pull/897 :-)