mirror of
https://github.com/mirror/wget.git
synced 2025-01-28 13:20:44 +08:00
* .gitlab-ci.yml: Allow failure for Valgrind and Scan-Build CI runner
This commit is contained in:
parent
feb52bfab7
commit
48f762a648
@ -194,6 +194,7 @@ Scan-Build/Debian:
|
|||||||
- shared
|
- shared
|
||||||
except:
|
except:
|
||||||
- tags
|
- tags
|
||||||
|
allow_failure: true
|
||||||
artifacts:
|
artifacts:
|
||||||
expire_in: 2 weeks
|
expire_in: 2 weeks
|
||||||
when: on_failure
|
when: on_failure
|
||||||
@ -214,6 +215,7 @@ Valgrind/Debian:
|
|||||||
- shared
|
- shared
|
||||||
except:
|
except:
|
||||||
- tags
|
- tags
|
||||||
|
allow_failure: true
|
||||||
artifacts:
|
artifacts:
|
||||||
expire_in: 2 weeks
|
expire_in: 2 weeks
|
||||||
when: on_failure
|
when: on_failure
|
||||||
|
Loading…
Reference in New Issue
Block a user