From 4d034f53898077bf35890b7caca0b4efa448fbb4 Mon Sep 17 00:00:00 2001 From: Andrew Morgan Date: Tue, 27 Apr 2021 19:01:41 +0100 Subject: Remove 3.6 old deps check --- .buildkite/pipeline.yml | 33 ++++++++++++++++++--------------- 1 file changed, 18 insertions(+), 15 deletions(-) diff --git a/.buildkite/pipeline.yml b/.buildkite/pipeline.yml index eed87750c2..3712f92ad9 100644 --- a/.buildkite/pipeline.yml +++ b/.buildkite/pipeline.yml @@ -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 -- cgit 1.5.1