Make WordPress Core

Changeset 55507


Ignore:
Timestamp:
03/10/2023 12:04:45 AM (18 months ago)
Author:
desrosj
Message:

Build/Test Tools: Test the new performance workflow regularly.

This adds the new performance measurement workflow introduced in [55459] to the one that tests old branches on a regular schedule.

This ensures it continues to work as expected over time, even if the branches with this workflow are not updated for a bit of time.

Props flixos90, joemcgill, desrosj.
See #57687.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/.github/workflows/test-old-branches.yml

    r55506 r55507  
    6666            workflow: 'end-to-end-tests.yml'
    6767
     68          # Performance testing was introduced in 6.2.
     69          - branch: '6.2'
     70            workflow: 'performance.yml'
     71
    6872    # Run all branches monthly, but only the currently supported one twice per month.
    6973    steps:
Note: See TracChangeset for help on using the changeset viewer.