Skip to content

Commit 289aa54

Browse files
committed
address review
1 parent 5e80265 commit 289aa54

File tree

3 files changed

+88
-84
lines changed

3 files changed

+88
-84
lines changed

.evergreen/generated_configs/tasks.yml

Lines changed: 39 additions & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -312,21 +312,21 @@ tasks:
312312
- func: run tests
313313
vars:
314314
PYTHON_VERSION: "3.9"
315-
tags: [no-orchestration, python-3.9]
315+
tags: [test-no-orchestration, python-3.9]
316316
- name: test-no-orchestration-python3.13
317317
commands:
318318
- func: assume ec2 role
319319
- func: run tests
320320
vars:
321321
PYTHON_VERSION: "3.13"
322-
tags: [no-orchestration, python-3.13]
322+
tags: [test-no-orchestration, python-3.13]
323323
- name: test-no-orchestration-pypy3.10
324324
commands:
325325
- func: assume ec2 role
326326
- func: run tests
327327
vars:
328328
PYTHON_VERSION: pypy3.10
329-
tags: [no-orchestration, python-pypy3.10]
329+
tags: [test-no-orchestration, python-pypy3.10]
330330

331331
# No toolchain tests
332332
- name: test-no-toolchain-sync-noauth-nossl-standalone
@@ -7482,7 +7482,7 @@ tasks:
74827482
PYTHON_VERSION: "3.9"
74837483
TEST_NAME: default_sync
74847484
tags:
7485-
- standard
7485+
- test-standard
74867486
- server-4.0
74877487
- python-3.9
74887488
- standalone-noauth-nossl
@@ -7504,7 +7504,7 @@ tasks:
75047504
PYTHON_VERSION: "3.10"
75057505
TEST_NAME: default_async
75067506
tags:
7507-
- standard
7507+
- test-standard
75087508
- server-4.0
75097509
- python-3.10
75107510
- replica_set-noauth-ssl
@@ -7526,7 +7526,7 @@ tasks:
75267526
PYTHON_VERSION: "3.11"
75277527
TEST_NAME: default_sync
75287528
tags:
7529-
- standard
7529+
- test-standard
75307530
- server-4.0
75317531
- python-3.11
75327532
- sharded_cluster-auth-ssl
@@ -7548,7 +7548,7 @@ tasks:
75487548
PYTHON_VERSION: "3.12"
75497549
TEST_NAME: default_async
75507550
tags:
7551-
- standard
7551+
- test-standard
75527552
- server-4.2
75537553
- python-3.12
75547554
- standalone-noauth-nossl
@@ -7570,7 +7570,7 @@ tasks:
75707570
PYTHON_VERSION: "3.13"
75717571
TEST_NAME: default_sync
75727572
tags:
7573-
- standard
7573+
- test-standard
75747574
- server-4.2
75757575
- python-3.13
75767576
- replica_set-noauth-ssl
@@ -7592,7 +7592,7 @@ tasks:
75927592
PYTHON_VERSION: "3.9"
75937593
TEST_NAME: default_async
75947594
tags:
7595-
- standard
7595+
- test-standard
75967596
- server-4.2
75977597
- python-3.9
75987598
- sharded_cluster-auth-ssl
@@ -7614,7 +7614,7 @@ tasks:
76147614
PYTHON_VERSION: "3.10"
76157615
TEST_NAME: default_sync
76167616
tags:
7617-
- standard
7617+
- test-standard
76187618
- server-4.4
76197619
- python-3.10
76207620
- standalone-noauth-nossl
@@ -7636,7 +7636,7 @@ tasks:
76367636
PYTHON_VERSION: "3.11"
76377637
TEST_NAME: default_async
76387638
tags:
7639-
- standard
7639+
- test-standard
76407640
- server-4.4
76417641
- python-3.11
76427642
- replica_set-noauth-ssl
@@ -7658,7 +7658,7 @@ tasks:
76587658
PYTHON_VERSION: "3.12"
76597659
TEST_NAME: default_sync
76607660
tags:
7661-
- standard
7661+
- test-standard
76627662
- server-4.4
76637663
- python-3.12
76647664
- sharded_cluster-auth-ssl
@@ -7680,7 +7680,7 @@ tasks:
76807680
PYTHON_VERSION: "3.13"
76817681
TEST_NAME: default_async
76827682
tags:
7683-
- standard
7683+
- test-standard
76847684
- server-5.0
76857685
- python-3.13
76867686
- standalone-noauth-nossl
@@ -7702,7 +7702,7 @@ tasks:
77027702
PYTHON_VERSION: "3.9"
77037703
TEST_NAME: default_sync
77047704
tags:
7705-
- standard
7705+
- test-standard
77067706
- server-5.0
77077707
- python-3.9
77087708
- replica_set-noauth-ssl
@@ -7724,7 +7724,7 @@ tasks:
77247724
PYTHON_VERSION: "3.10"
77257725
TEST_NAME: default_async
77267726
tags:
7727-
- standard
7727+
- test-standard
77287728
- server-5.0
77297729
- python-3.10
77307730
- sharded_cluster-auth-ssl
@@ -7746,7 +7746,7 @@ tasks:
77467746
PYTHON_VERSION: "3.11"
77477747
TEST_NAME: default_sync
77487748
tags:
7749-
- standard
7749+
- test-standard
77507750
- server-6.0
77517751
- python-3.11
77527752
- standalone-noauth-nossl
@@ -7768,7 +7768,7 @@ tasks:
77687768
PYTHON_VERSION: "3.12"
77697769
TEST_NAME: default_async
77707770
tags:
7771-
- standard
7771+
- test-standard
77727772
- server-6.0
77737773
- python-3.12
77747774
- replica_set-noauth-ssl
@@ -7790,7 +7790,7 @@ tasks:
77907790
PYTHON_VERSION: "3.13"
77917791
TEST_NAME: default_sync
77927792
tags:
7793-
- standard
7793+
- test-standard
77947794
- server-6.0
77957795
- python-3.13
77967796
- sharded_cluster-auth-ssl
@@ -7812,7 +7812,7 @@ tasks:
78127812
PYTHON_VERSION: "3.9"
78137813
TEST_NAME: default_async
78147814
tags:
7815-
- standard
7815+
- test-standard
78167816
- server-7.0
78177817
- python-3.9
78187818
- standalone-noauth-nossl
@@ -7834,7 +7834,7 @@ tasks:
78347834
PYTHON_VERSION: "3.10"
78357835
TEST_NAME: default_sync
78367836
tags:
7837-
- standard
7837+
- test-standard
78387838
- server-7.0
78397839
- python-3.10
78407840
- replica_set-noauth-ssl
@@ -7856,7 +7856,7 @@ tasks:
78567856
PYTHON_VERSION: "3.11"
78577857
TEST_NAME: default_async
78587858
tags:
7859-
- standard
7859+
- test-standard
78607860
- server-7.0
78617861
- python-3.11
78627862
- sharded_cluster-auth-ssl
@@ -7878,7 +7878,7 @@ tasks:
78787878
PYTHON_VERSION: "3.12"
78797879
TEST_NAME: default_sync
78807880
tags:
7881-
- standard
7881+
- test-standard
78827882
- server-8.0
78837883
- python-3.12
78847884
- standalone-noauth-nossl
@@ -7900,7 +7900,7 @@ tasks:
79007900
PYTHON_VERSION: "3.13"
79017901
TEST_NAME: default_async
79027902
tags:
7903-
- standard
7903+
- test-standard
79047904
- server-8.0
79057905
- python-3.13
79067906
- replica_set-noauth-ssl
@@ -7922,7 +7922,7 @@ tasks:
79227922
PYTHON_VERSION: "3.9"
79237923
TEST_NAME: default_sync
79247924
tags:
7925-
- standard
7925+
- test-standard
79267926
- server-8.0
79277927
- python-3.9
79287928
- sharded_cluster-auth-ssl
@@ -7944,7 +7944,7 @@ tasks:
79447944
PYTHON_VERSION: "3.10"
79457945
TEST_NAME: default_async
79467946
tags:
7947-
- standard
7947+
- test-standard
79487948
- server-rapid
79497949
- python-3.10
79507950
- standalone-noauth-nossl
@@ -7966,7 +7966,7 @@ tasks:
79667966
PYTHON_VERSION: "3.11"
79677967
TEST_NAME: default_sync
79687968
tags:
7969-
- standard
7969+
- test-standard
79707970
- server-rapid
79717971
- python-3.11
79727972
- replica_set-noauth-ssl
@@ -7988,7 +7988,7 @@ tasks:
79887988
PYTHON_VERSION: "3.12"
79897989
TEST_NAME: default_async
79907990
tags:
7991-
- standard
7991+
- test-standard
79927992
- server-rapid
79937993
- python-3.12
79947994
- sharded_cluster-auth-ssl
@@ -8010,7 +8010,7 @@ tasks:
80108010
PYTHON_VERSION: "3.13"
80118011
TEST_NAME: default_sync
80128012
tags:
8013-
- standard
8013+
- test-standard
80148014
- server-latest
80158015
- python-3.13
80168016
- standalone-noauth-nossl
@@ -8032,7 +8032,7 @@ tasks:
80328032
PYTHON_VERSION: "3.9"
80338033
TEST_NAME: default_async
80348034
tags:
8035-
- standard
8035+
- test-standard
80368036
- server-latest
80378037
- python-3.9
80388038
- replica_set-noauth-ssl
@@ -8054,7 +8054,7 @@ tasks:
80548054
PYTHON_VERSION: "3.10"
80558055
TEST_NAME: default_sync
80568056
tags:
8057-
- standard
8057+
- test-standard
80588058
- server-latest
80598059
- python-3.10
80608060
- sharded_cluster-auth-ssl
@@ -8076,7 +8076,7 @@ tasks:
80768076
PYTHON_VERSION: pypy3.10
80778077
TEST_NAME: default_sync
80788078
tags:
8079-
- standard
8079+
- test-standard
80808080
- server-4.0
80818081
- python-pypy3.10
80828082
- standalone-noauth-nossl
@@ -8099,7 +8099,7 @@ tasks:
80998099
PYTHON_VERSION: pypy3.10
81008100
TEST_NAME: default_async
81018101
tags:
8102-
- standard
8102+
- test-standard
81038103
- server-4.2
81048104
- python-pypy3.10
81058105
- replica_set-noauth-ssl
@@ -8122,7 +8122,7 @@ tasks:
81228122
PYTHON_VERSION: pypy3.10
81238123
TEST_NAME: default_sync
81248124
tags:
8125-
- standard
8125+
- test-standard
81268126
- server-4.4
81278127
- python-pypy3.10
81288128
- sharded_cluster-auth-ssl
@@ -8145,7 +8145,7 @@ tasks:
81458145
PYTHON_VERSION: pypy3.10
81468146
TEST_NAME: default_async
81478147
tags:
8148-
- standard
8148+
- test-standard
81498149
- server-5.0
81508150
- python-pypy3.10
81518151
- standalone-noauth-nossl
@@ -8168,7 +8168,7 @@ tasks:
81688168
PYTHON_VERSION: pypy3.10
81698169
TEST_NAME: default_sync
81708170
tags:
8171-
- standard
8171+
- test-standard
81728172
- server-6.0
81738173
- python-pypy3.10
81748174
- replica_set-noauth-ssl
@@ -8191,7 +8191,7 @@ tasks:
81918191
PYTHON_VERSION: pypy3.10
81928192
TEST_NAME: default_async
81938193
tags:
8194-
- standard
8194+
- test-standard
81958195
- server-7.0
81968196
- python-pypy3.10
81978197
- sharded_cluster-auth-ssl
@@ -8214,7 +8214,7 @@ tasks:
82148214
PYTHON_VERSION: pypy3.10
82158215
TEST_NAME: default_sync
82168216
tags:
8217-
- standard
8217+
- test-standard
82188218
- server-8.0
82198219
- python-pypy3.10
82208220
- standalone-noauth-nossl
@@ -8237,7 +8237,7 @@ tasks:
82378237
PYTHON_VERSION: pypy3.10
82388238
TEST_NAME: default_async
82398239
tags:
8240-
- standard
8240+
- test-standard
82418241
- server-rapid
82428242
- python-pypy3.10
82438243
- replica_set-noauth-ssl
@@ -8260,7 +8260,7 @@ tasks:
82608260
PYTHON_VERSION: pypy3.10
82618261
TEST_NAME: default_sync
82628262
tags:
8263-
- standard
8263+
- test-standard
82648264
- server-latest
82658265
- python-pypy3.10
82668266
- sharded_cluster-auth-ssl

0 commit comments

Comments
 (0)