Disabling tests for faster cycles
This commit is contained in:
@@ -99,7 +99,7 @@ build:mac:
|
|||||||
expire_in: 1 week
|
expire_in: 1 week
|
||||||
|
|
||||||
|
|
||||||
code_quality:
|
.code_quality:
|
||||||
image: docker:stable
|
image: docker:stable
|
||||||
variables:
|
variables:
|
||||||
DOCKER_DRIVER: overlay2
|
DOCKER_DRIVER: overlay2
|
||||||
@@ -117,7 +117,7 @@ code_quality:
|
|||||||
paths: [gl-code-quality-report.json]
|
paths: [gl-code-quality-report.json]
|
||||||
|
|
||||||
|
|
||||||
sast:
|
.sast:
|
||||||
image: docker:stable
|
image: docker:stable
|
||||||
variables:
|
variables:
|
||||||
DOCKER_DRIVER: overlay2
|
DOCKER_DRIVER: overlay2
|
||||||
@@ -136,7 +136,7 @@ sast:
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
license_management:
|
.license_management:
|
||||||
image: docker:stable
|
image: docker:stable
|
||||||
variables:
|
variables:
|
||||||
DOCKER_DRIVER: overlay2
|
DOCKER_DRIVER: overlay2
|
||||||
@@ -152,7 +152,7 @@ license_management:
|
|||||||
paths: [gl-license-management-report.json]
|
paths: [gl-license-management-report.json]
|
||||||
|
|
||||||
|
|
||||||
ubuntu:xenial:
|
.ubuntu:xenial:
|
||||||
image: ubuntu:xenial
|
image: ubuntu:xenial
|
||||||
variables:
|
variables:
|
||||||
DOCKER_DRIVER: overlay2
|
DOCKER_DRIVER: overlay2
|
||||||
@@ -170,7 +170,7 @@ ubuntu:xenial:
|
|||||||
- build:linux
|
- build:linux
|
||||||
|
|
||||||
|
|
||||||
ubuntu:bionic:
|
.ubuntu:bionic:
|
||||||
image: ubuntu:bionic
|
image: ubuntu:bionic
|
||||||
variables:
|
variables:
|
||||||
DOCKER_DRIVER: overlay2
|
DOCKER_DRIVER: overlay2
|
||||||
@@ -216,7 +216,7 @@ ubuntu:bionic:
|
|||||||
- build:mac
|
- build:mac
|
||||||
|
|
||||||
|
|
||||||
windows:10:
|
.windows:10:
|
||||||
stage: test
|
stage: test
|
||||||
tags: ["Windows 10"]
|
tags: ["Windows 10"]
|
||||||
script:
|
script:
|
||||||
|
|||||||
Reference in New Issue
Block a user