Conversation
|
buildkite test this -f p=gke,s=8.17.0-SNAPSHOT -m t=TestMetricbeatDefaultConfig,t=TestBeatKibanaRef |
|
Wait, don't we need to version gate these changes depending on the version of beats we're testing? Won't this fail on older beats versions @kvalliyurnatt ? |
|
@naemono I tested this on 8.16.0 locally and |
We support the latest 7.x version, and the latest 6.x version in our e2e tests, and I suspect this will break those. |
|
Well, a quick test of |
I did the same, it seems to work. seems like |
naemono
left a comment
There was a problem hiding this comment.
In the case of this working for previous versions, 👍
|
buildkite test this -f p=gke -m s=8.16.0,s=7.17.25,s=6.8.23 -m t=TestMetricbeatDefaultConfig,t=TestBeatKibanaRef |
|
buildkite test this -f p=gke,s=8.16.0,s=7.17.25,s=6.8.23 -m t=TestMetricbeatDefaultConfig,t=TestBeatKibanaRef |
|
buildkite test this -f p=gke,E2E_TAGS=beat -m s=8.16.0,s=7.17.25,s=6.8.23
== @kvalliyurnatt You should not use
== @naemono You should not declare different values for the same variable in Reminder:
|
got it, thanks @thbkrkr So something like. this would have worked ? |
Not exactly, it would run 5 testsuites in //:
|
|
buildkite test this -f p=gke,E2E_TAGS=beat -m s=6.8.23,s=7.17.25,s=8.16.0-SNAPSHOT We live in the future, |
With the latest
8.17.0-SNAPSHOTbuild of beats, seems like"-system.hostfs=/hostfs"does not work, we need it to be"--system.hostfs=/hostfs"Beats PR: elastic/beats#41277