Make WordPress Core

Changeset 58654

Timestamp:
07/03/2024 04:28:48 PM (4 days ago)
Author:
desrosj
Message:

Build/Test Tools: Fix workflow names in test old branches workflow.

After the changes in [58165] and [58645] and all associated backports, the workflow that dispatches regular testing in older branches needed to be updated.

  • The test-npm.yml workflow no longer exists.
  • The test-build-processes.yml has taken the place of test-npm.yml in all branches.

Also, the workflow will now run whenever an old version of the reusable PHPUnit workflow is updated (v1 or v2). This is to ensure the changes don’t cause any compatibility problems in older branches.

See #61213.

File:
1 edited

Legend:

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

    r58575 r58654  
    88    paths:
    99      - '.github/workflows/test-old-branches.yml'
     10
     11
    1012  # Run twice a month on the 1st and 15th at 00:00 UTC.
    1113  schedule:
     
    3537            'javascript-tests.yml',
    3638            'phpunit-tests.yml',
    37             'test-npm.yml'
     39            'test-.yml'
    3840        ]
    3941        branch: [
     
    103105            workflow: 'performance.yml'
    104106
    105           # Build Process testing was introduced in 6.5.
    106           - branch: '6.5'
    107             workflow: 'test-build-processes.yml'
    108 
    109107    # Run all branches monthly, but only the currently supported one twice per month.
    110108    steps:
Note: See TracChangeset for help on using the changeset viewer.