Skip to content

Commit ba0647d

Browse files
authored
Merge pull request #6470 from remix-project-org/FFmasteronly
Disable Firefox testing except on master, alpha, live, and beta branches
2 parents 6a5de76 + 2274645 commit ba0647d

File tree

1 file changed

+26
-7
lines changed

1 file changed

+26
-7
lines changed

.circleci/config.yml

Lines changed: 26 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -388,7 +388,7 @@ workflows:
388388
- build
389389
matrix:
390390
parameters:
391-
browser: ["chrome", "firefox"]
391+
browser: ["chrome"]
392392
script: ["singletest.sh"]
393393
job: ["nogroup"]
394394
jobsize: ["1"]
@@ -439,14 +439,29 @@ workflows:
439439
requires:
440440
- build
441441
matrix:
442-
alias: browser-tests
442+
alias: chrome-tests
443+
parameters:
444+
browser: ["chrome"]
445+
script: ["browser_test.sh"]
446+
job: ["0","1","2","3","4","5","6","7","8","9"]
447+
jobsize: ["10"]
448+
parallelism: [15]
449+
scriptparameter: [""]
450+
- remix-ide-browser:
451+
requires:
452+
- build
453+
matrix:
454+
alias: firefox-tests
443455
parameters:
444-
browser: ["chrome", "firefox"]
456+
browser: ["firefox"]
445457
script: ["browser_test.sh"]
446458
job: ["0","1","2","3","4","5","6","7","8","9"]
447459
jobsize: ["10"]
448460
parallelism: [15]
449461
scriptparameter: [""]
462+
filters:
463+
branches:
464+
only: ['master', 'remix_live', 'remix_beta', 'remix_alpha']
450465
- remix-ide-browser:
451466
requires:
452467
- build
@@ -466,7 +481,8 @@ workflows:
466481
requires:
467482
- lint
468483
- remix-libs
469-
- browser-tests
484+
- chrome-tests
485+
- firefox-tests
470486
- metamask
471487
- plugins
472488

@@ -480,7 +496,8 @@ workflows:
480496
requires:
481497
- lint
482498
- remix-libs
483-
- browser-tests
499+
- chrome-tests
500+
- firefox-tests
484501
- metamask
485502
- plugins
486503
- predeploy
@@ -493,7 +510,8 @@ workflows:
493510
requires:
494511
- lint
495512
- remix-libs
496-
- browser-tests
513+
- chrome-tests
514+
- firefox-tests
497515
- metamask
498516
- plugins
499517
- predeploy
@@ -506,7 +524,8 @@ workflows:
506524
requires:
507525
- lint
508526
- remix-libs
509-
- browser-tests
527+
- chrome-tests
528+
- firefox-tests
510529
- metamask
511530
- plugins
512531
- predeploy

0 commit comments

Comments
 (0)