Martin Hilton
fd0531761c
feat: update flux to latest head ( #25051 )
...
* feat: update flux to latest head
Flux has updated some dependencies, including prometheus. Prometheus
has changed in some incompatible ways. Update the flux dependency
to a newer version with the updated prometheus dependency and apply
some small fixes to make everything build. This is in preparation
for a flux release later in the week.
The biggest change is in some tests that were using runtime.DeepEqual
to check the correctness of prometheus metrics. The internals of
these types have changed such that this is not a safe thing to do
anymore. The test now verifies the string representations, as
produced by String(), match.
* fix: update CI script
The scripts/ci/check-system-go-matches-go-mod.sh is failing because
newer go toolchains include the bugfix version in go.mod's go
directive. Update the script to check the major and minor versions
reported by both tools match.
2024-06-11 05:49:52 +01:00
Brandon Pfeifer
1baa393f69
chore: use external "ci-packager" and "ci-slack" image ( #24699 )
2024-03-12 15:25:59 -04:00
Brandon Pfeifer
afd7ced0c5
fix: update broken flux and perf tests (main-2.x) ( #24617 )
...
* chore: download repository key to file
* fix: broken perf tests
Some perf tests had to be temporarily disabled. Work is
needed in the pref_tests repositories to make them work
again.
2024-01-31 14:24:30 -05:00
Jeffrey Smith II
8576cad9e5
chore: rename master to main-2.x
2023-09-20 16:49:45 -04:00
wiedld
4fc73ea221
feat(monitor-ci/415): get oss-e2es working locally in UI repo ( #24098 )
...
* feat(monitor-ci/415): get oss-e2es working locally in UI repo
* chore: remove old, unused artifact directories
* fix: handle import cycle caused by trying to use the onboarding client
---------
Co-authored-by: Jeffrey Smith II <jsmith@influxdata.com>
2023-02-22 09:28:46 -05:00
Joshua Powers
109bc88512
chore: update package repo GPG key ( #24061 )
2023-01-26 16:10:09 -07:00
Brandon Pfeifer
853d6157e3
feat: perform basic package validation ( #23863 )
...
* chore: remove unused build/ci scripts
* feat: validate packages during build
* chore: test CentOS aarch64 package
* fix: remove x86_64 from parameterized workflow
* fix: don't upgrade packages
Since some unrelated packages break during upgrade, this
no longer upgrades the system before installing
influxdb.
2022-12-01 10:58:33 -05:00
Jeffrey Smith II
61870e5202
chore: update 2.5 changelog ( #23848 )
...
* chore: update 2.5 changelog
* chore: release 2.5.1 influxdb
2022-11-04 15:56:07 -04:00
Jeffrey Smith II
accce863db
chore: update CHANGELOG_frozen.md for 2.4 ( #23651 )
2022-08-18 16:31:18 -04:00
Brandon Pfeifer
34323c9a0c
chore: use 22.04 image instead of 21.10 for perf test ( #23647 )
2022-08-18 15:28:15 -04:00
Brandon Pfeifer
90d45e8709
feat: enable static-pie builds (2.x) ( #23630 )
...
* chore: fix build commands for new cross-builder
* fix: use xcc to determine compiler
* fix: use correct compiler for darwin tests
* fix: update perftest to 22.04 image
2022-08-16 11:53:08 -04:00
Brandon Pfeifer
83bb8ed2fc
build: update frozen changelog ( #23477 )
2022-06-17 16:24:47 -04:00
Dane Strandboge
82d1123e78
build: upgrade to Go 1.18.1 ( #23252 )
2022-04-13 15:24:27 -05:00
wiedld
355d32b0cf
chore: update OSS ci pipeline to match the updates to monitor-ci ( #23169 )
2022-03-09 13:17:35 -08:00
William Baker
4f74049a52
feat: add downgrade target for 2.1 ( #23029 )
2021-12-29 13:27:07 -05:00
Sam Arnold
fea3037c6b
feat: configure perf tests with yaml ( #22887 )
2021-11-18 15:02:31 -05:00
Daniel Moran
0572ae05d2
build: replace cross_build job with parallelized build matrix ( #22877 )
2021-11-16 14:38:30 -05:00
Sam Arnold
16e3b165ca
chore: refactor performance test to generate queries and data together ( #22861 )
2021-11-15 12:01:38 -05:00
William Baker
4af68d06b7
build: updated changelog automation ( #22835 )
...
* build: updated changelog automation
* chore: update frozen changelog date
2021-11-05 20:55:37 -06:00
Daniel Moran
21362910f2
build: add a CI job to test `influxd downgrade` ( #22821 )
2021-11-03 14:28:19 -04:00
William Baker
ca6b99f9a2
build: use changelogger image for changelog generation ( #22748 )
...
* build: install a specific version of git-cliff for changelog job
* build: use pre-built image
* chore: correct image name
* chore: update deps
* chore: remove test job
2021-10-25 15:16:10 -06:00
William Baker
d8430aa7dd
build: update script to run ui e2e tests ( #22670 )
...
* build: update script to run ui e2e tests
* chore: update comments for missing env var descriptions
2021-10-18 10:27:17 -06:00
Cody Shepherd
e75d023eba
build: the update-changelog script should not produce side-effects ( #22624 )
2021-10-11 09:31:30 -07:00
Daniel Moran
a4ee58e451
build: refactor lint and race-test jobs to use cross-builder executor ( #22584 )
2021-10-05 16:27:00 -04:00
Daniel Moran
1e9a31a675
build: add CI jobs to natively test ARM64, Mac, and Windows ( #22539 )
2021-09-24 11:03:56 -04:00
Daniel Moran
4de57500a5
test: add ungrouped-agg case to perf test suite ( #22567 )
2021-09-23 16:24:33 -04:00
William Baker
0c59cd79e3
build: series cardinality perf test ( #22509 )
...
* build: series cardinality perf test
2021-09-17 15:14:41 -06:00
William Baker
33afff378c
build: run perf test queries only on specific datasets ( #22480 )
...
* build: run perf test queries only on specific datasets
* fix: use new aliases to fix group window transpose
2021-09-16 09:41:06 -06:00
Cody Shepherd
824e76c18d
build: generate nightly changelog from commit history ( #22377 )
...
* build: generated nightly changelog from commit history
* build: update goreleaser version
2021-09-07 08:07:04 -07:00
William Baker
eca834cc03
build: new multi-measurement perf test ( #22345 )
...
* build: new multi-measurement test
2021-08-30 16:32:47 -06:00
Daniel Moran
aee9f817d8
test: add `aggregate-drop` case to iot perf-tests ( #22263 )
2021-08-20 11:42:13 -04:00
William Baker
0649113c6e
build: use alterate names for IoT query types ( #22244 )
...
* build: use alterate names for IoT query types
2021-08-18 09:57:24 -06:00
William Baker
2bf5f8ef3e
build: add multi measurement query benchmarks ( #22217 )
...
* build: add multi measurement query benchmarks
* chore: add comment for default match of query interval
2021-08-17 10:35:05 -06:00
William Baker
d677fa1eeb
build: add perf tests for group-window-transpose ( #22199 )
...
* build: add perf tests for group-window-transpose
2021-08-13 14:38:58 -06:00
Dane Strandboge
1f5f927d74
build: add perf test for sorted-pivot ( #22192 )
2021-08-13 14:07:58 -05:00
Cody Shepherd
8e5a0705a3
fix: systemd service -- handle 40x and block indefinitely ( #22174 )
...
* fix: systemd service -- handle 40x and block indefinitely
* chore: update changelog
* chore: add pkg_run_test to CI
* chore: fix curl syntax for auth setup in pkg_run_test
2021-08-12 12:45:29 -07:00
William Baker
9e8f47a472
build: don't include host tag on perf test results ( #22183 )
...
* build: dont report host for perf tests
2021-08-12 09:48:44 -06:00
Dane Strandboge
d044c585ac
build: add perf test for aggregate-keep ( #22175 )
2021-08-11 16:53:23 -05:00
William Baker
7c8a5ab68f
build: add perf test for filtered queries ( #22159 )
...
* build: add perf test for filtered queries
* chore: run only on master
2021-08-11 14:22:21 -06:00
William Baker
53d2d7c3ef
build: add perf test for fast query ( #22148 )
...
* build: add fast iot query perf test
2021-08-10 15:38:08 -06:00
Daniel Moran
43f5aefe6c
build: include query-format in EC2 perftest instance names ( #22134 )
2021-08-09 15:42:27 -04:00
Daniel Moran
b4170a9d34
build: parallelize flux and influxql perf tests ( #22118 )
2021-08-09 14:07:01 -04:00
Daniel Moran
34d73cfd88
build: remove file_tag from perf-test telegraf config ( #22122 )
2021-08-09 14:05:11 -04:00
Daniel Moran
817fae2a9a
build: replace general perf tests with aggregate tests, refactor script ( #22068 )
2021-08-09 10:23:06 -04:00
Daniel Moran
8282fbac77
build: revert renaming of influxd-only release artifacts ( #22086 )
2021-08-06 14:45:29 -04:00
Daniel Moran
e15b15b9c2
build: re-add branch as a tag in perftest results ( #22050 )
2021-08-05 11:59:45 -04:00
William Baker
886dfee91b
chore: add metaquery perf tests ( #22008 )
...
* build: metaquery perf tests
* fix: add scale string and seed to data file name
* fix: adjust telegraf outputs
* fix: fix force_compaction func
* fix: dont overwrite existing result files
2021-08-05 09:03:39 -06:00
Cody Shepherd
693f3212d3
chore: set rust version to the same as latest tag from flux ( #21996 )
...
* chore: set rust version to the same as latest tag from flux
* chore: parse rust version from flux tag targeted by go.mod
2021-08-03 07:23:01 -07:00
Daniel Moran
8dc74f1132
build: update deb and rpm names to match 2.0.8 ( #21940 )
2021-07-23 15:01:25 -04:00
Cody Shepherd
035e11e3ca
chore: perftests should use API instead of influx cli ( #21909 )
2021-07-22 11:04:47 -07:00