5050# command: |
5151# ./build/make-4.2.1/make \
5252# CROSS=/cross/bin/x86_64-linux-musl- \
53- # --load 2 \
53+ # CPUS=4 \
5454# V=1 \
5555# BOARD=qemu-linuxboot \
5656#
@@ -59,11 +59,29 @@ 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.
6583 command : |
66- rm -rf build/x230-flash/* build/log/* && make --load 2 \
84+ rm -rf build/x230-flash/* build/log/* && make CPUS=4 \
6785 V=1 \
6886 BOARD=x230-flash || (find ./build/ -name "*.log" -type f -mmin -1|while read log; do echo ""; echo '==>' "$log" '<=='; echo ""; cat $log;done; exit 1) \
6987 no_output_timeout : 3h
8199 - run :
82100 name : t430-flash
83101 command : |
84- rm -rf build/t430-flash/* build/log/* && make --load 2 \
102+ rm -rf build/t430-flash/* build/log/* && make CPUS=4 \
85103 V=1 \
86104 BOARD=t430-flash || (find ./build/ -name "*.log" -type f -mmin -1|while read log; do echo ""; echo '==>' "$log" '<=='; echo ""; cat $log;done; exit 1) \
87105 no_output_timeout : 3h
99117 - run :
100118 name : t430
101119 command : |
102- rm -rf build/t430/* build/log/* && make --load 2 \
120+ rm -rf build/t430/* build/log/* && make CPUS=4 \
103121 V=1 \
104122 BOARD=t430 || (find ./build/ -name "*.log" -type f -mmin -1|while read log; do echo ""; echo '==>' "$log" '<=='; echo ""; cat $log;done; exit 1) \
105123 no_output_timeout : 3h
@@ -117,7 +135,7 @@ jobs:
117135 - run :
118136 name : x230
119137 command : |
120- rm -rf build/x230/* build/log/* && make --load 2 \
138+ rm -rf build/x230/* build/log/* && make CPUS=4 \
121139 V=1 \
122140 BOARD=x230 || (find ./build/ -name "*.log" -type f -mmin -1|while read log; do echo ""; echo '==>' "$log" '<=='; echo ""; cat $log;done; exit 1) \
123141 no_output_timeout : 3h
@@ -135,7 +153,7 @@ jobs:
135153 - run :
136154 name : x230-hotp-verification
137155 command : |
138- rm -rf build/x230-hotp-verification/* build/log/* && make --load 2 \
156+ rm -rf build/x230-hotp-verification/* build/log/* && make CPUS=4 \
139157 V=1 \
140158 BOARD=x230-hotp-verification || (find ./build/ -name "*.log" -type f -mmin -1|while read log; do echo ""; echo '==>' "$log" '<=='; echo ""; cat $log;done; exit 1) \
141159 no_output_timeout : 3h
@@ -150,28 +168,10 @@ 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 --load 2 \
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 : |
174- rm -rf build/qemu-coreboot/* build/log/* && make --load 2 \
174+ rm -rf build/qemu-coreboot/* build/log/* && make CPUS=4 \
175175 V=1 \
176176 BOARD=qemu-coreboot || (find ./build/ -name "*.log" -type f -mmin -1|while read log; do echo ""; echo '==>' "$log" '<=='; echo ""; cat $log;done; exit 1) \
177177 no_output_timeout : 3h
0 commit comments