Loading README.md +0 −11 Original line number Diff line number Diff line Loading @@ -148,14 +148,3 @@ configure pipelines for monorepos and polyrepos. ## Contributing See [`CONTRIBUTING.md`](CONTRIBUTING.md) ## Telemetry We collect metrics by default about how our templates are used. We use this to determine which jobs are most popular, which are not used, which fail often, all in order to improve our templates and have an understanding of its use in the world. These values are collected in an InfluxDB instance we run ourselves. This can be disabled by setting the variable `TELEMETRY_OPTOUT` to any value. c/generic.yml +0 −4 Original line number Diff line number Diff line --- include: - local: project-automation/telemetry.yml variables: C_EXCLUDE_PATHS: tests C_EXCLUDE_REGEX: (tests) .c:pre: extends: .telemetry image: name: registry.gitlab.com/just-ci/images/c:latest entrypoint: [""] Loading container/image.yml +1 −6 Original line number Diff line number Diff line --- include: - local: project-automation/telemetry.yml variables: IMAGE_NAME: automatic IMAGE_CONTAINERFILE: automatic Loading Loading @@ -72,6 +69,4 @@ variables: # Don't extend this one, unless you intend to re-use your first image settings in a monorepo image:build: extends: - .image:build - .telemetry extends: .image:build docs/md-presentation.yml +0 −4 Original line number Diff line number Diff line Loading @@ -3,11 +3,7 @@ # docker run --rm -ti -p 127.0.0.1:8080:8080 -v "${PWD}:/pwd" -w /pwd docker.io/marpteam/marp-cli:latest -s . # This currently assumes a single presentation. Having more will probably work fine, but may provide unexpected results. include: - local: project-automation/telemetry.yml docs:md-presentation: extends: .telemetry image: name: docker.io/marpteam/marp-cli:latest entrypoint: [""] Loading docs/prettier.yml +0 −4 Original line number Diff line number Diff line --- include: - local: project-automation/telemetry.yml variables: PRETTIER_DEFAULT_ARGS: --check --ignore-unknown --config-precedence file-override Loading @@ -9,7 +6,6 @@ variables: PRETTIER_CHECK_PATH: "." docs:prettier: extends: .telemetry stage: test image: name: registry.gitlab.com/just-ci/images/prettier:latest Loading Loading
README.md +0 −11 Original line number Diff line number Diff line Loading @@ -148,14 +148,3 @@ configure pipelines for monorepos and polyrepos. ## Contributing See [`CONTRIBUTING.md`](CONTRIBUTING.md) ## Telemetry We collect metrics by default about how our templates are used. We use this to determine which jobs are most popular, which are not used, which fail often, all in order to improve our templates and have an understanding of its use in the world. These values are collected in an InfluxDB instance we run ourselves. This can be disabled by setting the variable `TELEMETRY_OPTOUT` to any value.
c/generic.yml +0 −4 Original line number Diff line number Diff line --- include: - local: project-automation/telemetry.yml variables: C_EXCLUDE_PATHS: tests C_EXCLUDE_REGEX: (tests) .c:pre: extends: .telemetry image: name: registry.gitlab.com/just-ci/images/c:latest entrypoint: [""] Loading
container/image.yml +1 −6 Original line number Diff line number Diff line --- include: - local: project-automation/telemetry.yml variables: IMAGE_NAME: automatic IMAGE_CONTAINERFILE: automatic Loading Loading @@ -72,6 +69,4 @@ variables: # Don't extend this one, unless you intend to re-use your first image settings in a monorepo image:build: extends: - .image:build - .telemetry extends: .image:build
docs/md-presentation.yml +0 −4 Original line number Diff line number Diff line Loading @@ -3,11 +3,7 @@ # docker run --rm -ti -p 127.0.0.1:8080:8080 -v "${PWD}:/pwd" -w /pwd docker.io/marpteam/marp-cli:latest -s . # This currently assumes a single presentation. Having more will probably work fine, but may provide unexpected results. include: - local: project-automation/telemetry.yml docs:md-presentation: extends: .telemetry image: name: docker.io/marpteam/marp-cli:latest entrypoint: [""] Loading
docs/prettier.yml +0 −4 Original line number Diff line number Diff line --- include: - local: project-automation/telemetry.yml variables: PRETTIER_DEFAULT_ARGS: --check --ignore-unknown --config-precedence file-override Loading @@ -9,7 +6,6 @@ variables: PRETTIER_CHECK_PATH: "." docs:prettier: extends: .telemetry stage: test image: name: registry.gitlab.com/just-ci/images/prettier:latest Loading