diff mbox series

[meta-security,05/13] meta-parsec: Do not run Parsec CI jobs on 32bit platforms.

Message ID 677294c158242331d844650b9e6c4a8fd4eef4d4.1779624335.git.scott.murray@konsulko.com
State New
Headers show
Series Assorted updates 05/24 | expand

Commit Message

Scott Murray May 24, 2026, 12:15 p.m. UTC
From: Anton Antonov <anton.antonov@arm.com>

Signed-off-by: Anton Antonov <Anton.Antonov@arm.com>
Signed-off-by: Scott Murray <scott.murray@konsulko.com>
---
 .gitlab-ci.yml         | 12 ------------
 kas/qemuarm-parsec.yml |  6 ------
 kas/qemux86-parsec.yml |  6 ------
 3 files changed, 24 deletions(-)
 delete mode 100644 kas/qemuarm-parsec.yml
 delete mode 100644 kas/qemux86-parsec.yml
diff mbox series

Patch

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 701a65a..2156598 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -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:
diff --git a/kas/qemuarm-parsec.yml b/kas/qemuarm-parsec.yml
deleted file mode 100644
index cef2818..0000000
--- a/kas/qemuarm-parsec.yml
+++ /dev/null
@@ -1,6 +0,0 @@ 
-header:
-  version: 8
-  includes:
-    - kas-security-parsec.yml
-
-machine: qemuarm
diff --git a/kas/qemux86-parsec.yml b/kas/qemux86-parsec.yml
deleted file mode 100644
index 370947d..0000000
--- a/kas/qemux86-parsec.yml
+++ /dev/null
@@ -1,6 +0,0 @@ 
-header:
-  version: 8
-  includes:
-    - kas-security-parsec.yml
-
-machine: qemux86