[Git][NTPsec/ntpsec][master] Comment out "pages" and "codequality" CI jobs for now
Matt Selsky
gitlab at mg.gitlab.com
Sun Mar 4 16:40:55 UTC 2018
Matt Selsky pushed to branch master at NTPsec / ntpsec
Commits:
3254321e by Matt Selsky at 2018-03-04T16:24:20Z
Comment out "pages" and "codequality" CI jobs for now
They're very slow and
1) "pages" is not used yet since we build the docs site on buildbot
2) "codequality" doesn't proceed sufficient useful recommendations
- - - - -
1 changed file:
- .gitlab-ci.yml
Changes:
=====================================
.gitlab-ci.yml
=====================================
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,35 +1,35 @@
-pages:
- stage: deploy
- script:
- - apt-get update -qq && apt-get install -y -qq bison python-dev asciidoc
- - python ./waf configure --enable-doc --prefix=/tmp/docbot-local --htmldir=`pwd`/public/latest/ build install
- - cp www/favicon.ico `pwd`/public
- - cp docs/top.html.in `pwd`/public/index.html
- - cp docs/top-asciidoc.css `pwd`/public/asciidoc.css
- allow_failure: true
- artifacts:
- paths:
- - public
-# only:
-# - master
- tags:
- - gitlab-org
-
-codequality:
- stage: test
- image: docker:latest
- variables:
- DOCKER_DRIVER: overlay
- services:
- - docker:dind
- script:
- - docker pull codeclimate/codeclimate
- - docker run --env CODECLIMATE_CODE="$PWD" --volume "$PWD":/code --volume /var/run/docker.sock:/var/run/docker.sock --volume /tmp/cc:/tmp/cc codeclimate/codeclimate analyze -f json > codeclimate.json
- allow_failure: true
- artifacts:
- paths: [codeclimate.json]
- tags:
- - docker
+#pages:
+# stage: deploy
+# script:
+# - apt-get update -qq && apt-get install -y -qq bison python-dev asciidoc
+# - python ./waf configure --enable-doc --prefix=/tmp/docbot-local --htmldir=`pwd`/public/latest/ build install
+# - cp www/favicon.ico `pwd`/public
+# - cp docs/top.html.in `pwd`/public/index.html
+# - cp docs/top-asciidoc.css `pwd`/public/asciidoc.css
+# allow_failure: true
+# artifacts:
+# paths:
+# - public
+## only:
+## - master
+# tags:
+# - gitlab-org
+
+#codequality:
+# stage: test
+# image: docker:latest
+# variables:
+# DOCKER_DRIVER: overlay
+# services:
+# - docker:dind
+# script:
+# - docker pull codeclimate/codeclimate
+# - docker run --env CODECLIMATE_CODE="$PWD" --volume "$PWD":/code --volume /var/run/docker.sock:/var/run/docker.sock --volume /tmp/cc:/tmp/cc codeclimate/codeclimate analyze -f json > codeclimate.json
+# allow_failure: true
+# artifacts:
+# paths: [codeclimate.json]
+# tags:
+# - docker
.job_template: &job_definition
stage: build
View it on GitLab: https://gitlab.com/NTPsec/ntpsec/commit/3254321e9178f72b1644f4a5f394ae52e405e39c
---
View it on GitLab: https://gitlab.com/NTPsec/ntpsec/commit/3254321e9178f72b1644f4a5f394ae52e405e39c
You're receiving this email because of your account on gitlab.com.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.ntpsec.org/pipermail/vc/attachments/20180304/0334c075/attachment.html>
More information about the vc
mailing list