Commit Graph

88 Commits

Author SHA1 Message Date
Joshua Powers f75f437d37
chore: update go to 1.17.7 (#10658) 2022-02-15 10:35:36 -07:00
Sebastian Spaink 6b1860219c
chore: add -race flag to go tests (#10629) 2022-02-11 09:17:59 -06:00
Joshua Powers 6c166591d1
chore: update CI go to 1.17.6 (#10611) 2022-02-09 13:40:34 -07:00
Joshua Powers 819704a167
fix: remove signed macOS dotfile artifacts (#10560) 2022-02-02 11:24:00 -07:00
Sebastian Spaink deda716a15
feat: add FileVersion and icon to Win exe (#10487) 2022-01-26 14:08:22 -07:00
Joshua Powers 10b5ddb846
fix: do not save cache on i386 builds (#10464) 2022-01-19 10:30:53 -07:00
Joshua Powers 80580c070f
fix: ensure CI tests runs against i386 (#10457) 2022-01-18 13:45:03 -07:00
Joshua Powers f38290f454
chore: use 4 cores on linux systems (#10342) 2021-12-23 11:00:00 -07:00
Joshua Powers 6326f97750
chore: remove "i386" test job (#10344) 2021-12-23 10:44:58 -07:00
Sebastian Spaink 55312accee
chore: run release signing jobs at the same time (#10333) 2021-12-22 16:50:55 -06:00
Joshua Powers a9670bc5d8
feat: add builds for riscv64 (#10262) 2021-12-22 13:51:11 -07:00
Sebastian Spaink 883d532d12
chore: release packaging run in parallel (#10314) 2021-12-21 16:00:44 -06:00
Sebastian Spaink b59350b940
chore: update mac signing job to use latest xcode (#10311) 2021-12-21 11:07:27 -06:00
Sebastian Spaink 72dad89d81
chore: update Go version to 1.17.5 (#10310) 2021-12-21 11:07:12 -06:00
Mya 082c7a552b
feat: support darwin arm64 (#10239) 2021-12-15 16:26:59 -07:00
Sebastian Spaink ea7b059549
chore: remove triggering update-config bot in CI (#10195) 2021-12-01 16:38:43 -06:00
Mya d5afd654c6
chore: update go version from 1.17.2 to 1.17.3 (#10073) 2021-11-09 08:28:38 -07:00
Sebastian Spaink 60400662ea
chore: don't trigger share-artifacts if no go files changed (#10060) 2021-11-04 11:40:11 -05:00
Sebastian Spaink 0088be7da1
fix: stop triggering share-artifacts on release/tags (#9996) 2021-10-27 10:49:20 -05:00
Joshua Powers b3a078e25c
fix: add s390x to nightlies (#9990) 2021-10-22 15:14:13 -06:00
Sebastian Spaink 69c1b85c26
fix: set NIGHTLY=1 for correctly named nightly artifacts (#9987) 2021-10-22 12:21:02 -05:00
Sebastian Spaink 8f35d74c5e
chore: update go to 1.17.2 (#9873) 2021-10-21 08:40:03 -06:00
Sebastian Spaink b7988d83d7
chore: stop testing with two versions of Go (#9909) 2021-10-13 13:18:33 -05:00
Sebastian Spaink 045adcb700
fix: nightly upload requires package steps (#9795) 2021-09-22 10:54:59 -05:00
Sebastian Spaink 027647e3ed
chore: automate updating etc/telegraf.conf and etc/telegraf_windows.conf (#9684) 2021-09-21 13:53:18 -06:00
Sebastian Spaink 1c0b74eacd
chore: update nightly to package by arch (#9781) 2021-09-21 13:19:45 -06:00
Sebastian Spaink 82bdbce498
chore: "makefile help" output, but still support building based on arch for CI (#9579) 2021-09-20 12:26:10 -05:00
Sebastian Spaink 779ed5ec42
chore: run ci tests in parallel and get test insights (#9686) 2021-09-14 16:42:59 -05:00
Sebastian Spaink 3a7d9b6d98
fix: support 1.17 & 1.16.7 Go versions (#9642) 2021-08-23 15:37:44 -05:00
Sebastian Spaink a1dae0d2c1
Update Go to v1.16.6 (#9542) 2021-07-26 20:39:23 -05:00
Sebastian Spaink 885252d388
New JSON Parser (#9246) 2021-06-10 13:22:18 -06:00
Sebastian Spaink 7a987306e5
Update Go to 1.16.5 (#9331) 2021-06-07 19:19:22 -05:00
reimda aa427ed812
Parallel build fixes (#9326) 2021-06-02 13:19:33 -06:00
David Bennett 9ff3fe5aa4
Parallelize PR builds by Architecture (#9172)
* add oauth2 to http input

* stuff

* Updated config.yml

* Update README.md

* Update http_test.go

* Update Makefile

* Updated config.yml

* Update http_test.go

* Update http.go

* Update http.go

* Update http.go

* Update http.go

* Updated config.yml
2021-04-26 09:18:58 -04:00
David Bennett ad942052f0
Speed up package step by running in parallel. (#9096)
* test

* more test

* Updated config.yml

* Updated config.yml

* Updated config.yml

* Update Makefile

* Update Makefile

* Update Makefile

* Update Makefile

* Updated config.yml

* Updated config.yml

* Updated config.yml

* Updated config.yml

* Updated config.yml

* Updated config.yml

* Updated config.yml

* Updated config.yml
2021-04-21 13:32:34 -04:00
Sebastian Spaink 9d163f6a83
Fix CI config to check if branch is master before skipping (#9140)
Related to: https://github.com/influxdata/telegraf/pull/9076

In order to support skipping a job depending on file changes, only works on non-master branches. This pull requests updates the config to check the current branch.
2021-04-16 16:24:50 -05:00
Sebastian Spaink e9a69a0c6b
Only run CI for certain file changes (#9076)
Updated circle-ci config to check for certain patterns in the latest commit to see if the jobs should run. Credit to this blog post for the idea: https://dev.to/acro5piano/exit-circleci-jobs-if-changed-files-do-not-match-specific-pattern-mel
2021-04-16 13:35:13 -05:00
David Bennett 56c92d99e0
Use endpoint to share artifacts (Tiger bot) (#9012)
* Diagnose issue

* Updated config.yml

* Updated config.yml

* Updated config.yml

* Updated config.yml

* Updated config.yml

* Updated config.yml

* Updated config.yml
2021-03-18 17:31:31 -04:00
David Bennett 13a4657005
ci config changes (#9001) 2021-03-17 14:52:26 -04:00
Sebastian Spaink 89f5e8a9d9
Update to Go 1.16.2 (#8989) 2021-03-16 15:23:44 -04:00
Sebastian Spaink 97da596275
Update mac cache version number in circle-ci to avoid conflicts (#8982)
* Have mac use 1.16.1

* minor version not necessary

Co-authored-by: Bas <3441183+BattleBas@users.noreply.github.com>
2021-03-12 11:42:55 -06:00
Sebastian Spaink f32230259c
Update to 1.16.1 (#8978) 2021-03-11 19:05:50 -06:00
Sebastian Spaink 1d8a65069f
Move golangci-lint from circle-ci to github actions (#8975)
* Move lint to github actions

* Update version

* timeout and scheduled trigger
2021-03-11 14:35:10 -06:00
Sebastian Spaink 3af16aa885
Support Go version 1.16 (#8882)
* Support 1.16

* Use 1.16 in mod file

* update go.sum

* update go.mod after updating to 1.16 locally

* Fix go vet

* Remove exit

* Use require.NoError

* Only run tidy explicitly in "dep" job

* install 1.16 for go

* typo

* update xcode

* specific version not working

* Get 1.16 go formula

* Change brew call

* brew update

* typo

* Resolve go.sum conflict

* go mod tidy
2021-03-08 16:29:11 -06:00
David Bennett b6f043c0ee
Mac Packaging / Notarization (#8878)
* initial commit

* Updated config.yml

* Update mac-signing.sh

* Updated config.yml

* Updated config.yml

* Keep the .tar.gz artifact along with the signed and notarized DMG

* change to test temporarily

* for testing

* Updated config.yml

* Update config.yml

* Update config.yml
2021-03-05 10:14:01 -05:00
Sebastian Spaink 660eb5b63c
Run revive linter in CI (#8798)
* Run revive linter in CI
Just output the results, don't fail on it
Removed the rule.exported rule

* Move revive install to CI

* new line

* Use golangci-lint

* Get v1.37

* increase timeout by a minute

* try five minutes

* newline missing

* Update config
2021-02-18 10:56:10 -06:00
Sebastian Spaink 0860487321
Update to 1.15.8 (#8868) 2021-02-17 10:21:47 -06:00
David Bennett 2118681958
Code Signing for Windows (#8816)
* Draft config

* Updated config.yml

* Updated config.yml

* Updated config.yml

* Updated config.yml

* Updated config.yml

* Updated config.yml

* Updated config.yml

* Create sign-windows.ps1

* Updated config.yml

* Updated config.yml

* Delete sign-windows.ps1

* Updated config.yml

* Updated config.yml

* updating config

* Updated config.yml

* Updated config.yml

* Updated config.yml

* Updated config.yml

* Updated config.yml

* Updated config.yml

* Updated config.yml

* Updated config.yml

* Updated config.yml

* Updated config.yml

* Create windows-signing.ps1

* Updated config.yml

* Updated config.yml

* Updated config.yml

* Updated config.yml

* Updated config.yml

* Updated config.yml

* Updated config.yml
2021-02-11 16:24:06 -05:00
Sebastian Spaink 3a66b57d2c
Move windows tests to circle-ci, remove appveyor (#8844)
* windows tests to circleci

* Add as requirement to package/release

* Use latest windows orb

* Add to nightly
2021-02-10 11:28:57 -06:00
Sebastian Spaink c8584a7b3f
Upgrade circle-ci config to v2.1 (#8621)
* Upgrade to 2.1 circle-ci config

* new line
2021-01-06 16:23:29 -06:00