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:
Anton Antonov
2026-05-01 16:18:07 +00:00
committed by Scott Murray
parent 45a2630ad8
commit 7cafc3fe73
3 changed files with 0 additions and 24 deletions
-12
View File
@@ -67,12 +67,6 @@ qemux86-musl:
script:
- 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:
extends: .test
needs: ['qemux86']
@@ -99,12 +93,6 @@ qemuarm:
script:
- 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:
extends: .base
script:
-6
View File
@@ -1,6 +0,0 @@
header:
version: 8
includes:
- kas-security-parsec.yml
machine: qemuarm
-6
View File
@@ -1,6 +0,0 @@
header:
version: 8
includes:
- kas-security-parsec.yml
machine: qemux86