mirror of
https://git.yoctoproject.org/meta-security
synced 2026-06-01 01:00:34 +00:00
meta-parsec: Do not run Parsec CI jobs on 32bit platforms.
Signed-off-by: Anton Antonov <Anton.Antonov@arm.com> Signed-off-by: Scott Murray <scott.murray@konsulko.com>
This commit is contained in:
committed by
Scott Murray
parent
45a2630ad8
commit
7cafc3fe73
@@ -67,12 +67,6 @@ qemux86-musl:
|
|||||||
script:
|
script:
|
||||||
- kas build --target security-build-image kas/$CI_JOB_NAME.yml 2>&1 | tee $CI_PROJECT_DIR/log/qemux86_musl_security_image.txt
|
- kas build --target security-build-image kas/$CI_JOB_NAME.yml 2>&1 | tee $CI_PROJECT_DIR/log/qemux86_musl_security_image.txt
|
||||||
|
|
||||||
qemux86-parsec:
|
|
||||||
extends: .parsec
|
|
||||||
needs: ['qemux86']
|
|
||||||
script:
|
|
||||||
- kas build --target security-parsec-image kas/$CI_JOB_NAME.yml 2>&1 | tee $CI_PROJECT_DIR/log/qemux86_parsec_security_image.txt
|
|
||||||
|
|
||||||
qemux86-test:
|
qemux86-test:
|
||||||
extends: .test
|
extends: .test
|
||||||
needs: ['qemux86']
|
needs: ['qemux86']
|
||||||
@@ -99,12 +93,6 @@ qemuarm:
|
|||||||
script:
|
script:
|
||||||
- kas build --target security-build-image kas/$CI_JOB_NAME.yml 2>&1 | tee $CI_PROJECT_DIR/log/qemuarm_security_image.txt
|
- kas build --target security-build-image kas/$CI_JOB_NAME.yml 2>&1 | tee $CI_PROJECT_DIR/log/qemuarm_security_image.txt
|
||||||
|
|
||||||
qemuarm-parsec:
|
|
||||||
extends: .parsec
|
|
||||||
needs: ['qemuarm']
|
|
||||||
script:
|
|
||||||
- kas build --target security-parsec-image kas/$CI_JOB_NAME.yml 2>&1 | tee $CI_PROJECT_DIR/log/qemuarm_parsec_security_image.txt
|
|
||||||
|
|
||||||
qemuarm64:
|
qemuarm64:
|
||||||
extends: .base
|
extends: .base
|
||||||
script:
|
script:
|
||||||
|
|||||||
@@ -1,6 +0,0 @@
|
|||||||
header:
|
|
||||||
version: 8
|
|
||||||
includes:
|
|
||||||
- kas-security-parsec.yml
|
|
||||||
|
|
||||||
machine: qemuarm
|
|
||||||
@@ -1,6 +0,0 @@
|
|||||||
header:
|
|
||||||
version: 8
|
|
||||||
includes:
|
|
||||||
- kas-security-parsec.yml
|
|
||||||
|
|
||||||
machine: qemux86
|
|
||||||
Reference in New Issue
Block a user