Skip to content

Commit 4ad00e6

Browse files
authored
Update linux.yml
1 parent c1ad5ef commit 4ad00e6

File tree

1 file changed

+1
-49
lines changed

1 file changed

+1
-49
lines changed

.buildkite/pipelines/main/platforms/linux.yml

Lines changed: 1 addition & 49 deletions
Original file line numberDiff line numberDiff line change
@@ -53,54 +53,6 @@ steps:
5353
- label: "tester_linux$ARCH"
5454
key: tester_linux$ARCH
5555
depends_on: package_linux$ARCH
56-
if: false # TODO: delete this line
57-
plugins:
58-
- JuliaCI/julia#v1:
59-
version: 1.6
60-
- staticfloat/sandbox#v1:
61-
rootfs_url: https://github.com/JuliaCI/rootfs-images/releases/download/$ROOTFS_TEST_TREE/package_linux.${ROOTFS_ARCH}.tar.gz
62-
rootfs_treehash: "$ROOTFS_TEST_TREE"
63-
uid: 1000
64-
gid: 1000
65-
workspaces:
66-
# Include `/cache/repos` so that our `git` version introspection works.
67-
- "/cache/repos:/cache/repos"
68-
env:
69-
JULIA_SHELL: "/bin/bash"
70-
commands: |
71-
echo "--- Print the full and short commit hashes"
72-
SHORT_COMMIT_LENGTH=10
73-
SHORT_COMMIT=`echo $$BUILDKITE_COMMIT | cut -c1-$$SHORT_COMMIT_LENGTH`
74-
JULIA_DIRECTORY_NAME="julia-$$SHORT_COMMIT"
75-
ARTIFACT_FILE_EXTENSION="tar.gz"
76-
ARTIFACT_FILENAME="julia-$$SHORT_COMMIT-linux$ARCH.$$ARTIFACT_FILE_EXTENSION"
77-
echo "The full commit is: $$BUILDKITE_COMMIT"
78-
echo "The short commit is: $$SHORT_COMMIT"
79-
echo "The artifact filename will be: $$ARTIFACT_FILENAME"
80-
echo "The Julia directory name will be: $$JULIA_DIRECTORY_NAME"
81-
82-
echo "--- Download build artifacts"
83-
rm -rf $$ARTIFACT_FILENAME
84-
buildkite-agent artifact download $$ARTIFACT_FILENAME .
85-
86-
echo "--- Extract build artifacts"
87-
rm -rf $$JULIA_DIRECTORY_NAME/
88-
tar xzf $$ARTIFACT_FILENAME $$JULIA_DIRECTORY_NAME/
89-
90-
echo "--- Print Julia version info"
91-
$$JULIA_DIRECTORY_NAME/bin/julia -e 'using InteractiveUtils; InteractiveUtils.versioninfo()'
92-
93-
echo "--- Run the Julia test suite"
94-
unset JULIA_DEPOT_PATH
95-
$$JULIA_DIRECTORY_NAME/bin/julia .buildkite/utilities/rr/rr_capture.jl $$JULIA_DIRECTORY_NAME/bin/julia -e 'Base.runtests(["all"]; ncores = Sys.CPU_THREADS)'
96-
timeout_in_minutes: 150
97-
notify:
98-
- github_commit_status:
99-
context: "tester_linux$ARCH"
100-
101-
- label: "tester2_linux$ARCH"
102-
key: tester2_linux$ARCH
103-
depends_on: package_linux$ARCH
10456
plugins:
10557
- JuliaCI/julia#v1:
10658
version: 1.6
@@ -143,4 +95,4 @@ steps:
14395
timeout_in_minutes: 150
14496
notify:
14597
- github_commit_status:
146-
context: "tester2_linux$ARCH"
98+
context: "tester_linux$ARCH"

0 commit comments

Comments
 (0)