Skip to content

Commit

Permalink
[CI] Use moonshot at ANL
Browse files Browse the repository at this point in the history
  • Loading branch information
amontoison committed Jan 21, 2025
1 parent cbd69df commit bec6748
Show file tree
Hide file tree
Showing 7 changed files with 37 additions and 268 deletions.
3 changes: 0 additions & 3 deletions .breakage/Project.toml

This file was deleted.

18 changes: 0 additions & 18 deletions .breakage/get_jso_users.jl

This file was deleted.

8 changes: 0 additions & 8 deletions .copier-answers.jso.yml

This file was deleted.

201 changes: 0 additions & 201 deletions .github/workflows/Breakage.yml

This file was deleted.

37 changes: 0 additions & 37 deletions .github/workflows/CI_Linux.yml

This file was deleted.

36 changes: 36 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
name: CI

on:
push:
branches:
- main
tags: '*'
pull_request:
types: [opened, synchronize, reopened]
schedule:
- cron: '0 0 * * 0'

jobs:
test-moonshot:
env:
CUDA_VISIBLE_DEVICES: 1
JULIA_DEPOT_PATH: /scratch/github-actions/julia_depot_hsl
runs-on: self-hosted
strategy:
matrix:
os: [ubuntu-24.04]
julia-version: ['1.10', '1.11']
julia-arch: [x64]

steps:
- uses: actions/checkout@v4
- uses: julia-actions/setup-julia@latest
with:
version: ${{ matrix.julia-version }}
arch: ${{ matrix.julia-arch }}
- uses: julia-actions/julia-buildpkg@latest
- uses: julia-actions/julia-runtest@latest
- uses: julia-actions/julia-processcoverage@v1
- uses: codecov/codecov-action@v2
with:
file: lcov.info
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Quadmath = "be4d8f0f-7fa4-5f49-b795-2f01399ab2dd"
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"

[compat]
HSL_jll = "4, 2024"
HSL_jll = "4, 2024, 2025"
Libdl = "1.9"
LinearAlgebra = "1.9"
OpenBLAS32_jll = "0.3.9"
Expand Down

0 comments on commit bec6748

Please sign in to comment.