Skip to content

Commit

Permalink
increase to 20 partitions
Browse files Browse the repository at this point in the history
  • Loading branch information
samos123 committed Jun 27, 2024
1 parent 4750f6a commit 30aec7e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/set_matrix.py
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
"""
A script to split up test files into partitions for GitHub Actions
This allows us to run 10 partitions of tests at the same time on different
This allows us to run 20 partitions of tests at the same time on different
GitHub action runners.
"""
import glob
import json

partitions = 10
partitions = 20
test_files = glob.glob("axlearn/**/*_test.py")
# TODO(samos123): Figure out why clip is broken
excluded_tests = ["axlearn/vision/clip_test.py"]
Expand Down

0 comments on commit 30aec7e

Please sign in to comment.