Changeset 58754
- Timestamp:
- 07/18/2024 02:09:50 PM (3 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/.github/workflows/test-old-branches.yml
r58654 r58754 93 93 workflow: 'end-to-end-tests.yml' 94 94 95 # Performance testing was introduced in 6.2. 95 # Performance testing was introduced in 6.2 using Puppeteer but was overhauled to use Playwright instead in 6.4. 96 # Since the workflow frequently failed for 6.2 and 6.3 due to the flaky nature of the Puppeteer tests, 97 # the workflow was removed from those two branches. 96 98 - branch: '6.6' 97 99 workflow: 'performance.yml' … … 99 101 workflow: 'performance.yml' 100 102 - branch: '6.4' 101 workflow: 'performance.yml'102 - branch: '6.3'103 workflow: 'performance.yml'104 - branch: '6.2'105 103 workflow: 'performance.yml' 106 104
Note: See TracChangeset
for help on using the changeset viewer.