Skip to content

Commit 13ac291

Browse files
authored
Merge pull request #644 from JuliaParallel/jps/ci-rm-dtables-stability
CI: Remove DTables reverse CI
2 parents 2ec75fc + ece81cd commit 13ac291

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

.buildkite/pipeline.yml

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -204,19 +204,5 @@ steps:
204204
artifacts:
205205
- benchmarks/result*
206206

207-
- label: DTables.jl stability test
208-
timeout_in_minutes: 20
209-
plugins:
210-
- JuliaCI/julia#v1:
211-
version: "1"
212-
env:
213-
JULIA_NUM_THREADS: "4"
214-
agents:
215-
queue: "juliaecosystem"
216-
sandbox_capable: "true"
217-
os: linux
218-
arch: x86_64
219-
command: "git clone https://github.com/JuliaParallel/DTables.jl.git ; julia -t4 -e 'using Pkg; Pkg.activate(\"DTables.jl\"); Pkg.develop(;path=\".\"); Pkg.instantiate(); Pkg.test()'"
220-
221207
# env:
222208
# SECRET_CODECOV_TOKEN: ""

0 commit comments

Comments
 (0)