WIP: chore: create script to submit AI conformance results to cncf/k8s-ai-conformance#18106
WIP: chore: create script to submit AI conformance results to cncf/k8s-ai-conformance#18106justinsb wants to merge 2 commits intokubernetes:masterfrom
Conversation
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
a6034a0 to
82db265
Compare
We should use a .svg, .ai or .eps (not a .png)
82db265 to
01f6793
Compare
| f"Test evidence is included directly in this PR as markdown files under " | ||
| f"`v{kube_minor}/{KOPS_DIR_NAME}/tests/`.\n\n" | ||
| f"The tests were run automatically by the " | ||
| f"[e2e-kops-ai-conformance](https://prow.k8s.io/view/gs/{GCS_BUCKET}/logs/{JOB_NAME}/{build_id}) Prow job.\n\n" |
There was a problem hiding this comment.
I'm wondering about this. The job is not meant to stay forever so will lose those logs. I don't have a concrete solution beside a dedicated bucket for conformance reporting.
There was a problem hiding this comment.
What I'm trying is to upload the artifacts into the conformance repo (i.e. include them in the PR cncf/k8s-ai-conformance#77 ). We'll see what they say!
|
|
||
| def create_pr(tmpdir, submit_dir, kube_minor, kube_version, platform_version, build_id): | ||
| """Clone the conformance repo, commit the submission, and open a PR.""" | ||
| github_user = os.environ.get("GITHUB_USER", os.environ.get("USER", "")) |
There was a problem hiding this comment.
maybe use gh api user --jq '.login'?
|
@justinsb: The following test failed, say
Full PR test history. Your PR dashboard. Please help us cut down on flakes by linking to an open issue when you hit one in your PR. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. I understand the commands that are listed here. |
No description provided.