File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 9696 needs : setup_matrix
9797 continue-on-error : true
9898 strategy :
99- max-parallel : 3
99+ # temporary commented, remove completely after 10.23 if all pipelines worked well
100+ # max-parallel: 3
100101 matrix :
101102 project : ${{ fromJson(needs.setup_matrix.outputs.projects) }}
102103 value : ${{ fromJson(needs.setup_matrix.outputs.matrix) }}
@@ -124,7 +125,7 @@ jobs:
124125 run : |
125126 docker run -d --rm --name busybox --privileged --net=host --pid=host --ipc=host --volume /:/host busybox sleep infinity
126127 docker exec busybox /bin/sh -c 'chroot /host /bin/bash -c "swapoff /mnt/swapfile"'
127- docker exec busybox /bin/sh -c 'chroot /host /bin/bash -c "dd if=/dev/zero of=/mnt/swapfile bs=1M count=4096 oflag=append conv=notrunc"'
128+ docker exec busybox /bin/sh -c 'chroot /host /bin/bash -c "dd if=/dev/zero of=/mnt/swapfile bs=1M count=8192 oflag=append conv=notrunc"'
128129 docker exec busybox /bin/sh -c 'chroot /host /bin/bash -c "mkswap /mnt/swapfile"'
129130 docker exec busybox /bin/sh -c 'chroot /host /bin/bash -c "swapon /mnt/swapfile"'
130131
@@ -197,7 +198,6 @@ jobs:
197198 --add-opens java.base/jdk.internal.vm=ALL-UNNAMED \
198199 --add-opens java.base/jdk.internal.vm.annotation=ALL-UNNAMED \
199200 -Dutbot.monitoring.settings.path=$monitoring_projects/${{ matrix.project }}/monitoring.properties \
200- -Xmx512M \
201201 utbot-junit-contest/build/libs/monitoring.jar \
202202 stats-$i.json
203203 mv logs/utbot.log logs/utbot-$i.log
You can’t perform that action at this time.
0 commit comments