From 2a646e572946fd5109a24ebaa28e042ef439a03d Mon Sep 17 00:00:00 2001 From: ChrisHegarty Date: Thu, 10 Aug 2023 14:47:37 +0100 Subject: [PATCH 1/2] Add esql qa resources to conf.yaml --- conf.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/conf.yaml b/conf.yaml index 4645081766b65..ea746e445d4e6 100644 --- a/conf.yaml +++ b/conf.yaml @@ -347,6 +347,11 @@ contents: path: x-pack/qa/sql # only exists from 6.3 to 6.5 exclude_branches: [ main, 8.9, 8.8, 8.7, 8.6, 8.5, 8.4, 8.3, 8.2, 8.1, 8.0, 7.17, 7.16, 7.15, 7.14, 7.13, 7.12, 7.11, 7.10, 7.9, 7.8, 7.7, 7.6, 7.5, 7.4, 7.3, 7.2, 7.1, 7.0, 6.8, 6.7, 6.6, 6.2, 6.1, 6.0, 5.6, 5.5, 5.4, 5.3, 5.2, 5.1, 5.0, 2.4, 2.3, 2.2, 2.1, 2.0, 1.7, 1.6, 1.5, 1.4, 1.3, 0.90 ] + - + repo: elasticsearch + path: x-pack/plugin/esql/qa/testFixtures/src/main/resources + # only exists from 8.11 (and the feature/esql branch) + exclude_branches: [ main, 8.10, 8.9, 8.8, 8.7, 8.6, 8.5, 8.4, 8.3, 8.2, 8.1, 8.0, 7.17, 7.16, 7.15, 7.14, 7.13, 7.12, 7.11, 7.10, 7.9, 7.8, 7.7, 7.6, 7.5, 7.4, 7.3, 7.2, 7.1, 7.0, 6.8, 6.7, 6.6, 6.2, 6.1, 6.0, 5.6, 5.5, 5.4, 5.3, 5.2, 5.1, 5.0, 2.4, 2.3, 2.2, 2.1, 2.0, 1.7, 1.6, 1.5, 1.4, 1.3, 0.90 ] - repo: elasticsearch path: x-pack/plugin/sql/qa From 1c3c7d2c9bdca24647483bc2ec8f7cbfc14b2108 Mon Sep 17 00:00:00 2001 From: Chris Hegarty <62058229+ChrisHegarty@users.noreply.github.com> Date: Thu, 10 Aug 2023 15:52:54 +0100 Subject: [PATCH 2/2] Update conf.yaml Co-authored-by: Abdon Pijpelink --- conf.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf.yaml b/conf.yaml index ea746e445d4e6..802d580c6a41e 100644 --- a/conf.yaml +++ b/conf.yaml @@ -351,7 +351,7 @@ contents: repo: elasticsearch path: x-pack/plugin/esql/qa/testFixtures/src/main/resources # only exists from 8.11 (and the feature/esql branch) - exclude_branches: [ main, 8.10, 8.9, 8.8, 8.7, 8.6, 8.5, 8.4, 8.3, 8.2, 8.1, 8.0, 7.17, 7.16, 7.15, 7.14, 7.13, 7.12, 7.11, 7.10, 7.9, 7.8, 7.7, 7.6, 7.5, 7.4, 7.3, 7.2, 7.1, 7.0, 6.8, 6.7, 6.6, 6.2, 6.1, 6.0, 5.6, 5.5, 5.4, 5.3, 5.2, 5.1, 5.0, 2.4, 2.3, 2.2, 2.1, 2.0, 1.7, 1.6, 1.5, 1.4, 1.3, 0.90 ] + exclude_branches: [ main, 8.10, 8.9, 8.8, 8.7, 8.6, 8.5, 8.4, 8.3, 8.2, 8.1, 8.0, 7.17, 7.16, 7.15, 7.14, 7.13, 7.12, 7.11, 7.10, 7.9, 7.8, 7.7, 7.6, 7.5, 7.4, 7.3, 7.2, 7.1, 7.0, 6.8, 6.7, 6.6, 6.5, 6.4, 6.3, 6.2, 6.1, 6.0, 5.6, 5.5, 5.4, 5.3, 5.2, 5.1, 5.0, 2.4, 2.3, 2.2, 2.1, 2.0, 1.7, 1.6, 1.5, 1.4, 1.3, 0.90 ] - repo: elasticsearch path: x-pack/plugin/sql/qa