[meta-security][wrynose][PATCH 05/13] meta-parsec: Do not run Parsec CI jobs on 32bit platforms.
Scott Murray <[email protected]>
| Newsgroups | org.yoctoproject.lists.yocto-patches |
|---|---|
| Message-ID | <7cafc3fe7329d31015848ff70045490780c21ebc.1779625557.git.scott.murray@konsulko.com> |
From: Anton Antonov <[email protected]> Signed-off-by: Anton Antonov <[email protected]> Signed-off-by: Scott Murray <[email protected]> --- .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 --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 -- 2.53.0