Skip to content

Commit e3c81a9

Browse files
committed
CircleCI: changing order of build boards, since we want to test coreboot 4.12 built boards currently failing for lack of memory in other builds (make error 137).
1 parent c474257 commit e3c81a9

File tree

1 file changed

+18
-18
lines changed

1 file changed

+18
-18
lines changed

.circleci/config.yml

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,24 @@ jobs:
5959
# - store-artifacts:
6060
# path: build/qemu-linuxboot/hashes.txt
6161

62+
- run:
63+
name: librem_mini-NoTPM
64+
command: |
65+
rm -rf build/librem_mini-NoTPM/* build/log/* && make CPUS=4 \
66+
V=1 \
67+
BOARD=librem_mini-NoTPM || (find ./build/ -name "*.log" -type f -mmin -1|while read log; do echo ""; echo '==>' "$log" '<=='; echo ""; cat $log;done; exit 1) \
68+
no_output_timeout: 3h
69+
- run:
70+
name: Ouput librem_mini-NoTPM hashes
71+
command: |
72+
cat build/librem_mini-NoTPM/hashes.txt \
73+
- run:
74+
name: Archiving build logs for librem_mini-NoTPM
75+
command: |
76+
tar zcvf build/librem_mini-NoTPM/logs.tar.gz build/log/*
77+
- store-artifacts:
78+
path: build/librem_mini-NoTPM
79+
6280
- run:
6381
name: x230-flash
6482
#We delete build/make-4.2.1/ directory until issue #799 is fixed.
@@ -150,24 +168,6 @@ jobs:
150168
- store-artifacts:
151169
path: build/x230-hotp-verification
152170

153-
- run:
154-
name: librem_mini-NoTPM
155-
command: |
156-
rm -rf build/librem_mini-NoTPM/* build/log/* && make CPUS=4 \
157-
V=1 \
158-
BOARD=librem_mini-NoTPM || (find ./build/ -name "*.log" -type f -mmin -1|while read log; do echo ""; echo '==>' "$log" '<=='; echo ""; cat $log;done; exit 1) \
159-
no_output_timeout: 3h
160-
- run:
161-
name: Ouput librem_mini-NoTPM hashes
162-
command: |
163-
cat build/librem_mini-NoTPM/hashes.txt \
164-
- run:
165-
name: Archiving build logs for librem_mini-NoTPM
166-
command: |
167-
tar zcvf build/librem_mini-NoTPM/logs.tar.gz build/log/*
168-
- store-artifacts:
169-
path: build/librem_mini-NoTPM
170-
171171
- run:
172172
name: qemu-coreboot
173173
command: |

0 commit comments

Comments
 (0)