diff options
author | lain <lain@soykaf.club> | 2024-03-17 16:33:26 +0000 |
---|---|---|
committer | lain <lain@soykaf.club> | 2024-03-17 16:33:26 +0000 |
commit | d5b64846ed160152a2eb0701351590309713ab2c (patch) | |
tree | 53d0e59eb30a3d01a7902b390f70ae49a1e138d5 | |
parent | 56e456fb5be371c6bfae3ed5f320f8f7e228131e (diff) | |
parent | f0cca36e07fd3e0b4677e4a5daf626f3ef74dfec (diff) | |
download | pleroma-d5b64846ed160152a2eb0701351590309713ab2c.tar.gz pleroma-d5b64846ed160152a2eb0701351590309713ab2c.zip |
Merge branch 'remove-rum-tests' into 'develop'
CI: Remove RUM tests.
See merge request pleroma/pleroma!4092
-rw-r--r-- | .gitlab-ci.yml | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 8f1839c42..09ce2efd9 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -169,25 +169,6 @@ unit-testing-1.12-erratic: - mix ecto.migrate - mix test --only=erratic -unit-testing-1.12-rum: - extends: - - .build_changes_policy - - .using-ci-base - stage: test - cache: *testing_cache_policy - services: - - name: git.pleroma.social:5050/pleroma/pleroma/postgres-with-rum-13 - alias: postgres - command: ["postgres", "-c", "fsync=off", "-c", "synchronous_commit=off", "-c", "full_page_writes=off"] - variables: - <<: *global_variables - RUM_ENABLED: "true" - script: - - mix ecto.create - - mix ecto.migrate - - "mix ecto.migrate --migrations-path priv/repo/optional_migrations/rum_indexing/" - - mix test --preload-modules - formatting-1.13: extends: .build_changes_policy image: &formatting_elixir elixir:1.13-alpine |