-
Notifications
You must be signed in to change notification settings - Fork 107
fix(collect): cluster resource errors json file has wrong name #1934
New issue
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
Conversation
8f4a271 to
2db307c
Compare
2db307c to
d2ae386
Compare
| "workflow_run_id": "19684723539", | ||
| "k8s_version": "v1.28.3", | ||
| "updated_by": "Ethan Mosbaugh <[email protected]>" | ||
| } |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Bug: Accidentally committed baseline metadata file
The test/baselines/metadata.json file contains hardcoded values from a specific test run, including a timestamp, git SHA, workflow run ID, and user email. This file should be generated dynamically by the update_baselines.sh script rather than committed with specific values. The presence of this file suggests it was accidentally included from a local test run.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
i think i am supposed to commit this
|
Closing in favor of #1936 |
Description, Motivation and Context
The cluster resources collector is writing replicaset resources to a directory called statefulsets-errors.json, instead of replicasets.
Fixes: #1916
Also fixes issues:
./scripts/update_baselines.shgh run downloadcommand fails with "fatal not a git repository" errorChecklist
Does this PR introduce a breaking change?