Skip to content

Commit 48a8a4e

Browse files
committed
PYTHON-4977 Remove useless windows import check
1 parent 8db60dd commit 48a8a4e

File tree

2 files changed

+2
-8
lines changed

2 files changed

+2
-8
lines changed

.evergreen/config.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1798,17 +1798,11 @@ buildvariants:
17981798
- name: test_aws_lambda_task_group
17991799

18001800
- name: rhel8-import-time
1801-
display_name: Import Time Linux
1801+
display_name: Import Time
18021802
run_on: rhel87-small
18031803
tasks:
18041804
- name: "check-import-time"
18051805

1806-
- name: windows-import-time
1807-
display_name: Import Time Windows
1808-
run_on: windows-64-vsMulti-small
1809-
tasks:
1810-
- name: "check-import-time"
1811-
18121806
- name: backport-pr
18131807
display_name: "Backport PR"
18141808
run_on:

.evergreen/run-import-time-test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ function get_import_time() {
2525
}
2626

2727
get_import_time $HEAD_SHA
28-
git -c user.name=evergreen -c [email protected] stash
28+
git stash
2929
git checkout $BASE_SHA
3030
get_import_time $BASE_SHA
3131
git checkout $HEAD_SHA

0 commit comments

Comments
 (0)