summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorLain Soykaf <lain@lain.com>2023-12-13 12:45:52 +0400
committerLain Soykaf <lain@lain.com>2023-12-13 12:45:52 +0400
commit935dce9a0b9ae4ff2d44033ec372f64b7fb6b5ce (patch)
treedde11d0ce624b700a8f57ff9d95c15fb0ddeb9a8 /.gitlab-ci.yml
parent40fa1099bf9770dd0535690c1b1ebf8aad60306b (diff)
Gitlab CI: Update postgres for rum tests.
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml18
1 files changed, 1 insertions, 17 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index b848d3c98..a204948ce 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -154,22 +154,6 @@ unit-testing-erratic:
- mix ecto.migrate
- mix test --only=erratic
-# Removed to fix CI issue. In this early state it wasn't adding much value anyway.
-# TODO Fix and reinstate federated testing
-# federated-testing:
-# stage: test
-# cache: *testing_cache_policy
-# services:
-# - name: minibikini/postgres-with-rum:12
-# alias: postgres
-# command: ["postgres", "-c", "fsync=off", "-c", "synchronous_commit=off", "-c", "full_page_writes=off"]
-# script:
-# - mix deps.get
-# - mix ecto.create
-# - mix ecto.migrate
-# - epmd -daemon
-# - mix test --trace --only federated
-
unit-testing-rum:
extends:
- .build_changes_policy
@@ -177,7 +161,7 @@ unit-testing-rum:
stage: test
cache: *testing_cache_policy
services:
- - name: minibikini/postgres-with-rum:12
+ - name: lainsoykaf/postgres-with-rum:13
alias: postgres
command: ["postgres", "-c", "fsync=off", "-c", "synchronous_commit=off", "-c", "full_page_writes=off"]
variables: