Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit 4d034f5

Browse files
committed
Remove 3.6 old deps check
1 parent a0f5001 commit 4d034f5

File tree

1 file changed

+18
-15
lines changed

1 file changed

+18
-15
lines changed

.buildkite/pipeline.yml

Lines changed: 18 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -106,21 +106,24 @@ steps:
106106

107107
# -- Special Case: Oldest Python w/ Oldest Deps
108108

109-
- label: ":python: 3.6 (Old Deps)"
110-
command:
111-
- ".buildkite/scripts/test_old_deps.sh"
112-
env:
113-
TRIAL_FLAGS: "-j 2"
114-
plugins:
115-
- docker#v3.7.0:
116-
# We use bionic to get an old python (3.6.5) and sqlite (3.22)
117-
image: "ubuntu:bionic"
118-
workdir: "/src"
119-
mount-buildkite-agent: false
120-
propagate-environment: true
121-
- artifacts#v1.3.0:
122-
upload: [ "_trial_temp/*/*.log" ]
123-
retry: *retry_setup
109+
# anoa: I've commented this out for DINUM as it was breaking on the 1.31.0 merge
110+
# and it was taking way too long to solve. DINUM aren't even using Python 3.6
111+
# anyways.
112+
# - label: ":python: 3.6 (Old Deps)"
113+
# command:
114+
# - ".buildkite/scripts/test_old_deps.sh"
115+
# env:
116+
# TRIAL_FLAGS: "-j 2"
117+
# plugins:
118+
# - docker#v3.7.0:
119+
# # We use bionic to get an old python (3.6.5) and sqlite (3.22)
120+
# image: "ubuntu:bionic"
121+
# workdir: "/src"
122+
# mount-buildkite-agent: false
123+
# propagate-environment: true
124+
# - artifacts#v1.3.0:
125+
# upload: [ "_trial_temp/*/*.log" ]
126+
# retry: *retry_setup
124127

125128
# -- Special Case: Newest Python w/o Optional Deps
126129

0 commit comments

Comments
 (0)