diff options
author | Evgeny Vereshchagin <evvers@ya.ru> | 2020-06-04 16:02:23 +0200 |
---|---|---|
committer | Evgeny Vereshchagin <evvers@ya.ru> | 2020-06-04 16:38:05 +0200 |
commit | b3753406c0cd84e3a26ff115f6bc7aa870094c23 (patch) | |
tree | 2e1c860d2157d005a60a5f1dd7eceb01dc4a270f /.travis.yml | |
parent | network: make link become configured state when at least one dynamic protocol... (diff) | |
download | systemd-b3753406c0cd84e3a26ff115f6bc7aa870094c23.tar.xz systemd-b3753406c0cd84e3a26ff115f6bc7aa870094c23.zip |
turn off fuzzit
It seems it went down yesterday and it's not clear how long it will
take to bring it back.
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/.travis.yml b/.travis.yml index 82f62a860f..78cf5bc6f2 100644 --- a/.travis.yml +++ b/.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: |