@@ -2401,114 +2401,132 @@ axes:
2401
2401
2402
2402
buildvariants :
2403
2403
# Server Tests for RHEL8.
2404
- - name : test-rhel8-py3.9-auth-ssl
2404
+ - name : test-rhel8-py3.9-auth-ssl-cov
2405
2405
tasks :
2406
2406
- name : .standalone
2407
2407
- name : .replica_set
2408
2408
- name : .sharded_cluster
2409
- display_name : Test RHEL8 py3.9 Auth SSL
2409
+ display_name : Test RHEL8 py3.9 Auth SSL cov
2410
2410
run_on :
2411
2411
- rhel87-small
2412
2412
expansions :
2413
2413
AUTH : auth
2414
2414
SSL : ssl
2415
+ COVERAGE : coverage
2415
2416
PYTHON_BINARY : /opt/python/3.9/bin/python3
2416
- - name : test-rhel8-py3.9-noauth-ssl
2417
+ tags : [coverage_tag]
2418
+ - name : test-rhel8-py3.9-noauth-ssl-cov
2417
2419
tasks :
2418
2420
- name : .standalone
2419
2421
- name : .replica_set
2420
2422
- name : .sharded_cluster
2421
- display_name : Test RHEL8 py3.9 NoAuth SSL
2423
+ display_name : Test RHEL8 py3.9 NoAuth SSL cov
2422
2424
run_on :
2423
2425
- rhel87-small
2424
2426
expansions :
2425
2427
AUTH : noauth
2426
2428
SSL : ssl
2429
+ COVERAGE : coverage
2427
2430
PYTHON_BINARY : /opt/python/3.9/bin/python3
2428
- - name : test-rhel8-py3.9-noauth-nossl
2431
+ tags : [coverage_tag]
2432
+ - name : test-rhel8-py3.9-noauth-nossl-cov
2429
2433
tasks :
2430
2434
- name : .standalone
2431
2435
- name : .replica_set
2432
2436
- name : .sharded_cluster
2433
- display_name : Test RHEL8 py3.9 NoAuth NoSSL
2437
+ display_name : Test RHEL8 py3.9 NoAuth NoSSL cov
2434
2438
run_on :
2435
2439
- rhel87-small
2436
2440
expansions :
2437
2441
AUTH : noauth
2438
2442
SSL : nossl
2443
+ COVERAGE : coverage
2439
2444
PYTHON_BINARY : /opt/python/3.9/bin/python3
2440
- - name : test-rhel8-py3.13-auth-ssl
2445
+ tags : [coverage_tag]
2446
+ - name : test-rhel8-py3.13-auth-ssl-cov
2441
2447
tasks :
2442
2448
- name : .standalone
2443
2449
- name : .replica_set
2444
2450
- name : .sharded_cluster
2445
- display_name : Test RHEL8 py3.13 Auth SSL
2451
+ display_name : Test RHEL8 py3.13 Auth SSL cov
2446
2452
run_on :
2447
2453
- rhel87-small
2448
2454
expansions :
2449
2455
AUTH : auth
2450
2456
SSL : ssl
2457
+ COVERAGE : coverage
2451
2458
PYTHON_BINARY : /opt/python/3.13/bin/python3
2452
- - name : test-rhel8-py3.13-noauth-ssl
2459
+ tags : [coverage_tag]
2460
+ - name : test-rhel8-py3.13-noauth-ssl-cov
2453
2461
tasks :
2454
2462
- name : .standalone
2455
2463
- name : .replica_set
2456
2464
- name : .sharded_cluster
2457
- display_name : Test RHEL8 py3.13 NoAuth SSL
2465
+ display_name : Test RHEL8 py3.13 NoAuth SSL cov
2458
2466
run_on :
2459
2467
- rhel87-small
2460
2468
expansions :
2461
2469
AUTH : noauth
2462
2470
SSL : ssl
2471
+ COVERAGE : coverage
2463
2472
PYTHON_BINARY : /opt/python/3.13/bin/python3
2464
- - name : test-rhel8-py3.13-noauth-nossl
2473
+ tags : [coverage_tag]
2474
+ - name : test-rhel8-py3.13-noauth-nossl-cov
2465
2475
tasks :
2466
2476
- name : .standalone
2467
2477
- name : .replica_set
2468
2478
- name : .sharded_cluster
2469
- display_name : Test RHEL8 py3.13 NoAuth NoSSL
2479
+ display_name : Test RHEL8 py3.13 NoAuth NoSSL cov
2470
2480
run_on :
2471
2481
- rhel87-small
2472
2482
expansions :
2473
2483
AUTH : noauth
2474
2484
SSL : nossl
2485
+ COVERAGE : coverage
2475
2486
PYTHON_BINARY : /opt/python/3.13/bin/python3
2476
- - name : test-rhel8-pypy3.10-auth-ssl
2487
+ tags : [coverage_tag]
2488
+ - name : test-rhel8-pypy3.10-auth-ssl-cov
2477
2489
tasks :
2478
2490
- name : .standalone
2479
2491
- name : .replica_set
2480
2492
- name : .sharded_cluster
2481
- display_name : Test RHEL8 pypy3.10 Auth SSL
2493
+ display_name : Test RHEL8 pypy3.10 Auth SSL cov
2482
2494
run_on :
2483
2495
- rhel87-small
2484
2496
expansions :
2485
2497
AUTH : auth
2486
2498
SSL : ssl
2499
+ COVERAGE : coverage
2487
2500
PYTHON_BINARY : /opt/python/pypy3.10/bin/python3
2488
- - name : test-rhel8-pypy3.10-noauth-ssl
2501
+ tags : [coverage_tag]
2502
+ - name : test-rhel8-pypy3.10-noauth-ssl-cov
2489
2503
tasks :
2490
2504
- name : .standalone
2491
2505
- name : .replica_set
2492
2506
- name : .sharded_cluster
2493
- display_name : Test RHEL8 pypy3.10 NoAuth SSL
2507
+ display_name : Test RHEL8 pypy3.10 NoAuth SSL cov
2494
2508
run_on :
2495
2509
- rhel87-small
2496
2510
expansions :
2497
2511
AUTH : noauth
2498
2512
SSL : ssl
2513
+ COVERAGE : coverage
2499
2514
PYTHON_BINARY : /opt/python/pypy3.10/bin/python3
2500
- - name : test-rhel8-pypy3.10-noauth-nossl
2515
+ tags : [coverage_tag]
2516
+ - name : test-rhel8-pypy3.10-noauth-nossl-cov
2501
2517
tasks :
2502
2518
- name : .standalone
2503
2519
- name : .replica_set
2504
2520
- name : .sharded_cluster
2505
- display_name : Test RHEL8 pypy3.10 NoAuth NoSSL
2521
+ display_name : Test RHEL8 pypy3.10 NoAuth NoSSL cov
2506
2522
run_on :
2507
2523
- rhel87-small
2508
2524
expansions :
2509
2525
AUTH : noauth
2510
2526
SSL : nossl
2527
+ COVERAGE : coverage
2511
2528
PYTHON_BINARY : /opt/python/pypy3.10/bin/python3
2529
+ tags : [coverage_tag]
2512
2530
- name : test-rhel8-py3.10-auth-ssl
2513
2531
tasks :
2514
2532
- name : .standalone
0 commit comments