Skip to content

Commit 64c4ea0

Browse files
committed
Add Enzyme.jl to the reverse testing
1 parent 0ca11f2 commit 64c4ea0

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

.buildkite/pipeline.yml

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,27 @@ steps:
6767
soft_fail:
6868
- exit_status: 1
6969

70+
- label: "Enzyme.jl"
71+
plugins:
72+
- JuliaCI/julia#v1:
73+
version: 1.6
74+
- JuliaCI/julia-coverage#v1:
75+
codecov: true
76+
command: |
77+
julia -e 'using Pkg;
78+
79+
println("--- :julia: Instantiating project");
80+
Pkg.develop(PackageSpec(path=pwd()));
81+
Pkg.add(PackageSpec(name="Enzyme", rev="master"));
82+
Pkg.build();
83+
84+
println("+++ :julia: Running tests");
85+
Pkg.test("Enzyme"; coverage=true);'
86+
agents:
87+
queue: "juliagpu"
88+
if: build.message !~ /\[skip tests\]/
89+
timeout_in_minutes: 60
90+
7091
env:
7192
JULIA_PKG_SERVER: "" # it often struggles with our large artifacts
7293
SECRET_CODECOV_TOKEN: "ya+qhtTvHdnO/U1KSoTcdCRB4WCCFU7Or2wt7YlzSZJWqITbLxidDfvqxTMG0mPo6M9I2XW6GULCleA9okq06reF5//14WSmxiF8qPwBONj6m+ImdkLpju2FfLCAtISFJYRM5OJRdDuQ5hKz+FyNoDG/jWBm/vrHoXzrVOHpcHGOPvrEtSwkdo8ew0prFq5RTi6c0Pe+Vj+xRMH7o8QhIPisYUd4RWsA/BL3ukxqSSzpU1+ZJ4F5v6eZILSaKSPb04FzpotkbH+UUCvJSn28Cif+JQANJ9HDLgaa1BbSlOAcu7syktS2fJOyOTfE67er9Lu8utqz6973Evnqjfbclw==;U2FsdGVkX19sIzsESyU7ZuRndlTrQy67iOsrPzevxn+W/dWZBd3ds5Soh1ig5ivoUi4tLZrqUv/ZyPIHohVy0A=="

0 commit comments

Comments
 (0)