summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAnton Antonov <anton.antonov@arm.com>2026-05-01 16:18:07 +0000
committerScott Murray <scott.murray@konsulko.com>2026-05-17 17:44:55 +0300
commit677294c158242331d844650b9e6c4a8fd4eef4d4 (patch)
tree1d9e72295dcc5a96359b5142e29720329b359862
parente6538dbad1656fc12634a910c098ba2b3fd7126e (diff)
downloadmeta-security-677294c158242331d844650b9e6c4a8fd4eef4d4.tar.gz
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>
-rw-r--r--.gitlab-ci.yml12
-rw-r--r--kas/qemuarm-parsec.yml6
-rw-r--r--kas/qemux86-parsec.yml6
3 files changed, 0 insertions, 24 deletions
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:
67 script: 67 script:
68 - kas build --target security-build-image kas/$CI_JOB_NAME.yml 2>&1 | tee $CI_PROJECT_DIR/log/qemux86_musl_security_image.txt 68 - kas build --target security-build-image kas/$CI_JOB_NAME.yml 2>&1 | tee $CI_PROJECT_DIR/log/qemux86_musl_security_image.txt
69 69
70qemux86-parsec:
71 extends: .parsec
72 needs: ['qemux86']
73 script:
74 - kas build --target security-parsec-image kas/$CI_JOB_NAME.yml 2>&1 | tee $CI_PROJECT_DIR/log/qemux86_parsec_security_image.txt
75
76qemux86-test: 70qemux86-test:
77 extends: .test 71 extends: .test
78 needs: ['qemux86'] 72 needs: ['qemux86']
@@ -99,12 +93,6 @@ qemuarm:
99 script: 93 script:
100 - kas build --target security-build-image kas/$CI_JOB_NAME.yml 2>&1 | tee $CI_PROJECT_DIR/log/qemuarm_security_image.txt 94 - kas build --target security-build-image kas/$CI_JOB_NAME.yml 2>&1 | tee $CI_PROJECT_DIR/log/qemuarm_security_image.txt
101 95
102qemuarm-parsec:
103 extends: .parsec
104 needs: ['qemuarm']
105 script:
106 - kas build --target security-parsec-image kas/$CI_JOB_NAME.yml 2>&1 | tee $CI_PROJECT_DIR/log/qemuarm_parsec_security_image.txt
107
108qemuarm64: 96qemuarm64:
109 extends: .base 97 extends: .base
110 script: 98 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 @@
1header:
2 version: 8
3 includes:
4 - kas-security-parsec.yml
5
6machine: 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 @@
1header:
2 version: 8
3 includes:
4 - kas-security-parsec.yml
5
6machine: qemux86