File tree Expand file tree Collapse file tree 1 file changed +8
-7
lines changed
Expand file tree Collapse file tree 1 file changed +8
-7
lines changed Original file line number Diff line number Diff line change 77 branches : [ main ]
88 workflow_dispatch :
99
10+ concurrency :
11+ group : ${{ github.workflow }}-${{ github.head_ref || github.ref }}
12+ cancel-in-progress : true
13+
1014jobs :
1115 build-apptainer-image :
1216 runs-on : [self-hosted, mi3008x]
1317 timeout-minutes : 90
14- concurrency :
15- group : ${{ github.workflow }}-${{ github.head_ref || github.ref }}-build
16- cancel-in-progress : true
18+
1719 steps :
1820 - name : Checkout repository
1921 uses : actions/checkout@v4
4446 strategy :
4547 matrix :
4648 ranks : [1, 2, 4, 8]
47- concurrency :
48- group : ${{ github.workflow }}-${{ github.head_ref || github.ref }}-${{ matrix.ranks }}
49- cancel-in-progress : true
49+ max-parallel : 1
50+
5051 steps :
5152 - name : Checkout repository
5253 uses : actions/checkout@v4
5556 run : |
5657 apptainer exec ~/apptainer/iris-dev.sif bash -c "
5758 set -e # Exit on any error
58-
59+
5960 # Install iris first
6061 pip install -e .
6162
You can’t perform that action at this time.
0 commit comments