@@ -420,6 +420,20 @@ buildvariants:
420
420
tasks :
421
421
- name : compile
422
422
423
+ - name : macos-compass-readonly
424
+ display_name : MacOS (Compass Readonly)
425
+ modules : ~
426
+ run_on :
427
+ - " osx-1010-compass"
428
+ expansions :
429
+ build_via_local_tunnel : true
430
+ fetch_npm_tarball : node-v7.4.0-darwin-x64.tgz
431
+ node_path : " $(pwd)/.deps/bin"
432
+ num_cores : $(sysctl -n hw.logicalcpu)
433
+ compass_distribution : compass-readonly
434
+ tasks :
435
+ - name : compile
436
+
423
437
- name : windows-compass
424
438
display_name : Windows (Compass)
425
439
modules : ~
@@ -448,6 +462,20 @@ buildvariants:
448
462
tasks :
449
463
- name : compile
450
464
465
+ - name : windows-compass-readonly
466
+ display_name : Windows (Compass Readonly)
467
+ modules : ~
468
+ run_on :
469
+ - " windows-64-vs2013-test"
470
+ expansions :
471
+ fetch_npm_tarball : node-v7.4.0-win32-x64.tgz
472
+ node_path : " $(pwd)/.deps"
473
+ num_cores : $(grep -c ^processor /proc/cpuinfo)
474
+ add_env_appdata : Z:\
475
+ compass_distribution : compass-readonly
476
+ tasks :
477
+ - name : compile
478
+
451
479
- name : ubuntu-compass
452
480
display_name : Ubuntu (Compass)
453
481
modules : ~
@@ -476,6 +504,20 @@ buildvariants:
476
504
tasks :
477
505
- name : compile
478
506
507
+ - name : ubuntu-compass-readonly
508
+ display_name : Ubuntu (Compass Readonly)
509
+ modules : ~
510
+ run_on :
511
+ - " ubuntu1404-test"
512
+ expansions :
513
+ fetch_npm_tarball : node-v7.4.0-linux-x64.tgz
514
+ node_path : " $(pwd)/.deps/bin"
515
+ compile_env : CC=/opt/mongodbtoolchain/bin/gcc CXX=/opt/mongodbtoolchain/bin/g++
516
+ num_cores : $(grep -c ^processor /proc/cpuinfo)
517
+ compass_distribution : compass-readonly
518
+ tasks :
519
+ - name : compile
520
+
479
521
- name : rhel-compass
480
522
display_name : RHEL (Compass)
481
523
modules : ~
@@ -503,3 +545,17 @@ buildvariants:
503
545
compass_distribution : compass-community
504
546
tasks :
505
547
- name : compile
548
+
549
+ - name : rhel-compass-readonly
550
+ display_name : RHEL (Compass Readonly)
551
+ modules : ~
552
+ run_on :
553
+ - " rhel70"
554
+ expansions :
555
+ fetch_npm_tarball : node-v7.4.0-linux-x64.tgz
556
+ node_path : " $(pwd)/.deps/bin"
557
+ compile_env : CC=/opt/mongodbtoolchain/bin/gcc CXX=/opt/mongodbtoolchain/bin/g++
558
+ num_cores : $(grep -c ^processor /proc/cpuinfo)
559
+ compass_distribution : compass-readonly
560
+ tasks :
561
+ - name : compile
0 commit comments