Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 15 additions & 3 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ check_dependencies:
PLATFORM:
stage: build_rom
tags:
- docker
- local
script:
- git clone https://github.com/pcengines/pce-fw-builder.git /home/coreboot/pce-fw-builder
- cd /home/coreboot/pce-fw-builder
Expand All @@ -44,7 +44,7 @@ check_dependencies:
PLATFORM:
stage: sign_rom
tags:
- docker
- local
script:
- cd ${RELEASE_DIR}
- sha256sum ${PLATFORM}_${CI_COMMIT_REF_NAME}.rom > ${PLATFORM}_${CI_COMMIT_REF_NAME}.SHA256
Expand All @@ -62,7 +62,7 @@ check_dependencies:
PLATFORM:
stage: publish_rom
tags:
- docker
- local
before_script:
- apt-get update
- apt-get -y install curl
Expand Down Expand Up @@ -120,6 +120,8 @@ regression:apu1:
CONFIG: apu1
RTE_IP: $RTE_IP_APU1
AUTOFILL: 1
tags:
- apu1


build:apu2:
Expand All @@ -144,6 +146,8 @@ regression:apu2:
CONFIG: apu2
RTE_IP: $RTE_IP_APU2
AUTOFILL: 1
tags:
- apu2


build:apu3:
Expand All @@ -168,6 +172,8 @@ regression:apu3:
CONFIG: apu3
RTE_IP: $RTE_IP_APU3
AUTOFILL: 1
tags:
- apu3


build:apu4:
Expand All @@ -192,6 +198,8 @@ regression:apu4:
CONFIG: apu4
RTE_IP: $RTE_IP_APU4
AUTOFILL: 1
tags:
- apu4


build:apu5:
Expand All @@ -216,6 +224,8 @@ regression:apu5:
CONFIG: apu5
RTE_IP: $RTE_IP_APU5
AUTOFILL: 1
tags:
- apu5


build:apu6:
Expand All @@ -240,3 +250,5 @@ regression:apu6:
CONFIG: apu6
RTE_IP: $RTE_IP_APU6
AUTOFILL: 1
tags:
- apu6