openshift-pipelines / pipeline-service

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

pipeline-service-exporter update #951

Closed rh-tap-build-team[bot] closed 6 months ago

rh-tap-build-team[bot] commented 6 months ago

Included PRs:

gabemontero commented 6 months ago

one of our flakes in the vanilla 414 job @openshift-pipelines/pipelines-service

the pipelinerun was pruned but I was able to use the results cli to look at the logs

the chains test failed

[test-pipeline-service : run-tests] [chains]
[test-pipeline-service : run-tests] + kubectl apply -k /workspace/source/operator/test/manifests/test/tekton-chains -n plnsvc-tests
[test-pipeline-service : run-tests] serviceaccount/chains-test created
[test-pipeline-service : run-tests] rolebinding.rbac.authorization.k8s.io/chains-test-edit-rolebinding created
[test-pipeline-service : run-tests] rolebinding.rbac.authorization.k8s.io/chains-test-scc-rolebinding created
[test-pipeline-service : run-tests] pipeline.tekton.dev/simple-copy created
[test-pipeline-service : run-tests] + kubectl get pipelines -n plnsvc-tests -o name
[test-pipeline-service : run-tests] + grep -q pipeline.tekton.dev/simple-copy
[test-pipeline-service : run-tests]   - Signing secret: + echo -n '  - Signing secret: '
[test-pipeline-service : run-tests] + kubectl get secret signing-secrets -n openshift-pipelines
[test-pipeline-service : run-tests] OK
[test-pipeline-service : run-tests]   - Run pipeline: + echo OK
[test-pipeline-service : run-tests] + echo -n '  - Run pipeline: '
[test-pipeline-service : run-tests] + image_src=quay.io/aptible/alpine:latest
[test-pipeline-service : run-tests] ++ basename quay.io/aptible/alpine:latest
[test-pipeline-service : run-tests] + image_name=alpine:latest
[test-pipeline-service : run-tests] + image_dst=image-registry.openshift-image-registry.svc:5000/plnsvc-tests/alpine:latest
[test-pipeline-service : run-tests] ++ tkn -n plnsvc-tests pipeline start simple-copy --param image-src=quay.io/aptible/alpine:latest --param image-dst=image-registry.openshift-image-registry.svc:5000/plnsvc-tests/alpine:latest --serviceaccount chains-test --workspace name=shared,pvc,claimName=tekton-build
[test-pipeline-service : run-tests] ++ head -1
[test-pipeline-service : run-tests] ++ sed 's:.* ::'
[test-pipeline-service : run-tests] + pipeline_name=simple-copy-run-72mjx
[test-pipeline-service : run-tests] command terminated with exit code 141
[test-pipeline-service : run-tests] + exit 1

that test has no diagnostics to help triage why it failed .... I'll see about adding some debug to the test in a bit

gabemontero commented 6 months ago

all green / clean this time ... merging