We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
hello-pepr-onschedule
Device and OS: CI App version: main Kubernetes distro being used: k3d
main
k3d
Test passes
Test occasionally fails
2 hello-pepr-onschedule tests have failed on main within the last 200 runs of E2E tests as of 21 Oct 2024.
Low
Generate a list of recently-failed E2E tests in CI with this command: gh run list --workflow "E2E - Pepr Excellent Examples" --limit 200 --json workflowName,headBranch,conclusion,databaseId --jq '.[] | select(.conclusion == "failure" and .headBranch == "main") | .databaseId' | xargs -I {} gh run view {} --json jobs --jq '.jobs[] | select(.conclusion == "failure") | .name' > ci-failures.log && sort ci-failures.log | uniq -c | sort -r
gh run list --workflow "E2E - Pepr Excellent Examples" --limit 200 --json workflowName,headBranch,conclusion,databaseId --jq '.[] | select(.conclusion == "failure" and .headBranch == "main") | .databaseId' | xargs -I {} gh run view {} --json jobs --jq '.jobs[] | select(.conclusion == "failure") | .name' > ci-failures.log && sort ci-failures.log | uniq -c | sort -r
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Environment
Device and OS: CI
App version:
main
Kubernetes distro being used:
k3d
Steps to reproduce
hello-pepr-onschedule
Expected result
Test passes
Actual Result
Test occasionally fails
Visual Proof (screenshots, videos, text, etc)
2 hello-pepr-onschedule tests have failed on
main
within the last 200 runs of E2E tests as of 21 Oct 2024.Severity/Priority
Low
Additional Context
Generate a list of recently-failed E2E tests in CI with this command:
gh run list --workflow "E2E - Pepr Excellent Examples" --limit 200 --json workflowName,headBranch,conclusion,databaseId --jq '.[] | select(.conclusion == "failure" and .headBranch == "main") | .databaseId' | xargs -I {} gh run view {} --json jobs --jq '.jobs[] | select(.conclusion == "failure") | .name' > ci-failures.log && sort ci-failures.log | uniq -c | sort -r
The text was updated successfully, but these errors were encountered: