mirror of
https://github.com/morgan9e/systemd
synced 2026-04-14 08:25:20 +09: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:
22
.travis.yml
22
.travis.yml
@@ -14,12 +14,6 @@ stages:
|
||||
- name: Build & test
|
||||
if: type != cron
|
||||
|
||||
- name: Fuzzit-Fuzzing
|
||||
if: type = cron
|
||||
|
||||
- name: Fuzzit-Regression
|
||||
if: type != cron
|
||||
|
||||
# Run Coverity periodically instead of for each commit/PR
|
||||
- name: Coverity
|
||||
if: type = cron
|
||||
@@ -100,22 +94,6 @@ jobs:
|
||||
after_script:
|
||||
- $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
|
||||
language: bash
|
||||
env:
|
||||
|
||||
Reference in New Issue
Block a user