mirror of
https://git.yoctoproject.org/meta-security
synced 2026-01-11 15:00:34 +00:00
.gitlab-ci: speed up parsec builds
build parsec image not the larger generic security image Signed-off-by: Armin Kuster <akuster808@gmail.com>
This commit is contained in:
@@ -64,7 +64,7 @@ qemux86-parsec:
|
||||
extends: .parsec
|
||||
needs: ['qemux86']
|
||||
script:
|
||||
- kas build --target security-build-image kas/$CI_JOB_NAME.yml
|
||||
- kas build --target security-parsec-image kas/$CI_JOB_NAME.yml
|
||||
|
||||
qemux86-test:
|
||||
extends: .test
|
||||
@@ -85,7 +85,7 @@ qemux86-64-parsec:
|
||||
extends: .parsec
|
||||
needs: ['qemux86-64']
|
||||
script:
|
||||
- kas build --target security-build-image kas/$CI_JOB_NAME.yml
|
||||
- kas build --target security-parsec-image kas/$CI_JOB_NAME.yml
|
||||
|
||||
qemuarm:
|
||||
extends: .base
|
||||
@@ -96,7 +96,7 @@ qemuarm-parsec:
|
||||
extends: .parsec
|
||||
needs: ['qemuarm']
|
||||
script:
|
||||
- kas build --target security-build-image kas/$CI_JOB_NAME.yml
|
||||
- kas build --target security-parsec-image kas/$CI_JOB_NAME.yml
|
||||
|
||||
qemuarm64:
|
||||
extends: .base
|
||||
@@ -114,7 +114,7 @@ qemuarm64-parsec:
|
||||
extends: .parsec
|
||||
needs: ['qemuarm64']
|
||||
script:
|
||||
- kas build --target security-build-image kas/$CI_JOB_NAME.yml
|
||||
- kas build --target security-parsec-image kas/$CI_JOB_NAME.yml
|
||||
|
||||
qemuriscv64:
|
||||
extends: .base
|
||||
|
||||
Reference in New Issue
Block a user