[wp-trac] [WordPress Trac] #61699: Performance workflow cannot find artifact in branches on `workflow_dispatch`
WordPress Trac
noreply at wordpress.org
Fri Jul 19 13:14:04 UTC 2024
#61699: Performance workflow cannot find artifact in branches on
`workflow_dispatch`
------------------------------+----------------------
Reporter: desrosj | Owner: desrosj
Type: defect (bug) | Status: closed
Priority: normal | Milestone: 6.7
Component: Build/Test Tools | Version: 6.6
Severity: normal | Resolution: fixed
Keywords: has-patch | Focuses:
------------------------------+----------------------
Changes (by desrosj):
* owner: (none) => desrosj
* status: new => closed
* resolution: => fixed
Comment:
In [changeset:"58767" 58767]:
{{{
#!CommitTicketReference repository="" revision="58767"
Build/Test Tools: Ensure `TARGET_SHA` is set for older branches.
The `workflow_dispatch` event payload does not contain the `before`
property containing the previous commit’s SHA value, which causes
scheduled runs of the performance testing workflow in older branches to
fail.
This adds a step specifically for this event type to use native Git
commands to retrieve the required SHA value instead.
Props joemcgill.
Fixes #61699.
}}}
--
Ticket URL: <https://core.trac.wordpress.org/ticket/61699#comment:2>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list