Update prev-minor testing environment to 8.0 on master (8.1)#30027
Update prev-minor testing environment to 8.0 on master (8.1)#30027kvch merged 1 commit intoelastic:masterfrom
Conversation
|
This pull request doesn't have a |
|
This pull request does not have a backport label. Could you fix it @kvch? 🙏
NOTE: |
|
Relevant tests have passed. Merging. |
💚 Build Succeeded
Expand to view the summary
Build stats
Test stats 🧪
💚 Flaky test reportTests succeeded. 🤖 GitHub commentsTo re-run your PR in the CI, just comment with:
|
What does this PR do?
This PR updates the
prev-minor.ymlenvironment to the latest 8.0.0 release on master. Master is at the moment 8.1, hence the previous minor is 8.0.0.Why is it important?
Without this lots of module tests fail. Also, the name implies previous minor version. But in reality it was set to 7.15 which is not the previous minor.
Checklist
- [ ] My code follows the style guidelines of this project- [ ] I have commented my code, particularly in hard-to-understand areas- [ ] I have made corresponding changes to the documentation- [ ] I have made corresponding change to the default configuration files- [ ] I have added tests that prove my fix is effective or that my feature works- [ ] I have added an entry inCHANGELOG.next.asciidocorCHANGELOG-developer.next.asciidoc.