aboutsummaryrefslogtreecommitdiff
path: root/.circleci
Commit message (Collapse)AuthorAge
* Remove vendor directoryBen Kochie2020-07-11
| | | | | | Dev summit 2020-07-10 consensus item: Remove vendor from repos. Signed-off-by: Ben Kochie <superq@gmail.com>
* Linux CPU: Cache CPU metricsBen Kochie2020-05-24
| | | | | | | | Cache CPU metrics to avoid counters (ie iowait) jumping backwards. Fixes: https://github.com/prometheus/node_exporter/issues/1686 Signed-off-by: Ben Kochie <superq@gmail.com>
* Finish the update to go 1.14 (#1696)Julien Pivotto2020-05-03
| | | | | * Finish the update to go 1.14 Signed-off-by: Julien Pivotto <roidelapluie@inuits.eu>
* Update go to 1.14 (#1692)Julien Pivotto2020-04-28
| | | Signed-off-by: Julien Pivotto <roidelapluie@inuits.eu>
* Added s390x support for docker image (#1539)vitt-bagal2020-01-27
| | | Signed-off-by: Vitthal Bagal <vitthalb@us.ibm.com>
* Use Golang 1.13 for all CI jobsJulian Kornberger2019-12-19
| | | | Signed-off-by: Julian Kornberger <jk+github@digineo.de>
* Adding TLS to node exporter - cleaner version (#1277)ksherryBAE2019-11-16
| | | | | | | | | Add support for https connections. Signed-off-by: ksherryBAE <kieran.sherry@baesystems.com> Signed-off-by: James Ritchie <james.g.ritchie@baesystems.com> Signed-off-by: Simon Pasquier <spasquie@redhat.com> Signed-off-by: Ben RIdley <benridley29@gmail.com>
* *: bump Go version to 1.13Simon Pasquier2019-09-16
| | | | Signed-off-by: Simon Pasquier <spasquie@redhat.com>
* Use Prometheus Circle CI's orb (#1412)Simon Pasquier2019-07-02
| | | Signed-off-by: Simon Pasquier <spasquie@redhat.com>
* Use Circle CI's org context (#1362)Simon Pasquier2019-06-03
| | | Signed-off-by: Simon Pasquier <spasquie@redhat.com>
* fix or ignore codespell issues (#1351)Paul Gier2019-05-20
| | | Signed-off-by: Paul Gier <pgier@redhat.com>
* Synchronize Makefile.common from prometheus/prometheus (#1346)PrometheusBot2019-05-14
| | | | | | | | | | * makefile: update Makefile.common with newer version Signed-off-by: prombot <prometheus-team@googlegroups.com> * Remove obsolete release tool. Signed-off-by: Ben Kochie <superq@gmail.com>
* *: bump Go version to 1.12 (#1329)Simon Pasquier2019-04-26
| | | Signed-off-by: Simon Pasquier <spasquie@redhat.com>
* Docker images for ARM32v7, ARM64v8 and ppc64le (#1207)Johannes Würbach2019-04-15
| | | | | Build and publish ARM32v7, ARM64v8 and ppc64le docker images. Signed-off-by: Johannes Würbach <johannes.wuerbach@googlemail.com>
* Update vendoring. (#1257)Ben Kochie2019-02-13
| | | | | | | | * Update vendoring. Update vendoring to latest upstream. Signed-off-by: Ben Kochie <superq@gmail.com>
* Convert to Go modules (#1178)Ben Kochie2018-11-30
| | | | | | | | | | | | | | | | | | * Convert to Go modules * Update promu config. * Convert to Go modules. * Update vendoring. * Update Makefile.common. * Update circleci config. * Use Prometheus release tar for promtool. * Fixup unpack * Use temp dir for unpacking tools. * Use BSD compatible tar command. * OpenBSD mkdir doesn't support `-v`. Signed-off-by: Ben Kochie <superq@gmail.com>
* circleci: switch to 2.1 configBen Kochie2018-11-29
| | | | Signed-off-by: Ben Kochie <superq@gmail.com>
* Fix promu config (#1119)v0.17.0-rc.0Ben Kochie2018-10-20
| | | | | | Rename promu no-cgo config to default promu name to avoid crossbuild problems. Signed-off-by: Ben Kochie <superq@gmail.com>
* Cleanup unused /proc/mounts fixture. (#1097)Ben Kochie2018-10-04
| | | | | | | * Cleanup unused /proc/mounts fixture. * Ignore Uint -> Unit in codespell. Signed-off-by: Ben Kochie <superq@gmail.com>
* Update build (#1081)Ben Kochie2018-09-25
| | | | | | | | | | * Update build * Only use CGO when building non-Linux. * Update build to Go 1.11 * Use tab indenting consistently. Signed-off-by: Ben Kochie <superq@gmail.com>
* Update build (#1041)Ben Kochie2018-08-13
| | | | | | | | | | Update build * Update to Go 1.10. * Enable `ppc64le` build. * Enable MIPS builds. Signed-off-by: Ben Kochie <superq@gmail.com>
* Update build (#1010)Ben Kochie2018-07-23
| | | | | | | * Update from upstream `Makefile.common`. * Update CircleCI with simplifed upstream templating. * Cleanup `Makefile`. Signed-off-by: Ben Kochie <superq@gmail.com>
* Use Go 1.9 for build.Ben Kochie2018-04-24
| | | | | | Workaround CGO bugs in 1.10.1. Signed-off-by: Ben Kochie <superq@gmail.com>
* Skip vendor'd ttar.Ben Kochie2018-04-09
| | | | Signed-off-by: Ben Kochie <superq@gmail.com>
* Add codespell to circleci.Ben Kochie2018-04-09
| | | | Signed-off-by: Ben Kochie <superq@gmail.com>
* Push docker images tagged with git tagJohannes 'fish' Ziemke2018-04-09
| | | | Signed-off-by: Johannes 'fish' Ziemke <github@freigeist.org>
* Fix release tag build.v0.16.0-rc.0Ben Kochie2018-03-09
|
* Add tag filter to build per documentation[0].Ben Kochie2018-03-09
| | | | [0]: https://circleci.com/docs/2.0/workflows/#git-tag-job-execution
* Fix tag release filter in circleci.Ben Kochie2018-03-09
|
* Convert circleci config to 2.0. (#844)Ben Kochie2018-03-08