File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -178,16 +178,25 @@ jobs:
178178 matrix :
179179 runner : ["ubuntu-24.04", "ubuntu-24.04-arm"]
180180 image : ["debian:bookworm", "debian:trixie", "debian:sid"]
181+ include :
182+ - allow_fail : False
183+ image : debian:bookworm
184+ - allow_fail : False
185+ image : debian:trixie
186+ - allow_fail : True
187+ image : debian:sid
181188 container :
182189 image : ${{ matrix.image }}
183190 # IPC_OWNER is needed for shmget IPC_CREAT
184191 # SYS_ADMIN is needed for shmctl IPC_SET
185192 options : --cap-add=IPC_OWNER --cap-add=SYS_ADMIN
193+ continue-on-error : ${{ matrix.allow_fail }}
186194 steps :
187195 - name : Dump GitHub context
188196 env :
189197 GITHUB_CONTEXT : ${{ toJson(github) }}
190198 run : |
199+ echo Allow Failure: ${{ matrix.allow_fail }}
191200 echo Number of CPUs: $(nproc)
192201 echo "$GITHUB_CONTEXT"
193202 - name : Install pre-dependencies
You can’t perform that action at this time.
0 commit comments