Systemd/travis-ci/managers
Frantisek Sumsal a8af7f6a5c fuzzit: make the submit phase a bit more robust
The submit phase of the Fuzzit Travis job has been spuriously failing
for some time with various (and usually pretty hidden) errors, like:

```
./fuzzit create job --type regression ...
2020/04/23 17:02:12 please set env variable FUZZIT_API_KEY or pass --api-key. API Key for you account: ...
```

```
./fuzzit create job --type regression ...
2020/04/23 11:36:53 Creating job...
2020/04/23 11:36:54 Uploading fuzzer...
2020/04/23 11:36:54 Job created successfully
2020/04/23 11:36:54 Get https://...&action=create: read tcp x.x.x.x:39674->x.x.x.x:443: read: connection reset by peer
```

```
./fuzzit create job --type regression ...
2020/04/22 18:09:15 Creating job...
2020/04/22 18:09:16 Uploading fuzzer...
2020/04/22 18:09:37 Job created successfully
2020/04/22 18:09:37 500 Internal Server Error
```

etc.

Let's retry each submit job up to three times to (hopefully) mitigate this.
2020-04-24 01:58:37 +03:00
..
debian.sh ci: add new dependencies to CI 2020-01-28 22:38:22 +01:00
fedora.sh ci: add new dependencies to CI 2020-01-28 22:38:22 +01:00
fuzzbuzz.sh ci: turn off FuzzBuzz 2020-03-30 14:57:22 +02:00
fuzzit.sh fuzzit: make the submit phase a bit more robust 2020-04-24 01:58:37 +03:00
travis_wait.bash scripts: use 4 space indentation 2019-04-12 08:30:31 +02:00