diff options
author | Armin Kuster <akuster808@gmail.com> | 2020-09-29 10:32:18 -0700 |
---|---|---|
committer | Armin Kuster <akuster808@gmail.com> | 2020-10-01 06:22:07 -0700 |
commit | 1b8f1b1dfb64192e9ee8f2c65db5d39385ec9e97 (patch) | |
tree | c82aca5d36091aa4e2e77137dac7d1d976d9f578 | |
parent | cef1768afffcefdc5a8f81641575f38c55d309af (diff) | |
download | meta-security-1b8f1b1dfb64192e9ee8f2c65db5d39385ec9e97.tar.gz |
gitlab-ci: allow test to fail
Signed-off-by: Armin Kuster <akuster808@gmail.com>
-rw-r--r-- | .gitlab-ci.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 46468fd..0be5741 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml | |||
@@ -129,6 +129,7 @@ qemux86-64-multi: | |||
129 | 129 | ||
130 | qemux86-test: | 130 | qemux86-test: |
131 | extends: .build | 131 | extends: .build |
132 | allow_failure: true | ||
132 | script: | 133 | script: |
133 | - kas build --target security-test-image kas/$CI_JOB_NAME.yml | 134 | - kas build --target security-test-image kas/$CI_JOB_NAME.yml |
134 | - kas build -c testimage --target security-test-image kas/$CI_JOB_NAME.yml | 135 | - kas build -c testimage --target security-test-image kas/$CI_JOB_NAME.yml |