#61216 closed defect (bug) (fixed)
Test npm workflow is failing for all branches
Reported by: | johnbillion | Owned by: | desrosj |
---|---|---|---|
Milestone: | 6.6 | Priority: | normal |
Severity: | normal | Version: | |
Component: | Build/Test Tools | Keywords: | has-patch |
Focuses: | Cc: |
Description
The macOS jobs for the "Test npm" workflow in branches 6.4 and prior are failing due to svn
not being available. See https://github.com/WordPress/wordpress-develop/actions/workflows/test-npm.yml .
- It's possible this is caused by an update to the container image
- It looks like
svn
is not actually used, it's only called in the debugging step, needs verifiying
Change History (32)
#2
@
7 months ago
I planned to include this fix and a few other related changes () when backporting the changes necessary for #61213. That has just taken me a bit longer to get prepared than anticipated, so it did not beat the scheduled running of workflows on old branches every 15th of the month.
Happy to backport this separately, but I don't think there's a problem lumping it in with other things in these older branches.
Some of the other changes I planned to include:
#4
@
7 months ago
- Owner set to desrosj
- Resolution set to fixed
- Status changed from new to closed
In 58276:
This ticket was mentioned in PR #6428 on WordPress/wordpress-develop by @desrosj.
7 months ago
#5
- Keywords has-patch added; needs-patch removed
- Fixing MacOS jobs failing as a result of the
macos-latest
runners being updated to ARM architecture (Trac-61216)
Trac ticket:
#6
@
6 months ago
- Resolution fixed deleted
- Status changed from closed to reopened
Reopening to backport.
Related: r57249 / #59805
@desrosj Should we backport that change or did you have something else in mind?
I recall a Slack conversation about this but can't find it right now.