mirror of
https://github.com/linuxboot/heads.git
synced 2024-12-18 20:47:55 +00:00
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).
This commit is contained in:
parent
c47425709f
commit
e3c81a94f8
@ -59,6 +59,24 @@ jobs:
|
||||
# - store-artifacts:
|
||||
# path: build/qemu-linuxboot/hashes.txt
|
||||
|
||||
- run:
|
||||
name: librem_mini-NoTPM
|
||||
command: |
|
||||
rm -rf build/librem_mini-NoTPM/* build/log/* && make CPUS=4 \
|
||||
V=1 \
|
||||
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) \
|
||||
no_output_timeout: 3h
|
||||
- run:
|
||||
name: Ouput librem_mini-NoTPM hashes
|
||||
command: |
|
||||
cat build/librem_mini-NoTPM/hashes.txt \
|
||||
- run:
|
||||
name: Archiving build logs for librem_mini-NoTPM
|
||||
command: |
|
||||
tar zcvf build/librem_mini-NoTPM/logs.tar.gz build/log/*
|
||||
- store-artifacts:
|
||||
path: build/librem_mini-NoTPM
|
||||
|
||||
- run:
|
||||
name: x230-flash
|
||||
#We delete build/make-4.2.1/ directory until issue #799 is fixed.
|
||||
@ -150,24 +168,6 @@ jobs:
|
||||
- store-artifacts:
|
||||
path: build/x230-hotp-verification
|
||||
|
||||
- run:
|
||||
name: librem_mini-NoTPM
|
||||
command: |
|
||||
rm -rf build/librem_mini-NoTPM/* build/log/* && make CPUS=4 \
|
||||
V=1 \
|
||||
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) \
|
||||
no_output_timeout: 3h
|
||||
- run:
|
||||
name: Ouput librem_mini-NoTPM hashes
|
||||
command: |
|
||||
cat build/librem_mini-NoTPM/hashes.txt \
|
||||
- run:
|
||||
name: Archiving build logs for librem_mini-NoTPM
|
||||
command: |
|
||||
tar zcvf build/librem_mini-NoTPM/logs.tar.gz build/log/*
|
||||
- store-artifacts:
|
||||
path: build/librem_mini-NoTPM
|
||||
|
||||
- run:
|
||||
name: qemu-coreboot
|
||||
command: |
|
||||
|
Loading…
Reference in New Issue
Block a user