X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=.gitlab-ci.yml;h=358257209792a6f379ae56f76d02c0c4aeb62f4e;hb=108e3d138fe2673c7b182df1eb71c152350422de;hp=3891187e86bf33d528a26e3602abe78f3d7d149e;hpb=12e8547f07d9ef28ede3141da11c8c3de8549f7e;p=github%2FChocobozzz%2FPeerTube.git diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 3891187e8..358257209 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,11 +1,8 @@ image: chocobozzz/peertube-ci:10 stages: - - build-and-lint - - test - clients - docker-nightly - - external-plugins cache: key: yarn @@ -74,30 +71,3 @@ build-docker-master: - master variables: DOCKER_IMAGE_NAME: chocobozzz/peertube:production-buster - -test-external-plugins: - stage: external-plugins - only: - - schedules - services: - - name: postgres:9.6 - alias: postgres - - name: redis:latest - alias: redis - - name: rroemhild/test-openldap - alias: ldap - variables: - POSTGRES_USER: peertube - POSTGRES_HOST_AUTH_METHOD: trust - REDIS_HOST: redis - artifacts: - expire_in: 1 day - paths: - - test*/logs - when: always - before_script: - - 'sed -i -z "s/database:\n hostname: ''localhost''/database:\n hostname: ''postgres''/" config/test.yaml' - - 'sed -i -z "s/redis:\n hostname: ''localhost''/redis:\n hostname: ''redis''/" config/test.yaml' - - NOCLIENT=1 yarn install --pure-lockfile --cache-folder .yarn-cache - script: - - PGHOST=postgres PGUSER=peertube npm run ci -- "external-plugins"