diff options
author | Chocobozzz <me@florianbigard.com> | 2020-07-30 16:25:00 +0200 |
---|---|---|
committer | Chocobozzz <chocobozzz@cpy.re> | 2020-07-31 11:32:04 +0200 |
commit | 12e8547f07d9ef28ede3141da11c8c3de8549f7e (patch) | |
tree | d6a84ae992b884e4fdffaf390830bb28e6bd9395 /.gitlab-ci.yml | |
parent | f4659d73fb2d81c9a8f8d1f592ca873b622a194b (diff) | |
download | PeerTube-12e8547f07d9ef28ede3141da11c8c3de8549f7e.tar.gz PeerTube-12e8547f07d9ef28ede3141da11c8c3de8549f7e.tar.zst PeerTube-12e8547f07d9ef28ede3141da11c8c3de8549f7e.zip |
Test ldap
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 73 |
1 files changed, 0 insertions, 73 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 8deb07694..3891187e8 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml | |||
@@ -7,85 +7,12 @@ stages: | |||
7 | - docker-nightly | 7 | - docker-nightly |
8 | - external-plugins | 8 | - external-plugins |
9 | 9 | ||
10 | #before_script: | ||
11 | # - 'sed -i -z "s/database:\n hostname: ''localhost''/database:\n hostname: ''postgres''/" config/test.yaml' | ||
12 | # - 'sed -i -z "s/redis:\n hostname: ''localhost''/redis:\n hostname: ''redis''/" config/test.yaml' | ||
13 | # - if [[ $CI_JOB_STAGE == "test" ]]; then psql -c "create user peertube with password 'peertube';"; fi | ||
14 | # - NOCLIENT=1 yarn install --pure-lockfile --cache-folder .yarn-cache | ||
15 | |||
16 | cache: | 10 | cache: |
17 | key: yarn | 11 | key: yarn |
18 | paths: | 12 | paths: |
19 | - .yarn-cache | 13 | - .yarn-cache |
20 | - cached-fixtures | 14 | - cached-fixtures |
21 | 15 | ||
22 | ### | ||
23 | ## Jobs templates | ||
24 | # | ||
25 | #.build-and-lint: &build-and-lint | ||
26 | # stage: build-and-lint | ||
27 | # | ||
28 | #.tests: &tests | ||
29 | # stage: test | ||
30 | # dependencies: | ||
31 | # - build-server | ||
32 | # services: | ||
33 | # - name: postgres:9.6 | ||
34 | # alias: postgres | ||
35 | # - name: redis:latest | ||
36 | # alias: redis | ||
37 | # variables: | ||
38 | # PGHOST: postgres | ||
39 | # PGUSER: postgres | ||
40 | # REDIS_HOST: redis | ||
41 | # artifacts: | ||
42 | # expire_in: 1 day | ||
43 | # paths: | ||
44 | # - test*/logs | ||
45 | # when: always | ||
46 | # | ||
47 | #### | ||
48 | ### Build and lint | ||
49 | ## | ||
50 | #build-server: | ||
51 | # <<: *build-and-lint | ||
52 | # artifacts: | ||
53 | # expire_in: 5h | ||
54 | # paths: | ||
55 | # - dist/ | ||
56 | # script: | ||
57 | # - npm run build:server | ||
58 | # | ||
59 | #lint: | ||
60 | # <<: *build-and-lint | ||
61 | # script: | ||
62 | # - yarn install --pure-lockfile --cache-folder .yarn-cache | ||
63 | # - npm run ci -- "lint" | ||
64 | # | ||
65 | #### | ||
66 | ### Tests | ||
67 | # | ||
68 | #test-misc: | ||
69 | # <<: *tests | ||
70 | # script: | ||
71 | # - yarn install --pure-lockfile --cache-folder .yarn-cache | ||
72 | # - npm run ci -- "misc" | ||
73 | # | ||
74 | #test-cli: | ||
75 | # <<: *tests | ||
76 | # retry: | ||
77 | # max: 1 | ||
78 | # script: | ||
79 | # - npm run ci -- "cli" | ||
80 | # | ||
81 | #api: | ||
82 | # <<: *tests | ||
83 | # parallel: 4 | ||
84 | # retry: | ||
85 | # max: 1 | ||
86 | # script: | ||
87 | # - NODE_PENDING_JOB_WAIT=1000 npm run ci -- api-$CI_NODE_INDEX | ||
88 | |||
89 | build-openapi-clients: | 16 | build-openapi-clients: |
90 | stage: clients | 17 | stage: clients |
91 | only: | 18 | only: |