1
0

Remove 3.6 old deps check

This commit is contained in:
Andrew Morgan
2021-04-27 19:01:41 +01:00
parent a0f5001155
commit 4d034f5389

View File

@@ -106,21 +106,24 @@ steps:
# -- Special Case: Oldest Python w/ Oldest Deps
- label: ":python: 3.6 (Old Deps)"
command:
- ".buildkite/scripts/test_old_deps.sh"
env:
TRIAL_FLAGS: "-j 2"
plugins:
- docker#v3.7.0:
# We use bionic to get an old python (3.6.5) and sqlite (3.22)
image: "ubuntu:bionic"
workdir: "/src"
mount-buildkite-agent: false
propagate-environment: true
- artifacts#v1.3.0:
upload: [ "_trial_temp/*/*.log" ]
retry: *retry_setup
# anoa: I've commented this out for DINUM as it was breaking on the 1.31.0 merge
# and it was taking way too long to solve. DINUM aren't even using Python 3.6
# anyways.
# - label: ":python: 3.6 (Old Deps)"
# command:
# - ".buildkite/scripts/test_old_deps.sh"
# env:
# TRIAL_FLAGS: "-j 2"
# plugins:
# - docker#v3.7.0:
# # We use bionic to get an old python (3.6.5) and sqlite (3.22)
# image: "ubuntu:bionic"
# workdir: "/src"
# mount-buildkite-agent: false
# propagate-environment: true
# - artifacts#v1.3.0:
# upload: [ "_trial_temp/*/*.log" ]
# retry: *retry_setup
# -- Special Case: Newest Python w/o Optional Deps