Merge branch 'new-pipelines' into 'develop'
Fix testing cache policy, really. See merge request pleroma/pleroma!4038
This commit is contained in:
commit
548434f85c
@ -127,6 +127,8 @@ unit-testing-1.12.3:
|
|||||||
- .using-ci-base
|
- .using-ci-base
|
||||||
stage: test
|
stage: test
|
||||||
cache: &testing_cache_policy
|
cache: &testing_cache_policy
|
||||||
|
<<: *global_cache_policy
|
||||||
|
policy: pull
|
||||||
services: &testing_services
|
services: &testing_services
|
||||||
- name: postgres:13-alpine
|
- name: postgres:13-alpine
|
||||||
alias: postgres
|
alias: postgres
|
||||||
@ -150,8 +152,6 @@ unit-testing-1.15.7-otp-25:
|
|||||||
image: git.pleroma.social:5050/pleroma/pleroma/ci-base:elixir-1.15-otp25
|
image: git.pleroma.social:5050/pleroma/pleroma/ci-base:elixir-1.15-otp25
|
||||||
allow_failure: true
|
allow_failure: true
|
||||||
cache: *testing_cache_policy
|
cache: *testing_cache_policy
|
||||||
<<: *global_cache_policy
|
|
||||||
policy: pull
|
|
||||||
services: *testing_services
|
services: *testing_services
|
||||||
script: *testing_script
|
script: *testing_script
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user