-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
CI (Buildkite): Add
package_linux
and tester_linux
for more Linux…
… architectures
- Loading branch information
1 parent
c5f3487
commit 0f5ae4b
Showing
19 changed files
with
457 additions
and
186 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,99 @@ | ||
agents: | ||
queue: "julia" | ||
# Only run on `sandbox.jl` machines (not `docker`-isolated ones) since we need nestable sandboxing | ||
sandbox.jl: "true" | ||
os: "linux" | ||
steps: | ||
- label: "analyze" | ||
key: "analyze" | ||
depends_on: | ||
- "analyzegc" | ||
- "asan" | ||
plugins: | ||
- JuliaCI/julia#v1: | ||
version: 1.6 | ||
- staticfloat/sandbox#v1: | ||
rootfs_url: https://github.com/JuliaCI/rootfs-images/releases/download/v3.1/package_linux.x86_64.tar.gz | ||
rootfs_treehash: "8c33c341a864852629b8aac01a6eb6a79b73570e" | ||
uid: 1000 | ||
gid: 1000 | ||
workspaces: | ||
# Include `/cache/repos` so that our `git` version introspection works. | ||
- "/cache/repos:/cache/repos" | ||
timeout_in_minutes: 10 | ||
notify: | ||
- github_commit_status: | ||
context: "analyze" | ||
commands: | | ||
echo "All `analyze` jobs completed successfully." | ||
- label: "docs" | ||
key: "docs" | ||
depends_on: | ||
- "doctest" | ||
# - "docdeploy" | ||
plugins: | ||
- JuliaCI/julia#v1: | ||
version: 1.6 | ||
- staticfloat/sandbox#v1: | ||
rootfs_url: https://github.com/JuliaCI/rootfs-images/releases/download/v3.1/package_linux.x86_64.tar.gz | ||
rootfs_treehash: "8c33c341a864852629b8aac01a6eb6a79b73570e" | ||
uid: 1000 | ||
gid: 1000 | ||
workspaces: | ||
# Include `/cache/repos` so that our `git` version introspection works. | ||
- "/cache/repos:/cache/repos" | ||
timeout_in_minutes: 10 | ||
notify: | ||
- github_commit_status: | ||
context: "docs" | ||
commands: | | ||
echo "All `docs` jobs completed successfully." | ||
- label: "package" | ||
key: "package" | ||
depends_on: | ||
- "package_linux32" | ||
- "package_linux64" | ||
plugins: | ||
- JuliaCI/julia#v1: | ||
version: 1.6 | ||
- staticfloat/sandbox#v1: | ||
rootfs_url: https://github.com/JuliaCI/rootfs-images/releases/download/v3.1/package_linux.x86_64.tar.gz | ||
rootfs_treehash: "8c33c341a864852629b8aac01a6eb6a79b73570e" | ||
uid: 1000 | ||
gid: 1000 | ||
workspaces: | ||
# Include `/cache/repos` so that our `git` version introspection works. | ||
- "/cache/repos:/cache/repos" | ||
timeout_in_minutes: 10 | ||
notify: | ||
- github_commit_status: | ||
context: "package" | ||
commands: | | ||
echo "All `package` jobs completed successfully." | ||
- label: "test" | ||
key: "test" | ||
depends_on: | ||
- "embedding" | ||
- "llvmpasses" | ||
- "tester_linux32" | ||
- "tester_linux64_st" | ||
- "tester_linux64_mt" | ||
- "tester_linux64_st_rr" | ||
- "tester_linux64_mt_rr" | ||
plugins: | ||
- JuliaCI/julia#v1: | ||
version: 1.6 | ||
- staticfloat/sandbox#v1: | ||
rootfs_url: https://github.com/JuliaCI/rootfs-images/releases/download/v3.1/package_linux.x86_64.tar.gz | ||
rootfs_treehash: "8c33c341a864852629b8aac01a6eb6a79b73570e" | ||
uid: 1000 | ||
gid: 1000 | ||
workspaces: | ||
# Include `/cache/repos` so that our `git` version introspection works. | ||
- "/cache/repos:/cache/repos" | ||
timeout_in_minutes: 10 | ||
notify: | ||
- github_commit_status: | ||
context: "test" | ||
commands: | | ||
echo "All `test` jobs completed successfully." |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
# ARCH ARCH_LABEL ROOTFS_ARCH TIMEOUT ROOTFS_TAG ROOTFS_TREE | ||
# aarch64 aarch64 aarch64 60 v3.2 0566841e29f0f9880541c26a6595fd5ce0beb5ff | ||
# armv7l armv7l armv7l 60 v3.2 fb359370b052a47ce5c84cc6b4a7a03ed7053b25 | ||
32 32 i686 60 v3.2 209c4db679a515befd7fb50ecc6bfbecf7ec3d32 | ||
# ppc64le ppc64le powerpc64le 60 v3.2 c03a0158b19d48ac84b426834fce0d3584cdd0c7 | ||
64 64 x86_64 60 v3.2 474bf61a926b2d7fcf202284d59d4b11a04601d7 |
Oops, something went wrong.