Skip to content

Re-enable Enzyme.jl testing #708

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jul 2, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
44 changes: 22 additions & 22 deletions .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -122,29 +122,29 @@ steps:
soft_fail:
- exit_status: 3

# - label: "Enzyme.jl"
# plugins:
# - JuliaCI/julia#v1:
# version: "1.11"
# - JuliaCI/julia-coverage#v1:
# codecov: true
# command: |
# julia -e 'println("--- :julia: Instantiating project")
# using Pkg
# Pkg.develop(; path=pwd())
# Pkg.develop(; name="Enzyme")' || exit 3
- label: "Enzyme.jl"
plugins:
- JuliaCI/julia#v1:
version: "1.11"
- JuliaCI/julia-coverage#v1:
codecov: true
command: |
julia -e 'println("--- :julia: Instantiating project")
using Pkg
Pkg.develop(; path=pwd())
Pkg.develop(; name="Enzyme")' || exit 3

# julia -e 'println("+++ :julia: Running tests")
# using Pkg
# Pkg.test("Enzyme"; coverage=true, julia_args=`--depwarn=no`)'
# agents:
# queue: "juliaecosystem"
# os: "linux"
# arch: "x86_64"
# if: build.message !~ /\[skip tests\]/ && !build.pull_request.draft
# timeout_in_minutes: 120
# soft_fail:
# - exit_status: 3
julia -e 'println("+++ :julia: Running tests")
using Pkg
Pkg.test("Enzyme"; coverage=true, julia_args=`--depwarn=no`)'
agents:
queue: "juliaecosystem"
os: "linux"
arch: "x86_64"
if: build.message !~ /\[skip tests\]/ && !build.pull_request.draft
timeout_in_minutes: 120
soft_fail:
- exit_status: 3

env:
JULIA_PKG_SERVER: "" # it often struggles with our large artifacts
Loading