-
Notifications
You must be signed in to change notification settings - Fork 23
feat: persist at version automation support in DB #1582
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
base: development
Are you sure you want to change the base?
Conversation
| } | ||
| """ | ||
| Records information about the review of a TestPlanReport by a vendor representative. |
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 accidentally deleted these quotes then thought it was easier to see in my IDE with the descriptor in place
|
@stalgiag I added @howard-e as a reviewer but am curious about what would be the best way to test this manually with a recent data dump from prod? My db dump has some 15.0 automated reruns in the "Automated updates" queue... would I need to ping GH actions and run a job to "promote" a higher version as the latest (e.g. 15.6.1)? |
|
That would be the way to test it properly. Most of the time, for quicker testing loops, I was just modifying this line temporarily on my local to force the version name returned from the job to a higher number to simulate running the job on a newer version. |
Overview
Moved the "automation support" status for an At Version to the DB. This allows VoiceOver Bot to update the latest supported at version
supportedByAutomationandlatestAutomationSupportingboolean columns toAtVersiontablepromoteAutomationSupportedVersion()function to mark a version as latest supported and demote other versionssupportedByAutomationflag instead of hardcoded constants