Skip to content

Commit b72a2f6

Browse files
authored
Merge pull request #3 from ausimian/ci/run-soak-in-precommit
ci: drop scheduled soak job
2 parents 95265fa + 06a5f97 commit b72a2f6

1 file changed

Lines changed: 0 additions & 30 deletions

File tree

.github/workflows/ci.yml

Lines changed: 0 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,6 @@ on:
55
branches: [main]
66
pull_request:
77
branches: [main]
8-
schedule:
9-
# Nightly soak at 03:17 UTC.
10-
- cron: "17 3 * * *"
118

129
concurrency:
1310
group: ${{ github.workflow }}-${{ github.ref }}
@@ -56,30 +53,3 @@ jobs:
5653
- run: mix deps.get
5754

5855
- run: mix precommit
59-
60-
soak:
61-
name: soak
62-
# Soak is noisy (500 × 4 MB allocations); only run on the nightly
63-
# schedule, not on every PR.
64-
if: github.event_name == 'schedule'
65-
runs-on: macos-14
66-
env:
67-
MIX_ENV: test
68-
steps:
69-
- uses: actions/checkout@v4
70-
71-
- name: Setup Beam
72-
uses: erlef/setup-beam@v1
73-
with:
74-
version-file: .tool-versions
75-
version-type: strict
76-
77-
- name: Cache MLX prebuilt
78-
uses: actions/cache@v4
79-
with:
80-
path: ~/Library/Caches/emily
81-
key: mlx-${{ runner.os }}-${{ runner.arch }}-${{ hashFiles('mix.exs') }}
82-
83-
- run: mix deps.get
84-
- run: mix compile
85-
- run: mix test --only soak

0 commit comments

Comments
 (0)