Skip to content

Commit

Permalink
PYTHON-4977 Add import time check on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
ShaneHarvey committed Nov 15, 2024
1 parent ca4aed3 commit 0a273a3
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .evergreen/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1798,11 +1798,17 @@ buildvariants:
- name: test_aws_lambda_task_group

- name: rhel8-import-time
display_name: Import Time
display_name: Import Time Linux
run_on: rhel87-small
tasks:
- name: "check-import-time"

- name: windows-import-time
display_name: Import Time Windows
run_on: windows-64-vsMulti-small
tasks:
- name: "check-import-time"

- name: backport-pr
display_name: "Backport PR"
run_on:
Expand Down

0 comments on commit 0a273a3

Please sign in to comment.