equal
deleted
inserted
replaced
3 cache: |
3 cache: |
4 key: PYRAMID_CACHE |
4 key: PYRAMID_CACHE |
5 paths: |
5 paths: |
6 - /var/local/env/pyams/eggs/* |
6 - /var/local/env/pyams/eggs/* |
7 |
7 |
8 before_script: |
8 test: |
9 - export http_proxy=http://172.17.0.1:3128/ |
|
10 - export https_proxy=http://172.17.0.1:3128/ |
|
11 - python3.5 bootstrap.py --buildout-version=2.12.0 |
|
12 - ./bin/buildout |
|
13 |
|
14 test 1: |
|
15 stage: test |
9 stage: test |
|
10 before_script: |
|
11 - export http_proxy=http://172.17.0.1:3128/ |
|
12 - export https_proxy=http://172.17.0.1:3128/ |
|
13 - python3.5 bootstrap.py --buildout-version=2.12.0 |
|
14 - ./bin/buildout |
16 script: |
15 script: |
17 - ./bin/test |
16 - ./bin/test |
18 |
17 |
19 test 2: |
18 quality: |
20 stage: test |
19 stage: test |
21 image: docker:stable |
20 image: docker:stable |
22 variables: |
21 variables: |
23 DOCKER_DRIVER: overlay2 |
22 DOCKER_DRIVER: overlay2 |
24 allow_failure: true |
23 allow_failure: true |