ci: run linux arm tests on CircleCI (#29714)
This commit is contained in:
parent
8ccab4ce91
commit
6b4c59b8d8
4 changed files with 138 additions and 30 deletions
|
@ -137,7 +137,7 @@ describe('version-bumper', () => {
|
|||
|
||||
// On macOS Circle CI we don't have a real git environment due to running
|
||||
// gclient sync on a linux machine. These tests therefore don't run as expected.
|
||||
ifdescribe(!(process.platform === 'linux' && process.arch === 'arm') && process.platform !== 'darwin')('nextVersion', () => {
|
||||
ifdescribe(!(process.platform === 'linux' && process.arch.indexOf('arm') === 0) && process.platform !== 'darwin')('nextVersion', () => {
|
||||
const nightlyPattern = /[0-9.]*(-nightly.(\d{4})(\d{2})(\d{2}))$/g;
|
||||
const betaPattern = /[0-9.]*(-beta[0-9.]*)/g;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue