Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

.gitlab-ci.yml: run all stages on local runners (legacy branch) #478

Open
wants to merge 1 commit into
base: coreboot-4.0.x
Choose a base branch
from
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
14 changes: 11 additions & 3 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,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 Down Expand Up @@ -56,7 +56,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 @@ -74,7 +74,7 @@ check_dependencies:
PLATFORM:
stage: publish_rom
tags:
- docker
- local
before_script:
- apt-get update
- apt-get install curl
Expand Down Expand Up @@ -140,6 +140,8 @@ regression:apu2:
PLATFORM: apu2
CONFIG: apu2
RTE_IP: $RTE_IP_APU2
tags:
- apu2


build:apu3:
Expand Down Expand Up @@ -168,6 +170,8 @@ regression:apu3:
PLATFORM: apu3
CONFIG: apu3
RTE_IP: $RTE_IP_APU3
tags:
- apu3


build:apu4:
Expand Down Expand Up @@ -196,6 +200,8 @@ regression:apu4:
PLATFORM: apu4
CONFIG: apu4
RTE_IP: $RTE_IP_APU4
tags:
- apu4


build:apu5:
Expand Down Expand Up @@ -224,3 +230,5 @@ regression:apu5:
PLATFORM: apu5
CONFIG: apu5
RTE_IP: $RTE_IP_APU5
tags:
- apu5