-
Notifications
You must be signed in to change notification settings - Fork 719
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bump Stack version to 8.7.0 / 8.8.0-SNAPSHOT #6637
Conversation
buildkite test this -f p=gke -m s=8.5.3,s=8.6.2,s=8.7.0,s=8.8.0-SNAPSHOT,BUILD_LICENSE_PUBKEY=dev Result:
|
This is a known issue: elastic/apm-server#10089. We went back to |
buildkite test this -f p=gke -m s=8.5.3 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm!
- E2E_STACK_VERSION: "7.16.3" | ||
- E2E_STACK_VERSION: "7.17.8" | ||
- E2E_STACK_VERSION: "8.0.1" | ||
- E2E_STACK_VERSION: "8.1.3" | ||
- E2E_STACK_VERSION: "8.2.3" | ||
- E2E_STACK_VERSION: "8.3.3" | ||
- E2E_STACK_VERSION: "8.4.3" | ||
- E2E_STACK_VERSION: "8.7.0-SNAPSHOT" | ||
- E2E_STACK_VERSION: "8.5.3" | ||
- E2E_STACK_VERSION: "8.6.2" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Maybe I'm missing something, should we not also add 8.7.0
?
- E2E_STACK_VERSION: "8.6.2" | |
- E2E_STACK_VERSION: "8.6.2" | |
- E2E_STACK_VERSION: "8.7.0" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Historically we don't test the current version of the stack (Makefile:E2E_STACK_VERSION ?= 8.7.0
) in the testsuite runs that test all versions of the stack because it is already test in all other testsuite runs.
To be precise, with this matrix we will run the test suite in 8.7.0
15 times.
8.7.0
in recipes and samples7.13.x
,7.14.x
,7.15.x
8.5.3
,8.6.2
,8.8.0-SNAPSHOT