Loading .gitlab/ci/federation_test.yml +9 −1 Original line number Diff line number Diff line # # TODO: different modes of testing based on branch # - inside MR: test against testing instances # - main branch: test against important public instances # TODO: require manual trigger inside MRs as not every test is needed every commit # test federation: stage: test when: manual parallel: matrix: - TEST_FEDERATION_KEYRING_SERVICE: ["grants.cafe", "toast.ooo", "piefed.social", "fedia.io"] - TEST_FEDERATION_KEYRING_SERVICE: ["grants.cafe", "toast.ooo", "piefed.grant.rip", "fedia.io"] image: node:24-alpine services: - name: postgres:14-alpine Loading Loading
.gitlab/ci/federation_test.yml +9 −1 Original line number Diff line number Diff line # # TODO: different modes of testing based on branch # - inside MR: test against testing instances # - main branch: test against important public instances # TODO: require manual trigger inside MRs as not every test is needed every commit # test federation: stage: test when: manual parallel: matrix: - TEST_FEDERATION_KEYRING_SERVICE: ["grants.cafe", "toast.ooo", "piefed.social", "fedia.io"] - TEST_FEDERATION_KEYRING_SERVICE: ["grants.cafe", "toast.ooo", "piefed.grant.rip", "fedia.io"] image: node:24-alpine services: - name: postgres:14-alpine Loading