Skip to content

Commit

Permalink
Fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
luraess committed Oct 2, 2024
1 parent d513168 commit ad6cd9a
Showing 1 changed file with 27 additions and 27 deletions.
54 changes: 27 additions & 27 deletions .buildkite/run_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,34 +58,34 @@ steps:
JULIA_NUM_THREADS: 4

# We cannot sumbit coverage right now for Metal as this would require using a cryptic setup not enabled here.
- label: "Metal Julia {{matrix.version}}"
matrix:
setup:
version:
- "1.10"
- "1.11"
plugins:
- JuliaCI/julia#v1:
version: "{{matrix.version}}"
- JuliaCI/julia-coverage#v1:
codecov: false
command: |
julia -e 'println("--- :julia: Instantiating project")
using Pkg
Pkg.develop(; path=pwd())' || exit 3
# - label: "Metal Julia {{matrix.version}}"
# matrix:
# setup:
# version:
# - "1.10"
# - "1.11"
# plugins:
# - JuliaCI/julia#v1:
# version: "{{matrix.version}}"
# - JuliaCI/julia-coverage#v1:
# codecov: false
# command: |
# julia -e 'println("--- :julia: Instantiating project")
# using Pkg
# Pkg.develop(; path=pwd())' || exit 3

julia -e 'println("+++ :julia: Running tests")
using Pkg
Pkg.test("Chmy"; test_args=["--backend=Metal"], coverage=false)'
agents:
queue: "juliaecosystem"
os: "macos"
arch: "aarch64"
timeout_in_minutes: 60
soft_fail:
- exit_status: 3
env:
JULIA_NUM_THREADS: 4
# julia -e 'println("+++ :julia: Running tests")
# using Pkg
# Pkg.test("Chmy"; test_args=["--backend=Metal"], coverage=false)'
# agents:
# queue: "juliaecosystem"
# os: "macos"
# arch: "aarch64"
# timeout_in_minutes: 60
# soft_fail:
# - exit_status: 3
# env:
# JULIA_NUM_THREADS: 4

env:
SECRET_CODECOV_TOKEN: "D2H/GglFTcK7SKyfuO/Fy34xrVWHzXbtGTGQXAA3wpEPNAATGhHO/mIm0ILLzhMZSI1LplJBxJ7nV5WVsky0e/01nbSnW5iB0QqFHK8rD+lXUr4ls4zMlyUa0Lvsl/HixFyhwBtFhy8ruwUsqN8AbJNSJSiF9x4jXhzTgIvlO25/HqQObcfJa6qwcw0m9uMa3K26w1xrPhdE7F4mdUUREjB1W8dzfkKF+vZUeMqYFKgit21uQ9QsRjDJl0ExOEw0SC910rtGHtDO0bpIe+D1nEGQsQr8VEN3o0hOCgTJrya8MFitBqkKeVBV/NUImu4UtxlNb7r0ZrjTawiFle2tfg==;U2FsdGVkX1+sdgrm8OBTX9elIdJMwLMpOvXFFtHrG9lj5J8qDBdbjJDva3XMXkbF6I4PCh9G9NW0pEcF9ghb7g=="

0 comments on commit ad6cd9a

Please sign in to comment.