From 7be6f2db62c20773a3d1bc900984c71f551587e1 Mon Sep 17 00:00:00 2001 From: Daniel Mitterdorfer Date: Wed, 22 Apr 2020 13:55:15 +0200 Subject: [PATCH] Run release benchmarks with the bundled JDK (#242) With this commit we update the release benchmark instructions to run with the bundled JDK. We also add a clarifying note to the release legend on the benchmark page. --- .github/ISSUE_TEMPLATE/release-benchmarks.md | 8 ++++---- external/pages/index.html | 1 + 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/release-benchmarks.md b/.github/ISSUE_TEMPLATE/release-benchmarks.md index e68b575639698..ef1bd1e84fc49 100644 --- a/.github/ISSUE_TEMPLATE/release-benchmarks.md +++ b/.github/ISSUE_TEMPLATE/release-benchmarks.md @@ -13,8 +13,8 @@ For every task below, after scheduling the job, remember to cancel nightly jobs If your released job seems to be still running, cancel them (use the x button after logging in on Jenkins) and reschedule using the correct effective start date. More details in [night-rally docs](https://github.com/elastic/night-rally/blob/master/42.md#what-time-do-the-nightly-benchmarks-start-what-elasticsearch-commit-do-they-choose). -- [ ] mode: `release`, release_license: `oss` - triggered by `your user handle here` as `link to all triggered builds here` -- [ ] mode: `release`, release_license: `basic` - triggered by `your user handle here` as `link to all triggered builds here` -- [ ] mode: `release`, RELEASE_LICENSE: `trial` + RELEASE_X_PACK_COMPONENTS: `security` - triggered by `your user handle here` as `link to all triggered builds here` +- [ ] mode: `release`, runtime_jdk: `bundled`, release_license: `oss` - triggered by `your user handle here` as `link to all triggered builds here` +- [ ] mode: `release`, runtime_jdk: `bundled`, release_license: `basic` - triggered by `your user handle here` as `link to all triggered builds here` +- [ ] mode: `release`, runtime_jdk: `bundled`, RELEASE_LICENSE: `trial` + RELEASE_X_PACK_COMPONENTS: `security` - triggered by `your user handle here` as `link to all triggered builds here` - [ ] mode: `release:docker` (everything else default i.e. `oss`) - triggered by `your user handle here` as `link to all triggered builds here` -- [ ] mode: `release:encryption-at-rest` (everything else default i.e. `oss`) - triggered by `your user handle here` as `link to all triggered builds here` +- [ ] mode: `release:encryption-at-rest`, runtime_jdk: `bundled` (everything else default i.e. `oss`) - triggered by `your user handle here` as `link to all triggered builds here` diff --git a/external/pages/index.html b/external/pages/index.html index a1d3b922d4310..93e0f6afe67dc 100755 --- a/external/pages/index.html +++ b/external/pages/index.html @@ -283,6 +283,7 @@

Legend

  • basic: Elasticsearch with commercial Elastic license; see x-pack/open.
  • trial-security: Elasticsearch with X-Pack Security and TLS enabled.
  • +

    Starting with Elasticsearch 7.7.0, benchmarks are run with the JDK that is bundled with Elasticsearch.