mirror of
https://github.com/systemd/systemd-stable.git
synced 2024-12-23 17:34:00 +03:00
turn off fuzzit
It seems it went down yesterday and it's not clear how long it will take to bring it back.
This commit is contained in:
parent
3cd5924c85
commit
b3753406c0
22
.travis.yml
22
.travis.yml
@ -14,12 +14,6 @@ stages:
|
|||||||
- name: Build & test
|
- name: Build & test
|
||||||
if: type != cron
|
if: type != cron
|
||||||
|
|
||||||
- name: Fuzzit-Fuzzing
|
|
||||||
if: type = cron
|
|
||||||
|
|
||||||
- name: Fuzzit-Regression
|
|
||||||
if: type != cron
|
|
||||||
|
|
||||||
# Run Coverity periodically instead of for each commit/PR
|
# Run Coverity periodically instead of for each commit/PR
|
||||||
- name: Coverity
|
- name: Coverity
|
||||||
if: type = cron
|
if: type = cron
|
||||||
@ -100,22 +94,6 @@ jobs:
|
|||||||
after_script:
|
after_script:
|
||||||
- $CI_MANAGERS/debian.sh CLEANUP
|
- $CI_MANAGERS/debian.sh CLEANUP
|
||||||
|
|
||||||
- stage: Fuzzit-Regression
|
|
||||||
name: Continuous Fuzzing via Fuzzit (regression)
|
|
||||||
language: bash
|
|
||||||
script:
|
|
||||||
- set -e
|
|
||||||
- $CI_MANAGERS/fuzzit.sh regression
|
|
||||||
- set +e
|
|
||||||
|
|
||||||
- stage: Fuzzit-Fuzzing
|
|
||||||
name: Continuous Fuzzing via Fuzzit (fuzzing daily)
|
|
||||||
language: bash
|
|
||||||
script:
|
|
||||||
- set -e
|
|
||||||
- $CI_MANAGERS/fuzzit.sh fuzzing
|
|
||||||
- set +e
|
|
||||||
|
|
||||||
- stage: Coverity
|
- stage: Coverity
|
||||||
language: bash
|
language: bash
|
||||||
env:
|
env:
|
||||||
|
Loading…
Reference in New Issue
Block a user