Skip to content
Open
Show file tree
Hide file tree
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
1 change: 0 additions & 1 deletion pipelines/main/launch_unsigned_jobs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,6 @@ steps:
buildkite-agent pipeline upload .buildkite/pipelines/main/misc/doctest.yml
buildkite-agent pipeline upload .buildkite/pipelines/main/misc/pdf_docs/build_pdf_docs.yml
buildkite-agent pipeline upload .buildkite/pipelines/main/misc/embedding.yml
buildkite-agent pipeline upload .buildkite/pipelines/main/misc/trimming.yml
buildkite-agent pipeline upload .buildkite/pipelines/main/misc/llvmpasses.yml
# buildkite-agent pipeline upload .buildkite/pipelines/main/misc/whitespace.yml # Currently runs in GitHub Actions instead of Buildkite

Expand Down
1 change: 1 addition & 0 deletions pipelines/main/misc/juliac/test_juliac_linux.arches
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# ROOTFS_IMAGE_NAME TRIPLET ARCH ARCH_ROOTFS TIMEOUT ROOTFS_TAG ROOTFS_HASH ALLOW_FAIL
package_linux x86_64-linux-gnu x86_64 x86_64 . v7.3 d8de9e0051c5cd69f3dde8ddaefc594d0a71043b .
package_linux aarch64-linux-gnu aarch64 aarch64 . v7.3 d39fb11781df9b03e448ad9318df2d195a3acf26 true
package_linux i686-linux-gnu x86_64 i686 40 v7.3 002717b31100993dd232c6b35775b3e2e6941840 .

# These special lines allow us to embed default values for the columns above.
# Any column without a default mapping here will simply substitute a `.` to the empty string
Expand Down
3 changes: 3 additions & 0 deletions pipelines/main/misc/juliac/test_juliac_linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,9 @@ steps:
else
JULIA_PKG_PRECOMPILE_AUTO=0 ./julia -e 'using Pkg; Pkg.add(name="JuliaC", rev="main"); ENV["JULIA_PKG_PRECOMPILE_AUTO"]=1; Pkg.test("JuliaC")'
fi

echo "--- Test trimming the Julia repo's projects (test/trim)"
./julia test/trim.jl
timeout_in_minutes: ${TIMEOUT?}
soft_fail: ${ALLOW_FAIL?}
agents:
Expand Down
3 changes: 3 additions & 0 deletions pipelines/main/misc/juliac/test_juliac_macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@ steps:
else
JULIA_PKG_PRECOMPILE_AUTO=0 ./julia -e 'using Pkg; Pkg.add(name="JuliaC", rev="main"); ENV["JULIA_PKG_PRECOMPILE_AUTO"]=1; Pkg.test("JuliaC")'
fi

echo "--- Test trimming the Julia repo's projects (test/trim)"
./julia test/trim.jl
timeout_in_minutes: ${TIMEOUT?}
soft_fail: ${ALLOW_FAIL?}
agents:
Expand Down
1 change: 1 addition & 0 deletions pipelines/main/misc/juliac/test_juliac_windows.arches
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# OS TRIPLET ARCH TIMEOUT
windows x86_64-w64-mingw32 x86_64 .
windows i686-w64-mingw32 x86_64 40

# These special lines allow us to embed default values for the columns above.
# Any column without a default mapping here will simply substitute a `.` to the empty string
Expand Down
3 changes: 3 additions & 0 deletions pipelines/main/misc/juliac/test_juliac_windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ steps:
else
JULIA_PKG_PRECOMPILE_AUTO=0 ./usr/bin/julia.exe -e 'using Pkg; Pkg.add(name="JuliaC", rev="main"); ENV["JULIA_PKG_PRECOMPILE_AUTO"]=1; Pkg.test("JuliaC")'
fi

echo "--- Test trimming the Julia repo's projects (test/trim)"
./usr/bin/julia.exe test/trim.jl
timeout_in_minutes: ${TIMEOUT?}
soft_fail: ${ALLOW_FAIL?}
agents:
Expand Down
39 changes: 0 additions & 39 deletions pipelines/main/misc/trimming.yml

This file was deleted.

Loading