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 96
96
needs : setup_matrix
97
97
continue-on-error : true
98
98
strategy :
99
- max-parallel : 3
99
+ # temporary commented, remove completely after 10.23 if all pipelines worked well
100
+ # max-parallel: 3
100
101
matrix :
101
102
project : ${{ fromJson(needs.setup_matrix.outputs.projects) }}
102
103
value : ${{ fromJson(needs.setup_matrix.outputs.matrix) }}
@@ -124,7 +125,7 @@ jobs:
124
125
run : |
125
126
docker run -d --rm --name busybox --privileged --net=host --pid=host --ipc=host --volume /:/host busybox sleep infinity
126
127
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"'
128
129
docker exec busybox /bin/sh -c 'chroot /host /bin/bash -c "mkswap /mnt/swapfile"'
129
130
docker exec busybox /bin/sh -c 'chroot /host /bin/bash -c "swapon /mnt/swapfile"'
130
131
@@ -197,7 +198,6 @@ jobs:
197
198
--add-opens java.base/jdk.internal.vm=ALL-UNNAMED \
198
199
--add-opens java.base/jdk.internal.vm.annotation=ALL-UNNAMED \
199
200
-Dutbot.monitoring.settings.path=$monitoring_projects/${{ matrix.project }}/monitoring.properties \
200
- -Xmx512M \
201
201
utbot-junit-contest/build/libs/monitoring.jar \
202
202
stats-$i.json
203
203
mv logs/utbot.log logs/utbot-$i.log
You can’t perform that action at this time.
0 commit comments