From 15060b89713c999736b6aa424d862dea28dd6910 Mon Sep 17 00:00:00 2001 From: Yulong Ruan Date: Wed, 12 Nov 2025 14:32:17 +0800 Subject: [PATCH 1/2] ci: add a new ci group for explore vis since it takes more time as the tests grow Signed-off-by: Yulong Ruan --- .github/workflows/cypress_workflow.yml | 3 +++ .../explore/{06 => 07}/rule_matching_vis_bar_gauge.spec.js | 0 .../apps/explore/{06 => 07}/rule_matching_vis_gauge.spec.js | 0 .../apps/explore/{06 => 07}/rule_matching_vis_heatmap.spec.js | 0 .../explore/{06 => 07}/rule_matching_vis_histogram.spec.js | 0 .../apps/explore/{06 => 07}/rule_matching_vis_metric.spec.js | 0 .../apps/explore/{06 => 07}/rule_matching_vis_pie.spec.js | 0 .../apps/explore/{06 => 07}/rule_matching_vis_scatter.spec.js | 0 .../apps/explore/{06 => 07}/rule_matching_vis_table.spec.js | 0 package.json | 1 + 10 files changed, 4 insertions(+) rename cypress/integration/core_opensearch_dashboards/opensearch_dashboards/apps/explore/{06 => 07}/rule_matching_vis_bar_gauge.spec.js (100%) rename cypress/integration/core_opensearch_dashboards/opensearch_dashboards/apps/explore/{06 => 07}/rule_matching_vis_gauge.spec.js (100%) rename cypress/integration/core_opensearch_dashboards/opensearch_dashboards/apps/explore/{06 => 07}/rule_matching_vis_heatmap.spec.js (100%) rename cypress/integration/core_opensearch_dashboards/opensearch_dashboards/apps/explore/{06 => 07}/rule_matching_vis_histogram.spec.js (100%) rename cypress/integration/core_opensearch_dashboards/opensearch_dashboards/apps/explore/{06 => 07}/rule_matching_vis_metric.spec.js (100%) rename cypress/integration/core_opensearch_dashboards/opensearch_dashboards/apps/explore/{06 => 07}/rule_matching_vis_pie.spec.js (100%) rename cypress/integration/core_opensearch_dashboards/opensearch_dashboards/apps/explore/{06 => 07}/rule_matching_vis_scatter.spec.js (100%) rename cypress/integration/core_opensearch_dashboards/opensearch_dashboards/apps/explore/{06 => 07}/rule_matching_vis_table.spec.js (100%) diff --git a/.github/workflows/cypress_workflow.yml b/.github/workflows/cypress_workflow.yml index 35bc782cabd7..6e30d1058fc2 100644 --- a/.github/workflows/cypress_workflow.yml +++ b/.github/workflows/cypress_workflow.yml @@ -141,6 +141,9 @@ jobs: - group: 16Explore config: explore test_location: source + - group: 17Explore + config: explore + test_location: source container: image: docker://opensearchstaging/ci-runner:ci-runner-rockylinux8-opensearch-dashboards-integtest-v2 options: "--user 1001 --shm-size=4g" diff --git a/cypress/integration/core_opensearch_dashboards/opensearch_dashboards/apps/explore/06/rule_matching_vis_bar_gauge.spec.js b/cypress/integration/core_opensearch_dashboards/opensearch_dashboards/apps/explore/07/rule_matching_vis_bar_gauge.spec.js similarity index 100% rename from cypress/integration/core_opensearch_dashboards/opensearch_dashboards/apps/explore/06/rule_matching_vis_bar_gauge.spec.js rename to cypress/integration/core_opensearch_dashboards/opensearch_dashboards/apps/explore/07/rule_matching_vis_bar_gauge.spec.js diff --git a/cypress/integration/core_opensearch_dashboards/opensearch_dashboards/apps/explore/06/rule_matching_vis_gauge.spec.js b/cypress/integration/core_opensearch_dashboards/opensearch_dashboards/apps/explore/07/rule_matching_vis_gauge.spec.js similarity index 100% rename from cypress/integration/core_opensearch_dashboards/opensearch_dashboards/apps/explore/06/rule_matching_vis_gauge.spec.js rename to cypress/integration/core_opensearch_dashboards/opensearch_dashboards/apps/explore/07/rule_matching_vis_gauge.spec.js diff --git a/cypress/integration/core_opensearch_dashboards/opensearch_dashboards/apps/explore/06/rule_matching_vis_heatmap.spec.js b/cypress/integration/core_opensearch_dashboards/opensearch_dashboards/apps/explore/07/rule_matching_vis_heatmap.spec.js similarity index 100% rename from cypress/integration/core_opensearch_dashboards/opensearch_dashboards/apps/explore/06/rule_matching_vis_heatmap.spec.js rename to cypress/integration/core_opensearch_dashboards/opensearch_dashboards/apps/explore/07/rule_matching_vis_heatmap.spec.js diff --git a/cypress/integration/core_opensearch_dashboards/opensearch_dashboards/apps/explore/06/rule_matching_vis_histogram.spec.js b/cypress/integration/core_opensearch_dashboards/opensearch_dashboards/apps/explore/07/rule_matching_vis_histogram.spec.js similarity index 100% rename from cypress/integration/core_opensearch_dashboards/opensearch_dashboards/apps/explore/06/rule_matching_vis_histogram.spec.js rename to cypress/integration/core_opensearch_dashboards/opensearch_dashboards/apps/explore/07/rule_matching_vis_histogram.spec.js diff --git a/cypress/integration/core_opensearch_dashboards/opensearch_dashboards/apps/explore/06/rule_matching_vis_metric.spec.js b/cypress/integration/core_opensearch_dashboards/opensearch_dashboards/apps/explore/07/rule_matching_vis_metric.spec.js similarity index 100% rename from cypress/integration/core_opensearch_dashboards/opensearch_dashboards/apps/explore/06/rule_matching_vis_metric.spec.js rename to cypress/integration/core_opensearch_dashboards/opensearch_dashboards/apps/explore/07/rule_matching_vis_metric.spec.js diff --git a/cypress/integration/core_opensearch_dashboards/opensearch_dashboards/apps/explore/06/rule_matching_vis_pie.spec.js b/cypress/integration/core_opensearch_dashboards/opensearch_dashboards/apps/explore/07/rule_matching_vis_pie.spec.js similarity index 100% rename from cypress/integration/core_opensearch_dashboards/opensearch_dashboards/apps/explore/06/rule_matching_vis_pie.spec.js rename to cypress/integration/core_opensearch_dashboards/opensearch_dashboards/apps/explore/07/rule_matching_vis_pie.spec.js diff --git a/cypress/integration/core_opensearch_dashboards/opensearch_dashboards/apps/explore/06/rule_matching_vis_scatter.spec.js b/cypress/integration/core_opensearch_dashboards/opensearch_dashboards/apps/explore/07/rule_matching_vis_scatter.spec.js similarity index 100% rename from cypress/integration/core_opensearch_dashboards/opensearch_dashboards/apps/explore/06/rule_matching_vis_scatter.spec.js rename to cypress/integration/core_opensearch_dashboards/opensearch_dashboards/apps/explore/07/rule_matching_vis_scatter.spec.js diff --git a/cypress/integration/core_opensearch_dashboards/opensearch_dashboards/apps/explore/06/rule_matching_vis_table.spec.js b/cypress/integration/core_opensearch_dashboards/opensearch_dashboards/apps/explore/07/rule_matching_vis_table.spec.js similarity index 100% rename from cypress/integration/core_opensearch_dashboards/opensearch_dashboards/apps/explore/06/rule_matching_vis_table.spec.js rename to cypress/integration/core_opensearch_dashboards/opensearch_dashboards/apps/explore/07/rule_matching_vis_table.spec.js diff --git a/package.json b/package.json index 6cd8b4631f00..04afc011f481 100644 --- a/package.json +++ b/package.json @@ -106,6 +106,7 @@ "osd:ciGroup14Explore": "echo \"cypress/integration/core_opensearch_dashboards/opensearch_dashboards/apps/explore/04/*.spec.js\"", "osd:ciGroup15Explore": "echo \"cypress/integration/core_opensearch_dashboards/opensearch_dashboards/apps/explore/05/*.spec.js\"", "osd:ciGroup16Explore": "echo \"cypress/integration/core_opensearch_dashboards/opensearch_dashboards/apps/explore/06/*.spec.js\"", + "osd:ciGroup17Explore": "echo \"cypress/integration/core_opensearch_dashboards/opensearch_dashboards/apps/explore/07/*.spec.js\"", "osd:ciGroupS3Explore": "echo \"cypress/integration/core_opensearch_dashboards/opensearch_dashboards/apps/explore/s3_tests/*.spec.js\"", "generate:grammars": "yarn workspace @osd/antlr-grammar generate:all", "generate:grammars:sql": "yarn workspace @osd/antlr-grammar generate:opensearchsql", From 5f683b6a8a53743268a1e748f1a1800f729d957a Mon Sep 17 00:00:00 2001 From: "opensearch-changeset-bot[bot]" <154024398+opensearch-changeset-bot[bot]@users.noreply.github.com> Date: Thu, 13 Nov 2025 09:23:43 +0000 Subject: [PATCH 2/2] Changeset file for PR #10906 created/updated --- changelogs/fragments/10906.yml | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 changelogs/fragments/10906.yml diff --git a/changelogs/fragments/10906.yml b/changelogs/fragments/10906.yml new file mode 100644 index 000000000000..c286eb023874 --- /dev/null +++ b/changelogs/fragments/10906.yml @@ -0,0 +1,2 @@ +test: +- Split explore vis cypress tests into two ci group ([#10906](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/10906)) \ No newline at end of file