diff options
| author | Anton Antonov <anton.antonov@arm.com> | 2026-05-01 16:18:07 +0000 |
|---|---|---|
| committer | Scott Murray <scott.murray@konsulko.com> | 2026-05-17 17:44:55 +0300 |
| commit | 677294c158242331d844650b9e6c4a8fd4eef4d4 (patch) | |
| tree | 1d9e72295dcc5a96359b5142e29720329b359862 | |
| parent | e6538dbad1656fc12634a910c098ba2b3fd7126e (diff) | |
| download | meta-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.yml | 12 | ||||
| -rw-r--r-- | kas/qemuarm-parsec.yml | 6 | ||||
| -rw-r--r-- | kas/qemux86-parsec.yml | 6 |
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 | ||
| 70 | qemux86-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 | |||
| 76 | qemux86-test: | 70 | qemux86-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 | ||
| 102 | qemuarm-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 | |||
| 108 | qemuarm64: | 96 | qemuarm64: |
| 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 @@ | |||
| 1 | header: | ||
| 2 | version: 8 | ||
| 3 | includes: | ||
| 4 | - kas-security-parsec.yml | ||
| 5 | |||
| 6 | 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 @@ | |||
| 1 | header: | ||
| 2 | version: 8 | ||
| 3 | includes: | ||
| 4 | - kas-security-parsec.yml | ||
| 5 | |||
| 6 | machine: qemux86 | ||
