pipeline-service
pipeline-service copied to clipboard
WIP: add tekton results upstream e2e to acceptance test
- Run tekton results upstream e2e test on sha update in pipeline service
- Refer PLNSRVCE-1182
Signed-off-by: Avinal Kumar [email protected]
/test pipeline-service-test
/test pipeline-service-test
Pipeline Service setup is failing 🤔
/retest
@avinal Here are the logs for the latest failure on pipeline-service-test
STEP-EXECUTE-TEKTON-RESULTS-UPSTREAM-E2E
error: failed to create token: serviceaccounts "all-namespaces-read-access" not found
error: failed to create token: serviceaccounts "single-namespace-read-access" not found
=== RUN TestTaskRun
e2e_test.go:87: Create: the server could not find the requested resource (post taskruns.tekton.dev)
--- FAIL: TestTaskRun (0.29s)
=== RUN TestPipelineRun
e2e_test.go:140: Create: the server could not find the requested resource (post pipelineruns.tekton.dev)
--- FAIL: TestPipelineRun (0.12s)
=== RUN TestListResults
=== RUN TestListResults/list_results_under_the_default_parent
e2e_test.go:181: open /tmp/tekton-results/ssl/tekton-results-cert.pem: no such file or directory
=== RUN TestListResults/list_results_across_parents
e2e_test.go:195: open /tmp/tekton-results/ssl/tekton-results-cert.pem: no such file or directory
=== RUN TestListResults/return_an_error_because_the_identity_isn't_authorized_to_access_all_namespaces
e2e_test.go:224: open /tmp/tekton-results/ssl/tekton-results-cert.pem: no such file or directory
=== RUN TestListResults/list_results_under_the_default_parent_using_the_identity_with_more_limited_access
e2e_test.go:236: open /tmp/tekton-results/ssl/tekton-results-cert.pem: no such file or directory
--- FAIL: TestListResults (0.00s)
--- FAIL: TestListResults/list_results_under_the_default_parent (0.00s)
--- FAIL: TestListResults/list_results_across_parents (0.00s)
--- FAIL: TestListResults/return_an_error_because_the_identity_isn't_authorized_to_access_all_namespaces (0.00s)
--- FAIL: TestListResults/list_results_under_the_default_parent_using_the_identity_with_more_limited_access (0.00s)
=== RUN TestListRecords
=== RUN TestListRecords/list_records_by_omitting_the_result_name
e2e_test.go:254: open /tmp/tekton-results/ssl/tekton-results-cert.pem: no such file or directory
=== RUN TestListRecords/list_records_by_omitting_the_parent_and_result_names
e2e_test.go:268: open /tmp/tekton-results/ssl/tekton-results-cert.pem: no such file or directory
=== RUN TestListRecords/return_an_error_because_the_identity_isn't_authorized_to_access_all_namespaces
e2e_test.go:298: open /tmp/tekton-results/ssl/tekton-results-cert.pem: no such file or directory
=== RUN TestListRecords/list_records_using_the_identity_with_more_limited_access
e2e_test.go:310: open /tmp/tekton-results/ssl/tekton-results-cert.pem: no such file or directory
--- FAIL: TestListRecords (0.00s)
--- FAIL: TestListRecords/list_records_by_omitting_the_result_name (0.00s)
--- FAIL: TestListRecords/list_records_by_omitting_the_parent_and_result_names (0.00s)
--- FAIL: TestListRecords/return_an_error_because_the_identity_isn't_authorized_to_access_all_namespaces (0.00s)
--- FAIL: TestListRecords/list_records_using_the_identity_with_more_limited_access (0.00s)
=== RUN TestGRPCLogging
e2e_test.go:345: open /tmp/tekton-results/ssl/tekton-results-cert.pem: no such file or directory
--- FAIL: TestGRPCLogging (0.00s)
FAIL
FAIL github.com/tektoncd/results/test/e2e 0.429s
FAIL
Blocked on #617 and tektoncd/results#437
/test pipeline-service-test
/test pipeline-service-test
@avinal Please add a short status to this PR so we know what's blocking it and when we should follow-up.