This repository was archived by the owner on Apr 12, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +18
-15
lines changed Expand file tree Collapse file tree 1 file changed +18
-15
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments