diff options
author | rinpatch <rinpatch@sdf.org> | 2020-05-12 13:23:40 +0000 |
---|---|---|
committer | rinpatch <rinpatch@sdf.org> | 2020-05-12 13:23:40 +0000 |
commit | d17040e9976976a182e428aff1baa6225a906e53 (patch) | |
tree | e6d21d4ad478e68f25d6cfb08bab6a9336db5777 | |
parent | f8190aea5e68a6e17ccc88b13486bd69c3b08450 (diff) | |
parent | 2f2e5fea34355d1e307a787d1df459813b556406 (diff) | |
download | pleroma-d17040e9976976a182e428aff1baa6225a906e53.tar.gz pleroma-d17040e9976976a182e428aff1baa6225a906e53.zip |
Merge branch 'giving-up' into 'develop'
Give up for now and make gitlab retry failed jobs.
See merge request pleroma/pleroma!2517
-rw-r--r-- | .gitlab-ci.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 1b7c03ebb..aad28a2d8 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -48,6 +48,7 @@ benchmark: unit-testing: stage: test + retry: 2 cache: &testing_cache_policy <<: *global_cache_policy policy: pull @@ -80,6 +81,7 @@ unit-testing: unit-testing-rum: stage: test + retry: 2 cache: *testing_cache_policy services: - name: minibikini/postgres-with-rum:12 |